body {
	margin: 0px;
	padding: 0;
	background: #fff;
	font-family:Neucha,Arial,sans-serif,Lucida Grande,Tahoma,Verdana;
	overflow-x: hidden;
}

/* ==================== Cabecera =======================*/	
#contenedorcabecera {
	width:100%;
	height:140px;
	margin: 0 auto;
}
#cabecera {
	height: 126px;
	margin: 0 auto;
	background: url("../imagenes/cabecera/fondo.jpg") repeat-x;
}
#tablacabecera {
	width:939px;
	margin: 0 auto;
}

#logo {
	width:449px;
	height:129px;
	background: url("../imagenes/cabecera/logonutricienta.jpg") no-repeat;
}

#menu {
	width:390px;
	position:absolute;
	top:15px;
}

/* ====================
     Menu desplegable
 =======================*/	
.mi-menu  {
    border-radius: 5px;
    list-style-type: none;
    padding: 0;
    /* la altura y su ancho dependerÃ¡n de los textos */
    height: 40px; 
    width: 490px;
    /* el color de fondo */
	z-index:1;
	position: relative;
  }

  /* si es necesario, evitamos que Blogger de problemas con los saltos de lÃ­nea cuando escribimos el HTML */
.mi-menu  br { display: none; }

  /* cada item del menu */
