@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}
.limpiar {
	clear:both;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 22px;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Comic Sans MS", cursive;
	color:#000;
	text-align:center;
}
ins {
	background: none !important;
	text-decoration: none;
}
/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94.08%;
	padding-left: 1.96%;
	padding-right: 1.96%;
	background:#FFF;
}
p {
	font-size:13px;
	line-height:18px;
}

h1 {
	font-size:18px;
}

h2,h3,h4,h5,h6 {
	font-size:18px;
}
#cabecera {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cabecera img#logo{
	width: 100%;
	
}
#menulateral {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: none;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contenido p{
	margin-left: 10px;
	font-size: 13px;
}
#menuhorizontal1 {
	
	display: none;
}
#menuhorizontal1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	text-align:center;
}
#menuhorizontal2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menuhorizontal2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	text-align:center;
}

#publicidad2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#titulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido1 {
	font-size:12px;
}
#contenido1 table#tabladietas{
	width: 80%;
	display: block;
	height:auto;
}
#contenido1 table#tablavarios{
	width: 100%;
	display: block;
	height:auto;
}
#contenido1 table#tabla{
	width: 55%;
	display: block;
	height:auto;
}
#autorespondedor1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#autorespondedor1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
}
#autorespondedor3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#autorespondedor3 p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
}
#autorespondedor3 table#tablaautorespondedor {
	width: 100%;
	display: block;
	height:auto;
}

#publicidad4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contenido3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido3 table#tablarutinas{
	width: 100%;
	display: block;
	height:auto;
}
#contenido3 table#tabla{
	width: 55%;
	display: block;
	height:auto;
}
#contenido3 table#calorias1{
	width: 100%;
}
#contenido3 table#calorias2{
	width: 100%;
}
#contenido3 table#tablaequivalencias1{
	width: 100%;
	display: block;
	height:auto;
}
#contenido4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#publicidad6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contenido5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido5 table#tablaequivalencias{
	width: 100%;
	display: block;
	height:auto;
}
#contenido5 table#calorias1{
	width: 100%;
}
#contenido5 table#calorias2{
	width: 100%;
}
#contenido5 table#masamuscular{
	width: 100%;
	display: none;
	height:auto;
}
#contenido5 table#masamuscular1{
	width: 100%;
	display: block;
	height:auto;
}
#autorespondedor2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#autorespondedor2 p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-align:center;
}
#autorespondedor4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#autorespondedor4 p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
}
#autorespondedor4 table#tabla6 {
	width: 100%;
	display: block;
	height:auto;
}
#contenido7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contenido7 table#tabla1 {
display:none;
}

#contenido7 table#tabla3 {
display:none;
}
#contenido7 table#tabla20 {
width:75%;
height:auto;
display:none;
}

#contenido7 table#tabla21 {
width:78%;
height:auto;
display:none;
}
#contenido7 table#tabla23 {
width:78%;
height:auto;
display:block;
}
#contenido7 table#tablaenlaces3 {
display:none;
}
#contenido7 table#tablaenlaces4 {
	width: 100%;
	height: auto;
	display: block;
}

#contenido7 table#tablaenlaces5 {
display:none;
}
#contenido7 table#tablaenlaces6 {
width:100%;
height:auto;
display:block;
}
#publicidad13 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#piedepagina {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#piedepagina table#piedepagina3{
display:none;
}
#piedepagina table#piedepagina4  {
	width: 81%;
	background:#C9C9C9;
	color:#FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	text-align:center;
	display: block;
}
#piedepagina p {
font-size:10px;
line-height:14px;
text-align:center
}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 92.625%;
	padding-left: 1.1875%;
	padding-right: 1.1875%;
}
p {
	font-size:15px;
	line-height:22px;
}

h1 {
	font-size:24px;
}

