body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin:2px 0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
    background-color:#AEC9F6;
    background-image:url(../images/general/fondo.gif); 
    background-repeat:repeat-x;
}

h1, h2{
	margin:0px;
	padding:0px;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-size:0px;
	font-weight:normal;
}

a:link{
    text-decoration:none;
}

a:visit{
    text-decoration:none;
}

form{
	margin:0px;
	padding:0px;
}

p{
	margin:0px;
	padding:0px;
}
img.enlacesclub{
    text-decoration:none;
    border-style:none;
}

a{
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

form{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

input.radio{
	border:0px;
}

input.check{
	border:0px;
}

input{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	border:0px;
	margin:0px;
	padding:0px;
	border: 1px solid #D8D8D8; 
	font-size:12px;
	color:#707070; 
}

select{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	border:0px;
	margin:0px;
	padding:0px;
	border: 1px solid #D8D8D8; 
	font-size:12px;
	color:#707070; 
}

textarea{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	border: 1px solid #D8D8D8; 
	font-size:12px;
	color:#707070; 
}

#containerprincipal{
	width:901px;
    margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
    font-family: Georgia, Arial,Helvetica,sans-serif;
    padding-top:0.9em;
}

#containerprincipal:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility:hidden;
}


div.contenedorcuerpo {
	float:left;
    padding:0px;
    margin:0px;
    vertical-align:top;
    *margin-bottom:-3px;
    background-image: url(../images/general/infBody.png);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:20px;
   
}

div.contenedorcuerpo:after {
    content: ".";  
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden;
}

div.maincontent {
	width:892px;
    _width:900px;
    background-color:#E0E0E0;
    border-left:4px solid white;
    border-right:4px solid white;
    float:left;
}


div.circulo_volver{
	margin-top:5px; 
	width:21px; 
	height:21px;
	float:right;
	margin-right:15px;
}


div.texto_circulo_volver{
	margin-top:8px; 
	width:40px; 
	height:21px; 
	float:right;  
	font-family: georgia; 
	font-size: 12px; 
	margin-right:5px; 
}

div.texto_circulo_volver a{
	color:#C5446D; 
	text-decoration:none;
}

div.texto_circulo_volver a:hover{
	color:#707070; 
	text-decoration:none;
}

a.circulo_volver2{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/general/boton_volver.png');
	background-repeat:no-repeat;
	float:right;
	background-image:url(../images/general/boton_volver.png);
	_background-image:url(../images/spacer.gif);
	margin-top:5px; 
	width:21px; 
	height:21px;
	margin-right:5px;
}

a.circulo_volver2:hover{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/general/boton_volver.png');
	background-repeat:no-repeat;
	float:right;
	background-image:url(../images/general/boton_volver.png);
	_background-image:url(../images/spacer.gif);
	margin-top:5px; 
	width:21px; 
	height:21px;
	float:right;
	margin-right:5px;
}

div.texto_circulo_volver2{
	margin-top:8px; 
	width:45px; 
	height:21px; 
	float:right;  
	font-family: georgia; 
	font-size: 12px; 
	margin-right:10px; 
}

div.texto_circulo_volver2 a{
	color:#C5446D; 
	text-decoration:none;
}

div.texto_circulo_volver2 a:hover{
	color:#707070; 
	text-decoration:none;
}


/********************** MENU CLUB **************************/


div.menuclub {
    background-color:white;
   	width:900px;
   	height:25px;
   	float:left;
   	margin:0px;
   	padding:0px;
   	color:#012d78;
} 

div.menuclub a{
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;
	margin:0px;
	color:#D14C77;
	font-weight:bold;
	text-align:center;
}

div.menuclub a:hover{
	color:#012d78;
	font-weight:bold;
	text-decoration: none;
}

a#menuClubRecetas{
	margin-left:23px;
}