.mi-menu  li {
    display: block;
    float: left; /* la lista se ve horizontal */
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.mi-menu li a {
    border-left: 1px solid #5272A7;
    color:#5272A7;
    display: block;
    font-size: 17px;
    line-height: 28px;
    padding: 0 10px;
    margin: 6px 0;
    text-decoration: none;
    /* animamos el cambio de color de los textos */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
  /* eliminamos los bordes del primer y el Ãºltimo */
.mi-menu li:first-child a { border-left: none; }
.mi-menu li:last-child a{ border-right: none; }
  /* efecto hover cambia el color */
.mi-menu li:hover > a { color:#FF6464; }

  /* los submenÃºs */
.mi-menu ul {
    border-radius: 0 0 5px 5px;
    left: 0px;
    margin: 0;
	padding:15px;
    opacity: 0; /* no son visibles */
    position: absolute;
    top: 40px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background: #96AACB;
    background: -moz-linear-gradient(#abbee2,#cad4e5);
    background: -webkit-linear-gradient(#abbee2,#cad4e5);
    background: -o-linear-gradient(#abbee2,#cad4e5);
    background: -ms-linear-gradient(#abbee2,#cad4e5);
    background: linear-gradient(#abbee2,#cad4e5);
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .2s;
    -webkit-transition: opacity .25s ease .2s;
    -o-transition: opacity .25s ease .2s;
    -ms-transition: opacity .25s ease .2s;
    transition: opacity .25s ease .2s;
}
  /* son visibes al poner el cursor encima */
.mi-menu li:hover > ul { opacity: 1; }

   /* cada un ode los items de los submenÃºs */
.mi-menu ul li {
    height: 0; /* no son visibles */
    overflow: hidden;
    padding: 0;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
.mi-menu li:hover > ul li {
    height: 36px; /* los mostramos */
    overflow: visible;
    padding: 0;
}
.mi-menu ul li a {
    border: none;
    border-bottom: 1px solid #5272A7;
    margin:0px;
    /* el ancho dependerÃ¡ de los textos a utilizar */
    padding:0px 0px;
    width: 235px;
	font-size: 15px;
    font-weight:normal;
}
  /* el Ãºltimo n otiene un borde */
.mi-menu ul li:last-child a { border: none; }



/* Inicio sesiÃ³n */
form {
	width:100%;
    margin: 0 auto;
    text-align: center;
}
#log {
	
	background: url("../imagenes/fondos/lazoamarillo.png") no-repeat;
	margin: -20px auto;
	width:840px;
	height:69px;
	text-align:center;
	font-size:15px;
    color:#3a5278;

}
#tablalogin2 {
	width:590px;
	height:50px;
	text-align:left;


	margin:0px auto;
}

#login {
    padding:0px;
    margin: 0px auto;
    font-size:13px;
	font-family:Neucha, Georgia, Arial, Helvetica, sans-serif;
    z-index:2;
}
#login input[type=text],#login input[type=password] {
    width:120px;
    height:20px;
    margin: 7px auto 0px auto;
    border:1px solid #537182;
    border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    outline:0px;
}
::-webkit-input-placeholder { font-family: Neucha, Georgia, Arial, Helvetica, sans-serif; font-size:14px; }
:-moz-placeholder { font-family: Neucha, Georgia, Arial, Helvetica, sans-serif; font-size:14px; }
::-moz-placeholder { font-family: Neucha, Georgia, Arial, Helvetica, sans-serif; font-size:14px; }
:-ms-input-placeholder { font-family: Neucha, Georgia, Arial, Helvetica, sans-serif; font-size:14px; }

#login input[type=checkbox] {
    margin: auto;
	vertical-align:top;
}
#login input[type=submit] {
	background: url("../imagenes/botones/entrar1.png") no-repeat;
	width:82px;
    height:32px;
	margin-top:7px;
	margin-left:5px;
    font-family:arial;
	font-size:10px;
    cursor:pointer;color:#fff;
    line-height:13px;
    border:none;
	outline:0px;
}
#login input[type=submit]:hover {
	background: url("../imagenes/botones/entrar2.png") no-repeat;
	width:82px;
    height:32px;
	margin-top:7px;
	margin-left:5px;
    font-family:arial;
	font-size:10px;
    cursor:pointer;color:#fff;
    line-height:13px;
    border:none;
	outline:0px;
}
.wrapper        {clear:both;}
.wrapper>div    {float:left;width:150px;padding:0px 1px;}
.wrapper .button{width:10px;}
.titulo         {color:#fff;}
.texto          {color:#5272A7; margin-top:-3px;}
.texto a        {color:#5272A7;text-decoration:none;}


.wrapper2        {clear:both;width:585px;margin:0 auto;display:block;}

.wrapper2 .formulario2 {float:left;width:230px;padding:1px 1px;margin-left:15px;}
.wrapper2 .button    {float:left;width:150px;padding:1px 1px;}
.wrapper2 .texto2    {float:left;width:150px;padding:1px 1px;margin-right:15px;}

#login .wrapper2 .formulario2 input {  
    width:220px;
    height:20px;
    margin: 7px auto 0px auto;
    border:1px solid #537182;
    border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    outline:0px;
	}

#login .wrapper2 input[type=submit] {
	background: url("../imagenes/botones/envi1.png") no-repeat;
	width:92px;
    height:32px;
	margin-top:7px;
	margin-left:5px;
    font-family:arial;
	font-size:10px;
    cursor:pointer;color:#fff;
    line-height:13px;
    border:none;
	outline:0px;
}
#login .wrapper2 input[type=submit]:hover {
	background: url("../imagenes/botones/envi.png") no-repeat;
	width:92px;
    height:32px;
	margin-top:7px;
	margin-left:5px;
    font-family:arial;
	font-size:10px;
    cursor:pointer;color:#fff;
    line-height:13px;
    border:none;
	outline:0px;
}


.texto2          {margin-top:9px;color:#5272A7;font-size:14px;}       
.texto2 a        {color:#5272A7;text-decoration:underline}


.wrapper4        {clear:both;width:585px;margin:0 auto;display:block;}
.texto3          {margin-top:9px;color:#5272A7;font-size:14px;}       
.texto3 a        {color:#5272A7;text-decoration:underline}
.texto4          {padding-top:9px;color:#5272A7;font-size:14px;text-align:center;}    
.texto4 a        {color:#5272A7;text-decoration:underline}


#flecha {
	background: url("../imagenes/fondos/flechazul.png") no-repeat;
	width:149px;
	height:45px;
}
/* .......................Linea horizontal de usuario ya registrado....................*/
#log1 {
	background: url("../imagenes/fondos/lazoamarillo.png") no-repeat;
	margin: -20px auto;
	width:840px;
	height:69px;
}
#tablalogin1 {
	width:790px;
	height:66px;
	margin:0 auto;
}
#incre1 {
}
.incre2 {
	width:20%;
	height:auto;
	text-align:center;
}
#incre3 {
	width:20%;
	height:auto;
	text-align:right;
	padding-right:0px;
}
.usuario {
	text-decoration: none;
	font-size: 18px;
	padding-top:10px;
	text-align:center;
	color:#3A5278;
}
.usuario:hover {
	text-decoration: none;
	font-size: 18px;
	padding-top:10px;
	text-align:center;
	color:#FF6464;
}
.usuario1 {
	text-decoration: none;
	font-size: 15px;
	padding-top:10px;
	text-align:center;
	color:#419241;
}
.usuario1:hover {
	text-decoration: none;
	font-size: 15px;
	padding-top:10px;
	text-align:center;
	color:#FF6464;
}
#incre {
	margin-top:-4px;
	padding-left:25px;
}
#incre input[type=text] {
   width:25%;
   height:15px;
   float:left;
   background:#FFF;
   font-family:Neucha, Georgia, Arial, Helvetica, sans-serif;
   font-size:14px;
   margin-top:5px;
   border:1px solid #419241;
   border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
   outline:0px;
}
#incre input[type=submit] {
	color:#fff;
	background:#66a766;
	width:90px;
	margin-left:15px;
	height:20px;
	float:left;
	font-size: 13px;
	font-family: Neucha, Georgia, Arial, Helvetica, sans-serif;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	outline:0px;
}
.seguir {
	margin-top:3px;
}

