/*******************************/
/*       			           */
/*  		GENERAL  		   */
/*                 			   */
/*******************************/
   
html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
   	color:#444;
	font-size:13px;
	background-color:#d6d6d6;
	font-family:Arial, Helvetica, sans-serif;
	
}

a { color: #666; outline:none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: #53a5b7; }

h1 {
	color:#000000;
	font-size:28px;
	padding:0px;
	margin:0;
	font-weight:bold;
}
ul { 
	margin: 0;
    padding: 0;
}
li { 
    margin: 0;
    padding: 0;

}

p {
	font-size:12px;
	margin:0;
}


/*******************************/
/*       			           */
/*  		PAGINA  		   */
/*                 			   */
/*******************************/

#contenedor { 
	width: 100%;
    margin: 0;
	padding:0;
	background-color:#FFF;
}

.clear {
	clear:both;
}

/*******************************/
/*       			           */
/*  		CABECERA  		   */
/*                 			   */
/*******************************/

#cabecera{
	height:137px;
	background: url(../images/fondo_cabecera.gif) bottom repeat-x;
}
#motivo {
	background-color: #373737;
	height:4px;
	width:100%;
	display:block;
	}
#cabecera_contenido{
	width:948px;
	margin-left:auto;
	margin-right:auto;
}
#cabecera_contenido h1 a, #cabecera_contenido h1 a:hover {
	width:207px;
	height:137px;
	background: url(../images/navarro_en_movimiento.gif) center no-repeat ;
	text-indent:-2000em;
	display:block;
	overflow:hidden;
	outline: none;
	float:left;
}

#area_privada{
	width:219px;
	height:15px;
	top:0px;
	right:65px;
	display:block;
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}
#botonera{
	height:16px;
	width:663px;
	float:right;
	margin-top:55px;
	position:relative;
	right:-16px;
}
#botonera ul li{
	float:left;
	margin:0;
	padding:0;	
}
#botonera ul li a{
	display:block;
	text-indent:-2000em;
	padding-right:14px;
	outline:none;
	position:relative;
}
.m_quienes{
	background:url(../images/botonera/b1.gif) 0px 0px no-repeat;
	width:125px;
	height:16px;
}
.m_quienes:hover, .m_quienes_active{
	background-position: 0px -19px;
}
.m_alimentacion{
	background:url(../images/botonera/b2.gif) 0px 0px no-repeat;
	width:112px;
	height:16px;
}
.m_alimentacion:hover, .m_alimentacion_active{
	background-position: 0px -19px;
}
.m_servicios{
	background:url(../images/botonera/b3.gif) 0px 0px no-repeat;
	width:76px;
	height:16px;
}
.m_servicios:hover, .m_servicios_active{
	background-position: 0px -19px;
}
.m_deporte{
	background:url(../images/botonera/b4.gif) 0px 0px no-repeat;
	width:115px;
	height:16px;
}
.m_deporte:hover, .m_deporte_active{
	background-position: 0px -19px;
}
.m_noticias{
	background:url(../images/botonera/b5.gif) 0px 0px no-repeat;
	width:70px;
	height:16px;
}
.m_noticias:hover, .m_noticias_active{
	background-position: 0px -19px;
}
.m_contacta{
	background:url(../images/botonera/b6.gif) 0px 0px no-repeat;
	width:79px;
	height:16px;
}
.m_contacta:hover, .m_contacta_active{
	background-position: 0px -19px;
}

