@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Blue american
Autor: Omar De Luna
actualización: junio 2013 */

.caption{
	position: absolute;
	width: 90%;
	height: 100px;
	top: 65%;	
	font-size:43px;
	line-height:35px;
	color:#e42329;
	font-weight:700;
	text-shadow:#000 1px 1px 3px;
	margin:0 auto;
	text-align:right;
	}

img{border:0;}

#topder li.oculta{
	display:none;}

* { margin: 0; padding: 0; font-family: 'Abel', Helvetica, Arial, sans-serif;}

a, input{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

body{
	background:#e42329;
	}

.back2{background:#6d6e70;}

#wrapper {
	width: 1240px;
	margin:0 auto;
	}
	
#ingreso{
	position:absolute; 
	top:84px; 
	float:right; 
	margin-left:850px;
	z-index:8;
}

#acceso_rutina{
	position:absolute;
	top:84px;
	float:right;
	margin-left:700px;
	color:#FFF;
}

#acceso_paypal{
	position:absolute;
	top:84px;
	float:right;
	margin-left:580px;
	color:#FFF;
}
	
#top{
	width:100%;
	height:84px;
	background: url(images/triangles.png) top right no-repeat #771217;
	border-top:10px solid #e42329;
	position:relative;
	z-index:9;
	}
	
#top2{
	width:1200px;
	margin:0 auto;
	}
	
#topiz{
	float:left;
	}
	
#topder{
	float:right;
	padding-top:10px;
	padding-right:20px;
	}
	
#topder a.log{
	padding:10px;
	background:#c3d500;
	color:#fff;
	position:relative;
	top:-12px;
	margin-left:10px;}
	
#topder a.log:hover{
	background:#0099a8;
	}
	
	
#topder ul{
	list-style:none;
	}
	
#topder li{
	display:inline-block;
	margin-right:15px;
	}
	
	
#topder li a{
	font-size:14px;
	color:#fff;
	line-height:64px;
	font-weight:700;
	display:block;
	}
	
#topder li a:hover{
	color:#e42329;}
	
#topder li a.active{
	color:#e42329;}
	
	
#header{
	width:100%;
	height:660px;
	background:#000;
	position:relative;
	z-index:1;
		}
		
#header2{
	width:100%;
	height:660px;
	background:#000;
	position:absolute;
	z-index:1;
	overflow:hidden;
		}
	
	#headeraling{
	width:100%;
	margin:0 auto;
	position:absolute;
	overflow:hidden;
	height:452px;
	}
	
	#header3{
	width:100%;
	height:150px;
	background:#222;
	position:relative;
	z-index:1;
		}

		
#header2.bhead{background:url(images/slide4.jpg) top center no-repeat #000;}
#header2.bhead2{background:url(images/slide5.jpg) top center no-repeat #000;}
#header2.bhead3{background:url(images/slide6.jpg) top center no-repeat #000;}
#header2.bhead4{background:url(images/slide7.jpg) top center no-repeat #000;}
#header2.bhead5{background:url(images/instala1.jpg) top center no-repeat #000;}
#header2.bhead6{background:url(images/instala4.jpg) top center no-repeat #000;}
#header2.bhead7{background:url(images/slide8.jpg) top center no-repeat #000;}
#header2.bhead8{background:url(images/slide9.jpg) top center no-repeat #000;}
#header2.bhead9{background:url(images/slide10.jpg) top center no-repeat #000;}
#header2.bhead10{background:url(images/slide11.jpg) top center no-repeat #000;}
		

#container{
	width:1200px;
	height:auto;
	margin:0 auto;
	position:relative;
	z-index:2;
	margin-top:-100px;
	margin-bottom:50px;
	}
	
#container2{
	width:1200px;
	height:auto;
	margin:0 auto;
	position:relative;
	z-index:2;
	padding-top:20px;
	margin-bottom:50px;
	}
	
#container3{
	width:1200px;
	height:auto;
	margin:0 auto;
	position:relative;
	z-index:2;
	margin-top:-100px;
	margin-bottom:50px;
	}
	
#col{
	width:280px;
	height:425px;
	background:#fff;
	float:left;
	overflow:hidden;
	}
	
#col h1{
	font-size:20px;
	line-height:65px;
	color:#fff;
	background:#4a1817;
	font-weight:700;
	padding:0 15px;
	margin-bottom:10px;
	display:block;
	text-shadow:none;
	}
	
#content{
	padding:20px;
	}

	
.margin{
	margin-right:20px;
	margin-bottom:20px;}
	
	
#acceso{
	width:0;
	height:213px;
	background:#e42329;
	position:absolute;
	left:0;
	top:185px;
	z-index:10;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
#acceso.active{
	width:240px;
	}
	
#content2{
	padding:20px;
	display:none;
	}
	
#content2.active{
	display:block;
	}

#acceso2{
	width:0;
	height:213px;
	background:#e42329;
	position:absolute;
	left:0;
	top:185px;
	z-index:10;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
#acceso2.active{
	width:240px;
	}
	
#content22{
	padding:20px;
	display:none;
	}
	
#content22.active{
	display:block;
	}
	
#horariotitle h1.lesmills{
	font-size:30px;
	}
	

h1{
	font-size:45px;
	line-height:35px;
	color:#e42329;
	font-weight:700;
	margin-bottom:10px;
	text-shadow:#000 1px 1px 3px;
	}
	
h2{
	font-size:30px;
	line-height:35px;
	color:#dc0031;
	font-weight:400;
	margin-bottom:10px;
	}
	
h3{
	font-size:25px;
	line-height:30px;
	color:#0099a8;
	font-weight:400;
	margin-bottom:10px;
	}
	
