/*css generales*/
@import url(//fonts.googleapis.com/css?family=Lato:400,700italic);
@import url(../../../font-awesome/4.2.0/css/font-awesome.min.css);

body {
	background: #e9e8e8;
	font-family: "Lato", sans-serif;
	margin: 0px;
}


h1 {
	color: #d6a63d;
	font-size: 25px;
}

h3 {
	color:#d6a63d;
	font-size: 18px;
}

h5 {
	color: #d6a63d;
	font-size: 15px;
}

h6 {
	color: #6999ba;
	font-size: 15px;
	margin-top: 10px;
}

img {
	width: 100%;
}
a{
	text-decoration: none;
}
.logos {
	width: 70%;
}

.aparece {
	display: block!important;
}

.desaparece {
	display: none!important;
}

/*formato*/

.iconTextoFormato {
color: #F1F1F1;
}


.iconTextoFormato i {
color: #563351;
}


.textoFormato {
   color: #ffffff;
}
.textoGenero {
   color: #ffffff;
   list-style: none;
}
.contenedorFormato {
	background: #563351;
	width: 300px;
	height: 120px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}
.genero
{
	margin-top:-43px;
	margin-left:120px;
    margin-bottom:9px;
}
.campos {
	float: left;
	margin-left: -4px;
	margin-top: 11px;
}

.botonEnvio {
	float: left;
	margin-left: 60px;
	margin-top: -22px;
}

.textoFormato {
	font-size: 15px;
	float: left;
	margin-left: -5px;
	margin-top: 13px;
}

.iconTextoFormato{
	border-radius: 50%;
	width: 12px;
	height: 12px;
	padding: 11px;
	background: #563351;
	margin-right: 16px;
	margin-left: 4px;
	margin-top: 7px;
	float: left;
}

.iconTextoFormato i {
	color: #ffffff;
	float: left;
	margin-left: -2px;
	margin-top: -2px;
}

/*Estilos Facebook Comments */

.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
/*bÃºsqueda*/
.busqueda {
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 10;
	top: 0;
	display: none;
}
.fa-2x {
	margin-right: -3px;
}
.contBusca {
	width: 400px;
	background: #ca2228;
	margin: 0 auto;
	margin-top: 62px;
}

.inpBuscar {
	width: 73%;
	padding: 12px;
	font-size: 17px;
	border: none;
	float: left;
}

.btnBuscar {
	width: 21%;
	padding: 6px;
	background-color: #ca2228;
	border: none;
	color: #FFF;
	font-size: 28px;
	cursor: pointer;
}

.btnBuscar:hover {
	background-color: #d6a63d
}

.close {
	border: none;
	background: initial;
	color: #FFF;
	float: right;
	padding: 12px;
	font-size: 20px
}

.close:hover {
	color: #d6a63d
}

/*css contenedor total*/

.contentPrincipal {
	width: 97%; 
	float:left;
	background: #ffffff;
	padding: 0px 20px 0px;
	position: relative;

}

.columnaizquierda {
	width: 65%;
	float: left;
	margin-top:0px;
}

.contenedortotal {
	width: 1060px;
	margin: 0 auto;
}

/*css cabezal*/

.header {
	background: #ca2228;
	width: 1060px;
	height: 69px;
	border-bottom: #7b1a1d solid 30px;
}

.logoheader {
	width: 157px;
	height: 52px;
	padding: 10px;
	float: left;
}

.suscripcion {
	font-size: 15px;
	color: #fff;
	float: right;
	width: 21%;
	margin-top: 26px;
}

.buscador {
	color: #fff!important;
	float: right;
	width: 50px;
	text-align: center;
	margin-top: 16px;
	border: none;
	background: inherit;
	font-size: 16px;
}

.suscripcion em {
	color: #d6a63d;
	font-style: normal;
}
/*suscripcion cabezal*/

.contSusCabeza {
	width: 400px;
	height: 134px;
	background: #efeeee;
	box-shadow: 4px 4px 1px #E2E2E2;
}

.contSusCabeza img {
	float: left;
	padding: 10px;
	width: 21%;
}

.descRev {
	float: left;
	font-size: 12px;
	margin-left: 5px;
	width: 72%;
	margin-top: 10px;
}

.btnSusCabeza {
	background: #7b1a1d;
	width: 103px;
	height: 27px;
	float: left;
	margin-top: 9px;
	margin-left: 5px;
}

.btnSusCabeza span {
	color: #ffffff;
	text-decoration: none;
	float: left;
	margin-left: 4px;
	margin-top: 3px;
}

.suscripcion:hover + .contSusCabeza {
	display: block;
}

.contSusCabeza {
	position: relative;
	z-index: 5;
	float: right;
	top: 50px;
	right: -300px;
	 visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

.pop:hover .contSusCabeza {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
/*css menu*/

.menuprincipal {
    width: 100%;
    font-size: 13px;
    text-align: left;
    float: left;
	margin-top: -34px;
}


.secciones {
	height: auto;
    padding: 8px 0px;
  	margin-top: -33px;
}

.secciones li {
	color: #7b1a1d;
	display: inline; 
	padding: 17px;
	font-size: 15px;
}

.secciones a {
	text-decoration: none;
	color: #ffffff;
}

.secciones a:hover {
	color: #dfac39;
}

.menupegado {
	position: fixed;
    top: 0;
    width: 1100px;
	margin: 0 auto;
	display: block;
	z-index: 6;
}

 /*SUB MENU*/

ul li .submenu {
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li .submenu li { 
  background: #7b1a1d; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
ul li ul li:hover {  }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


/*css redes desplazable*/


.contenedorDesplazable {
	width: 147px;
	height: 37px;
	float: right;
	margin-top: 18px;
	display: none

}

.twitterDesplazable {
	border-radius: 50%;
	width: 0px;
	height: 0px;
	padding: 17px;
	background: #ffffff;
	margin-right: 8px;
	margin-left: 15px;
	margin-bottom: 5px;
	float: left;
}

.twitterDesplazable i{
	color: #B3636C;
	margin-top: -8px;
	margin-left: -10px;
	float: left;
}

.facebookDesplazable {
	border-radius: 50%;
	width: 0px;
	height: 0px;
	padding: 17px;
	background: #ffffff;
	margin-right: 8px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
}

.facebookDesplazable i{
	color: #B3636C;
	margin-top: -9px;
	margin-left: -7px;
	float: left;
}

.googleplusDesplazable {
	border-radius: 50%;
	width: 0px;
	height: 0px;
	padding: 17px;
	background: #ffffff;
	margin-right: 8px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
}

.googleplusDesplazable i{
	color: #B3636C;
	margin-top: -8px;
	margin-left: -9px;
	float: left;
}
.waDesplazable {
	border-radius: 50%;
	width: 0px;
	height: 0px;
	padding: 17px;
	background: #ffffff;
	margin-right: 8px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
}

.waDesplazable i{
	color: #B3636C;
	margin-top: -8px;
	margin-left: -9px;
	float: left;
}
.menupegadoModificado {
	position: fixed;
    top: 0;
    width: 1100px;
	margin: 0 auto;
	display: none;
	z-index: 6;
}

/*menu deplegable*/

.menuTotalDesplegable {
	margin-top: 10px;
	overflow: scroll;
	  height: 329px;
  overflow-y: scroll;
}

.contenedorMenu {
	width: 100%;
	background: #414344;
	padding: 10px;
	border-bottom: #616364 solid 2px;
}

.subcontenedorMenu {
	width: 100%;
	background: #414344;
	padding: 7px;
	border-bottom: #616364 solid 2px;
}

.subcontenedorMenu:last-child {
	border-bottom: none;
}

.seccionesMenuDesplegable {
	color: #f6f6f8;
	text-transform: uppercase;
	font-size: 13px;
}

.seccionesSubcontenedor {
	color: #f6f6f8;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 20px;
}



/*css columna izquierda*/

.columnaizquierda {
	width: 65%;
	float: left;
}

/*css noticia*/

.iconNoticia{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 11px;
	background: #6999ba;
	margin-right: 16px;
	margin-left: -12px;
	margin-top: 10px;
	float: left;
}

.iconNoticia i{
	color: #ffffff;
	margin-top: 7px;
}

.tituloseccion {
	color: #a6a6a6;
	padding: 12px;
	font-size: 20px;
	margin-top: -2px;
}

.infonota {
	color: #050306;
	font-size: 15px;
}
.infonota h2{
	color:#d6a63d !important;
	font-size: 18px 
}
.infonota > h3 span{
	color:#d6a63d !important;
	font-size: 18px 
}
.infonota p > a {
	text-decoration: none;
	color: #6999ba;
}
.infonota p a:hover {
	text-decoration: none;
	color: #d6d6d6;
}
.enlace a {
	text-decoration: none;
	color: #6999ba;
}

.enlace a:hover {
	color: #d6d6d6;
}


/*css articulos relacionados*/

.contentTotalRelacionados {
	background: #ffffff;
	height: 461px;
	width: 691px;
}

.contentArticulosRel {
	background: #ffffff;
	width: 691px;
	height: 373px;
	margin-top: 10px;
}

.iconRelacionados {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 11px;
	background: #6999ba;
	margin-top: 2px;
	margin-right: 16px;
	margin-left: -12px;
	float: left;
}

.iconRelacionados i {
	color: #ffffff;
	margin: -2px;
	margin-left: 0px;
}

.tituloseccionRel {
	color: #a6a6a6;
	padding: 12px;
	font-size: 20px;
}

.contentRelacionados {
	width: 162px;
	height: 360px;
	background: #8fb3cb;
	float: left;
	margin-right: 14px;
}

.contentRelacionados:last-child {
	margin-right: 0px;
}


.tituloRelacionados {
	font-size: 13px;
	width: 95%;
	height: 64px;
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	margin: 6px;
}

.subtituloRelacionados {
	font-size: 13px;
	color: #ffffff;
	float: left;
	margin: 6px;
	width: 95%;
	height: 64px;
}

.leerMasRelacionados {
	color: #f2ed82;
	float: right;
	margin-right: 12px;
	padding-top: 18px;
}

.leerMasRelacionados a {
	text-decoration: none;
	color: #ffffff;
}

.leerMasRelacionados a:hover {
	color: #f2ed82;
}

.leerMasTextoRel {
	color: #ffffff;
}

.leerMasTextoRel i {
	color: #f2ed82;
}


/*css directorio especialistas*/

.contenedorTotalEspecialistas {
	background: #ffffff;
	width: 692px;
	height: 297px;
	margin-top: 20px;
}

.contentdirectorio {
	background: #ffffff;
	width: 692px;
	height:220px;
	margin-top: 17px;
	float: left;

}

.contentdireccion {
	background: #efeeee;
	width: 217px;
	height: 220px;
	float: left;
	margin-right: 20.5px;
}

.contentdireccion:last-child {
	margin-right: 0px;	
}


.tituloEspecialidad {
	color: #7d9095;
	font-size: 20px;
	float: left;
	margin: 6px;
}

.tituloEspecialidad a {
	text-decoration: none;
	color: #7d9095;
}

.tituloEspecialidad a:hover {
	color: #4e595c;
}

.iconDirec{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 11px;
	background: #c9e3ea;
	margin-right: 16px;
	margin-left: -12px;
	margin-top: 7px;
	float: left;
}

.iconDirec i {
	color: #ffffff;
	margin-top: -6px;
}

.tituloseccionDirec {
	color: #a6a6a6;
	font-size: 20px;
	padding: 12px;
	margin-top: -19px;
}

.tituloseccionDirec a {
	text-decoration: none;
	color: #a6a6a6;
}

.tituloseccionDirec a:hover {
	color: #7d9095;
}

.tituloseccionDirec em {
	font-size: 17px;
	font-style: normal;
	margin-left: 2px;
}

.nombreespecialista {
	color: #393939;
	float: left;
	margin: 6px;
	width: 95%;
	height: 57px;
}

.direccionespecialista {
	color: #393939;
	float: left;
	margin: 6px;
	width: 95%;
	height: 76px;
}

.leerMasDirec {
	color: #7d9095;
	float: right;
	margin-right: 12px;
}

.leerMasTextoDirec {
	color: #808080;
	margin-top: 0px;
}

.leerMasDirec a {
	text-decoration: none;
	color: #4e595c;
}

.leerMasDirec a:hover {
	color: #7d9095;
}

.pueblos_mapa{
  width: 100%;
  height: 98%;
}

/*css sidebar*/

.sidebar {
	width: 34%;
	float: right;
	margin-top:0px;
}

/*css redes sociales*/

.contentRedes {
	width: 348px;
	height: 65px;
	background-color: #efeeee;
	color: #ffffff;	
	float: right;
}


.circleTwitter {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 9px;
	background: #d0b0d1;
	float: left;
	margin-top: 8px;
	margin-left: 13px;
}

.circleFace {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 9px;
	background: #d0b0d1;
	float: right;
	margin-top: 8px;
	margin-right: 36px;
}

.circleIcon i{
	color: #ffffff;
}

.contentRedes a {
	color: #ffffff!important;
}

.circleFace i{
	color: #ffffff;
}


.textoRedes {
	font-size: 20px;
	padding: 18px;
	margin-left: 5px;
	float: left;
	margin-top: 2px;
	color: #808080;
}

/*css guia recien diagnosticado*/

.contentguia {
	background-color: #efeeee;	
	height: 387px;
	width: 346px;
	box-shadow: 0px 9px 10px #ccc;
}

.gris {
	background-color: #efeeee;
}

.oscuro {
	background-color: #dddcdc;	
}

.gris, .oscuro {
	font-family: "Lato", sans-serif;
	font-size: 17px;
	width: 346px;
	height: 65px;
	color: #808080;
}

.textoguia {
	margin-top: 18px;
	margin-left: 32px;
	float: left;
	width: 250px;
}

.textoguia a {
	text-decoration: none;
	color: #808080;
}

.textoguia a:hover {
	color: #68aeb2;
}
	
.numeracion {
	color: #68aeb2!important;
	margin-left: 38px;
	margin-top: 10px;
	font-size: 31px;
	float: left;
}

.iconGuia{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 11px;
	background: #68aeb2;
	margin-right: 16px;
	margin-top: 10px;
	float: left;
}

.iconGuia i {
	color: #ffffff;
	margin-top: -6px;
}

.tituloseccionGuia {
	color: #a6a6a6;
	font-size: 20px;
	padding: 3px;
}

.tituloseccionGuia em {
	font-size: 17px;
	font-style: normal;
	margin-left: 2px;
}

.contenedortotalGuia {
	width: 346px;
	background: #ffffff;
	margin-top: 14px;
	float: right;
}


/*css suscripcion revista*/

.contenedortotalSuscripcion {
	background: #ffffff;
	width: 346px;
	height: 234px;
	margin-top: 28px;
	float: right;

}

.iconSuscripcion {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 11px;
	background: #ac6265;
	margin-right: 16px;
	margin-left: -12px;
	float: left;
}

.iconSuscripcion i{
	color: #ffffff;
	margin: 3px;
}

.tituloSuscripcion {
	color: #a6a6a6;
	padding: 12px;
	font-size: 20px;
	margin-top: -12px;
}

.tituloSuscripcion {
	color: #a6a6a6;

}

.textoSuscribete {
	color: #821718;
	font-size: 24px;
	float: left;
	margin-left: 23px;
	margin-top: 6px;
}

.textoSuscribete em {
	color: #9e9898;
	font-size: 17px;
	font-style: normal;
	float: left;
	margin-left: 5px;
}

.cajatextoSuscribete {
	background: #efeeee;
	width: 245px;
	height: 65px;
	margin-top: 20px;

}

.cajatextoSuscribete a {
	text-decoration: none;
	color: #9e1a1b;
}

.cajatextoSuscribete a:hover {
	color: #d6a63d;
}

.cajadescuento {
	background: #dddcdc;
	width: 245px;
	height: 65px;

}

.descuento {
	color: #454444;
	font-size: 60px;
	float: left;
	margin-left: 53px;
	margin-top: -4px;
}

.revista {
	float: right;
	width: 97px;
	height: 130px;
	margin-top: -131px;

}

/*css publicidad*/

.publicidad {
	width: 300px;
	height: 300px;
	float: right;
	margin-right: 33px;
	margin-top: 12px;
}

/*css footer*/

.footer {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.contentfooter {
	width: 100%;
	height: 292px;
	background: #dddcdc;
}

.contentfooterIzq {
	width: 717px;
	height: 292px;
	float: left;
	margin-left: 51px;
}

.contentfooterDer {
	width: 383px;
	height: 292px;
	float: left;
	margin-left: -107px;
}

.mapa {
	text-transform: uppercase;
	font-size: 20px;
	color: #d7ae5a;
	margin-left: 17px;
	float: left;
	margin-top: 18px;
}

.menufooter {
	width: 100%;
	font-size: 12px;
	text-align: left;
	margin-left: 43px;
}

.menufooter ul {
	height: auto;
	float: left;
	margin-left: -47px;
}

.menufooter li {
	display: inline;
	padding: 22px;
}

.listamenu a {
	text-decoration: none;
	color: #393939;
	font-size: 13px;
}

.listamenu a:hover {
	color: #a4a3a3;
}

.listamenu {
	color: #d7ae5a;
}

.logosfooter {
	float: left;
	margin-left: 20px;
	margin-right: 10px;

}

.logo {
	margin-right: 29px;
	float: left;
	margin-top: 36px;
}

.logo:first-child {
	margin-top: 20px;
}

.textoCopy {
	float: left;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 15px;
}

.logosfinales {
	float: left;
	margin-left: 250px;
	margin-top: 20px;
}

.logofinal {
	float: left;
	margin-right: 20px;
	margin-top: 16px;
}

.logofinal:last-child {
	margin-top: 2px;
}

.infoSuscripcion {
	width: 248px;
	height: 85px;
	float: right;
	margin-top: 17px;
	border-bottom: #d7af5e solid 2px;
}

.textoinfo {
	color: #821718;
	font-size: 15px;
}

.textoinfo em {
	color: #d7ae5a;
	font-style: normal;
}

.textocosto {
	color: #821718;
	font-size: 30px;
	float: left;
	margin-top: 13px;
}

.botonSuscripcion {
	color: #ffffff;

}

.cuadroBoton {
	width: 130px;
	height: 18px;
	padding: 10px;
	background: #821718;
	margin-right: 16px;
	margin-left: -12px;
	margin-top: 12px;
	float: right;
}

.textoBoton {
	color: #ffffff;
	font-size: 20px;
	float: left;
	margin-top: -3px;
}

.descarga {
	width: 248px;
	height: 107px;
	float: right;
	margin-top: 26px;
	border-bottom: #d7af5e solid 2px;
	
}

.textodescarga {
	color: #821718;
	font-size: 15px;
	margin-top: -8px;
	float: right;
}

.logosDescarga {
	float: right;
	margin-right: 17px;
	margin-top: 23px;
}


.textoAnunciate {
	float: right;
	font-size: 17px;
	color: #d7af5e;
	margin-top: 10px;
}

.contentmenufooter {
	width: 768px;
	height: 97px;
	border-bottom: #d7af5e solid 2px;
	border-right: #d7af5e solid 2px;
	float: right;
	margin-right: -2px;
}

.cajalogos {
	width: 764px;
	height: 193px;
	border-right: #d7af5e solid 2px;
	float: left;
	margin-left: -47px;
}

/*css Seccion Recetas*/

.recetaPrincipal {
	width: 756px;
	height: 372px;
}

.imagenRecetaPrincipal {
	float: left;
	margin-top: 16px;
	width: 100%;
}

.circleIconReceta {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 11px;
	background: #6dbb79;
	margin-right: 16px;
	margin-left: -12px;
	margin-top: 10px;
	float: left;
}

.circleIconReceta i{
	color: #ffffff;
	margin-top: 5px;
	float: left;
	margin-left: 3px;
}

.tituloseccion {
	color: #a6a6a6;
	padding: 12px;
	font-size: 20px;
	margin-top: -2px;
	text-transform: uppercase;
}

.barraInfoReceta {
	width: 360px;
	height: 65px;
	float: left;
	margin-left: -193px;
	margin-top: 0px;
	position: relative;
	z-index: 2;
}

.porciones {
	width: 69px;
	height: 65px;
	background: #6dbb79;
	margin-right: 3px;
	float: left;
}

.kcal {
	width: 80px;
	height: 65px;
	background: #6dbb79;
	margin-right: 3px;
	float: left;
}

.carb {
	width: 103px;
	height: 65px;
	background: #6dbb79;
	margin-right: 3px;
	float: left;
}
.tiempo_prepara {
	width: 88px;
	height: 65px;
	background: #6dbb79;
	margin-right: 3px;
	float: left;
}

.numeroBarra {
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	margin-top: -1px;}

.textoBarra {
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	margin-top: -60px;
}

.ingredientesNutricion {
	width: 757px;
	float: left;
	margin-bottom: 20px;
}

.ingredientes {
	width: 479px;
	float: left;
}

.nutricion {
	width: 257px;
	float: right;
}

.ingredientes, .nutricion li {
	list-style:  none;
}

li {
	font-size: 15px;
}

.numerado li {
list-style: decimal;
}


/*css home*/

/*css Notas principales_Home*/

.principales {
	width: 1060px;
	height: 281px;
	background-color: #FFFFFF;
	float: left;
}

.imagen_nota {
	float: left;
	margin-right: 3.3px;
	margin-top: 47px;
}

.imagen_nota:last-child {
	margin-right: 0px;
}

.textoNotaPrincipal {
	text-transform: uppercase;
	font-size: 18px;
	float: left;
	margin: 5px;
	color: #ffffff;
}

.contenedorTextos {
	width: 350px;
	height: 50px;
	background: #989691;
	float: left;
	margin-right: 3.3px;
	margin-left: -352px;

}

.contenedorTextos:last-child {
	margin-right: 0px;
}

.bump {
    float: left;
    -webkit-transition: margin 0.2s ease-out;
    -moz-transition: margin 0.2s ease-out;
    -o-transition: margin 0.2s ease-out;
}
 
.bump:hover {
    margin-top: 10px;
}

/*css banner suscripcion_Home*/

.bannerSuscripcion {
	width: 697px;
	height: 109px;
	float: left;
	margin-top: 12px;
	margin-bottom: 20px;
	margin-left: 190px; /*cambio*/
}

/*css Ultimas noticias_Home*/

.tituloUltimasNoticias {
	font-size: 20px;
	color: #808080;
	margin-bottom: 12px;
}

.contenedorUltimas {
	width: 697px;
	height: 309px;
	margin-bottom: 20px;
	float: left;
	background: #ffffff;
}

.contentNotaUltimas {
	width: 162px;
	height: 273px;
	background-color: #989691;
	float: left;
	margin-right: 16px;
}

.contentNotaUltimas:last-child {
	margin-right: 0px;
}

.textoUltimas {
	font-size: 15px;
	color: #ffffff;
	float: left;
	margin: 5px;
	width: 152px;
	height: 72px;
}

.leerMasUltimas {
	color: #f2ed82;
	float: right;
	float: left;
	margin-left: 10px
}

.leerMasUltimas a {
	text-decoration: none;
	color: #51504f;
}

.leerMasUltimas a:hover {
	color: #ffffff;
}

.leerMasTextoUltimas {
	color: #51504f;
}

.leerMasTextoUltimas i {
	color: #e3b85f;
}

/*css experto_Home*/

.contenedorExperto {
	width: 697px;
	height: 186px;
	background: #fafafa;
	float: left;
	margin-bottom: 20px;
}

.tituloExperto {
	font-size: 20px;
	text-transform: uppercase;
	color: #45506a;
	float: right;
	margin-right: 281px;
	margin-top: 7px;
}

.imgExperto {
	width: 26.5%;
	float: left;
}

.tituloExperto em {
	font-size: 18px;
	font-style: normal;
	color: #51504f;
}

.textoExperto {
	font-size: 15px;
	color: #51504f;
	float: right;
	margin-left: 203px;
	margin-top: -100px;
	margin-right: 15px;
}

.leerMasExperto {
	color: #f2ed82;
	float: right;
	margin-right: 405px;
	margin-top: -33px;
}

.leerMasExperto a {
	text-decoration: none;
	color: #51504f;
}

.leerMasExperto a:hover {
	color: #e59a5d;
}

.leerMasTextoExperto {
	color: #51504f;
}

.leerMasTextoExperto i {
	color: #45506a;
}

.iconoExperto {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 9px;
	background: #45506a;
	float: left;
	margin-left: -689px;
	margin-top: 6px;
}

.iconoExperto i{
	color: #ffffff;
	margin-right: -6px;
	float: right;
}

/*css recetas_Home*/

.contenedorRecetas {
	width: 697px;
	height: 421px;
	float: left;
	background: #ffffff;
	margin-bottom: 20px;	
}

.contentReceta {
	width: 325px;
	height: 422px;
	background-color: #6dbb79;
	margin-right: 47px;
	float: left;
}

.contentReceta:last-child {
	margin-right: 0px;
}

.tituloRecetaHome {
	color: #ffffff;
	font-size: 20px;
	float: left;
	margin: 7px;
	width: 315px;
	height: 50px;
	text-transform: uppercase;
}

.leerMasReceta{
	color: #f2ed82;
	float: left;	
}

.leerMasReceta a {
	text-decoration: none;
	color: #51504f;	
}

.leerMasReceta a:hover {
	color: #ffffff;
}

.leerMasTextoReceta {
	color: #51504f;
	margin-left: 10px;
	float: left;
}

.leerMasTextoReceta i {
	color: #ffffff;
}

.iconoReceta {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 9px;
	background: #6dbb79;
	float: left;
	margin-left: -689px;
	margin-top: 6px;
}

.iconoReceta i{
	color: #ffffff;
	margin-right: 3px;
	float: right;
}

/*css bienestar_Home*/

.contenedorBienestar {
	width: 697px;
	height: 202px;
	background: #d7cfd6;
	float: left;
	margin-bottom: 20px;
}

.tituloBienestar {
	font-size: 20px;
	color: #51504f;
	float: right;
	margin-top: -192px;
	margin-left: 310px;
	text-transform: uppercase;
}
.imgBienestar {
	width: 42.5%;
	float: left;
	height: 100%;
}

.textoNotaBienestar {
	color: #51504f;
	font-size: 18px;
	height: 45px;
	width: 326px;
	float: right;
	margin-top: -124px;
	margin-right: 58px;
}

.leerMasBienestar{
	color: #f2ed82;
	margin-left: 310px;
	float: left;
	margin-top: -35px;
}

.leerMasBienestar a {
	text-decoration: none;
	color: #51504f;	
}

.leerMasBienestar a:hover {
	color: #ffffff;
}

.leerMasTextoBienestar {
	color: #51504f;
	margin-left: 10px;
	float: left;
}

.leerMasTextoBienestar i {
	color: #ffffff;
}

.iconoBienestar{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 9px;
	background: #d7cfd6;
	float: left;
	margin-top: 9px;
	margin-left: -687px;
}

.iconoBienestar i{
	color: #ffffff;
	margin-right: 3px;
	float: right;
}

/*css Seccion Alimentos Sanos*/

.encabezadoAlimento {
	width: 757px;
	height: 38px;
	border-bottom: #eee8e8 solid 2px;
}

.textoEncabezadoAlimentos {
	color: #6dbb79;
	font-size: 15px;
	margin-left: 20px;
	margin-top: 15px;
	float: left;
}

.textoAlimentoSano {
	font-size: 15px;
	color: #050306;
	width: 666px;
	margin-left: 91px;
}

.numAlimentos {
	font-size: 60px;
	color: #ff6868;
	margin-left: 8px;
	float: left;
	margin-top: -11px;
}

.circNumAlimentos {
	border-radius: 50%;
	width: 55px;
	height: 55px;
	padding: 9px;
	background: #eee8e8;
	float: left;
	margin-left: -1px;
	margin-top: 6px;

}

.iconMasRecetas {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 9px;
	background: #f2ed82;
	float: left;
	margin-top: 9px;
	margin-left: -12px;
	margin-right: 19px;
}

.iconMasRecetas i{
	color: #ffffff;
	margin-right: 0px;
	float: right;
	margin-top: -3px;
}

.recetaRelacionada {
	width: 325px;
	height: 422px;
	background-color: #faf8cd;
	margin-right: 47px;
	float: left;
	margin-top: 20px;
}

.tituloSeccionReceta {
	color: #444141;
	font-size: 20px;
	float: left;
	margin: 7px;
	width: 315px;
	height: 50px;
}

.leerMasSecReceta {
	color: #51504f;
	margin-left: 10px;
	float: left;
}

.leerMasSecReceta i {
	color: #f2ec7d;
	margin-left: 1px;
}

.leerMasSecReceta:hover {
	color: #5d5a1d;
}

.tituloSeccionReceta {
	color: #444141;
	font-size: 15px;
	float: left;
	margin: 9px;
	width: 306px;
	height: 50px;
}

/*Seccion Expertos*/

.iconSeccionExperto {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 9px;
	background: #45506a;
	float: left;
	margin-top: 9px;
	margin-left: -12px;
	margin-right: 19px;
}

.iconSeccionExperto i{
	color: #ffffff;
	margin-right: -2px;
	float: right;
	margin-top: 6px;
}

.fotoExperto {
	width: 20%;
	float: left;
}

.contenedorFotoExperto {
	width: 676px;
	height: 142px;
	margin-top: 10px
}

.tituloNotaExperto {
	background: #576179;
	height: 68px;
	float: left;
	width: 532px;
	margin-left: 4px;
}

.textoTituloExperto {
	height: 60px;
	float: left;
	width: 532px;
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	margin-top: 5px;
}

.datosExperto {
	background: #efeeee;
	height: 67px;
	float: left;
	width: 532px;
	margin-left: 4px;
}

.textoDatosExperto {
	background: #efeeee;
	height: 57px;
	float: left;
	width: 532px;
	text-align: center;
	font-size: 18px;
	color: #525252;
	margin-top: 10px;
}

/*css seccion tablas*/

.iconSeccionTablas {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 9px;
	background: #6b3a7c;
	float: left;
	margin-top: 9px;
	margin-left: -12px;
	margin-right: 19px;
}

.iconSeccionTablas i{
	color: #ffffff;
	margin-right: 1px;
	float: right;
	margin-top: 6px;
}

.productosComparados {
	width: 751px;
	height: 172px;
	border-bottom: #dedcdc solid 2px;

}

.productoComparar {
	width: 170px;
	height: 50px;
	background: #f7f5f5;
	float: left;
}

.filaPrincipal {
	width: 749px;
	height: 50px;
}

.textoFilaPrincipal {
	font-size: 15px;
	text-transform: uppercase;
	color: #d6a63d;
	text-align: left;
	margin-top: 4px;
	margin-left: 4px;
}

.infoNutri {
	width: 170px;
	height: 50px;
	background: #f7f5f5;
	float: left;
	border-left: #dedcdc solid 2px;
}

.gastando {
	width: 113px;
	height: 50px;
	background: #f7f5f5;
	float: left;
	border-left: #dedcdc solid 2px;
}

.recomendacion {
	width: 290px;
	height: 50px;
	background: #f7f5f5;
	float: left;
	border-left: #dedcdc solid 2px;
}

.producto {
	width: 170px;
	float: left;
	border-bottom: #dedcdc solid 2px;
	border-right: #dedcdc solid 2px;
	height: 172px;
}

.imgProducto {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
	margin-right: 10px;

}

.tipoProducto {
	font-size: 15px;
	text-transform: uppercase;
	color: #d6a63d;
}

.marca {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.muestraProductos {
	width: 170px;
	float: left;
	border-right: #dedcdc solid 2px;
}

.porcionTabla {
	width: 160px;
	border-bottom: #000000 solid 2px;
	float: left;
	margin-left: 5px;

}

.tablaProducto {
	border-right: #dedcdc solid 2px;
	width: 170px;
	height: 172px;
	float: left;
}

.datosTabla {
	float: left;
	margin-top: 5px;
	margin-left: 5px;

}

.numerosTabla {
	float: right;
	margin-top: 5px;
	margin-right: 9px;
}

.renglones {
	width: 160px;
	height: 25px;
	float: left;
	margin-left: 5px;
	border-bottom: #dedcdc solid 2px;
}

.renglones:last-child {
	border-bottom: #000000 solid 2px;
}

.iconosTabla {
	width: 113px;
	height: 172px;
	border-right: #dedcdc solid 2px;
	float: left;
}

.iconosTabla i {
	color: #6b3a7c;
	vertical-align: center;
}

.icono_bailar, .icono_bicicleta, .icono_camina, .icono_correr, .icono_nadar, 
.icono_spinning, .icono_yoga, .icono_zumba
{ display: inline-block; background: url('images/iconos_responsivo_480_640.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; 
float: left;}
 
.icono_bailar { background-position: 7px -1px; width: 40px; height: 33px; margin-left: 30px; }
.icono_bicicleta { background-position: -32px 0px; width: 40px; height: 33px; margin-left: 30px; }
.icono_camina { background-position: 8px -34px;width: 40px;height: 33px; margin-left: 30px; }
.icono_correr {background-position: -28px -33px; width: 40px; height: 33px; margin-left: 30px; }
.icono_nadar { background-position: 9px -66px; width: 40px; height: 33px; margin-left: 30px; }
.icono_spinning { background-position: -31px -66px; width: 40px; height: 33px; margin-left: 30px; }
.icono_yoga { background-position: 8px -99px; width: 40px; height: 33px; margin-left: 30px; }
.icono_zumba { background-position: -26px -99px; width: 40px; height: 33px; margin-left: 30px; }

.tiempo {
	color: #d6a63d;
	font-size: 20px;
	text-align: center;
}

.textoRecomendacion {
	width: 290px;
	height: 172px;
	float: left;
}

.textoRecomendacion p {
	margin-left: 6px;
	margin-top: 5px;
	font-size: 14px;
}
.textoRecomendacion ul li{
    list-style: disc;
    color: #625E5E;
    font-size: 15px;
}

.leerGuias i {
	color: #D9B877;
}

.leerGuias {
	float: left;
	margin-left: 22px;
}

.leerGuias a {
	text-decoration: none;
	color: #625E5E;
	font-size: 14px;
}
/*css buscador directorio*/

.buscadorDirectorio {
	width: 757px;
	float: left;
	margin-top: 20px;
}

.buscadoresDirectorio {
	width: 732px;
	height: 126px;
	float: left;
	margin-left: 12px;
	border-bottom: #437c8b solid 2px;
}

select {
	width: 216px;
	height: 30px;
	background: #efeeee;
	border: none;
	font-size: 13px;
	color: #3c3c3b;
	padding: 12px 10px;
	float: right;
	margin-top: -3px;
}

.listaCategoria {
	height: 26px;
	width: 400px;
	margin-top: 28px;
	float: left;
	margin-left: 155px;
}

.listaUbicacion {
	height: 29px;
	width: 402px;
	margin-top: 21px;
	float: left;
	margin-left: 153px;
}

.categoriaEspecialidad {
	float: left;
	color: #437c8b;
}

.resultadosEspecialidad {
	width: 757px;
	height: 200px;
	float: left;
}

.resultados {
	width: 757px;
	float: left;

}

.infoEspecialResultado {
	width: 300px;
	height: 100px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.mapaDirectorio {
	width: 300px;
	height: 100px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.mapaDirectorio iframe {
	width: 100%;
	height: 100%;
}

.textoInfoEspecial {
	float: left;
	color: #8A8A8A;
	font-size: 13px;
}

.lugarInfoEspecial {
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	color: #437c8b;
	margin-bottom: 5px;
}

.ubicacionInfoEspecial {
	float: left;
	font-size: 13px;
	width: 100%;
}

/*css seccion experto-todas las notas*/

.notasExp {
	width: 730px;
	height: 136px;
	background: #EDEDED;
	float: left;
	border-bottom-right-radius: 58px;
	border-top-left-radius: 58px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 1px;
}

.textoTituloNotasExp {
	font-size: 18px;
	text-transform: uppercase;
	color: #576179;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 579px;
	height: 49px;
}

.textoNotasExp {
	float: left;
	width: 574px;
	height: 54px;
	font-size: 14px;
	margin-left: 20px;
}

.contNotaExp {
	height: 137px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
}

.fotoSeccionExperto {
	width: 13%;
	float: left;
	margin-left: 13px;
	margin-top: 11px;
	border-radius: 87px;
	border: #ffffff solid 5px;
}


.leerExp {
	float: right;
	margin-top: -50px;
	margin-right: 20px;
	color: #576179;
}

.leerExp:hover {
	color: #EDCE70;
}

.leerExp i {
	color: #45506a;
}

/*css historicos*/

.contenedorHistorico {
	width: 757px;
	float: left;
}

.notaHistorico {
	width: 228px;
	height: 314px;
	background: #FBFBFB;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	border-bottom: #EEEEEE solid 4px;
	border-bottom-right-radius: 41px;
	border-top-left-radius: 41px;
}

.tituloNotaHistorico {
	margin: 7px;
	font-size: 14px;
	height: 60px;
	text-transform: uppercase;
}

.tituloNotaHistorico a {
	text-decoration: none;
		color: #D9B877;
}

.textoNotaHistorico {
	font-size: 14px;
	height: 75px;
	margin: 7px;
}

.imagenHistorico {
	width: 93%;
	margin: 7px;
	border-top-left-radius: 41px;
}

.leerHistorico i {
	color: #D9B877;
}

.leerHistorico {
	float: right;
	margin-right: 72px;
}

.leerHistorico a {
	text-decoration: none;
	color: #625E5E;
}
#infscr-loading img {
    display : block;
    margin : 1em auto;
    width: 4%;
}
#leader{
width: 960px;	
}
#div-gpt-ad-1421177797024-0{margin:0 auto;}
#leaderMobile{  margin-top: 64px;
  text-align: center;}
  #leaderMobile div{display: inline;}
  #video_iframe{  width: 100%; height: 400px; }
/*mediaqueries*/
/*----------------------------------------MEDIAQUERY 320px ----------------------------------------*/

@media (min-width: 320px) {
#video_iframe{  width: 100%; height: 400px; }
/*banner*/

#leader {
	display: none;
}




.contenedorFormato {
	width: 311px;
}

.close {
	margin-right: 43px;
}

.contBusca {
	width: 294px;
}

.btnBuscar {
	width: 16%;
}

.busqueda {
	height: 120px;
}

.contenedortotal {
	width: 320px;
}

.contentPrincipal {
	padding: 0px 5px 0px;
}

.columnaizquierda {
	width: 100%;
	margin-top:0px;
}

.sidebar {
	width: 100%;
	margin-top: 0px;
}

.menupegado {
	width: 310px;

}

.header {
	width: 310px;
	border-bottom: none;
	height: 59px;
}

.logoheader img {
	width: 50%;
	margin-top: 5px;
	margin-left: -2px;
}

.contenedorDesplazable {
	margin-right: 34px;
	margin-top: -61px;
	width: 144px;
}

.twitterDesplazable {
	  padding: 13px;
  margin-right: 0px;
}

.facebookDesplazable {
	  padding: 13px;
  margin-right: 0px;
}

.facebookDesplazable i {
	margin-top: -7px;
}

.googleplusDesplazable {
	  padding: 13px;
  margin-right: 0px;
}

.googleplusDesplazable i {
	margin-top: -7px;
}
.waDesplazable {
	padding: 14px;
	margin-right: 3px;
}

.waDesplazable i {
	margin-top: -7px;
}

.buscador {
	font-size: 13px;
	margin-top: 9px;
	text-align:right;
	margin-right: 1px;
}

.iconoBarras {
	color: #ffffff;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}

.barrasHeader {
	border: none;
	background: inherit;
	color: #ffffff!important;
	cursor: pointer;
	margin-top: -3px;
}

.menuprincipal,.suscripcion {
	display: none;
}

.contentTotalRelacionados {
	height: 706px;
	width: 310px;
	margin-top: 10px;
	float: left;
}

.contentRelacionados {
	width: 141px;
	height: 311px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 10px;
}

.leerMasRelacionados {
	display: none;
}

.tituloseccionRel {
	padding: 4px;
}

.iconRelacionados {
	margin-left: 3px;
}

.contentArticulosRel {
	width: 313px;
	height: 660px;
}

.contenedorTotalEspecialistas {
	width: 311px;
	height: 671px;
	float: left;
}

.tituloseccionDirec a {
	float: left;
	margin-bottom: 23px;
	margin-top: 10px;
}

.contentdireccion {
	margin-bottom: 10px;
	width: 310px;
	height: 184px;
	margin-right: 0px;
}

.contentdirectorio {
	width: 310px;
	height: 625px;
}

.nombreespecialista {
	height: 37px;
}

.direccionespecialista {
	height: 57px;
}

.contentRedes {
	width: 311px;
	margin-top: 10px;
}

.circleFace {
	margin-right: 25px;
}

.circleTwitter {
	margin-left: -2px;
}

.publicidad {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contenedortotalGuia {
	width: 311px;
}

.contentguia {
	width: 311px;
}

.textoguia {
	margin-top: 18px;
	margin-left: 32px;
	float: left;
	width: 230px;
}

.oscuro,.gris {
	width: 311px;
}

.numeracion {
	margin-left: 28px;
}

.contenedortotalSuscripcion {
	width: 310px;
	height: 201px;
}

.textoSuscribete {
	margin-left: 12px;
}

.descuento {
	margin-left: 39px;
}

.contentmenufooter {
	display: none;
}

.contentfooter {
	width: 310px;
	height: 493px;
}

.contentfooterIzq {
	margin-left: 0px;
	width: 310px;
}

.cajalogos {
	width: 310px;
	border-right: none;
	margin-left: 0px;
}

.logosfooter {
	margin-left: 17px;
	margin-right: 0px;
}

.logo:first-child {
	margin-top: 11px;
	margin-right: 190px;
	margin-left: -4px;
}

.logo {
	margin-right: 1px;
	margin-top: -4px;
	margin-left: -10px;
	margin-bottom: 15px;
	float: left;
}

.logo:last-child {
	margin-top: -32px;
	margin-right: 1px;
	float: right;
}

.logofinal {
	margin-right: 12px;
}

.logosfinales {
	margin-left: 21px;
	margin-top: 5px
}

.textoCopy {
	margin-left: 18px;
	margin-top: 237px;
	font-size: 8px;
}

.textoinfo {
	float: right;
	margin-right: 17px;
}

.contentfooterDer {
	width: 310px;
	height: 202px;
	margin-left: 0px;
}

.infoSuscripcion {
	margin-right: 18px;
	margin-top: -119px;
	width: 274px;
}

.textocosto {
	margin-left: 19px;
}

.descarga {
	width: 271px;
	margin-right: 23px;
	height: 78px;
	margin-top: -13px;
}

.textoAnunciate {
	margin-top: 16px;
	margin-right: 28px;
}

.contenedorMenu a {
	text-decoration: none;
}

.subcontenedorMenu a {
	text-decoration: none;
}

.menuTotalDesplegable {
	margin-top: 59px;
	z-index: 2;
	top: 0px;
	left: 5px;
	position: absolute;
	display: none;
}

.subcontenedorMenu {
	padding: 10px;
}

/*home*/

.principales {
	width: 310px;
	margin-top: 66px;
	height: 755px;
}

.contenedorTextos {
	width: 310px;
	margin-left: -310px
}

.imagen_nota {
	margin-bottom: 3px;
}

.bannerSuscripcion {
	width: 310px;
	height: 47px;
	margin-bottom: 61px;
	margin-left:0px; /*cambios*/
}

.contenedorUltimas {
	width: 310px;
	height: 522px;
	margin-bottom: 10px;
}

.contentNotaUltimas {
	width: 150px;
	margin-right: 3px;
	height: 243px;
	margin-left: 2px;
}

.leerMasTextoUltimas {
	display: none;
}

.textoUltimas {
	width: 140px;
}

.tituloUltimasNoticias {
	font-size: 18px;
}

.contenedorExperto {
	width: 310px;
	height: 120px;
	margin-bottom: 10px;
}

.tituloExperto {
	margin-right: 0px;
	font-size: 15px;
	margin-top: 17px;
	width: 185px;
}

.tituloExperto em {
	font-size: 15px;
}

.textoExperto {
	display: none;
}

.iconoExperto {
	display: none;
}

.imgExperto {
	width: 38.5%;
}

.leerMasExperto {
	margin-right: 91px;
	margin-top: 30px;
}

.contenedorRecetas {
	width: 310px;
	height: 247px;
	margin-bottom: 10px;
}

.contentReceta {
	width: 147px;
	height: 246px;
	margin-right: 7px;
	margin-left: 3px;
}

.tituloRecetaHome {
	width: 133px;
	font-size: 15px;
	height: 75px;
}

.leerMasReceta {
	display: none;
}

.iconoReceta {
	margin-left: 10px;
	margin-top: -247px;
}

.contenedorBienestar {
	width: 310px;
	height: 90px;
	margin-bottom: 10px;
}

.tituloBienestar {
	margin-top: -88px;
	margin-left: 138px;
	font-size: 14px;
}

.textoNotaBienestar {
	display: none;
}

.leerMasBienestar {
	margin-top: -28px;
	margin-left: 126px;
}

.contenedorTotalEspecialistas {
	margin-top: 10px;
}

.iconoBienestar {
	display: none;
}

/*Alimentos Sanos*/

.encabezadoAlimento {
	width: 310px;
}

.textoAlimentoSano {
	width: 242px;
	margin-left: 68px;
}

.circNumAlimentos {
	width: 30px;
	height: 30px;
}

.numAlimentos {
	font-size: 39px;
	margin-left: 3px;
	margin-top: -9px;
}

.recetaRelacionada {
	margin-left: 3px;
	width: 149px;
	height: 250px;
	margin-right: 3px;
	margin-top: 0px;
}

.tituloSeccionReceta {
	font-size: 13px;
	width: 129px;
}

.contenedorSeccionRecetas {
	height: 272px;
}

/*Seccion Experto*/

.contenedorFotoExperto {
	width: 310px;
	height: 88px;
}

.tituloNotaExperto, .datosExperto {
	width: 310px;
	height: 44px;
	margin-left: 0px;
}

.textoTituloExperto, .textoDatosExperto {
	width: 310px;
	height: 32px;
}

.textoTituloExperto {
	font-size: 15px;
}

.textoDatosExperto {
	font-size: 12px;
}

.fotoExperto {
	display: none;
}

/*css seccion recetas*/

.recetaPrincipal {
	width: 310px;
	height: 179px;
	margin-top: 15px;
}

.textoBarra {
	margin-top: -38px;
}

.numeroBarra {
	font-size: 20px;
}

.barraInfoReceta {
	width: 360px;
	float: right;
	margin-right:-50px;
	height: 45px;
	margin-top: -182px;

}

.porciones, .kcal, .carb,.tiempo_prepara{
	height: 43px;
}
.tiempo_prepara {
	width:65px;
}
.kcal{
	width:64px;
}
.ingredientesNutricion {
	margin-top: -29px;
	width: 310px;
}

.ingredientes {
	width: 310px;
}

.nutricion {
	width: 310px;
	float: left;
}

/*css seccion tablas*/

.filaPrincipal {
	width: 310px;
}

.infoNutri, .gastando {
	display: none;
}

.productoComparar {
	width: 142px;
}

.productosComparados {
	width: 310px;
	height: 279px;
}

.recomendacion {
	width: 165px;
}

.textoRecomendacion {
	width: 165px;
	height: 249px;
	margin-left: -145px;
	margin-top: 33px;
	font-size: 12px;
}

.tipoProducto, .marca {
	font-size: 13px;
}

.imgProducto {
	display: none;
}

.producto {
	width: 142px;
	height: 279px;
	border-bottom: none;
}

.tablaProducto {
	margin-top: 60px;
	margin-left: -162px;
	border-right: none;
	width: 161px;
}

.datosTabla, .numerosTabla {
	font-size: 13px;
}

.numerosTabla {
	margin-right: 14px;
}

.renglones {
	width: 136px;
	margin-left: 18px;
}

.porcionTabla {
	width: 137px;
	margin-left: 18px;
}

.iconosTabla {
	height: 50px;
	width: 145px;
	border-right: none;
}

.iconosTabla br {
	display: none;
}

.iconosTabla i {
	font-size: 20px;	
}

.tiempo {	
	font-size: 14px;
}

.left {
	width: 104px;
	height: 29px;
	margin-top: 10px;
	float: left;
	display: inline;
	margin-left: -32px;

}


/*-------------------------ICONOS---------------------------*/
.icono_bailar, 
.icono_bicicleta, 
.icono_camina, 
.icono_correr, 
.icono_nadar, 
.icono_spinning, 
.icono_yoga, 
.icono_zumba{ 
	display: inline-block; 
	background: url('images/iconos_responsivo_320.png') no-repeat; 
	overflow: hidden; 
	text-indent: -9999px; 
	text-align: left; 
	float: left;
}

.icono_bailar { 
	background-position: 8px 1px;
	width: 27px;
	height: 23px;
	margin-left: 30px;
	float: left;
	margin-top: -2px;
}

.icono_bicicleta { 
	background-position: -17px -2px;
	width: 28px;
	height: 19px;
	margin-left: 30px;
	float: left;
	margin-top: 0px;

}

.icono_camina { 
	background-position: 8px -22px;
	width: 26px;
	height: 21px;
	margin-top: -2px;
	float: left;
}

.icono_correr {
	background-position: -17px -23px;
	width: 28px;
	height: 21px;
	margin-left: 30px;
	float: left;
	margin-top: 0px;
}

.icono_nadar { 
	background-position: 6px -43px;
	width: 27px;
	height: 22px;
	margin-left: 30px;
	float: left;
	margin-top: 0px;
}

.icono_spinning { 
	background-position: -21px -43px;
	width: 22px;
	height: 22px;
	margin-left: 35px;
	float: left;
	margin-top: -1px;
}

.icono_yoga { 
	background-position: 9px -66px;
	width: 27px;
	height: 33px;
	margin-left: 30px;
	float: left;
	margin-top: 0px;
}

.icono_zumba { 
	background-position: -15px -65px;
	width: 28px;
	height: 20px;
	margin-left: 30px;
	float: left;
	margin-top: 0px;
}



.textoRecomendacion {
	width: 157px;
	height: 200px;
}

/*css seccion directorio*/

.buscadorDirectorio {
	width: 310px;
}

.buscadoresDirectorio {
	width: 310px;
	margin-left: 0px;
}

.listaCategoria {
	margin-left: 0px;
	width: 310px;
}

.listaUbicacion {
	width: 310px;
	margin-left: 0px;
}

select {
	width: 140px;
	font-size: 11px;
	height: 38px;
}

.resultados {
	width: 310px;
}

.infoEspecialResultado {
	width: 310px;
	margin-left: 0px;
	height: 92px;
	float: left;

}

.mapaDirectorio {
	width: 310px;
	margin-right: 0px;
	margin-top: 0px;
}

/*css Seccion Expertos -todas las notas-*/

.notasExp {
	width: 308px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.fotoSeccionExperto {
	display: none;
}

.textoTituloNotasExp {
	width: 287px;
	margin-left: 12px;
}

.textoNotasExp {
	width: 280px;
	height: 64px;
	font-size: 13px;
	margin-left: 12px;
	margin-top: -4px;
}

.leerExp {
	display: none;
}

/*css historico*/

.imagenHistorico {
	display: none;
}

.contenedorHistorico {
	width: 310px;
	float: left;
}

.notaHistorico {
	width: 300px;
	height: 110px;
	margin-right: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.tituloNotaHistorico {
	height: 35px;
}

.textoNotaHistorico {
	height: 54px;
}

.leerHistorico {
	display: none;
}

}
/*----------------------------------------MEDIAQUERY 480px ----------------------------------------*/

@media (min-width: 480px) {
#video_iframe{  width: 100%; height: 400px; }
/*banner*/

#leader {
	display: none;
}



.contenedorFormato {
	width: 460px;
}

.campos {
	margin-left: -191px;
	margin-top: 43px;
}

.botonEnvio {
	margin-left: 132px;
	margin-top:-38px;
}

.busqueda {
	height: 122px;
}
.contenedortotal {
	width: 480px;
}

.contentPrincipal {
	padding: 0px 7px 0px;
}

.columnaizquierda {
	width: 100%;
	margin-top: 0px;
}

.sidebar {
	width: 99%;
	margin-top: 0px;
	float: left;
}

.menupegado {
	width: 460px;

}

.header {
	width: 460px;
	border-bottom: none;
	height: 59px;
}

.logoheader img {
	width: 50%;
	margin-top: 5px;
	margin-left: -2px;
}

.contenedorDesplazable {
	margin-right: 39px;
	margin-top: 15px;
	width: 144px;
}

.twitterDesplazable {
	padding: 14px;
	margin-right: 3px;
}

.facebookDesplazable {
	padding: 14px;
	margin-right: 3px;
}

.googleplusDesplazable {
	padding: 14px;
	margin-right: 3px;
}
.waDesplazable {
	  padding: 13px;
  margin-right: 0px;
}

.waDesplazable i {
	margin-top: -7px;
}
.buscador {
	font-size: 13px;
	margin-top: 9px;
	text-align:center;
}

.iconoBarras {
	color: #ffffff;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}

.barrasHeader {
	border: none;
	background: inherit;
	color: #ffffff!important;
	cursor: pointer;
	margin-top: -3px;
}

.menuprincipal,.suscripcion {
	display: none;
}

.contentTotalRelacionados {
	height: 735px;
	width: 460px;
}

.contentRelacionados {
	width: 216px;
	height: 311px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 10px;
}

.leerMasRelacionados {
	display: none;
}

.tituloseccionRel {
	padding: 4px;
}

.iconRelacionados {
	margin-left: 3px;
}

.tituloRelacionados {
	height: 35px;
}

.contentRelacionados {
	height: 325px;
}

.contentArticulosRel {
	width: 460px;
	height: 519px;
	margin-top: 35px;
}

.contenedorTotalEspecialistas {
	width: 460px;
	height: 594px;
}

.tituloseccionDirec a {
	float: left;
	margin-bottom: 23px;
	margin-top: 10px;
}

.contentdireccion {
	margin-bottom: 10px;
	width: 460px;
	height: 159px;
}

.contentdirectorio {
	width: 460px;
	height: 552px;
}

.nombreespecialista {
	height: 22px;
}

.direccionespecialista {
	height: 57px;
}

.leerMasDirec {
	margin-top: -8px;
}

.textoRedes {
	margin-left: 69px;
}

.contentRedes {
	width: 460px;
	margin-top: 23px;
}

.circleFace {
	margin-right: 90px;
}

.circleTwitter {
	margin-left: 25px;
}

.publicidad {
	margin-right: 78px;
}

.contenedortotalGuia {
	width: 460px;
}

.contentguia {
	width: 460px;
	height: 318px;

}

.oscuro,.gris {
	width: 460px;
	height: 53px;
}

.textoguia {
	margin-left: 48px;
	margin-top: 18px;
	float: left;
	width: 318px;
}


.numeracion {
	margin-left: 28px;
	margin-top: 7px;

}

.contenedortotalSuscripcion {
	width: 460px;
	height: 201px;
}

.cajatextoSuscribete {
	width: 363px;
}

.cajadescuento {
	width: 363px;
}

.textoSuscribete {
	margin-left: 81px;
}

.descuento {
	margin-left: 105px;
}

.contentmenufooter {
	display: none;
}

.contentfooter {
	width: 460px;
	height: 368px;
}

.contentfooterIzq {
	margin-left: 0px;
	width: 460px;
	height: 276px;
}

.cajalogos {
	width: 460px;
	border-right: none;
	margin-left: 0px;
}

.logosfooter {
	margin-left: 7px;
	margin-right: 0px;
}

.logo:first-child {
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 8px;
	float: left;
	}

.logo:last-child {
	margin-right: 87px;
	float: left;
	margin-top: -72px;
}

.logo {
	margin-right: -28px;
	margin-left: 22px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.logosfinales {
	margin-left: 87px;
	margin-top: 9px;
	float: left;
}

.textoCopy {
	margin-left: 18px;
	margin-top: 159px;	
	float: left;
}

.textoinfo {
	float: left;
	margin-left: -5px;
}

.contentfooterDer {
	width: 460px;
	height: 0px;
}

.infoSuscripcion {
	margin-right: 23px;
	margin-top: -134px;
	width: 422px;
	height: 42px;

}

.textocosto {
	margin-left: 239px;
	margin-top: -25px;
	font-size: 25px;
}

.cuadroBoton {
	width: 128px;
	height: 19px;
	padding: 3px;
	margin-right: -14px;
	margin-top: -20px;
}

.textoBoton {
	font-size: 19px;
	margin-left: 2px;
}

.descarga {
	width: 422px;
	margin-right: 23px;
	height: 20px;
	margin-top: -43px;
}

.textodescarga {
	float: right;
	margin-right: 182px;
	font-size: 15px;
	margin-top: -35px;
}

.logosDescarga {
	float: right;
	margin-right: -23px;
	margin-top: -32px;
	margin-left: 18px;
}

.textoAnunciate {
	margin-top: -11px;
	margin-right: 106px;
}

.contenedorMenu a {
	text-decoration: none;
}

.subcontenedorMenu a {
	text-decoration: none;
}

.menuTotalDesplegable {
	margin-top: 59px;
	z-index: 2;
	top: 0px;
	left: 5px;
	position: absolute;
	display: none;
}

.subcontenedorMenu {
	padding: 10px;
}

/*home*/

.principales {
	width: 460px;
	height: 1060px;
}


.contenedorTextos {
	width: 460px;
	margin-left: 0px;
	margin-top: -357px;
}

.imagen_nota {
	width: 100%;
}

.bannerSuscripcion {
	width: 460px;
	height: 71px;
	margin-left: 0px;/*cambios*/
}

.contenedorUltimas {
	width: 460px;
	height: 640px
}

.contentNotaUltimas {
	width: 224px;
	margin-right: 2px;
	height: 303px;
	margin-left: 4px;
}

.textoUltimas {
	width: 213px;
	height: 61px;
}

.contenedorExperto {
	width: 460px;
	height: 100px;
}

.imgExperto {
	width: 21.5%;
}

.tituloExperto {
	width: 348px;
	font-size: 16px;
}

.tituloExperto em {
	font-size: 16px;
}

.leerMasExperto {
	margin-right: 259px;
	margin-top: 20px
}

.contenedorRecetas {
	width: 460px;
	height: 297px;
}

.contentReceta {
	width: 223px;
	height: 296px;
}

.tituloRecetaHome {
	width: 209px;
	height: 57px;
}

.contenedorBienestar {
	width: 460px;
	height: 134px;
}

.tituloBienestar {
	font-size: 16px;
	margin-top: -120px;
	margin-left: 202px;
}

.leerMasBienestar {
	margin-left: 192px;
}

.iconoReceta {
	margin-top: -300px;
}

/*Alimebtos Sanos*/

.encabezadoAlimento {
	width: 460px;
}

.textoAlimentoSano {
	width: 393px;
	margin-left: 68px;
}

.circNumAlimentos {
	width: 40px;
	height: 40px;
}

.numAlimentos {
	font-size: 40px;
	margin-left: 7px;
	margin-top: -5px;
}

.recetaRelacionada {
	margin-left: 5px;
	width: 223px;
	height: 293px;
	margin-right: 4px;
	margin-top: 0px;
}

.tituloSeccionReceta {
	width: 203px;
}

.contenedorSeccionRecetas {
	height: 292px;
	margin-top: 15px;
}

/*Seccion Experto*/

.contenedorFotoExperto {
	width: 466px;
	height: 88px;
}

.tituloNotaExperto, .datosExperto {
	width: 372px;
	height: 44px;
	margin-left: 0px;
}

.textoTituloExperto, .textoDatosExperto {
	width: 372px;
	height: 32px;
}

.fotoExperto {
	display: block;
	width: 19%;
}

/*css seccion recetas*/

.recetaPrincipal {
	width: 464px;
	height: 258px;
	margin-top: 15px;
}

.textoBarra {
	margin-top: -38px;
}

.numeroBarra {
	font-size: 20px;
}

.barraInfoReceta {
	margin-top: -260px;
}

.ingredientesNutricion {
	width: 466px;
}

.ingredientes {
	width: 466px;
}

.nutricion {
	width: 466px;
}

/*css seccion tablas*/

.filaPrincipal {
	width: 460px;
}

.productoComparar {
	width: 150px;
}

.productosComparados {
	width: 460px;
	height: 220px;
}

.producto {
	width: 150px;
	height: 220px;
}

.recomendacion {
	width: 306px;
}

.textoRecomendacion {
	width: 300px;
	height: 117px;
	margin-left: -2px;
	margin-top: 5px;
}

.textoRecomendacion p {
	margin-top: 12px;
}

.tablaProducto {
	margin-top: 45px;
	margin-left: -168px;
}

.iconosTabla {
	height: 50px;
	width: 300px;
	border-right: none;
	margin-top: 14px;
}

.iconosTabla br {
	display: none;
}

.iconosTabla i {
	font-size: 30px;	
}

.left {
	width: 127px;
	height: 29px;
	margin-top: 20px;
	float: left;
	display: inline;
	margin-left: 0px;

}


/*-------------------------ICONOS---------------------------*/
.icono_bailar, 
.icono_bicicleta, 
.icono_camina, 
.icono_correr, 
.icono_nadar, 
.icono_spinning, 
.icono_yoga, 
.icono_zumba{ 
	display: inline-block; 
	background: url('images/iconos_responsivo_480_640.png') no-repeat; 
	overflow: hidden; 
	text-indent: -9999px; 
	text-align: left; 
	float: left;
}

.icono_bailar { 
	background-position: 7px -1px;
	width: 32px;
	height: 33px;
	margin-left: 30px;
	float: left;
	margin-top: -6px;
}

.icono_bicicleta { 
	background-position: -27px -2px;
	width: 45px;
	height: 30px;
	margin-left: 30px;
	float: left;
	margin-top: -7px;

}

.icono_camina { 
	background-position: 8px -34px;
	width: 36px;
	height: 33px;
	margin-top: -7px;
	float: left;
}

.icono_correr {
	background-position: -27px -34px;
	width: 35px;
	height: 33px;
	margin-left: 30px;
	float: left;
	margin-top: -6px;
}

.icono_nadar { 
  background-position: 6px -67px;
  width: 38px;
  height: 31px;
  margin-left: 30px;
  float: left;
  margin-top: -5px;
}

.icono_spinning { 
	background-position: -36px -67px;
	width: 22px;
	height: 32px;
	margin-left: 35px;
	float: left;
	margin-top: -4px;
}

.icono_yoga { 
	background-position: 6px -100px;
	width: 29px;
	height: 32px;
	margin-left: 30px;
	float: left;
	margin-top: -7px;
}

.icono_zumba { 
	background-position: -34px -99px;
	width: 27px;
	height: 33px;
	margin-left: 30px;
	float: left;
	margin-top: -6px;
}


/*css seccion directorio*/

.buscadorDirectorio {
	width: 452px;
}

.buscadoresDirectorio {
	width: 452px;
}

.listaCategoria {
	width: 452px;
}

.listaUbicacion {
	width: 452px;
	margin-left: 0px;
}

select {
	width: 189px;
	margin-right: 11px;
	height: 35px;
}

.resultados {
	width: 452px;
}

.infoEspecialResultado {
	width: 452px;
	float: left;
	height: 82px;
}

.mapaDirectorio {
	width: 452px;
}

.categoriaEspecialidad {
	margin-left: 11px;
}

/*css Seccion Expertos -todas las notas-*/

.notasExp {
	width: 458px;
	height: 127px;
	border-top-left-radius: 39px;
	border-bottom-right-radius: 39px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.fotoSeccionExperto {
	display: block;
}

.textoTituloNotasExp {
	width: 340px;
	margin-left: 12px;
}

.textoNotasExp {
	width: 340px;
	height: 53px;
}

/*css historico*/

.imagenHistorico {
	display: block;
	width: 30%;
	float: left;
	border-top-left-radius: 20px;
}

.contenedorHistorico {
	width: 460px;
	float: left;
}

.notaHistorico {
	width: 460px;
	height: 115px;
	margin-right: 0px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.tituloNotaHistorico {
	float: right;
	width: 294px;
}

.textoNotaHistorico {
	width: 294px;
	float: left;
}


}
/*----------------------------------------MEDIAQUERY 640 ----------------------------------------*/

@media (min-width: 640px) {
#video_iframe{  width: 100%; height: 400px; }
/*banner*/

#leader {
	display: none;
}



.contenedorFormato {
	width: 620px;
	height: 125px;
}

.campos br {
	display: none;
}

.botonEnvio {
	margin-left: 22px;
	margin-top: 49px;
}

.contenedortotal {
	width: 640px;
}

.contentPrincipal {
	padding: 0px 9px 0px;
}

.menupegado {
	width: 620px;

}

.header {
	width: 620px;
	border-bottom: none;
	height: 59px;
}

.logoheader img {
	width: 80%;
	margin-left: -2px;
	margin-top: -1px;
}
.buscador {
	text-align:center;
}
.contentTotalRelacionados {
	height: 735px;
	width: 620px;
	height: 400px;
}

.contentRelacionados {
	width: 195px;
	height: 311px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 10px;
}

.contentRelacionados:first-child {
	margin-left: 0px;
}

.contentRelacionados:last-child {
	display: none;
}

.tituloseccionRel {
	padding: 4px;
}

.iconRelacionados {
	margin-left: 3px;
}

.tituloRelacionados {
	height: 35px;
}

.contentRelacionados {
	height: 325px;
}

.contentArticulosRel {
	width: 620px;
	height: 325px;
	margin-top: 35px;
}

.iconRelacionados {
	margin-left: -5px;
}

.contenedorTotalEspecialistas {
	width: 620px;
	height: 330px
}

.tituloseccionDirec a {
	float: left;
	margin-bottom: 23px;
	margin-top: 10px;
}

.contentdireccion {
	margin-bottom: 10px;
	width: 200px;
	height: 231px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.contentdirectorio {
	width: 620px;
	margin-top: 10px;
}

.nombreespecialista {
	height: 59px;
}

.direccionespecialista {
	height: 91px;
}

.leerMasDirec {
	margin-top: -8px;
}

.sidebar {
	margin-top: 0px;
	width: 100%;
}

.textoRedes {
	margin-left: 128px;
}

.contentRedes {
	width: 620px;
	margin-top: 23px;
}

.circleFace {
	margin-right: 140px;
}

.circleTwitter {
	margin-left: 42px;
}

.publicidad {
	margin-right: 151px;
}

.contenedortotalGuia {
	width: 620px;
}

.contentguia {
	width: 620px;
	height: 318px;

}

.oscuro,.gris {
	width: 620px;
	height: 53px;
}

.contenedortotalSuscripcion {
	width: 620px;
	height: 176px;
}

.cajatextoSuscribete {
	width: 538px;
	height: 53px;
}

.cajadescuento {
	width: 538px;
	height: 53px;
}

.textoSuscribete {
	margin-left: 77px;
	margin-top: 16px;
}

.textoSuscribete em {
	margin-left: 199px;
	margin-top: -25px;	
}

.revista {
	width: 80px;
	margin-top: -109px;
}

.descuento {
	margin-left: 204px;
	font-size: 51px;
}

.contentmenufooter {
	display: none;
}

.contentfooter {
	width: 620px;
	height: 351px;
}

.contentfooterIzq {
	margin-left: 0px;
	width: 620px;
	height: 276px;
}

.cajalogos {
	width: 620px;
	border-right: none;
	margin-left: 0px;
}

.logos {
	width: 90%;
}

.logosfooter {
	margin-left: 7px;
	margin-right: 0px;
}

.logo:first-child {
	margin-top: 12px;
	margin-right: 0px;
	float: left;
	}

.logo:last-child {
	margin-left: 38px;
	margin-top: 15px;
}

.logo {
	margin-left: 18px;
	margin-right: 4px;
	margin-bottom: 1px;
	margin-top: 15px;
}

.logosfinales {
	margin-left: 166px;
	margin-top: 0px;
}

.textoCopy {
	margin-top: 172px;
}

.textoinfo {
	margin-left: 48px;
}

.contentfooterDer {
	width: 620px;
	height: 75px;
}

.infoSuscripcion {
	margin-right: 23px;
	margin-top: -141px;
	width: 579px;
	height: 42px;

}

.textocosto {
	margin-left: 308px;
}

.cuadroBoton {
	padding: 5px;
	margin-right: 59px;
	margin-top: -24px;
}

.textoBoton {
	font-size: 19px;
	margin-left: 2px;
}

.descarga {
	width: 579px;
	margin-right: 23px;
	height: 20px;
	margin-top: -49px;
}

.textodescarga {
	margin-right: 276px;
	margin-top: -26px;
}

.logosDescarga {
	margin-left: -48px;
	margin-right: 51px;
}

.textoAnunciate {
	margin-right: 198px;
}

.contenedorMenu a {
	text-decoration: none;
}

.subcontenedorMenu a {
	text-decoration: none;
}

.menuTotalDesplegable {
	margin-top: 59px;
	z-index: 2;
	top: 0px;
	left: 5px;
	position: absolute;
	display: none;
}

.subcontenedorMenu {
	padding: 10px;
}

/*home*/

.principales {
	width: 620px;
	height: 1375px;
}

.contenedorTextos {
	margin-top: -462px;
	width: 620px;
}

.textoNotaPrincipal {
	width: 600px;
}

.bannerSuscripcion {
	width: 620px;
	height: 95px;
	margin-left:0px; /*cambios*/
}

.contentNotaUltimas:last-child {
	display: none;
}

.contenedorUltimas {
	width: 620px;
	height: 311px;
}

.contentNotaUltimas {
	width: 200px;
	height: 277px;
}

.textoUltimas {
	width: 190px;
}

.contenedorExperto {
	width: 620px;
	height: 133px;
}

.tituloExperto {
	width: 478px;
	font-size: 17px;
}

.tituloExperto em {
	font-size: 17px;
}

.leerMasExperto {
	margin-right: 385px;
	margin-top: 38px;
}

.contenedorRecetas {
	width: 620px;
	height: 379px;
}

.contentReceta {
	width: 303px;
	height: 379px;
}

.tituloRecetaHome {
	width: 288px;
}

.iconoReceta {
	margin-top: -379px;
}

.contenedorBienestar {
	width: 620px;
}
.imgBienestar {
	width: 31.5%;
	height: 100%;
}

.tituloBienestar {
	font-size: 17px;
	margin-top: -111px;
	float: right;
	margin-right: 14px;
}

.leerMasBienestar {
	margin-left: 199px;
	margin-top: -37px;
}

/*Alimebtos Sanos*/

.encabezadoAlimento {
	width: 620px;
}

.textoAlimentoSano {
	width: 553px;
	margin-left: 68px;
}

.circNumAlimentos {
	width: 40px;
	height: 40px;
}

.numAlimentos {
	font-size: 40px;
	margin-left: 7px;
	margin-top: -5px;
}

.recetaRelacionada {
	width: 301px;
	height: 374px;
}

.tituloSeccionReceta {
	width: 281px;
}

.contenedorSeccionRecetas {
	height: 375px;
}

/*Seccion Experto*/

.contenedorFotoExperto {
	width: 621px;
	height: 119px;
}

.tituloNotaExperto, .datosExperto {
	width: 508px;
	height: 53px;
	margin-left: 5px;
}

.textoTituloExperto, .textoDatosExperto {
	width: 502px;
	height: 32px;
}

.fotoExperto {
	display: block;
	width: 17%;
}

.textoTituloExperto {
	font-size: 18px;
}

.textoDatosExperto {
	font-size: 13px;
}

/*css seccion recetas*/

.recetaPrincipal {
	width: 619px;
	height: 338px;
	margin-top: 15px;
}

.textoBarra {
	margin-top: -38px;
	font-size: 15px;
}

.numeroBarra {
	font-size: 25px;
}

.barraInfoReceta {
	margin-top: -342px;
	height: 58px;
	margin-right:-26px;
}
.tiempo_prepara  {
	width:90px;
}
.ingredientesNutricion {
	width: 621px;
}

.ingredientes {
	width: 382px;
}

.nutricion {
	width: 200px;
	float: right;
}

.porciones, .kcal, .carb, .tiempo_prepara{
	height: 60px;
}

/*css seccion tablas*/

.filaPrincipal {
	width: 621px;
}

.infoNutri {
	display: block;
}

.imgProducto {
	display: block;
	margin-top: 16px
}

.productoComparar {
	width: 150px;
}

.productosComparados {
	width: 621px;
	height: 178px;
}

.producto {
	width: 150px;
	height: 180px;
}

.recomendacion {
	width: 295px;
}

.textoRecomendacion {
	width: 290px;
	margin-top: -17px;
}

.textoRecomendacion p {
	margin-top: 12px;
}

.tablaProducto {
	margin-top: 0px;
	margin-left: 0px;
	border-right: #dedcdc solid 2px;
	width: 170px;
	height: 180px;
}

.porcionTabla {
	margin-top: 6px;
}

.iconosTabla {
	width: 288px;
	margin-top: 0px;
}

.iconosTabla br {
	display: none;
}

.iconosTabla i {
	font-size: 30px;	
}

.left {
	width: 127px;
	height: 29px;
	margin-top: 20px;
	float: left;
	display: inline;
	margin-left: 0px;

}


/*-------------------------ICONOS---------------------------*/
.icono_bailar, 
.icono_bicicleta, 
.icono_camina, 
.icono_correr, 
.icono_nadar, 
.icono_spinning, 
.icono_yoga, 
.icono_zumba{ 
	display: inline-block; 
	background: url('images/iconos_responsivo_480_640.png') no-repeat; 
	overflow: hidden; 
	text-indent: -9999px; 
	text-align: left; 
	float: left;
}

.icono_bailar { 
	background-position: 7px -1px;
	width: 32px;
	height: 33px;
	margin-left: 30px;
	float: left;
	margin-top: -6px;
}

.icono_bicicleta { 
	background-position: -27px -2px;
	width: 45px;
	height: 30px;
	margin-left: 30px;
	float: left;
	margin-top: -7px;

}

.icono_camina { 
	background-position: 8px -34px;
	width: 36px;
	height: 33px;
	margin-top: -7px;
	float: left;
}

.icono_correr {
	background-position: -27px -34px;
	width: 35px;
	height: 33px;
	margin-left: 30px;
	float: left;
	margin-top: -6px;
}

.icono_nadar { 
  background-position: 6px -67px;
  width: 38px;
  height: 31px;
  margin-left: 30px;
  float: left;
  margin-top: -5px;
}

.icono_spinning { 
	background-position: -36px -67px;
	width: 22px;
	height: 32px;
	margin-left: 35px;
	float: left;
	margin-top: -4px;
}

.icono_yoga { 
	background-position: 6px -100px;
	width: 29px;
	height: 32px;
	margin-left: 30px;
	float: left;
	margin-top: -7px;
}

.icono_zumba { 
	background-position: -34px -99px;
	width: 27px;
	height: 33px;
	margin-left: 30px;
	float: left;
	margin-top: -6px;
}

.tiempo {	
	font-size: 16px;
}

/*css seccion directorio*/

.buscadorDirectorio {
	width: 620px;
}

.buscadoresDirectorio {
	width: 620px;
}

.listaCategoria {
	width: 620px;
}

.listaUbicacion {
	width: 620px;
	margin-left: 0px;
}

select {
	margin-right: 50px;
	height: 35px;
}

.resultados {
	width: 620px;
}

.infoEspecialResultado {
	width: 300px;
	float: left;
	height: 82px;
	height: 100px;
}

.mapaDirectorio {
	width: 300px;
	float: right;
	margin-top: 20px;
}

.categoriaEspecialidad {
	margin-left: 50px;
}

/*css Seccion Expertos -todas las notas-*/

.notasExp {
	width: 618px;
	border-top-left-radius: 48px;
	border-bottom-right-radius: 48px;
}

.textoTituloNotasExp {
	width: 383px;
	margin-left: 12px;
}

.textoNotasExp {
	width: 473px;
}

.leerExp {
	display: block;
	margin-top: 20px;
}

/*css historico*/

.imagenHistorico {
	display: block;
	width: 30%;
	float: left;
	border-top-left-radius: 20px;
}

.contenedorHistorico {
	width: 620px;
	float: left;
}

.notaHistorico {
	width: 620px;
	height: 115px;
	margin-right: 0px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.tituloNotaHistorico {
	float: right;
	width: 406px;
}

.textoNotaHistorico {
	width: 397px;
	float: left;
	height: 47px;
}


}
/*----------------------------------------MEDIAQUERY 768 ----------------------------------------*/

@media (min-width: 768px) {
#video_iframe{  width: 100%; height: 550px; }
.waDesplazable {
	padding: 14px;
	margin-right: 3px;
}

.waDesplazable i {
	margin-top: -7px;
}

/*banner*/

#leader {
	display: none;
}


.contenedorFormato {
	width: 742px;
	height: 125px;
}

.campos {
	margin-left: -212px;
	margin-top: 50px;
}

.campos br {
	display: none;
}

.botonEnvio {
	margin-left: 22px;
	margin-top: 49px;
}

.contenedortotal {
	width: 768px;
}

.contentPrincipal {
	padding: 0px 11px 0px;
}

.menupegado {
	width: 748px;

}

.header {
	width: 746px;
	border-bottom: none;
	height: 59px;
}
.buscador {
	text-align:center;
}
.contentTotalRelacionados {
	width: 748px;
}

.contentRelacionados {
	width: 176px;
}

.contentRelacionados:last-child {
	display: block;
}

.tituloseccionRel {
	padding: 4px;
}

.iconRelacionados {
	margin-left: 3px;
}

.tituloRelacionados {
	height: 55px;
}

.contentRelacionados {
	height: 325px;
}

.contentArticulosRel {
	width: 748px;
}

.iconRelacionados {
	margin-left: -5px;
}

.contenedorTotalEspecialistas {
	width: 748px;
	height: 331px;
}

.tituloseccionDirec a {
	float: left;
	margin-bottom: 23px;
	margin-top: 10px;
}

.contentdireccion {
	width: 242px;
}

.contentdirectorio {
	width: 748px;
	height: 231px;
}

.nombreespecialista {
	height: 59px;
}

.direccionespecialista {
	height: 91px;
}

.leerMasDirec {
	margin-top: -8px;
}

.sidebar {
	margin-top: 0px;
	width: 100%
}

.textoRedes {
	margin-left: 187px;
}

.contentRedes {
	width: 742px;
}

.circleFace {
	margin-right: 193px;
}

.circleTwitter {
	margin-left: 53px;
}

.publicidad {
	margin-right: 220px;
}

.contenedortotalGuia {
	width: 731px;
	float: left;
}

.contentguia {
	width: 748px;

}

.oscuro,.gris {
	width: 748px;
}

.contenedortotalSuscripcion {
	width: 742px;
	height: 176px;
}

.cajatextoSuscribete {
	width: 664px;
}

.cajadescuento {
	width: 664px;
}

.textoSuscribete {
	margin-left: 147px;
	margin-top: 13px;
}

.textoSuscribete em {
	margin-left: 199px;
	margin-top: -25px;	
}

.revista {
	width: 80px;
	margin-top: -109px;
}

.descuento {
	margin-left: 272px;
}

.contentfooter {
	width: 748px;
	height: 293px;
}

.contentfooterIzq {
	margin-left: 0px;
	width: 748px;
	height: 276px;
}

.cajalogos {
	width: 747px;
	border-right: none;
	margin-left: 0px;
	height: 114px;
}

.logosfooter {
	margin-top: 14px;
}

.logo:first-child {
	margin-top: 12px;
	margin-right: 9px;
	float: left;
	}

.logo:last-child {
	margin-right: 6px;
	float: right;
	margin-top: 10px;
}

.logo {
	margin-right: 5px;
	margin-bottom: -1px;
	margin-top: 15px;
	margin-left: 5px;
}

.logos {
	width: 76%;
}


.logosfinales {
	margin-left: 228px;
}

.textoCopy {
	margin-top: 139px;
	width: 740px;
	font-size: 10px;
}

.textoinfo {
	margin-left: 64px;
}

.contentfooterDer {
	height: 0px;
}

.infoSuscripcion {
	margin-top: -167px;
	width: 331px;
	height: 77px;
	float: left;
	margin-left: 9px;
}

.textocosto {
	margin-left: 83px;
	margin-top: 14px;
}

.cuadroBoton {
	margin-top: 12px;
	margin-right: 46px;
}

.textoBoton {
	font-size: 19px;
	margin-left: 2px;
}

.descarga {
	width: 436px;
	height: 50px;
	margin-top: -140px;
	margin-right: -113px;
}

.textodescarga {
	margin-right: 63px;
	margin-top: -26px;
}

.logosDescarga {
	margin-top: 3px;
	margin-left: -24px;
}

.textoAnunciate {
	margin-right: 148px;
	margin-top: -78px;
}

.contenedorMenu a {
	text-decoration: none;
}

.subcontenedorMenu a {
	text-decoration: none;
}

.menuTotalDesplegable {
	margin-top: 59px;
	z-index: 2;
	top: 0px;
	left: 5px;
	position: absolute;
	display: none;
}

.subcontenedorMenu {
	padding: 10px;
}

/*home*/

.principales {
	width: 748px;
	height: 212px;
	margin-top: 69px;
}

.imagen_nota {
	width: 33%;
	margin-right: 2px;
	margin-left: 0px;
}

.imagen_nota:last-child {
	margin-right: 0px;
}

.textoNotaPrincipal {
	font-size: 16px;
	margin: 5px;
	width: 213px;
}

.contenedorTextos {
	width: 247px;
	height: 50px;
	background: #989691;
	margin-left: -249px;
	margin-top: -3px;
}

.contenedorTextos:last-child {
	margin-right: -1px;
}

.bannerSuscripcion {
	width: 555px;
	margin-right: 94px;
	float: right;

}

.contentNotaUltimas:last-child {
	display: block;
}

.contenedorUltimas {
	width: 748px;
}

.contentNotaUltimas {
	width: 181px;
}

.textoUltimas {
	height: 70px;
	width: 170px;
}

.contenedorExperto {
	width: 748px;
	height: 162px;
}

.tituloExperto {
	width: 576px;
}

.textoExperto {
	display: block;
	margin-left: 173px;
	margin-top: -92px;
}

.leerMasExperto {
	margin-right: 483px;
	margin-top: -30px;
}

.iconoExperto {
	display: block;
	margin-left: -738px;
}

.contenedorRecetas {
	width: 748px;
	height: 451px;
}

.contentReceta {
	width: 367px;
	height: 451px;
}

.tituloRecetaHome {
	width: 352px;
}

.iconoReceta {
	margin-top: -450px;
}

.contenedorBienestar {
	width: 748px;
	height: 162px
}

.tituloBienestar {
	margin-right: 102px;
	margin-top: -150px;
}

.textoNotaBienestar {
	display: block;
	font-size: 16px;
	width: 397px;
	margin-top: -106px;
	margin-right: 101px;
}

.leerMasBienestar {
	margin-left: 241px;
}

/*Alimebtos Sanos*/

.encabezadoAlimento {
	width: 745px;
}

.textoAlimentoSano {
	width: 656px;
	margin-left: 86px;
}

.circNumAlimentos {
	width: 50px;
	height: 50px;
}

.numAlimentos {
	font-size: 45px;
	margin-left: 11px;
	margin-top: -4px;
}

.recetaRelacionada {
	width: 355px;
	height: 414px;
	margin-left: 8px;
	margin-right: 9px;
	margin-bottom: 10px;
}

.tituloSeccionReceta {
	width: 335px;
	height: 36px;
}

.contenedorSeccionRecetas {
	height: 413px;
}

/*Seccion Experto*/

.contenedorFotoExperto {
	width: 745px;
	height: 119px;
}

.tituloNotaExperto, .datosExperto {
	width: 635px;
	height: 53px;
	margin-left: 5px;
}

.textoTituloExperto, .textoDatosExperto {
	width: 635px;
	height: 32px;
}

.fotoExperto {
	display: block;
	width: 14%;
}

.textoDatosExperto {
	font-size: 15px;
}

/*css seccion recetas*/

.recetaPrincipal {
	width: 745px;
	height: 373px;
}

.textoBarra {
	margin-top: -38px;
	font-size: 15px;
}

.numeroBarra {
	font-size: 25px;
}

.barraInfoReceta {
	margin-top: -379px;
	margin-right: -1px;
}

 .tiempo_prepara  {
	width:90px;
}
.ingredientesNutricion {
	width: 746px;
}

.ingredientes {
	width: 408px;
}

.nutricion {
	width: 262px;
}

.porciones, .kcal, .carb, .tiempo_prepara {
	height: 60px;
}

/*css seccion tablas*/

.filaPrincipal {
	width: 745px;
}

.infoNutri, .gastando {
	display: block;
}

.imgProducto {
	display: block;
	margin-top: 16px
}

.productoComparar {
	width: 150px;
}

.productosComparados {
	width: 745px;
	height: 180px;
}

.producto {
	width: 150px;
	height: 180px;
}

.recomendacion {
	width: 304px;
}

.textoRecomendacion {
	width: 296px;
	height: 165px;
	margin-right: 6px;
	margin-top: -8px;
	float: right;
}

.textoRecomendacion p {
	margin-top: 12px;
}

.tablaProducto {
	margin-top: 0px;
	margin-left: 0px;
	border-right: #dedcdc solid 2px;
	width: 170px;
}

.iconosTabla {
	height: 180px;
	width: 113px;
	margin-top: 0px;
	border-right: #dedcdc solid 2px;
}

.iconosTabla br {
	display: block;
}

.iconosTabla i {
	font-size: 40px;	
}


.left{
  width: 75px;
  height: 83px;
  margin-top: -6px;
  float: left;
  display: inline;
  margin-left: 16px;
}

/*-------------------------ICONOS---------------------------*/
.icono_bailar, 
.icono_bicicleta, 
.icono_camina, 
.icono_correr, 
.icono_nadar, 
.icono_spinning, 
.icono_yoga, 
.icono_zumba{ 
	display: inline-block; 
	background: url('images/iconos_responsivo_768_1024_1200.png') no-repeat; 
	overflow: hidden; 
	text-indent: -9999px; 
	text-align: left; 
	float: left;
}

.icono_bailar { 
	background-position: 7px -1px;
	width: 49px;
	height: 48px;
	margin-left: 8px;
	float: left;
	margin-top: 0px;
}

.icono_bicicleta { 
	background-position: -53px -2px;
	width: 51px;
	height: 39px;
	margin-left: 14px;
	float: left;
	margin-top: -7px;
}

.icono_camina { 
	background-position: 2px -49px;
	width: 47px;
	height: 48px;
	/* margin-top: 92px; */
	margin-left: 10px;
	float: left;
}

.icono_correr {
	background-position: -62px -55px;
	width: 38px;
	height: 43px;
	margin-left: 24px;
	float: left;
	margin-top: -6px;
}

.icono_nadar { 
	background-position: -7px -100px;
	width: 42px;
	height: 41px;
	margin-left: 19px;
	float: left;
	margin-top: -4px;
}

.icono_spinning { 
	background-position: -65px -98px;
	width: 30px;
	height: 42px;
	margin-left: 28px;
	float: left;
	margin-top: -4px;
}

.icono_yoga { 
	background-position: 1px -144px;
	width: 35px;
	height: 42px;
	margin-left: 14px;
	float: left;
	margin-top: -7px;
}

.icono_zumba { 
	background-position: -13px -6px;
	width: 40px;
	height: 42px;
	margin-left: 25px;
	float: left;
	margin-top: -6px;
}

.tiempo {	
	font-size: 16px;
}

/*css seccion directorio*/

.buscadorDirectorio {
	width: 748px;
}

.buscadoresDirectorio {
	width: 748px;
}

.listaCategoria {
	width: 748px;
}

.listaUbicacion {
	width: 748px;
	margin-left: 0px;
}

select {
	margin-right: 100px;
	width: 230px;
}

.resultados {
	width: 748px;
}

.infoEspecialResultado {
	width: 340px;
	float: left;
	height: 100px;
	margin-left: 10px;
}

.mapaDirectorio {
	width: 340px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

.categoriaEspecialidad {
	margin-left: 100px;
}

/*css Seccion Expertos -todas las notas-*/

.notasExp {
	width: 739px;
	border-top-left-radius: 57px;
	border-bottom-right-radius: 48px;
}

.textoTituloNotasExp {
	width: 484px;
	margin-left: 12px;
}

.textoNotasExp {
	width: 571px;
}

.leerExp {
	margin-top: 26px;
}

/*css historico*/

.imagenHistorico {
	display: block;
	width: 26%;
	float: left;
	border-top-left-radius: 20px;
}

.contenedorHistorico {
	width: 748px;
	float: left;
}

.notaHistorico {
	width: 748px;
	height: 115px;
	margin-right: 0px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.tituloNotaHistorico {
	float: left;
	width: 510px;
}

.textoNotaHistorico {
	width: 510px;
	float: left;
	height: 47px;
}


}
/*----------------------------------------MEDIAQUERY 1024 ----------------------------------------*/

@media (min-width: 1024px) {
#video_iframe{  width: 100%; height: 550px; }
.contenedorDesplazable {
	margin-right: 7px;
	margin-top: 16px;
	height: 49px;
	width: 197px;
}

.waDesplazable {
	padding: 14px;
	margin-right: 3px;
}

.waDesplazable i {
	margin-top: -7px;
}

/*banner*/

#leader {
	margin: 71px auto 10px auto;
	display: block;
}


.contenedorFormato {
	width: 300px;
	float: right;
	height: 115px;
}

.campos {
	margin-top: 36px;
}

.campos br {
	display: block;
}

.botonEnvio {
	margin-top: 25px;
}

.contenedortotal {
	width: 1024px;
}

.contentPrincipal {
	padding: 0px 8px 0px;
}

.menupegado {
	width: 994px;
}

.header {
	width: 994px;
	border-bottom: none;
	height: 59px;
}
.buscador {
	text-align:center;
}
.contentTotalRelacionados {
	width: 677px;
}

.contentRelacionados {
	width: 176px;
}

.contentRelacionados:last-child {
	display: block;
}

.tituloseccionRel {
	padding: 4px;
}

.iconRelacionados {
	margin-left: 3px;
}

.tituloRelacionados {
	height: 67px;
}

.contentRelacionados {
	height: 325px;
	width: 158px;
}

.contentArticulosRel {
	width: 677px;
}

.iconRelacionados {
	margin-left: -5px;
}

.contenedorTotalEspecialistas {
	width: 677px;
	height: 331px;
}

.tituloseccionDirec a {
	float: left;
	margin-bottom: 23px;
	margin-top: 10px;
}

.contentdireccion {
	width: 219px
}

.contentdirectorio {
	width: 748px;
	height: 231px;
}

.nombreespecialista {
	height: 59px;
}

.direccionespecialista {
	height: 91px;
}

.leerMasDirec {
	margin-top: -8px;
}

.sidebar {
	margin-top:0px;
	width: 30%;
	float: right;
	margin-right: 8px;
}

.columnaizquierda {
	width: 68%;
	float: left;
}

.textoRedes {
	margin-left: -4px;
}

.contentRedes {
	width: 300px;
}

.circleFace {
	margin-right: 24px;
}

.circleTwitter {
	margin-left: -5px;
}

.publicidad {
	margin-right: 0px;
	margin-top: 20px;

}

.contenedortotalGuia {
	width: 300px;
	float: right;
}

.contentguia {
	width: 300px;

}

.oscuro,.gris {
	width: 300px;
}

.textoguia {
	margin-left: 21px;
	margin-top: 15px;
	width: 230px;
}

.contenedortotalSuscripcion {
	width: 300px;
	height: 176px;
}

.cajatextoSuscribete {
	width: 300px;
	height: 54px
}

.cajadescuento {
	width: 300px;
	height: 57px
}

.textoSuscribete {
	margin-left: 14px;
	margin-top: 2px;
}

.textoSuscribete em {
	margin-left: 0px;
	margin-top: 0px;	
}

.revista {
	float: right;
	margin-right: 1px;
	margin-top: -111px;
}

.descuento {
	margin-left: 58px;
}

.contentfooter {
	width: 994px;
	height: 226px;
}

.contentfooterIzq {
	margin-left: 0px;
	width: 630px;
	height: 227px;
}

.cajalogos {
	width: 620px;
	border-right: none;
	margin-left: 0px;
}

.logosfooter {
	margin-top: 14px;
}

.logo:first-child {
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 12px;
	float: left;
}

.logo:last-child {
	margin-right: -14px;
	float: right;
	margin-top: -65px;

}

.logo {
	margin-left: 2px;
	margin-right: -5px;
	margin-bottom: -1px;
	margin-top: 15px;
}

.logos {
	width: 87%;
}

.logosfinales {
	margin-left: 164px;
	margin-top: 9px;
}

.textoCopy {
	margin-top: 35px;
	width: 610px;
	font-size: 10px;
	margin-left: 21px;
}

.textoinfo {
	margin-left: 39px;
}

.contentfooterDer {
	height: 227px;
	width: 363px;
	float: right;
	margin-top: -227px;
	border-left: #d7af5e solid 2px;
}

.infoSuscripcion {
	margin-top: 14px;
	float: right;
	margin-left: 9px;
	height: 71px;
}

.textocosto {
	margin-left: 61px;
	margin-top: 3px;
}

.cuadroBoton {
	margin-top: 4px;
	margin-right: 63px;
}

.textoBoton {
	font-size: 19px;
	margin-left: 2px;
}

.descarga {
	width: 335px;
	height: 44px;
	margin-top: 38px;
	margin-right: 17px;
	float: right;
}

.textodescarga {
	margin-right: 48px;
	margin-top: -26px;
}

.logosDescarga {
	margin-top: 3px;
	margin-left: -24px;
}

.textoAnunciate {
	margin-right: -290px;
	margin-top: 96px;
	float: right;
}

.contenedorMenu a {
	text-decoration: none;
}

.subcontenedorMenu a {
	text-decoration: none;
}

.menuTotalDesplegable {
	margin-top: 59px;
	z-index: 2;
	top: 0px;
	left: 5px;
	position: absolute;
	display: none;
}

.subcontenedorMenu {
	padding: 10px;
}

/*home*/

.principales {
	width: 994px;
	height: 264px;
	margin-top:4px
}

.imagen_nota {
	margin-right: 3px;
	
}

.imagen_nota:last-child {
	margin-right: 0px;
}

.textoNotaPrincipal {
	font-size: 16px;
	margin: 5px;
	width: 317px;
}

.contenedorTextos {
	margin-left: -330px;
	width: 328px;
}

.contenedorTextos:last-child {
	margin-right: -1px;
}

.bannerSuscripcion {
	width: 675px;
	margin-right: 0px;
	float: left;
	height: 104px;
	margin-left: 155px;/*cambios*/
}

.contentNotaUltimas:last-child {
	display: block;
}

.contenedorUltimas {
	width: 675px;
	height: 284px;
}

.contentNotaUltimas {
	width: 163px;
	height: 249px;
}

.textoUltimas {
	width: 153px;
}

.contenedorExperto {
	width: 675px;
	height: 146px;
}

.tituloExperto {
	width: 519px;
	margin-top: 7px;
}

.textoExperto {
	display: block;
	margin-left: 157px;
	margin-top: -92px;
	font-size: 14px;
}

.leerMasExperto {
	margin-right: 428px;
	margin-top: -30px;
}

.iconoExperto {
	margin-left: -667px;
}

.contenedorRecetas {
	width: 675px;
	height: 433px;
}

.contentReceta {
	width: 333px;
	margin-left: 0px;
	height: 432px;
}

.tituloRecetaHome {
	width: 319px;
}

.leerMasReceta {
	display: block;
	margin-left: 8px;
}

.iconoReceta {
	margin-top: -433px;
}

.contenedorBienestar {
	width: 675px;
	height: 162px
}

.imgBienestar {
	width: 35.5%;
	height: 100%;
}

.tituloBienestar {
	margin-right: 30px;
	margin-top: -156px;
	width: 395px;
}

.textoNotaBienestar {
	display: block;
	font-size: 14px;
	width: 405px;
	margin-top: -106px;
	margin-right: 19px;
}

.leerMasBienestar {
	margin-left: 241px;
}

.leerMasTextoBienestar {
	margin-left: 10px;
}

.sidebar.Home {
	margin-top: -185px;
}

/*Alimebtos Sanos*/

.sidebar {
	margin-top:0px;
}

.encabezadoAlimento {
	width: 674px;
}

.textoAlimentoSano {
	width: 588px;
	margin-left: 86px;
}

.circNumAlimentos {
	width: 50px;
	height: 50px;
}

.numAlimentos {
	font-size: 45px;
	margin-left: 11px;
	margin-top: -4px;
}

.recetaRelacionada {
	width: 320px;
	height: 412px;
	margin-left: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
}

.tituloSeccionReceta {
	width: 301px;
	height: 44px;
}

.contenedorSeccionRecetas {
	height: 413px;
}

/*Seccion Experto*/

.contenedorFotoExperto {
	width: 675px;
	height: 106px;
}

.tituloNotaExperto {
	width: 568px;
	height: 53px;
	margin-left: 5px;
}

.datosExperto {
	width: 568px;
	height: 49px;
	margin-left: 5px;

}

.textoTituloExperto, .textoDatosExperto {
	width: 568px;
	height: 32px;
}

.fotoExperto {
	display: block;
	width: 15%;
}

.textoDatosExperto {
	font-size: 15px;
	margin-top: 2px;
}

/*css seccion recetas*/

.recetaPrincipal {
	width: 675px;
	height: 373px;
}

.textoBarra {
	margin-top: -38px;
	font-size: 15px;
}

.numeroBarra {
	font-size: 25px;
}

.barraInfoReceta {
	margin-top: -372px;
	margin-right:-25px;
}

.tiempo_prepara  {
	width:90px;
}
.ingredientesNutricion {
	width: 675px;
}

.ingredientes {
	width: 395px;
}

/*css seccion tablas*/

.filaPrincipal {
	width: 675px;
}

.infoNutri, .gastando {
	display: block;
}

.infoNutri {
	width: 160px;
}

.productoComparar {
	width: 150px;
}

.productosComparados {
	width: 675px;
	height: 180px;
}

.producto {
	width: 150px;
	height: 180px;
}

.porcionTabla, .renglones {
	margin-left: 11px;
}

.recomendacion {
	width: 246px;
}

.textoRecomendacion {
	width: 237px;
}

.tablaProducto {
	width: 160px;
}
.left{
  width: 75px;
  height: 83px;
  margin-top: -6px;
  float: left;
  display: inline;
  margin-left: 16px;
}

/*-------------------------ICONOS---------------------------*/
.icono_bailar, 
.icono_bicicleta, 
.icono_camina, 
.icono_correr, 
.icono_nadar, 
.icono_spinning, 
.icono_yoga, 
.icono_zumba{ 
	display: inline-block; 
	background: url('images/iconos_responsivo_768_1024_1200.png') no-repeat; 
	overflow: hidden; 
	text-indent: -9999px; 
	text-align: left; 
	float: left;
}

.icono_bailar { 
	background-position: 7px -1px;
	width: 49px;
	height: 48px;
	margin-left: 8px;
	float: left;
	margin-top: 0px;
}

.icono_bicicleta { 
	background-position: -53px -2px;
	width: 51px;
	height: 39px;
	margin-left: 14px;
	float: left;
	margin-top: -7px;
}

.icono_camina { 
	background-position: 2px -49px;
	width: 47px;
	height: 48px;
	/* margin-top: 92px; */
	margin-left: 10px;
	float: left;
}

.icono_correr {
	background-position: -62px -55px;
	width: 38px;
	height: 43px;
	margin-left: 24px;
	float: left;
	margin-top: -6px;
}

.icono_nadar { 
	background-position: -7px -100px;
	width: 42px;
	height: 41px;
	margin-left: 19px;
	float: left;
	margin-top: -4px;
}

.icono_spinning { 
	background-position: -65px -98px;
	width: 30px;
	height: 42px;
	margin-left: 28px;
	float: left;
	margin-top: -4px;
}

.icono_yoga { 
	background-position: 1px -144px;
	width: 35px;
	height: 42px;
	margin-left: 14px;
	float: left;
	margin-top: -7px;
}

.icono_zumba { 
	background-position: -13px -6px;
	width: 40px;
	height: 42px;
	margin-left: 25px;
	float: left;
	margin-top: -6px;
}


/*css seccion directorio*/

.buscadorDirectorio {
	width: 677px;
}

.buscadoresDirectorio {
	width: 677px;
}

.listaCategoria {
	width: 677px;
}

.listaUbicacion {
	width: 677px;
}

.resultados {
	width: 677px;
}

.infoEspecialResultado {
	width: 350px;
}

.mapaDirectorio {
	width: 300px;
}

select {
	font-size: 13px;
}

/*css Seccion Expertos -todas las notas-*/

.notasExp {
	width: 669px;
	border-top-left-radius: 57px;
	border-bottom-right-radius: 48px;
	height: 141px;
}

.textoTituloNotasExp {
	width: 429px;
	margin-left: 12px;
}

.textoNotasExp {
	width: 511px;
	margin-left: 123px;
	margin-top: -41px;
	height: 67px;
}

.leerExp {
	margin-top: 26px;
}


/*css historico*/

.imagenHistorico {
	display: block;
	width: 92%;
	float: left;
	border-top-left-radius: 20px;
}

.contenedorHistorico {
	width: 677px;
	float: left;
}

.notaHistorico {
	width: 215px;
	height: 245px;
	margin-right: 10px;
	height: 275px;
}


.tituloNotaHistorico {
	float: left;
	width: 198px;

}

.textoNotaHistorico {
	width: 198px;
	float: left;
	height: 70px;
}

.leerHistorico {
	display: block;
}

}
/*----------------------------------------MEDIAQUERY 1200----------------------------------------*/
@media (min-width: 1200px) {
#video_iframe{  width: 100%; height: 550px; }
/*banner*/

#leader {
	display: block;
	margin: 110px auto 10px auto;
}



.contenedorFormato {
	width: 375px;
	float: right;
	height: 120px;
}

.campos {
	margin-top: 44px;
}

.campos br {
	display: none;
}

.botonEnvio {
	margin-top: 43px;
	margin-left: 11px;
}

.iconTextoFormato {
	margin-left: 9px;
}

.contenedortotal {
	width: 1200px;
}

.contentPrincipal {
	padding: 0px 18px 0px;
}

.menuprincipal, .suscripcion {
	display: block;
}

.menupegado {
	width: 1160px;
}

.barrasHeader {
	display: none;
}

.header {
	width: 1160px;
	height: 69px;
	border-bottom: #7b1a1d solid 30px;
}

.contenedorDesplazable {
	margin-right: 7px;
	margin-top: 16px;
	height: 49px;
	width: 197px;
}
.waDesplazable {
	width: 10px;
	height: 10px;
}

.waDesplazable i {
	font-size: 29px;
}
.logoheader {
	width: 245px;
}

.buscador {
	margin-top: 18px;
	text-align:center;
}

.twitterDesplazable,.facebookDesplazable,.googleplusDesplazable {
	padding: 19px;
	font-size: 20px;
}

.twitterDesplazable i {
	margin-top: -9px;
	margin-left: -13px;
}

.facebookDesplazable i {
	margin-top: -9px;
	margin-left: -9px;
}

.googleplusDesplazable i {
	margin-left: -10px;
	margin-top: -9px;
}

.secciones li {
	position: relative;
}

.contentTotalRelacionados {
	width: 757px;
	height: 428px;
}

.contentRelacionados {
	width: 176px;
}

.contentRelacionados:last-child {
	display: block;
}

.tituloseccionRel {
	padding: 4px;
}

.iconRelacionados {
	margin-left: 3px;
}

.tituloRelacionados {
	margin: 5px;
	width: 95%;
	height: 64px;
}

.contentRelacionados {
	height: 352px;
	width: 178px;
}

.contentArticulosRel {
	width: 757px;
}

.iconRelacionados {
	margin-left: -5px;
}

.contenedorTotalEspecialistas {
	width: 757px;
	height: 331px;
}

.leerMasRelacionados {
	display: block;
	margin-top: -24px;
}

.tituloseccionDirec a {
	float: left;
	margin-bottom: 23px;
	margin-top: 10px;
}

.contentdireccion {
	width: 245px;
}

.contentdirectorio {
	width: 757px;
	height: 231px;
}

.nombreespecialista {
	height: 59px;
}

.direccionespecialista {
	height: 91px;
}

.leerMasDirec {
	margin-top: -8px;
}

.sidebar {
	margin-top:0px;
	width: 33%;
	float: right;
	margin-right: 3px;
}

.columnaizquierda {
	width: 65%;
	float: left;
	margin-top:0px;
	margin-left: 15px;
}

.textoRedes {
	margin-left: 15px;
}

.contentRedes {
	width: 375px;
}

.circleFace {
	margin-right: 44px;
}

.circleTwitter {
	margin-left: 24px;
}

.publicidad {
	margin-right: 39px;
	margin-top: 20px;
}

.contenedortotalGuia {
	width: 375px;
	float: right;
}

.contentguia {
	width: 375px;

}

.oscuro,.gris {
	width: 375px;
}

.textoguia {
	margin-left: 50px;
	margin-top: 15px;

}

.numeracion {
	margin-left: 41px
}

.contenedortotalSuscripcion {
	width: 375px;
	height: 176px;
}

.cajatextoSuscribete {
	width: 375px;
	height: 54px
}

.cajadescuento {
	width: 375px;
	height: 57px
}

.textoSuscribete {
	margin-left: 50px;
}

.textoSuscribete em {
	margin-left: 0px;
	margin-top: 0px;	
}

.revista {
	float: right;
	margin-right: 1px;
	margin-top: -111px;
}

.descuento {
	margin-left: 87px;
}

.contentfooter {
	width: 1160px;
	height: 226px;
}

.contentfooterIzq {
	margin-left: 0px;
	width: 630px;
	height: 227px;
}

.cajalogos {
	width: 793px;
	border-right: none;
	margin-left: 0px;
}

.logosfooter {
	margin-top: 14px;
}

.logo:first-child {
	margin-top: 12px;
	margin-right: 0px;
	float: left;
	}

.logo:last-child {
	margin-left: 42px;
	float: left;
	margin-top: 16px;
}

.logo {
	margin-left: 9px;
}

.logos {
	width: 89%;
}

.logosfinales {
	margin-left: 164px;
	margin-top: 9px;
}

.textoCopy {
	margin-top: 35px;
	width: 753px;
	font-size: 10px;
	margin-left: 21px;
}

.textoinfo {
	margin-left: 39px;
}

.contentfooterDer {
	height: 227px;
	width: 366px;
	float: right;
	margin-top: 0px;
	border-left: #d7af5e solid 2px;
}

.infoSuscripcion {
	margin-top: 14px;
	float: right;
	margin-left: 9px;
	height: 71px;
}

.textocosto {
	margin-left: 61px;
	margin-top: 3px;
}

.cuadroBoton {
	margin-top: 4px;
	margin-right: 63px;
}

.textoBoton {
	font-size: 19px;
	margin-left: 2px;
}

.descarga {
	width: 335px;
	height: 44px;
	margin-top: 38px;
	margin-right: 17px;
	float: right;
}

.textodescarga {
	margin-right: 48px;
	margin-top: -26px;
}

.logosDescarga {
	margin-top: 3px;
	margin-left: -24px;
}

.textoAnunciate {
	margin-right: -290px;
	margin-top: 96px;
	float: right;
}

.contenedorMenu a {
	text-decoration: none;
}

.subcontenedorMenu a {
	text-decoration: none;
}

.menuTotalDesplegable {
	margin-top: 59px;
	z-index: 2;
	top: 0px;
	left: 5px;
	position: absolute;
	display: none;
}

.subcontenedorMenu {
	padding: 10px;
}

/*home*/

.principales {
	width: 1160px;
	height: 301px;
	margin-top: 4px;
}

.imagen_nota {
	margin-right: 3px;	
}

.imagen_nota:last-child {
	margin-right: 0px;
}

.textoNotaPrincipal {
	font-size: 16px;
	width: 372px;
}

.contenedorTextos {
	margin-left: -386px;
	width: 383px;
}

.contenedorTextos:last-child {
	margin-right: -1px;
}

.bannerSuscripcion {
	width: 757px;
	height: 117px;
	margin-bottom: 20px;
	margin-left: 191.5px;
}

.tituloUltimasNoticias {
	font-size: 20px;
}

.contentNotaUltimas:last-child {
	display: block;
}

.contenedorUltimas {
	width: 757px;
	height: 343px;
	margin-left: -16px;
}

.contentNotaUltimas {
	width: 183px;
	height: 306px;
}

.leerMasTextoUltimas {
	display: block;
	margin-left: -5px;
	margin-top: 1px;
}

.textoUltimas {
	width: 172px;
}

.contenedorExperto {
	width: 750px;
	height: 161px;
	margin-left: -12px;
}

.tituloExperto {
	width: 579px;
}

.textoExperto {
	margin-left: 171px;
	font-size: 15px;
}

.leerMasExperto {
	margin-right: 487px;
}

.iconoExperto {
	margin-left: -741px;
}

.contenedorRecetas {
	width: 757px;
	height: 449px;
}

.contentReceta {
	width: 367px;
	margin-left: -13px;
	height: 449px;
	margin-right: 30px;
}

.tituloRecetaHome {
	width: 352px;
	height: 43px;
}

.leerMasReceta {
	display: block;
	margin-left: -3px;

}

.iconoReceta {
	margin-top: -436px;
	margin-left: -3px;
}

.contenedorBienestar {
	width: 750px;
	height: 153px;
	margin-left: -11px;
}

.imgBienestar {
	width: 29.5%;
	height: 100%;
}

.tituloBienestar {
	margin-right: 31px;
	margin-top: -139px;
	width: 479px;
}

.iconoBienestar {
	display: block;
	margin-left: -740px;
}

.textoNotaBienestar {
	display: block;
	font-size: 14px;
	width: 489px;
	margin-top: -106px;
	margin-right: 19px;
}

.leerMasBienestar {
	margin-left: 241px;
}

.leerMasTextoBienestar {
	margin-left: 0px;
}

.sidebar.Home {
	margin-top: -156px;
}



/*Alimentos Sanos*/


.encabezadoAlimento {
	width: 757px;
}

.textoAlimentoSano {
	width: 671px;
}

.circNumAlimentos {
	width: 50px;
	height: 50px;
}

.numAlimentos {
	font-size: 45px;
	margin-left: 11px;
	margin-top: -4px;
}

.recetaRelacionada {
	width: 361px;
	height: 456px;
	margin-left: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
}

.tituloSeccionReceta {
	width: 342px;
	height: 44px;
}

.contenedorSeccionRecetas {
	height: 456px;
}

/*Seccion Experto*/

.contenedorFotoExperto {
	width: 757px;
	height: 138px;
}

.tituloNotaExperto {
	width: 615px;
	height: 67px;
	margin-left: 5px;
}

.datosExperto {
	width: 615px;
	height: 49px;
	margin-left: 5px;

}

.textoTituloExperto, .textoDatosExperto {
	width: 615px;
	height: 68px;
}

.fotoExperto {
	display: block;
	width: 18%;
}

.textoDatosExperto {
	font-size: 15px;
	margin-top: 9px;
	height: 60px;
}

.textoTituloExperto {
	font-size: 25px;
}

/*css seccion recetas*/

.recetaPrincipal {
	width: 757px;
	height: 373px;
}

.textoBarra {
	margin-top: -38px;
	font-size: 13px;
}

.numeroBarra {
	font-size: 28px;
}

.barraInfoReceta {
	margin-top: -418px;
	margin-right: 16px;
}
.tiempo_prepara  {
	width:90px;
}

.ingredientesNutricion {
	width: 757px;
}

.ingredientes {
	width: 465px;
}

/*css seccion tablas*/

.filaPrincipal {
	width: 757px;
}

.infoNutri, .gastando {
	display: block;
}

.infoNutri {
	width: 170px;
}

.productoComparar {
	width: 150px;
}

.productosComparados {
	width: 757px;
	height: 180px;
}

.producto {
	width: 150px;
	height: 180px;
}

.porcionTabla, .renglones {
	margin-left: 16px;
}

.recomendacion {
	width: 316px;
}

.textoRecomendacion {
	width: 311px;
	margin-right: 2px;
}

.tablaProducto {
	width: 170px;
}

.numerosTabla {
	margin-right: 3px;
}


.left{
	width: 86px;
	height: 83px;
	margin-top: 0px;
	float: left;
	display: inline;
	margin-left: 2px;
}

/*-------------------------ICONOS---------------------------*/
.icono_bailar, 
.icono_bicicleta, 
.icono_camina, 
.icono_correr, 
.icono_nadar, 
.icono_spinning, 
.icono_yoga, 
.icono_zumba{ 
	display: inline-block; 
	background: url('images/iconos_responsivo_768_1024_1200.png') no-repeat; 
	overflow: hidden; 
	text-indent: -9999px; 
	text-align: left; 
	float: left;
}

.icono_bailar { 
	background-position: -4px -5px;
	width: 35px;
	height: 48px;
	margin-left: 33px;
	float: left;
	margin-top: -7px;
	margin-bottom: 13px;
}

.icono_bicicleta { 
	background-position: -53px -2px;
	width: 51px;
	height: 39px;
	margin-left: 33px;
	float: left;
	margin-top: -7px;
}

.icono_camina { 
	background-position: 2px -49px;
	width: 47px;
	height: 48px;
	margin-left: 26px;
	float: left;
}

.icono_correr {
	background-position: -62px -55px;
	width: 38px;
	height: 43px;
	margin-left: 41px;
	float: left;
	margin-top: -6px;
}

.icono_nadar { 
	background-position: -7px -100px;
	width: 42px;
	height: 41px;
	margin-left: 38px;
	float: left;
	margin-top: -4px;
}

.icono_spinning { 
	background-position: -65px -98px;
	width: 30px;
	height: 42px;
	margin-left: 42px;
	float: left;
	margin-top: -4px;
}

.icono_yoga { 
	background-position: 1px -144px;
	width: 35px;
	height: 42px;
	margin-left: 33px;
	float: left;
	margin-top: -7px;
}

.icono_zumba { 
	background-position: -65px -98px;
	width: 30px;
	height: 42px;
	margin-left: 42px;
	float: left;
	margin-top: -4px;
	}
.tiempo{
	font-size: 16px;
	margin-left: 34px;
	float: left;
	margin-top: -17px;
}
/*css seccion directorio*/

.buscadorDirectorio {
	width: 757px;
}

.buscadoresDirectorio {
	width: 757px;
}

.listaCategoria {
	width: 757px;
}

.listaUbicacion {
	width: 757px;
}

.resultados {
	width: 757px;
}

.infoEspecialResultado {
	width: 350px;
}

.mapaDirectorio {
	width: 300px;
}

.textoInfoEspecial, .ubicacionInfoEspecial {
	font-size: 14px;
	width: 100%;
}

/*css Seccion Expertos -todas las notas-*/

.notasExp {
	width: 746px;
	height: 149px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.textoTituloNotasExp {
	width: 490px;
	margin-left: 12px;
}

.textoNotasExp {
	width: 572px;
	margin-left: 132px;
	margin-top: -41px;
	height: 67px;
}

/*css historico*/

.imagenHistorico {
	display: block;
	width: 92%;
	float: left;
	border-top-left-radius: 41px;
}

.contenedorHistorico {
	width: 757px;
	float: left;
}

.notaHistorico {
	width: 242px;
	margin-right: 10px;
	height: 283px;
	border-top-left-radius: 41px;
	border-bottom-right-radius:  41px;
}


.tituloNotaHistorico {
	float: left;
	width: 224px;

}

.textoNotaHistorico {
	width: 222px;
	float: left;
	height: 70px;
}

.leerHistorico {
	display: block;
}


}
.clear{clear: both}