/*******************************/
/*       			           */
/*  		CONTENIDO  		   */
/*                 			   */
/*******************************/
#motivo_contenido{
	height: 11px;
	background: url(../images/motivo_contenido.gif) repeat-x;
	display:block;
}
#contenido_fondo{
	float:inherit;
	min-height:490px;
	display:block;
	background: url(../images/fondo_contenido.gif) bottom repeat-x;
	
	
}
#contenido{
	float:inherit;
	width:948px;
	min-height:470px;
	display:table;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	bottom:-20px;
}
/*******************************/
/*       			           */
/*  		SECCIONES  		   */
/*                 			   */
/*******************************/
/*PORTADA*/
#portada_contenido{
	width:444px;	
	height:471px;
	float:left;
	display:block;
	position:relative;
	left:40px;

}
#portada_texto{
	margin-top:25px;
	display:block;
	width:444px;
	height:265px;
	text-indent:-2000em;
	outline:none;
	position:relative;
	background:url(../images/textos/texto_portada.png) no-repeat;
}
#portada_redes{
	float:left;
	width:163px;
	height:31px;
	display:block;
}
#portada_redes ul li{
	float:left;
	margin:10px 5px 0px 0px;
	padding:0;
}
#portada_redes ul li a{
	display:block;
	width:32px;
	height:32px;
	text-indent:-2000em;
	outline:none;
	position:relative;
}
.facebook{
	background:url(../images/redes_sociales/facebook.png) no-repeat;
}
.twitter{
	background:url(../images/redes_sociales/twitter.png) no-repeat;
}
.flickr{
	background:url(../images/redes_sociales/flickr.png) no-repeat;
}
.youtube{
	background:url(../images/redes_sociales/youtube.png) no-repeat;
}
#boton_entrar{
	float:left;
	margin: 0px 0px 0px 5px;
	position:relative;
	top:-8px;
	
}
#boton_entrar a{
	width:167px;
	height:51px;
	display:block;
	text-indent:-2000em;
	outline:none;
	background: url(../images/boton_entrar.png) no-repeat 0 0;
}
#boton_entrar a:hover{
	background-position:0 -51px;
}

#portada_imagen{
	float:right;
	width:463px;
	height:462px;
	display:block;
	position:relative;
	bottom:-18px;
	right:40px;
	background:url(../images/jose_navarro.png) no-repeat;
	
}
/*ALIMENTACION*/
#alimentacion_texto{
	float:left;
	margin-top:25px;
	display:block;
	width:471px;
	height:316px;
	text-indent:-2000em;
	outline:none;
	position:relative;
	left:40px;
	background:url(../images/textos/texto_alimentacion.png) no-repeat;
}
#alimentacion_imagen{
	float:right;
	background: url(../images/alimentacion.png) no-repeat;
	width:357px;
	height:297px;
	display:block;
	position:relative;
	right:40px;
	margin-top:35px;
}
/*QUIENES*/
#quienes_texto{
	float:left;
	margin-top:25px;
	display:block;
	width:444px;
	height:263px;
	text-indent:-2000em;
	outline:none;
	position:relative;
	left:40px;
	background:url(../images/textos/texto_quienes.png) no-repeat;
}
#quienes_imagen{
	float:right;
	background: url(../images/quienes.png) no-repeat;
	width:480px;
	height:424px;
	display:block;
	position:relative;
	right:40px;
	bottom:-46px;
}
/*SERVICIOS*/
#servicios_texto{
	float:left;
	margin-top:25px;
	display:block;
	width:431px;
	height:433px;
	text-indent:-2000em;
	outline:none;
	position:relative;
	left:40px;
	top:-10px;
	background:url(../images/textos/texto_servicios.png) no-repeat;
}
#servicios_imagen{
	float:right;
	background: url(../images/servicios.png) no-repeat;
	width:409px;
	height:456px;
	display:block;
	position:relative;
	right:40px;
	top:-10px;
}