h4{
	font-size:20px;
	line-height:27px;
	color:#dc1e35;
	font-weight:400;
	margin-bottom:10px;
	}
	
h5{
	font-size:15px;
	line-height:20px;
	color:#333;
	font-weight:400;
	margin-bottom:10px;
	}
	
h6{
	font-size:18px;
	line-height:20px;
	color:#0099a8;
	font-weight:400;
	}
	
p {
	font-size:15px;
	line-height:19px;
	color:#666;
	font-weight:400;
	}
	
p.blanco {
	font-size:16px;
	line-height:19px;
	color:#fff;
	font-weight:400;
	}
	
p.GRANDE {
	font-size:18px;
	line-height:24px;
	color:#666;
	font-weight:400;
	}
	
p.GRANDE2 {
	font-size:18px;
	line-height:24px;
	color:#fff;
	font-weight:400;
	}
	
	
a {
	font-size:15px;
	line-height:20px;
	color:#c2c2c2;
	text-decoration:none;
	}
	
a:hover {
	color:#4a1817;
	}
	
a.mas{
	padding:0 0 0 30px;
	background: url(images/mas.png) center left no-repeat;
	line-height:30px;
	margin:20px 0;
	color:#4a1817;
	font-size:25px;
	font-weight:700;
	}

.cleare {
	display: block;
	clear: both;
}

#footer{
	width:100%;
	background:#4d4e4f;
	height:70px;
	}
	
#foo{
	width:1200px;
	margin:0 auto;
	padding-top:15px;
	}
	
#fo1{
	float:left;
	padding-top:10px;
	padding-left:10px;
	}
	
#fo2{
	float:right;
	padding-right:20px;
	}

#fo2 img{
	margin-bottom:-10px;}

#footer p{
	text-align:left;
	font-size:13px;
	line-height:16px;
	color:#fff;
	font-weight:lighter;
	}
	
#footer a{
	text-align:left;
	font-size:12px;
	line-height:16px;
	color:#fff;
	}
	

.campo2 {
	width: 260px;
	height: 25px;
	background: #009ba6;
	font-family: 'Abel', Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height:41px;
	color: #fff;
	border: 0;
	padding:10px;
	outline:none;
	margin-bottom:10px;
}

.campo2:focus{
	background: #532c6c;
	color: #fff;
	}
	
	
.campo1 {
	width: 195px;
	height: 23px;
	background:#fff;
	font-size: 12px;
	color: #666;
	border: 0;
	padding:5px;
	outline:none;
	margin-bottom:15px;
}



/*entrenamiento-----------------------------------*/

#entrena{
	width:300px;
	height:240px;
	float:left;
	}

#entrena h1{
	font-size:30px;
	line-height:60px;
	color:#fff;
	background:#404041;
	font-weight:700;
	padding:0 15px;
	display:block;
	text-shadow:none;
	}
	
	
/*nutricion-----------------------------------*/


#columna{
	width:370px;
	margin-right:30px;
	float:left;
	margin-bottom:20px;
	}
	
#columna h1{
	font-size:25px;
	line-height:18px;
	color:#fff;
	background:#404041;
	font-weight:700;
	padding:5px 15px;
	display:block;
	text-shadow:none;
	margin-bottom:20px;
	}
	
#columna h2{
	font-size:25px;
	line-height:50px;
	color:#fff;
	background:#e42329;
	font-weight:700;
	padding:0 15px;
	display:block;
	text-shadow:none;
	margin-bottom:20px;
	}
	
#columna h3{
	font-size:35px;
	line-height:40px;
	color:#fff;
	font-weight:700;
	text-shadow:none;
	margin-bottom:20px;
	}
	
.campo3 {
	width: 96%;
	height: 25px;
	background: #333;
	font-size: 14px;
	line-height:41px;
	color: #fff;
	border: 0;
	padding:10px 2%;
	outline:none;
	margin-bottom:10px;
}

.campo3:focus{
	background: #4a1817;
	color: #fff;
	}

	
/*nosotros-----------------------------------*/

#columna2{
	width:770px;
	float:left;
	}
	
#columna2 li{
	list-style:none;
	color:#fff;
	font-size:20px;
	background: url(images/triangles.png) top right #e42329;
	padding:10px;
	margin:0 20px 20px 0;
	float:left;
	width:210px;
	text-align:center;
	height:60px;
	}
	
#columna2 h3{
	font-size:35px;
	line-height:40px;
	color:#fff;
	font-weight:700;
	text-shadow:none;
	margin-bottom:20px;
	}


/*planes-----------------------------------*/

#plan{
	width:100%;
	margin-bottom:20px;
	background:#404041;
	}
	
#plantitle{
	width:100%;
	background: url(images/triangles.png) top right no-repeat #e42329;
	height:80px;
	}
	
#plantitle h1{
	font-size:40px;
	line-height:80px;
	padding-left:20px;
	color:#fff;
	text-shadow:none;
	}
	
#planfoto{
	width:300px;
	height:280px;
	float:left;
	overflow:hidden;
	text-align:center;
	}
	
#plantexto{
	width:430px;
	height:240px;
	padding:20px;
	float:left;
	}
	
#plan p{
	font-size:17.5px;
	line-height:22px;
	color:#fff;
		}
		
#horario{
	width:100%;
	margin-bottom:20px;
	background-color:rgba(255,255,255,0.4);
}
	
#horariotitle{
	width:100%;
	/*background: url(images/triangles.png) top right no-repeat #fff;*/
	height:70px;
}

#horariotitle_2{
	width:100%;
	background: url(images/triangles.png) top right no-repeat #fff;
	height:70px;
}
	