h2,h3,h4,h5,h6 {
	font-size:23px;
}
#cabecera {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menulateral {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: none;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido p{
	font-size: 15px;
}
#menuhorizontal1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menuhorizontal2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#publicidad2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#titulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido1 p{
	font-size:15px;
}
#contenido1 table#tabladietas{
	width: 60%;
}
#contenido1 table#tablavarios{
	width: 50%;
}
#contenido1 table#tabla{
	width: 30%;
}
#contenido2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#autorespondedor1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#autorespondedor1 p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
}
#autorespondedor3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#contenido3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido3 table#tablarutinas{
	width: 90%;
	display: block;
}
#contenido3 table#tabla{
	width: 30%;
}
#contenido3 table#calorias1{
	width: 80%;
}
#contenido3 table#calorias2{
	width: 80%;
}
#contenido3 table#tablaequivalencias1{
	width: 90%;
}
#contenido4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#contenido5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido5 table#tablaequivalencias{
	width: 90%;
	display: block;
	height:auto;
}
#contenido5 table#calorias1{
	width: 80%;
}
#contenido5 table#calorias2{
	width: 80%;
}
#contenido5 table#masamuscular{
	width: 100%;
	display: block;
	height:auto;
}
#contenido5 table#masamuscular1{
	width: 100%;
	display: none;
	height:auto;
}
#autorespondedor2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#autorespondedor2 p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
}
#autorespondedor4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#contenido7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contenido7 table#tabla1 {
width:75%;
height:auto;
display:none;
}

#contenido7 table#tabla3 {
width:78%;
height:auto;
display:none;
}
#contenido7 table#tabla20 {
width:93%;
height:auto;
display:block;
}

#contenido7 table#tabla21 {
width:95%;
height:auto;
display:block;
}
#contenido7 table#tabla23 {
width:78%;
height:auto;
display:none;
}
#contenido7 table#tablaenlaces3 {
width:100%;
height:auto;
display:block;
}
#contenido7 table#tablaenlaces4 {
display:none;
}
#contenido7 table#tablaenlaces5 {
width:100%;
height:auto;
display:block;
}
#contenido7 table#tablaenlaces6 {
display:none;
}
#piedepagina {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#piedepagina table#piedepagina3{
width:80%;
height:auto;
display:block;
}
#piedepagina table#piedepagina4  {
	display: none;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
p {
	font-size:16px;
	line-height:22px;
}

h1 {
	font-size:27px;
}

h2,h3,h4,h5,h6 {
	font-size:23px;
}
#cabecera {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#menulateral {
	clear: both;
	float: left;
	margin-left: 0;
	width: 17.5%;
	display: block;
}

#menulateral p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #000099;
}
#menulateral #fixed{
	width:153px;
}
#menulateral #tabletabla10{
	width: 50%;
}

#contenido {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 80%;
	display: block;
}
#contenido p{
	padding-left: 6px;
	font-size: 16px;
	color: #000;
	
}

#menuhorizontal1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#menuhorizontal2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#titulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido1 {
	font-size:16px;
}
#contenido1 table#tabladietas{
	width: 50%;
	display:block;
}
#autorespondedor1 {
	
	display: block;
}

#contenido2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#autorespondedor3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#contenido3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido3 table#tablarutinas{
	width: 80%;
	display: block;
}
#contenido3 table#tabla{
	width: 30%;
}
#contenido3 table#calorias1{
	width: 70%;
}
#contenido3 table#calorias2{
	width: 70%;
}

#contenido4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#contenido5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido5 table#calorias1{
	width: 70%;
}
#contenido5 table#calorias2{
	width: 70%;
}
#autorespondedor2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contenido7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido7 table#tabla1 {
width:75%;
height:auto;
display:block;
}

#contenido7 table#tabla3 {
width:78%;
height:auto;
display:block;
}
#contenido7 table#tabla20 {
width:75%;
height:auto;
display:none;
}

#contenido7 table#tabla21 {
width:78%;
height:auto;
display:none;
}
#contenido7 table#tablaenlaces3 {
	width: 90%;
}
#contenido7 table#tablaenlaces5 {
width:90%;
}
#piedepagina {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#piedepagina table#piedepagina3{
display:none;
}
}
.letrablanca {
	color: #FFF;
}
.negrita {
	font-weight: bold;
}
.arialnegro14blanco {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.tahoma13rojo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #900;
	text-align: center;
}
.centrado {
	text-align: center;
}
.letraroja {
	color: #F00;
}
.letra18 {
	font-size: 18px;
}
.arialbold {
	font-family: "Arial Black", Gadget, sans-serif;
}
.letraazul {
	color: #00F;
}
.negritaitalicasubrayado {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.BulletsRojos20 {
	font-size: 24px;
	color: #F00;
}
.letra11 {
	font-size: 11px;
}
.blanco18 {
	font-size: 18px;
	color: #FFF;
}
.Verdana {
	font-family: Verdana, Geneva, sans-serif;
}
.Tahoma16Centrado {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
}
.colorbeige {
	color: #EDE8AB;
}