h1 {
	text-align: center;
	font-size: 35px;
    font-weight:bold;
	color:#3A5278;
	text-shadow: 3px 3px 2px #CCC;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin-top:90px;
}
#megacontenedor {
	width:100%;
	height:auto;
	background-color:#FFF;
	padding-bottom:50px;
	min-height:1px;
	max-height:999999px;
}

.cabealimentos {
	width: 90%;
	height: auto;
	margin: auto;
	text-align: center;
}
.cabealimentos img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	text-align: center;
	max-width: 1000px;
	max-height: 337px;
}

.advertencia {
	width: 70%;
	height: auto;
	margin: auto;
	margin-top: -5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 15px 10px;
	border:2px solid #fac6c6;
}
.advertencia p {
	color:#3A5278;
	font-size: 25px;
	text-align: center;
	font-family: Neucha, Georgia, Arial, Helvetica, sans-serif;
}






/* ==================== Buscador =======================*/


#buscarank {
	width: 98%;
	margin: auto;
	border:2px solid #FFC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#buscarank1 {
	width: 100%;
	height:130px;
	background: #F5F5F5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.buscarank11 {
	background:#FFC;
	height:25px;
	text-align:center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size:20px;
	color:#3A5278;
}
.buscarank12 {
	width:50%;
	text-align:right;
	font-size:20px;
	color:#3A5278;
}
.buscarank13 {
	width:50%;
	text-align:left;
}
#rank{
	color:#3A5278;
	font-size: 17px;
	font-family: Neucha, Georgia, Arial, Helvetica, sans-serif;
}

select {
   width:98%;
   height:30px;
   margin:15px 2px;
   border:1px solid #a7b6e9;
   border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
   outline:0px;
   background:#fff;
}
#buscarank1 input[type=text] {
	width:90%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	height: 30px;
	outline: none;
	font-size:17px;
	color:#3A5278;
	font-family: Neucha, Georgia, Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder { font-family: Neucha, Georgia, Arial, Helvetica, sans-serif; font-size:17px;}
:-moz-placeholder { font-family: Neucha, Georgia, Arial, Helvetica, sans-serif; font-size:17px;}
::-moz-placeholder { font-family: Neucha, Georgia, Arial, Helvetica, sans-serif; font-size:17px;}
:-ms-input-placeholder { font-family: Neucha, Georgia, Arial, Helvetica, sans-serif; font-size:17px;}
.cat {
   width:90%;
   height:30px;
   margin:0 auto;
   border:1px solid #537182;
   border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
   outline:0px;
   margin-top:3px;
   font-family: Neucha, Georgia, Arial, Helvetica, sans-serif;
   background:#fff;
   font-size: 17px;
   color:#3A5278;
}
.buscarank14 {
	text-align:center;
	padding-top: 10px;
}
.buscarank14 input[type=submit] {
	width:102px;
    height:40px;
	font-size:18px;
	font-weight:bold;
    cursor:pointer;
	color:#3A5278;
    line-height:13px;
	font-family: Neucha, Georgia, Arial, Helvetica, sans-serif;
    border:none;
	outline:none;
	margin:0px auto;
	margin-bottom:3px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}