#horariotitle h1{
	font-size:40px;
	line-height:70px;
	padding-left:20px;
	color:#e42329;
	text-shadow:none;
	margin-bottom:10px;
	}
	
#hor1{
	float:left;
	margin:0 10px 10px 10px;
	width:300px;
}
	
#hor2{
	float:left;
	margin:0 10px 10px 0;
	width:105px;
	}
	
#hor3{
	float:left;
	margin:0 10px 10px 0;
	width:305px;
	height:170px;
	overflow:hidden;
	}
	
#hor3 img{
	width:100%;}
	
#hor1 li{
	list-style:none;
	line-height:50px;
	background:#e42329;
	text-align:center;
	font-size:18px;
	color:#fff;
	width:100%;
	margin-bottom:10px;
	}
	
#hor1 li.lugar{
	list-style:none;
	line-height:20px;
	background:#771217;
	text-align:center;
	height:30px;
	font-size:18px;
	color:#fff;
	width:55%;
	margin:0 10px 10px 0;
	float:left;
	padding:10px;
	}
	
#hor1 li.hora{
	list-style:none;
	line-height:50px;
	background:#771217;
	text-align:center;
	font-size:18px;
	color:#fff;
	width:35%;
	margin:0 0 10px 0;
	float:left;
	}
	

	
#hor2 li{
	list-style:none;
	line-height:50px;
	background:#fff;
	text-align:center;
	font-size:18px;
	color:#58585b;
	width:100%;
	margin-bottom:10px;
	}
	
#hor2 li.clase{
	list-style:none;
	line-height:50px;
	background:#e42329;
	text-align:center;
	font-size:13px;
	color:#FFF;
	width:100%;
	margin-bottom:10px;
}
#hor2 li.clase2{
	list-style:none;
	line-height:25px;
	background:#e42329;
	text-align:center;
	font-size:12px;
	color:#FFF;
	width:100%;
	height:50px;
	margin-bottom:10px;
}
	
#hor2 li.vacio{
	list-style:none;
	line-height:50px;
	background: url(images/triangles.png) top center no-repeat #fff;
	text-align:center;
	font-size:14px;
	color:#e42329;
	width:100%;
	margin-bottom:10px;
	}



/*tips-----------------------------------*/


#columna a.filtro1{
	display:block;
	background:#e42329;
	font-size:25px;
	color:#fff;
	line-height:40px;
	padding:0 15px;
	margin-bottom:20px;
	}
	
#columna a.filtro2{
	display:block;
	background:#9c2124;
	font-size:25px;
	color:#fff;
	line-height:40px;
	padding:0 15px;
	margin-bottom:20px;
	}
	
#columna a.filtro3{
	display:block;
	background:#7b191b;
	font-size:25px;
	color:#fff;
	line-height:40px;
	padding:0 15px;
	margin-bottom:20px;
	}
	
#tip{
	width:100%;
	margin-bottom:30px;
	}

#tip p{
	color:#FFF;}
	
#columna.thin{
	width:270px;}
	
#columna.wide{
	width:420px;}
	
/*faqs-----------------------------------*/

#columna h4{
	font-size:18px;
	line-height:26px;
	color:#fff;
	background:#404041;
	font-weight:700;
	padding:10px 15px;
	display:block;
	text-shadow:none;
	margin-bottom:10px;
	}
	
	
#espacio{
	height:100px;}
	
	
#colcontaco{
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	}
	
#hor1.depo{
			width:31%;}
	


/* CODIGO ANEXADO */
#menu_sucursales{
	width:100%;
	height:68px;
	background: url(images/triangles.png) top right no-repeat #fff;
}
#menu_sucursales ul{
	width:100%;
	height:100%;
}
#menu_sucursales ul li{
	float:left;
	list-style:none;
	display:block;
}
#menu_sucursales ul li a{
	text-decoration:none;
	font-size:35px;
	color:#e42329;
	padding:25px;
	display:block;
}
#menu_sucursales ul li a:hover{
	text-decoration:none;
	font-size:35px;
	color:#FFF;
	background-color:#e42329;
	padding:25px;
	display:block;
}
.sucursal_seleccionada{
	text-decoration:none;
	font-size:35px;
	color:#FFF;
	background-color:#A7A8A9;
	padding:12px 25px;
	display:block;
}
/* FIN DEL BLOQUE*/

.longitud{ font-size:18px; }

#imagen_pop{
	width:100%;
	text-align:center;
	position:absolute;
	top:20%;
}


@media only screen and (min-width:0px) and (max-width:767px){
	
	
	.caption{
	position: absolute;
	width: 90%;
	height: 100px;
	top: 65%;	
	font-size:23px;
	line-height:20px;
	color:#e42329;
	font-weight:700;
	text-shadow:#000 1px 1px 3px;
	margin:0 auto;
	text-align:right;
	}
	
	.iphone{
		display:none;
		}
		
		
	#topder li.oculta{
	display:block;
	margin-top:20px;}
	
	#topder li.oculta a:hover{
		background:none;}
	
	#elmenu {
	list-style:none;
	text-align:right;
	height:60px;
	padding:0;
	background:transparent;
	margin-top:20px;
	padding-top:0;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:relative;
	z-index:9;
	}
	