/*BOTONES SERVICIOS*/
#botones_servicios{
	width:948px;
	height:127px;
	margin-left:auto;
	margin-right:auto;	
	padding-top:35px;
	padding-bottom:35px;
}
#botones_servicios ul li{
    float:left;
	margin:0;
	padding:0;	
}
#botones_servicios ul li a{
	display:block;
	width:306px;
	height:127px;
	text-indent:-2000em;
	outline:none;
	position:relative;
}
.alimentacion{
	background:url(../images/botones_servicios/bs1.jpg) no-repeat;
	padding-right:15px;
}
.deportivo{
	background:url(../images/botones_servicios/bs2.jpg) no-repeat;
	padding-right:15px;
}
.medico{
	background:url(../images/botones_servicios/bs3.jpg) no-repeat;
}
/*DEPORTE F�SICO*/
#deporte_texto{
	float:left;
	margin-top:25px;
	display:block;
	width:457px;
	height:363px;
	text-indent:-2000em;
	outline:none;
	position:relative;
	left:40px;
	top:-10px;
	background:url(../images/textos/texto_deporte.png) no-repeat;
}
#deporte_imagen{
	float:right;
	background: url(../images/deporte_fisico.png) no-repeat;
	width:326px;
	height:443px;
	display:block;
	position:relative;
	right:40px;
	top:-10px;
}
/*CONTACTO*/
#contacto_formulario{
	float:left;
	margin-top:25px;
	display:block;
	width:439px;
	height:349px;
	position:relative;
	
}
#contacto_titulos{
	width:142px;
	height:202px;
	display:block;
	line-height:12px;
	text-indent:-2000em;
	outline:none;
	position:relative;
	background:url(../images/contacto_titulos.png) no-repeat right;
	float:left;
}
#contacto_campos{
	float:right;
	width:281px;
	height:168px;
	display:block;
}
.contacto_imput{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:right;
	width:260px;
	height:20px;
	display:block;
	background-color:#FFF;
	border: #e1e1e1 1px solid ;
	padding:10px 5px 10px 5px;
	font-size:18px;
	font-weight:bold;
	color:#53a5b7;
	margin-bottom:10px;
	
}
.contacto_imput:hover{
	border: #53a5b7 1px solid;
}
.contacto_imput_des{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:right;
	width:260px;
	height:100px;
	display:block;
	background-color:#FFF;
	border: #e1e1e1 1px solid ;
	padding:10px 5px 10px 5px;
	font-size:18px;
	font-weight:bold;
	color:#53a5b7;
	margin-bottom:10px;	
}
.contacto_imput_des:hover{
	border: #53a5b7 1px solid;
}
#contacto_enviar{
	float:right;
	width:111px;
	height:34px;
	display:block;
	background: url(../images/boton_enviar.png) no-repeat 0 0;
	text-indent:-2000em;
	outline:none;	
	cursor:pointer;
	border:none;
}
#contacto_enviar:hover{
	background-position: 0 -34px;
}
#contacto_mapa{
	float:right;
	width:482px;
	height:316px;
	display:block;
	position:relative;
	border: #e1e1e1 3px solid ;
	top:7px;
	z-index:87;
}

#contacto_imagen1{
	width:414px;
	height:109px;
	display:block;
	float:left;
	position:relative;
	z-index:88;
	bottom:0px;
	left:-80px;
	background: url(../images/contacto1.png) no-repeat center;
}
#contacto_imagen1 p { margin:10px 50px 0 0 ; padding:5px; font-size:14px; font-weight:bold; background-color:#FFFFFF; border:1px solid #CCCCCC }
#contacto_imagen2{
	width:420px;
	height:263px;
	display:block;
	float:left;
	position:relative;
	z-index:89;
	bottom:170px;
	left:30px;
	background: url(../images/contacto2.png) no-repeat center;
}

/*NOTICIAS*/
#noticias_menu{
	float:left;
	display:block;
	width:160px;
	position:relative;
	top:4px;
	left:40px;
}
#noticias_menu ul li{
	float:left;
	margin-bottom:8px;
	padding:0;
}
#noticias_menu ul li a{
	display:block;
	width:160px;
	height:24px;
	text-indent:-2000em;
	outline:none;
	
}
.todas{
   background:url(../images/noticias/todas.png) no-repeat 0 0;
}
.todas:hover, .todas_active{
	background-position: 0 -24px;
}
.alimentacionn{
	background: url(../images/noticias/alimentacion.png) no-repeat 0 0;
}
.alimentacionn:hover, .alimentacionn_active{
	background-position: 0 -24px;
}
.entrenamiento{
	background: url(../images/noticias/entrenamiento.png) no-repeat 0 0;
}
.entrenamiento:hover, .entrenamiento_active{
	background-position: 0 -24px;
}
.deporte{
	display:block;
	background: url(../images/noticias/deporte.png) no-repeat 0 0;
}
.deporte:hover, .deporte_active{
	background-position: 0 -24px;
}
#noticias{
	width: 670px;
	height:380px;
	display: table;
	float:right;
	position:relative;
	top:-10px;
	right:40px;
}


