@charset "utf-8";
/* CSS Document */


/* ***************  submenu salud ************ */
/* ************************************************************* */

#contenedor-submenu{
	width:1000px;
}

#logo-area-deportiva{
	float:left;
	background-repeat:no-repeat;
	background-image:url(../imagenes/fondo-submenu.png);
	background-position:right;
	height:38px;
	width:98px;
	padding-top:13px;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

#submenu-areadeportiva{
	width:200px;
	height:40px;
	float:left;
	border-bottom:1px solid #000;
}

         /* contenido area deportiva */
         /* ************************ */
		 
#contenedor-informacion{
	clear:both;
	float:left;
	width:1000px;
	font-size:12px;
	
}

.color-texto{
	color:#c40001;
	text-decoration:none;
}

#hidroterapia-salud, #re-neuro-salud{
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#fisioterapia-salud, #re-activa-salud{
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#informacion{
	overflow: hidden;
	width:1000px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom:15px;
}

#informacion-superior{
	overflow: hidden;
	clear:both;
	float:left;
	width:1000px;
	margin-top:15px;
}

#informacion-inferior{
	clear:both;
	float:left;
	width:1000px;
	margin-top:20px;
}



      /* ++++++++++++++ Fisioterapia manual osteopatica ++++++++++++++++++ */
	  
#fisioterapia-salud{
	width:492px;
	border-top:4px solid #c40001;
	background-image:url(../imagenes/fondo_novedades_slide.png);
	background-repeat:repeat-x;
	margin-right:13px;
	background-color:#FFFFFF;
	float: left;	
}

#titulo-fisioterapia{
	width:472px;
	color:#FFF;
	padding:10px 0 0 10px;
	font-size:17px;
	margin-bottom:40px;
	float:left;
}

#contenido-fisioterapia{
	width:452px;
	margin-bottom:20px;
	padding:0 20px 0 20px;
	float:left;
}

	  /* ++++++++++++++ Reabilitacion activa ++++++++++++++++ */
	  
#re-activa-salud{
	width:492px;
	border-top:4px solid #c40001;
	background-image:url(../imagenes/fondo_novedades_slide.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	float: left;
}

#titulo-re-activa{
	width:472px;
	color:#FFF;
	padding:10px 0 0 10px;
	font-size:17px;
	margin-bottom:40px;
	float:left;
}

#contenido-re-activa{
	width:452px;
	margin-bottom:20px;
	padding:0 20px 0 20px;
	float:left;
}

	  /* ++++++++++++++ Hidroterapia +++++++++++++++ */
	  
#hidroterapia-salud{
	clear:both;
	width:492px;
	border-top:4px solid #c40001;
	background-image:url(../imagenes/fondo_novedades_slide.png);
	background-repeat:repeat-x;
	margin-right:13px;
	background-color:#FFFFFF;
	float: left;
}

#titulo-hidroterapia{
	width:472px;
	color:#FFF;
	padding:10px 0 0 10px;
	font-size:17px;
	margin-bottom:40px;
	float:left;
	
}

#contenido-hidroterapia{
	width:452px;
	margin-bottom:20px;
	padding:0 20px 0 20px;
	float:left;
}
	


	  /* ++++++++++++++ Reabilitacion de pacientes neurologicos +++++++++++++++++ */
	
#re-neuro-salud{
	width:492px;
	border-top:4px solid #c40001;
	background-image:url(../imagenes/fondo_novedades_slide.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	float: left;
}

#titulo-re-neuro{
	width:472px;
	color:#FFF;
	padding:10px 0 0 10px;
	font-size:17px;
	margin-bottom:40px;
	float:left;
}

#contenido-re-neuro{
	width:452px;
	margin-bottom:20px;
	padding:0 20px 0 20px;
	float:left;
}