#elmenu.active{
	height:100%;
	padding-bottom:20px;
	background:#e42329;
	}
	
	#wrapper {
	width: 96%;
	padding:0 2%;
	}
	
	#ingreso{
		margin-left:-160px;
		}
	#acceso_rutina{
		/*position:absolute;
		top:84px;
		margin-left:700px;
		color:#FFF;*/
		margin-left:-84px;
	}
	#acceso_paypal{
		margin-left:55px;
	}
		
	#top{
	width:100%;
	height:84px;
	position:fixed;
	z-index:99999999;
	}
	
	#top2{
	width:100%;
	}
	
	#top2{
	width:100%;
	}
	
	#topiz{
		width:155px;}
	
	#topiz img{
		width:75%;}
	
	#topder{
	padding-top:0;
	padding-right:0;
	width:100%;
	position:absolute;
	top:-20px;
	margin:0;
	}
	
	#topder li{
	margin-right:0;
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	}
	
	#topder li a{
	font-size:14px;
	line-height:34px;
	font-weight:400;
	}
	
	#topder li a:hover{
		background:#000;
		color:#fff;
	}
	
	#topder li a.active{
	color:#e42329;
	background:#000;
	}
	
	#header{
	width:100%;
	height:auto;
	position:relative;
	background:transparent;
		}
		
	#header2{
	width:100%;
	height:auto;
	position:relative;
	background:transparent;
	padding-top:84px;
		}
		
	
	#headeraling{
	width:100%;
	margin:0 auto;
	position:relative;
	height:auto;
	background:transparent;
	}
	
	#baja{
		padding-top:84px;}
	
	
	#container{
	width:100%;
	margin-top:15px;
	margin-bottom:50px;
	}
	
	#container3{
	width:100%;
	margin-top:15px;
	margin-bottom:50px;
	}
	
#container2{
	width:100%;
	padding-top:14px;
	margin-bottom:50px;
	}
	
	#col{
	width:300px;
	height:370px;
	}
	
#col h1{
	font-size:20px;
	line-height:55px;
	}
	
.margin{
	margin-right:10px;
	margin-bottom:10px;}
	
	#content{
		padding:15px;}
	
#horariotitle h1.lesmills{
	font-size:8px;
	padding:1px;
	}
	
#horariotitle h1.lesmills img{
	width:10%}
	
	#acceso{
	top:145px;
	}
	#acceso2{
	top:145px;
	}
		
	
	p {
	font-size:13px;
	line-height:16px;
	}
	
p.blanco {
	font-size:13px;
	line-height:19px;
	}
	
p.GRANDE {
	font-size:15px;
	line-height:24px;
	}
	
p.GRANDE2 {
	font-size:15px;
	line-height:24px;
	}
	
	
a {
	font-size:15px;
	line-height:20px;
	}
	
a.mas{
	padding:0 0 0 30px;
	line-height:25px;
	margin:7px 0;
	font-size:20px;
	}
	
h1{
	font-size:30px;}
	
	#footer{
	width:100%;
	height:90px;
	}
	
	#foo{
	width:100%;
	padding-top:15px;
	}
	
	#footer p{
	text-align:left;
	font-size:11px;
	line-height:16px;
	color:#fff;
	font-weight:lighter;
	}
	
#footer a{
	text-align:left;
	font-size:11px;
	line-height:16px;
	color:#fff;
	}
	

h1 {
	font-size:23px;}
	

	
/*entrenamiento-----------------------------------*/

#entrena{
	width:300px;
	height:auto;
	}

#entrena h1{
	font-size:30px;
	line-height:40px;
	}
	
	
/*nutricion-----------------------------------*/


#columna{
	width:290px;
	margin-right:10px;
	margin-bottom:20px;
	}
	
#columna h1{
	font-size:20px;
	line-height:40px;
	margin-bottom:20px;
	}
	
#columna h2{
	font-size:25px;
	line-height:40px;
	margin-bottom:20px;
	}
	
#columna h3{
	font-size:25px;
	line-height:40px;
	margin-bottom:20px;
	}
	
.campo3 {
	width: 96%;
	height: 25px;
	padding:10px 2%;
}


	
/*nosotros-----------------------------------*/ 

#columna2{
	width:300px;
	}
	
#columna2 li{
	color:#fff;
	font-size:17px;
	line-height:18px;
	padding:10px;
	margin:0 0 10px 0;
	width:300px;
	height:30px;
	}
	
#columna2 h3{
	font-size:30px;
	line-height:35px;
	margin-bottom:20px;
	}


/*planes-----------------------------------*/

#plan{
	width:100%;
	margin-bottom:20px;
	}
	
#plantitle{
	width:100%;
	height:50px;
	}
	
#plantitle h1{
	font-size:20px;
	line-height:40px;
	padding-left:20px;
	}
	
#planfoto{
	width:100%;
	height:180px;
	text-align:center;
	}
#planfoto img{
	width:100%;
	margin-top:-20px;}
	
#plantexto{
	width:90%;
	height:auto;
	padding:20px;
	}
	
#plan p{
	font-size:14px;
	line-height:18px;
		}
		
#horario{
	width:100%;
	margin-bottom:20px;
	background-color:rgba(255,255,255,0.4);
}
	
#horariotitle{
	width:100%;
	height:50px;
	}
	
#horariotitle h1{
	font-size:20px;
	line-height:50px;
	padding-left:20px;
	margin-bottom:10px;
	}
	
#hor1{
	margin:0 5px 5px 5px;
	width:60px;
	
	}
	
#hor2{
	margin:0 2px 2px 0;
	width:37px;
	
	}
	
#hor3{
	margin:0 5px 5px 0;
	width:125px;
	height:170px;
	display:none;
	}
	
#hor3 img{
	width:115%;}
	
#hor1 li{
	line-height:30px;
	font-size:8px;
	width:100%;
	margin-bottom:10px;
	}
	
#hor1 li.lugar{
	line-height:15px;
	height:26px;
	font-size:5px;
	width:55%;
	margin:0 2px 2px 0;
	padding:2px 1px;
	}
	