.noticia_box 		{ line-height:16px; text-align:justify; margin-bottom:30px; margin-top:20px; }
.noticia_box h4 	{ margin:0; font-size:23px; line-height:21px }
.noticia_box h4 a 	{ color:#53a5b7; text-decoration:none; }
.noticia_box .fecha	{ color:#9c9c9d; font-size:12px; margin:3px 0 3px 0 }
.noticia_box .mas	{ margin-top:5px }
.noticia_box .extra	{ margin-bottom:50px; margin-top:10px }
.noticia_box .mas a { color:#666; font-size:12px; font-weight:bold; line-height:10px; float:right; text-decoration:none; }
.noticia_box .mas a:hover { color:#53a5b7; }

.noticias_single { margin-bottom:50px }
.noticias_single div{ margin-top:20px }

/* Estilos Wordpress text */
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
img.alignright 	{ padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft 	{ padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright 	{ float: right }
.alignleft 		{ float: left }


/*PAGINADOR*/
.separador{
	color:#999;
}
.activo a{
	text-decoration:underline;
}
.inactivo a a:hover a.active{
	text-decoration:underline;
	color:#999;
}
.paginas{
	color:#53a5b7;
	font-weight:bold;
}
p.paginador {
	font-size:16px;
	font-weight:bold;
	padding:0 0 2px 0;
	margin-bottom:30px
}
p.paginador a {
	padding:3px 4px 3px 4px;
	text-decoration:none;
}
p.paginador a.active {
	background-color:#53a5b7;
	border:0px;
	color:#FFF;
}
p.paginador a.pag_icon {
	border:none;
}
p.paginador a.pag_icon img {
	position:relative;
	top:3px;
}

/*FIN PAGINADOR*/



/*******************************/
/*  		AREA      		   */
/*******************************/

.destacado { padding:10px; font-size:14px; background-color:#EEEEEE; border:1px solid #DDDDDD }
.icon { position:relative; top:3px; margin-right:3px }

#area ul li { padding:5px }
#area ul li.par { background-color:#CCCCCC }
#area ul li a { text-decoration:none }


/*******************************/
/*       			           */
/*  		PIE      		   */
/*                 			   */
/*******************************/
#pie{
	height:183px;
	display:block;
	
	background:url(../images/fondo_pie.gif) repeat-x top;
	
}
#pie_contenido{
	width:948px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}
.pie_informacion{
	margin: 10px 20px 10px 0px;
	min-height:30px;
	float:left;
}
.pie_informacion h2{
	font-size:14px;
	font-weight:bold;
	line-height:10px;
}
.pie_informacion ul li{
	float:left;
	margin:9px 10px 0px 0px;
	padding:0;
}
.pie_informacion ul li a{
	display:block;
	width:32px;
	height:32px;
	text-indent:-2000em;
	outline:none;
	position:relative;
}
.pie_facebook{
	background:url(../images/redes_sociales/facebook_pie.png) no-repeat;
}
.pie_twitter{
	background:url(../images/redes_sociales/twitter_pie.png) no-repeat;
}
.pie_flickr{
	background:url(../images/redes_sociales/flickr_pie.png) no-repeat;
}
.pie_youtube{
	background:url(../images/redes_sociales/youtube_pie.png) no-repeat;
}

#pie_info{
	padding-top:20px;
	padding-bottom:10px;
	float:left;
	font-size:12px;
	color:#666;
	width:750px;

}
#pie_info h2 a{
	font-size:14px;
	font-weight:bold;
	color:#444;
	line-height:10px;
	text-decoration:none;
}
#pie_info h2 a:hover{
	color:#53a5b7;
}
#pie_alto{
	height:10px;
	display:block;
	}
.gris_suave{
	color:#999;
	}
#pie_crono{
	background:url(../images/crono_salud.png) no-repeat;
	display:block;
	width:136px;
	height:199px;
	position:relative;
	top:-12px;
	right:0px;
	float:right;
	z-index:99;
}