.buscarank14 input[type=submit]:hover {
	width:102px;
    height:40px;
	font-size:18px;
	font-weight:bold;
	background:#B1B1B1;
    cursor:pointer;
	color:#3A5278;
    line-height:13px;
	font-family: Neucha, Georgia, Arial, Helvetica, sans-serif;
    border:none;
	outline:none;
	margin:0px auto;
	margin-bottom:3px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}


.tablacuerpo {
	width: 90%;
	height: auto;
	margin: auto;
	margin-top: 30px;
}
.tablacuerpo td {
	
}
.izquierda {
	width: 75%;
	height: auto;
}
.derecha {
	width: 25%;
	height: auto;
	vertical-align: top;
}
.ranking {
	width: 95%;
	height: auto;
	margin: auto;
}
.banner {
	width: 30%;
	height: auto;
	margin: auto;
	text-align: center;
}
.banner img {
	width: 100%;
	height: auto;
	max-width: 441px;
}

.infonutri {
	width: 100%;
	height: auto;
	margin: auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.tituinfo {
	text-align: center;
	background: #a7b6e9;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.tituinfo h2 {
	font-size: 40px;
    color: #3A5278;
    font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.textorank {
	width: 60%;
	height: auto;
	vertical-align: top;
	background: #edf0fa;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 1px solid #a7b6e9;
}
.textorank h2 {
	text-align: center;
    font-size: 30px;
    color: #adb9e9;
    text-shadow: -1px -1px 0 #6378b1, 1px -1px 0 #6378b1, -1px 1px 0 #6378b1, 1px 1px 0 #6378b1;
    font-weight: bold;
}
.textorank p {
	text-align: left;
	font-size: 21px;
    color: #3A5278;
}
.prebotrank {
	width: 150px;
	height: auto;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.textorank a {
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #3A5278;
	font-weight: bold;
	font-size: 20px;
}
.botrank {
	width: 100%;
	height: 100%;
	margin: auto;
	background: #a7b6e9;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;
    box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}
.botrank:hover {
	width: 100%;
	height: 100%;
	margin: auto;
	background: #cad3f1;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;
	box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}
.alimenrank {
	width: 40%;
	height: auto;
	vertical-align: top;
}
.alimas {
	width: 100%;
	height: auto;
	margin: auto;
	border-spacing: 5px;
}
.alimas td {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-bottom: 1px solid #a7b6e9;
	text-align: center;
}
.titumas {
	background: #edf0fa;
}
.titumas h2 {
	text-align: center;
    font-size: 30px;
    color: #adb9e9;
    text-shadow: -1px -1px 0 #6378b1, 1px -1px 0 #6378b1, -1px 1px 0 #6378b1, 1px 1px 0 #6378b1;
    font-weight: bold;
}
.imageali {
	width: 60%;
	height: auto;
	text-align: center;
	box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    -moz-box-shadow: 2px 2px 5px #ccc;
}
.imageali img {
	width: 100%;
	height: auto;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-bottom: -6px;
	margin-right: -3px;
	margin-left: -3px;
}
.enlali a {
	text-align: center !important;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 21px;
	text-decoration: none;
}
.enlali a:hover {
	text-align: center !important;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 21px;
	font-style: italic;
	text-decoration: none;
}
.enlali a:visited {
	text-align: center !important;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 21px;
	color:blue;
	text-decoration: none;
}
.recemas {
	text-align: center;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-bottom: 2px solid #a7b6e9;
}
.recemas h3 {
	width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    color: #adb9e9;
    text-shadow: -1px -1px 0 #6378b1, 1px -1px 0 #6378b1, -1px 1px 0 #6378b1, 1px 1px 0 #6378b1;
    font-weight: bold;
	background: #edf0fa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a7b6e9;
}
.recemas p {
	text-align: center;
	font-size: 21px;
    color: #3A5278;
	font-weight: bold;
}
.recemas a {
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #3A5278;
	font-weight: bold;
	font-size: 20px;
}
.recemas img {
	width: 60%;
	height: auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    -moz-box-shadow: 2px 2px 5px #ccc;
}

.tituinfo1 {
	text-align: center;
	background: #ffecb1;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.tituinfo1 h2 {
	font-size: 40px;
    color: #3A5278;
    font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.textorank1 {
	width: 60%;
	height: auto;
	vertical-align: top;
	background: #fffbef;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 1px solid #b2a57b;
}
.textorank1 h2 {
	text-align: center;
    font-size: 30px;
    color: #ffecb1;
    text-shadow: -1px -1px 0 #b2a57b, 1px -1px 0 #b2a57b, -1px 1px 0 #b2a57b, 1px 1px 0 #b2a57b;
    font-weight: bold;
}
.textorank1 p {
	text-align: left;
	font-size: 21px;
    color: #3A5278;
}
.prebotrank1 {
	width: 150px;
	height: auto;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.textorank1 a {
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #3A5278;
	font-weight: bold;
	font-size: 20px;
}
.botrank1 {
	width: 100%;
	height: 100%;
	margin: auto;
	background: #ffecb1;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;
    box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}
.botrank1:hover {
	width: 100%;
	height: 100%;
	margin: auto;
	background: #fff3d0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;
	box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}
.alimas1 {
	width: 100%;
	height: auto;
	margin: auto;
	border-spacing: 5px;
}
.alimas1 td {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-bottom: 1px solid #b2a57b;
	text-align: center;
}
.titumas1 {
	background: #fffbef;
}
.titumas1 h2 {
	text-align: center;
    font-size: 30px;
    color: #ffecb1;
    text-shadow: -1px -1px 0 #b2a57b, 1px -1px 0 #b2a57b, -1px 1px 0 #b2a57b, 1px 1px 0 #b2a57b;
    font-weight: bold;
}
.recemas1 {
	text-align: center;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-bottom: 2px solid #b2a57b;
}
.recemas1 h3 {
	width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    color: #ffecb1;
    text-shadow: -1px -1px 0 #b2a57b, 1px -1px 0 #b2a57b, -1px 1px 0 #b2a57b, 1px 1px 0 #b2a57b;
    font-weight: bold;
	background: #fffbef;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b2a57b;
}
.recemas1 p {
	text-align: center;
	font-size: 21px;
    color: #3A5278;
	font-weight: bold;
}
.recemas1 a {
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #3A5278;
	font-weight: bold;
	font-size: 20px;
}
.recemas1 img {
	width: 60%;
	height: auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    -moz-box-shadow: 2px 2px 5px #ccc;
}

.tituinfo2 {
	text-align: center;
	background: #eacacb;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.tituinfo2 h2 {
	font-size: 40px;
    color: #3A5278;
    font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.textorank2 {
	width: 60%;
	height: auto;
	vertical-align: top;
	background: #fbf4f4;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 1px solid #c97678;
}
.textorank2 h2 {
	text-align: center;
    font-size: 30px;
    color: #eacacb;
    text-shadow: -1px -1px 0 #c97678, 1px -1px 0 #c97678, -1px 1px 0 #c97678, 1px 1px 0 #c97678;
    font-weight: bold;
}
.textorank2 p {
	text-align: left;
	font-size: 21px;
    color: #3A5278;
}
.prebotrank2 {
	width: 150px;
	height: auto;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.textorank2 a {
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #3A5278;
	font-weight: bold;
	font-size: 20px;
}
.botrank2 {
	width: 100%;
	height: 100%;
	margin: auto;
	background: #eacacb;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;
    box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}
.botrank2:hover {
	width: 100%;
	height: 100%;
	margin: auto;
	background: #f0d8d9;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;
	box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}
.alimas2 {
	width: 100%;
	height: auto;
	margin: auto;
	border-spacing: 5px;
}
.alimas2 td {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-bottom: 1px solid #c97678;
	text-align: center;
}
.titumas2 {
	background: #fbf4f4;
}
.titumas2 h2 {
	text-align: center;
    font-size: 30px;
    color: #eacacb;
    text-shadow: -1px -1px 0 #c97678, 1px -1px 0 #c97678, -1px 1px 0 #c97678, 1px 1px 0 #c97678;
    font-weight: bold;
}
.recemas2 {
	text-align: center;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-bottom: 2px solid #c97678;
}
.recemas2 h3 {
	width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    color: #eacacb;
    text-shadow: -1px -1px 0 #c97678, 1px -1px 0 #c97678, -1px 1px 0 #c97678, 1px 1px 0 #c97678;
    font-weight: bold;
	background: #fbf4f4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c97678;
}
.recemas2 p {
	text-align: center;
	font-size: 21px;
    color: #3A5278;
	font-weight: bold;
}
.recemas2 a {
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #3A5278;
	font-weight: bold;
	font-size: 20px;
}
.recemas2 img {
	width: 60%;
	height: auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    -moz-box-shadow: 2px 2px 5px #ccc;
}

.tituinfo3 {
	text-align: center;
	background: #97d4bc;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.tituinfo3 h2 {
	font-size: 40px;
    color: #3A5278;
    font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.textorank3 {
	width: 60%;
	height: auto;
	vertical-align: top;
	background: #eaf6f2;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 1px solid #3c9270;
}
.textorank3 h2 {
	text-align: center;
    font-size: 30px;
    color: #97d4bc;
    text-shadow: -1px -1px 0 #3c9270, 1px -1px 0 #3c9270, -1px 1px 0 #3c9270, 1px 1px 0 #3c9270;
    font-weight: bold;
}
.textorank3 p {
	text-align: left;
	font-size: 21px;
    color: #3A5278;
}
.prebotrank3 {
	width: 150px;
	height: auto;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.textorank3 a {
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #3A5278;
	font-weight: bold;
	font-size: 20px;
}
.botrank3 {
	width: 100%;
	height: 100%;
	margin: auto;
	background: #97d4bc;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;
    box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}
.botrank3:hover {
	width: 100%;
	height: 100%;
	margin: auto;
	background: #c1e5d7;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;
	box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}
.alimas3 {
	width: 100%;
	height: auto;
	margin: auto;
	border-spacing: 5px;
}
.alimas3 td {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-bottom: 1px solid #3c9270;
	text-align: center;
}
.titumas3 {
	background: #eaf6f2;
}
.titumas3 h2 {
	text-align: center;
    font-size: 30px;
    color: #97d4bc;
    text-shadow: -1px -1px 0 #3c9270, 1px -1px 0 #3c9270, -1px 1px 0 #3c9270, 1px 1px 0 #3c9270;
    font-weight: bold;
}
.recemas3 {
	text-align: center;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-bottom: 2px solid #3c9270;
}
.recemas3 h3 {
	width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    color: #97d4bc;
    text-shadow: -1px -1px 0 #3c9270, 1px -1px 0 #3c9270, -1px 1px 0 #3c9270, 1px 1px 0 #3c9270;
    font-weight: bold;
	background: #eaf6f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3c9270;
}
.recemas3 p {
	text-align: center;
	font-size: 21px;
    color: #3A5278;
	font-weight: bold;
}
.recemas3 a {
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #3A5278;
	font-weight: bold;
	font-size: 20px;
}
.recemas3 img {
	width: 60%;
	height: auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    -moz-box-shadow: 2px 2px 5px #ccc;
}


.derecha .anuncio {
	width: 250px;
	height: 250px;
	margin: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.derecha .anuncio img {
	width: 100%;
	height: auto;
}
.bordeotros {
	width: 95%;
	height: auto;
	margin: auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px solid #a59b11;
	margin-top: -5px;
	z-index: 3;
}
.derecha h3 {
	font-size: 30px;
    color: #3A5278;
    font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
}
.marcador {
	width: 45%;
	height: auto;
	margin: auto;
	text-align: center;
}
.marcador img {
	width: 60%;
	height: auto;
	max-width: 250px;
	z-index: 0;
}
.otrosranks {
	width: 98%;
	height: auto;
	margin: auto;
	margin-top: -22px;
	border-spacing: 10px;
	margin-bottom: 10px;
}
.corona {
	width: 15%;
	height: auto;
	text-align: right;
	padding-right: 0px;
}
.corona img {
	width: 90%;
	height: auto;
	max-width: 75px;
}
.enlaranks {
	width: 75%;
	height: auto;
	margin: auto;
	text-align: left;
	padding: 2px 1px;
}
.enlaranks a {
	font-size: 21px;
	text-decoration: none;
}
.enlaranks a:hover {
	font-size: 21px;
	text-decoration: none;
	font-style: italic;
}
.enlaranks a:visited {
	font-size: 21px;
	text-decoration: none;
	color:blue;
}


























/* ==================== Pie de pagina =======================*/
#pie {
	width:100%;
	height:76px;
	left: 0px;
	padding-top:40px;
	background-color:#FFF;
}
#tablars{
	width:50%;
	margin:auto;
	
}
#tablars img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border:none;
	outline:0px;
}
#colorpie {
	width:100%;
	height:100px;
	left:0px;
	background-color:#e0ffc0;
}
#tablapie {
	padding-top:15px;
	width: auto;
	margin:auto;
	padding:15px;
}
.enlacespie {
   font-size:14px;
   color:#537182;
   text-align:center;
}
#tablaseguridad {
	width:30%;
	height:auto;
	margin:auto;
	text-align:center;
}

/* ==================== Botones de redes sociales =======================*/
.compartir {
	text-align:center;
	font-size: 30px;
    font-weight:bold;
	color:#ff6464;
	text-shadow: 2px 2px 1px #E4E4E4;
	font-family: Neucha, Georgia, Arial, Helvetica, sans-serif;
	margin-top:30px;
	margin-bottom:10px;
}
.redesociales {
	margin-top:5px;
	width:100%;
	height:auto;
	background:#fff;
	border:3px dashed #ff6464;
	box-shadow: 4px 4px 7px #ccc;
	-webkit-box-shadow: 4px 4px 7px #ccc;
    -moz-box-shadow: 4px 4px 7px #ccc;
	border-radius: 10px 50px 10px 50px;
	-moz-border-radius: 10px 50px 10px 50px;
	-webkit-border-radius: 10px 50px 10px 50px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.redesociales td {
	padding-top:10px;
	padding-bottom:10px;
	width:33%;
	margin:auto;
	text-align:center;
}
.botongoogle {
	width:60px;
	margin:auto;
}
.botongoogle div {
}





/* Errores */
.errores{
    -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius:10px;
    -webkit-border-radius: 10px;
    background: #537182;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: none;
    font-size: 12px;
    margin-top: -25px;
    margin-left: 230px;
    padding: 10px;
    position: absolute;
	z-index:2;
}
.errores:before{ /* Este es un truco para crear una flechita */
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
	z-index:2;
}



.errores2{
    -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius:10px;
    -webkit-border-radius: 10px;
    background: red;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: none;
    font-size: 12px;
    margin-top: -1px;
    margin-left: 40px;
    padding: 10px;
    position: absolute;
}
.errores2:before{ /* Este es un truco para crear una flechita */
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}

#Error{
	color:#FF0000; 	
	height:9px; 
	padding-left: 5px;
	padding-top:1px;
	padding-right:10px;
	float:left;
	}
#Success{
	color:#669933; 
	height:9px; 
	padding-left: 5px;
	padding-top:1px;
	padding-right:10px;
	float:left;
	}
	
#Info {
	float:left;
}





.banner88 {
	width: 30% !important;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

.bannertop {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
}
.bannertop img {
	width: 100%;
	height: auto;
	max-width: 441px;
	max-height: 175px;
}

.repe {
	text-align: center;
	width: 100% !important;
	margin: auto;
	margin-top: -5px;
}
.larga {
	height: 30vh;
	max-width: 441px;
	background: url(../imagenes/rankings/bannerrepehierro.jpg) repeat-y center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.larga1 {
	height: 30vh;
	max-width: 441px;
	background: url(../imagenes/rankings/bannerrepeproteina.jpg) repeat-y center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.larga2 {
	height: 30vh;
	max-width: 441px;
	background: url(../imagenes/rankings/bannerrepefibra.jpg) repeat-y center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.larga3 {
	height: 30vh;
	max-width: 441px;
	background: url(../imagenes/rankings/bannerrepecalorias.jpg) repeat-y center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.bannermedio {
	width: 100%;
	height: auto;
	text-align: center;
}
.bannermedio img {
	width: 100%;
	height: auto;
	max-width: 441px;
	max-height: 383px;
}

.bannerbottom {
	width: 100%;
	height: auto;
	text-align: center;
}
.bannerbottom img {
	width: 100%;
	height: auto;
	max-width: 441px;
	max-height: 163px;
}