#hor1 li.hora{
	line-height:30px;
	font-size:5px;
	color:#fff;
	width:35%;
	margin:0 0 10px 0;
	}
	
	
#hor2 li{
	line-height:30px;
	font-size:8px;
	color:#58585b;
	width:100%;
	}
	
#hor2 li.clase{
	line-height:30px;
	font-size:5px;
	width:100%;
}
#hor2 li.clase2{
	line-height:10px;
	font-size:5px;
	width:100%;
	height:30px;
}
	
#hor2 li.vacio{
	line-height:30px;
	font-size:8px;
	width:100%;
	}



/*tips-----------------------------------*/


#columna a.filtro1{
	font-size:20px;
	line-height:35px;
	padding:0 15px;
	margin-bottom:10px;
	}
	
#columna a.filtro2{
	font-size:20px;
	line-height:35px;
	padding:0 15px;
	margin-bottom:10px;
	}
	
#columna a.filtro3{
	font-size:20px;
	line-height:35px;
	padding:0 15px;
	margin-bottom:10px;
	}
	
#tip{
	width:100%;
	margin-bottom:15px;
	}
	
#columna.thin{
	width:100%;
	margin-bottom:15px;}
	
#columna.wide{
	width:100%;
	margin-bottom:15px;}
	
#columna2.wide{
	width:100%;
	margin-bottom:15px;}
	
/*faqs-----------------------------------*/

#columna h4{
	font-size:14px;
	line-height:20px;
	padding:10px 10px;
	}


#espacio{
	height:0;}
	
	#hor1 li.depo{
		font-size:10px;
		line-height:20px;
		}
		#hor1.depo{
			width:100%;}
			






#menu_sucursales{
	width:100%;
	height:100%;
}
#menu_sucursales ul{
	width:100%;
	height:100%;
}
#menu_sucursales ul li{
	float:left;
	list-style:none;
	display:block;
}
#menu_sucursales ul li a{
	text-decoration:none;
	font-size:15px;
	color:#e42329;
	padding:15px 10px;
	display:block;
}
#menu_sucursales ul li a:hover{
	text-decoration:none;
	font-size:15px;
	color:#FFF;
	background-color:#e42329;
	padding:15px 10px;
	display:block;
}
.sucursal_seleccionada{
	text-decoration:none;
	font-size:15px;
	color:#FFF;
	background-color:#A7A8A9;
	padding:15px 10px;
	display:block;
}

.longitud{ font-size:18px; }

#imagen_pop{
	width:90%;
	padding:0 5%;
	text-align:center;
	position:absolute;
	top:20%;
}
#imagen_pop img{
	width:100%;
}

}



@media only screen and (min-width:768px) and (max-width:1023px){
	
	.caption{
	position: absolute;
	width: 90%;
	height: 100px;
	top: 65%;	
	font-size:28px;
	line-height:25px;
	color:#e42329;
	font-weight:700;
	text-shadow:#000 1px 1px 3px;
	margin:0 auto;
	text-align:right;
	}
	
	#wrapper {
	width: 750px;
	}
	
	#ingreso{
		margin-left:440px
		}
	#acceso_rutina{
		margin-left:290px
	}
	#acceso_paypal{
		margin-left:172px;
	}
	
	#top2{
	width:750px;
	}
	
	#top2{
	width:750px;
	}
	
	#topiz{
		width:210px;}
	
	#topiz img{
		width:75%;}
	
	#topder{
	padding-right:10px;
	}
	
	#topder li{
	margin-right:5px;
	}
	
	#topder li a{
	font-size:10px;
	line-height:64px;
	font-weight:400;
	}
	
	#header{
	width:100%;
	height:400px;
		}
		
	#header2{
	width:100%;
	height:400px;
		}
	
	#headeraling{
	width:100%;
	margin:0 auto;
	position:absolute;
	overflow:hidden;
	height:354px;
	}

	
	#container{
	width:750px;
	margin-top:-10px;
	margin-bottom:50px;
	}
	
	#container3{
	width:750px;
	margin-top:-130px;
	margin-bottom:50px;
	}
	
#container2{
	width:750px;
	padding-top:20px;
	margin-bottom:50px;
	}
	
	#col{
	width:350px;
	height:375px;
	}
	
#col h1{
	font-size:20px;
	line-height:55px;
	}
	
	#content{
		padding:15px;}
	
#horariotitle h1.lesmills{
	font-size:22px;
	}
	
	#acceso{
	top:145px;
	}
	#acceso2{
	top:145px;
	}
		
	
	p {
	font-size:13px;
	line-height:16px;
	}
	
p.blanco {
	font-size:15px;
	line-height:19px;
	}
	
p.GRANDE {
	font-size:18px;
	line-height:24px;
	}
	
p.GRANDE2 {
	font-size:18px;
	line-height:24px;
	}
	
	
a {
	font-size:15px;
	line-height:20px;
	}
	
a.mas{
	padding:0 0 0 30px;
	line-height:25px;
	margin:7px 0;
	font-size:20px;
	}
	
	#foo{
	width:750px;
	padding-top:15px;
	}
	
h1 {
	font-size:23px;}
	

	
/*entrenamiento-----------------------------------*/

#entrena{
	width:300px;
	height:auto;
	}

#entrena h1{
	font-size:30px;
	line-height:40px;
	}
	
	
/*nutricion-----------------------------------*/


#columna{
	width:230px;
	margin-right:20px;
	margin-bottom:20px;
	}
	
#columna h1{
	font-size:20px;
	line-height:40px;
	margin-bottom:20px;
	}
	
