body {
    margin:0;
	font-size: 62.5%; /* Resets 1em to 10px */
	color:#333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
	background: #fff url('wp-content/themes/camarero/images/fondo.jpg') repeat-x;
	}

/* ESTRUCTURA
************************************************************/	
#page{
margin: 5px auto;
background-color: white;
width:770px;
}
#header{
margin:0 auto;
width:770px;
height:266px;
}
#content{
width:680px;
margin:0 auto;
padding:45px;
font-size: 1.2em
}

.fondo1{
background-image:url("wp-content/themes/camarero/images/kubrickbgwide.jpg");
background-repeat:repeat-y;
}

.fondo2{
background-image:url("wp-content/themes/camarero/images/kubrickbg.jpg");
background-repeat:repeat-y;
}


/* FOOTER
*************************************************************/
#footer {
margin:0 auto;
height:43px;
width:770px;
background: #eee url("wp-content/themes/camarero/images/kubrickfooter.jpg") no-repeat top; 
border: none;
text-align:center;
text-decoration: none;
color:#999999;
padding:20px 0 0 0;
}
#footer a{
text-align:center;
text-decoration: none;
color:#999999;

}

#footer a:hover{
text-align:center;
text-decoration: none;
color:#666666;
}
#menu_footer{
	list-style-type: none;
	margin:0 auto;
	width:700px;
}
#menu_footer li{
display: inline;
}

/*
*********************************************************************/
.titu{
font-weight: bold;
color: #666666;
font-size: 1.3em; /* Resets 1em to 10px */

}

#cuerpo {
margin-right:200px;

}

.alfredo{
padding:5px 0px 5px 0px;

}
.entrenamientos{

width:550px;
}

.carreras{
font-size: 1.5em; /* Resets 1em to 10px */

}

.carreras a{
font-size: 1em;
color:#ff0000;
text-decoration:none;

}

#sidebar {
width:160px;
float:right;
margin-left:50px;
padding-bottom:100px;
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.espacio{
line-height:0.5em;
}

.nadadores{
font-size: 1em; /* Resets 1em to 10px */
color:#3366FF

}
.rank td{
width:100px;
text-align:center;
}

/* ENLACES
********************************************************/
a link:{color: #999999;
 text-decoration: none;
}
a :visited {
	color: #0066FF;
	text-decoration: none;
}
a :hover {
	color: #666666;
	text-decoration: none;
}
a :active {
	color: #0066FF;
	text-decoration: none;
}

/* ENCABEZADOS
*********************************************************/
h1 {
	margin: 0;
	}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

/* LISTAS
********************************************************/
/* LISTADOS

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* FORMULARIOS
********************************************************/
.textfield{
	width: 50%;
}