#columna h2{
	font-size:25px;
	line-height:40px;
	margin-bottom:20px;
	}
	
#columna h3{
	font-size:25px;
	line-height:30px;
	margin-bottom:20px;
	}
	
.campo3 {
	width: 96%;
	height: 25px;
	padding:10px 2%;
}


	
/*nosotros-----------------------------------*/ 

#columna2{
	width:500px;
	}
	
#columna2 li{
	color:#fff;
	font-size:17px;
	line-height:18px;
	padding:10px;
	margin:0 10px 10px 0;
	width:130px;
	height:70px;
	}
	
#columna2 h3{
	font-size:30px;
	line-height:35px;
	margin-bottom:20px;
	}


/*planes-----------------------------------*/

#plan{
	width:100%;
	margin-bottom:20px;
	}
	
#plantitle{
	width:100%;
	height:50px;
	}
	
#plantitle h1{
	font-size:30px;
	line-height:40px;
	padding-left:20px;
	}
	
#planfoto{
	width:100%;
	height:180px;
	text-align:center;
	}
#planfoto img{
	width:100%;
	margin-top:-20px;}
	
#plantexto{
	width:460px;
	height:auto;
	padding:20px;
	}
	
#plan p{
	font-size:17.5px;
	line-height:22px;
		}
		
#horario{
	width:100%;
	margin-bottom:20px;
	background-color:rgba(255,255,255,0.4);
}
	
#horariotitle{
	width:100%;
	height:70px;
	}
	
#horariotitle h1{
	font-size:40px;
	line-height:70px;
	padding-left:20px;
	margin-bottom:10px;
	}
	
#hor1{
	margin:0 10px 10px 10px;
	width:230px;
	}
	
#hor2{
	margin:0 3px 3px 0;
	width:80px;
	}
	
#hor3{
	margin:0 10px 10px 0;
	width:195px;
	height:170px;
	display:none;
	}
	
#hor3 img{
	width:115%;}
	
#hor1 li{
	line-height:40px;
	font-size:17px;
	width:100%;
	margin-bottom:10px;
	}
	
#hor1 li.lugar{
	line-height:20px;
	height:30px;
	font-size:17px;
	width:55%;
	margin:0 10px 10px 0;
	padding:5px 5px;
	}
	
#hor1 li.hora{
	line-height:40px;
	font-size:17px;
	color:#fff;
	width:35%;
	margin:0 0 10px 0;
	}
	
	
#hor2 li{
	line-height:40px;
	font-size:16px;
	color:#58585b;
	width:100%;
	}
	
#hor2 li.clase{
	line-height:40px;
	font-size:12px;
	width:100%;
}
#hor2 li.clase2{
	line-height:13px;
	font-size:12px;
	width:100%;
	height:40px;
}
	
#hor2 li.vacio{
	line-height:40px;
	font-size:14px;
	width:100%;
	}



/*tips-----------------------------------*/


#columna a.filtro1{
	font-size:20px;
	line-height:35px;
	padding:0 15px;
	margin-bottom:10px;
	}
	
#columna a.filtro2{
	font-size:20px;
	line-height:35px;
	padding:0 15px;
	margin-bottom:10px;
	}
	
#columna a.filtro3{
	font-size:20px;
	line-height:35px;
	padding:0 15px;
	margin-bottom:10px;
	}
	
#tip{
	width:100%;
	margin-bottom:30px;
	}
	
#tip h1{
	font-size:20px;
	line-height:30px;}
	
#columna.thin{
	width:180px;}
	
#columna.wide{
	width:250px;}
	
/*faqs-----------------------------------*/

#columna h4{
	font-size:18px;
	line-height:26px;
	padding:10px 15px;
	}
	
	#espacio{
	height:20px;}
	
	#hor1 li.depo{
		font-size:12px;
		line-height:40px;}
		
.longitud{ font-size:18px; }

#imagen_pop{
	width:90%;
	padding:0 5%;
	text-align:center;
	position:absolute;
	top:20%;
}
#imagen_pop img{
	width:100%;
}

}



@media only screen and (min-width:1024px) and (max-width:1199px){
	
	
	.caption{
	position: absolute;
	width: 90%;
	height: 100px;
	top: 65%;	
	font-size:34px;
	line-height:30px;
	color:#e42329;
	font-weight:700;
	text-shadow:#000 1px 1px 3px;
	margin:0 auto;
	text-align:right;
	}
	
	#wrapper {
	width: 1000px;
	}
	
	#ingreso{
		margin-left:650px
		}
	#acceso_rutina{
		margin-left:500px
	}
	#acceso_paypal{
		margin-left:381px
	}
	
	#top2{
	width:1000px;
	}
	
	#top2{
	width:1000px;
	}
	
	#topiz img{
		width:85%;}
	
	#topder{
	padding-right:10px;
	}
	
	#topder li{
	margin-right:12px;
	}
	
	#topder li a{
	font-size:11px;
	line-height:64px;
	}
	
	#header{
	width:100%;
	height:471px;
		}
		
	#header2{
	width:100%;
	height:471px;
		}
		
	#headeraling{
	width:100%;
	margin:0 auto;
	position:absolute;
	overflow:hidden;
	height:323px;
	}
	
	#container{
	width:1000px;
	margin-top:-20px;
	margin-bottom:50px;
	}
	
	#container3{
	width:1000px;
	margin-top:-120px;
	margin-bottom:50px;
	}
	
#container2{
	width:1000px;
	padding-top:20px;
	margin-bottom:50px;
	}
	
	#col{
	width:230px;
	height:425px;
	}
	
#col h1{
	font-size:25px;
	line-height:55px;
	}
		
	
	p {
	font-size:14px;
	line-height:17px;
	}
	
p.blanco {
	font-size:15px;
	line-height:19px;
	}
	
p.GRANDE {
	font-size:18px;
	line-height:24px;
	}
	
p.GRANDE2 {
	font-size:18px;
	line-height:24px;
	}
	
	
a {
	font-size:15px;
	line-height:20px;
	}
	
a.mas{
	padding:0 0 0 30px;
	line-height:27px;
	margin:15px 0;
	font-size:23px;
	}
	
h1 {
	font-size:33px;}
	
	#foo{
	width:1000px;
	padding-top:15px;
	}
	
/*entrenamiento-----------------------------------*/

#entrena{
	width:25%;
	height:auto;
	}
	
#entrena img{
	width:100%;}

#entrena h1{
	font-size:20px;
	line-height:60px;
	}
	
	
/*nutricion-----------------------------------*/


#columna{
	width:300px;
	margin-right:30px;
	margin-bottom:20px;
	}
	
#columna h1{
	font-size:25px;
	line-height:50px;
	margin-bottom:20px;
	}
	
#columna h2{
	font-size:25px;
	line-height:50px;
	margin-bottom:20px;
	}
	
#columna h3{
	font-size:35px;
	line-height:40px;
	margin-bottom:20px;
	}
	
.campo3 {
	width: 96%;
	height: 25px;
	padding:10px 2%;
}


	
/*nosotros-----------------------------------*/ 

#columna2{
	width:660px;
	}
	
#columna2 li{
	color:#fff;
	font-size:18px;
	padding:10px;
	margin:0 20px 20px 0;
	width:180px;
	height:70px;
	}
	
#columna2 h3{
	font-size:35px;
	line-height:40px;
	margin-bottom:20px;
	}


/*planes-----------------------------------*/

#plan{
	width:100%;
	margin-bottom:20px;
	}
	
#plantitle{
	width:100%;
	height:60px;
	}
	
#plantitle h1{
	font-size:40px;
	line-height:60px;
	padding-left:20px;
	}
	
#planfoto{
	width:240px;
	height:280px;
	text-align:center;
	}
#planfoto img{
	margin-left:-100px;}
	
#plantexto{
	width:380px;
	height:240px;
	padding:20px;
	}
	
#plan p{
	font-size:17.5px;
	line-height:22px;
		}
		
#horario{
	width:100%;
	margin-bottom:20px;
	background-color:rgba(255,255,255,0.4);
}
	
#horariotitle{
	width:100%;
	height:70px;
	}
	
#horariotitle h1{
	font-size:40px;
	line-height:70px;
	padding-left:20px;
	margin-bottom:10px;
	}
	
#hor1{
	margin:0 10px 10px 10px;
	width:240px;
	}
	
#hor2{
	margin:0 10px 10px 0;
	width:95px;
	}
	
#hor3{
	margin:0 10px 10px 0;
	width:215px;
	height:170px;
	}
	
#hor3 img{
	width:115%;}
	
#hor1 li{
	line-height:50px;
	font-size:17px;
	width:100%;
	margin-bottom:10px;
	}
	
#hor1 li.lugar{
	line-height:20px;
	height:30px;
	font-size:17px;
	width:55%;
	margin:0 10px 10px 0;
	padding:10px 5px;
	}
	
#hor1 li.hora{
	line-height:50px;
	font-size:17px;
	color:#fff;
	width:35%;
	margin:0 0 10px 0;
	}
	
	
#hor2 li{
	line-height:50px;
	font-size:16px;
	color:#58585b;
	width:100%;
	}
	
#hor2 li.clase{
	line-height:50px;
	font-size:12px;
	width:100%;
}
#hor2 li.clase2{
	line-height:15px;
	font-size:12px;
	width:100%;
	height:50px;
}
	
#hor2 li.vacio{
	line-height:50px;
	font-size:14px;
	width:100%;
	}



/*tips-----------------------------------*/


#columna a.filtro1{
	font-size:25px;
	line-height:40px;
	padding:0 15px;
	margin-bottom:20px;
	}
	
#columna a.filtro2{
	font-size:25px;
	line-height:40px;
	padding:0 15px;
	margin-bottom:20px;
	}
	
#columna a.filtro3{
	font-size:25px;
	line-height:40px;
	padding:0 15px;
	margin-bottom:20px;
	}
	
#tip{
	width:100%;
	margin-bottom:30px;
	}
	
#tip h1{
	line-height:40px;}
	
#columna.thin{
	width:210px;}
	
#columna.wide{
	width:350px;}
	
/*faqs-----------------------------------*/

#columna h4{
	font-size:18px;
	line-height:26px;
	padding:10px 15px;
	}

	#espacio{
	height:50px;}
	
	#hor1 li.depo{
		font-size:14px;
		line-height:40px;}
	
.longitud{ font-size:15px; }

#imagen_pop{
	width:100%;
	text-align:center;
	position:absolute;
	top:20%;
}
}

@media only screen and (min-width:1200px) and (max-width:1400px){
	
	#wrapper {
	width: 1120px;
	}
	
	#ingreso{
		margin-left:750px
		}
	#acceso_rutina{
		margin-left:600px
	}
	#acceso_paypal{
		margin-left:482px
	}
	
	#top2{
	width:1100px;
	}
	
	#top2{
	width:1100px;
	}
	
	#topiz img{
		width:85%;}
	
	#topder{
	padding-right:10px;
	}
	
	#topder li{
	margin-right:12px;
	}
	
	#topder li a{
	font-size:13px;
	line-height:64px;
	}
	
	#header{
	width:100%;
	height:566px;
		}
		
	#header2{
	width:100%;
	height:566px;
		}
	
	#headeraling{
	width:100%;
	margin:0 auto;
	position:absolute;
	overflow:hidden;
	height:387px;
	}
	

	
	#container{
	width:1100px;
	margin-top:-20px;
	margin-bottom:50px;
	}
	
	#container3{
	width:1100px;
	margin-top:-120px;
	margin-bottom:50px;
	}
	
#container2{
	width:1100px;
	padding-top:20px;
	margin-bottom:50px;
	}
	
	#col{
	width:255px;
	height:415px;
	}
	
#col h1{
	font-size:20px;
	line-height:55px;
	}
	

	
	p {
	font-size:14px;
	line-height:17px;
	}
	
p.blanco {
	font-size:16px;
	line-height:19px;
	}
	
p.GRANDE {
	font-size:18px;
	line-height:24px;
	}
	
p.GRANDE2 {
	font-size:18px;
	line-height:24px;
	}
	
	
a {
	font-size:15px;
	line-height:20px;
	}
	
a.mas{
	padding:0 0 0 30px;
	line-height:27px;
	margin:15px 0;
	font-size:23px;
	}
	
h1{
	font-size:38px;}
	
#foo{
	width:1100px;
	padding-top:15px;
	}
	
	
/*entrenamiento-----------------------------------*/

#entrena{
	width:25%;
	height:auto;
	}
	
#entrena img{
	width:100%;}

#entrena h1{
	font-size:20px;
	line-height:60px;
	}
	
	
/*nutricion-----------------------------------*/


#columna{
	width:335px;
	margin-right:30px;
	margin-bottom:20px;
	}
	
#columna h1{
	font-size:25px;
	line-height:25px;
	margin-bottom:20px;
	}
	
#columna h2{
	font-size:25px;
	line-height:50px;
	margin-bottom:20px;
	}
	
#columna h3{
	font-size:35px;
	line-height:40px;
	margin-bottom:20px;
	}
	
.campo3 {
	width: 96%;
	height: 25px;
	padding:10px 2%;
}


	
/*nosotros-----------------------------------*/ 

#columna2{
	width:710px;
	}
	
#columna2 li{
	color:#fff;
	font-size:18px;
	padding:10px;
	margin:0 20px 20px 0;
	width:180px;
	height:70px;
	}
	
#columna2 h3{
	font-size:35px;
	line-height:40px;
	margin-bottom:20px;
	}


/*planes-----------------------------------*/

#plan{
	width:100%;
	margin-bottom:20px;
	}
	
#plantitle{
	width:100%;
	height:80px;
	}
	
#plantitle h1{
	font-size:40px;
	line-height:80px;
	padding-left:20px;
	}
	
#planfoto{
	width:270px;
	height:280px;
	text-align:center;
	}
#planfoto img{
	margin-left:-50px;}
	
#plantexto{
	width:400px;
	height:240px;
	padding:20px;
	}
	
#plan p{
	font-size:17.5px;
	line-height:22px;
		}
		
#horario{
	width:100%;
	margin-bottom:20px;
	background-color:rgba(255,255,255,0.4);
}
	
#horariotitle{
	width:100%;
	height:70px;
	}
	
#horariotitle h1{
	font-size:40px;
	line-height:70px;
	padding-left:20px;
	margin-bottom:10px;
	}
	
#hor1{
	margin:0 10px 10px 10px;
	width:270px;
	}
	
#hor2{
	margin:0 10px 10px 0;
	width:105px;
	}
	
#hor3{
	margin:0 10px 10px 0;
	width:235px;
	height:170px;
	}
	
#hor3 img{
	width:115%;}
	
#hor1 li{
	line-height:50px;
	font-size:18px;
	width:100%;
	margin-bottom:10px;
	}
	
#hor1 li.lugar{
	line-height:20px;
	height:30px;
	font-size:18px;
	width:55%;
	margin:0 10px 10px 0;
	padding:10px 5px;
	}
	
#hor1 li.hora{
	line-height:50px;
	font-size:18px;
	color:#fff;
	width:35%;
	margin:0 0 10px 0;
	}
	
	
#hor2 li{
	line-height:50px;
	font-size:18px;
	color:#58585b;
	width:100%;
	}
	
#hor2 li.clase{
	line-height:50px;
	font-size:13px;
	width:100%;
}
#hor2 li.clase2{
	line-height:25px;
	font-size:13px;
	width:100%;
	height:50px;
}
	
#hor2 li.vacio{
	line-height:50px;
	font-size:14px;
	width:100%;
	}



/*tips-----------------------------------*/


#columna a.filtro1{
	font-size:25px;
	line-height:40px;
	padding:0 15px;
	margin-bottom:20px;
	}
	
#columna a.filtro2{
	font-size:25px;
	line-height:40px;
	padding:0 15px;
	margin-bottom:20px;
	}
	
#columna a.filtro3{
	font-size:25px;
	line-height:40px;
	padding:0 15px;
	margin-bottom:20px;
	}
	
#tip{
	width:100%;
	margin-bottom:30px;
	}
	

	
#columna.thin{
	width:250px;}
	
#columna.wide{
	width:380px;}
	
/*faqs-----------------------------------*/

#columna h4{
	font-size:18px;
	line-height:26px;
	padding:10px 15px;
	}

	#espacio{
	height:50px;}
	
	#hor1 li.depo{
		font-size:16px;
		line-height:40px;}
		
.longitud{ font-size:15px; }

#imagen_pop{
	width:100%;
	text-align:center;
	position:absolute;
	top:20%;
}

}

/* ------------------------------------ */
#geryc p{
	color:#FFF; 
}


