@charset "utf-8";
/* CSS Document by 314consultores.com */

body {
background:url(image/fondo.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contenedor {
	position:absolute;
	width:950px;
	left:50%;
	margin-left:-475px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}


#pie {
	float:left;
	background-image:url(image/pie.jpg);
	background-repeat:no-repeat;
	width:920px; /*950*/
	padding:40px 0 0 30px;
	height:73px; /*113*/
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:20px;	
}

#header{
	float:left;
	background: url(image/header.png) no-repeat;
	width:200px; /*950*/
	height:85px; /*150 - 60px de menu*/
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding: 5px 0 0 750px;
}

#header a {
text-decoration:none;
color:#333;
}

#menu{
float:left;
	width:950px;
	height:60px;
}


#cuerpo{
	float:left;
	min-height:300px;
}


/*   Home     */

#home_cuerpo{
	float:left;
	min-height:300px;
	width:930px;
padding:10px;
}

#home_banner{
float:left;
width:665px;
height:260px;
}

#home_login{
float:right;
width:237px; /*257*/
padding: 40px 10px 0 10px;
height:220px; /*260*/
background:url(image/home_login.png) no-repeat;
}

#home_servicios{
float:left;
width:930px;
height:160px;
background:url(image/home_servicios.png) no-repeat;
font-size:12px;
}

#home_subservicios{
float:left;
padding:60px 20px 0 50px;
width:230px;
}

#home_subservicios p {
margin:5px 0 0 0;
}


.txt_form{
background:url(image/texto.jpg) no-repeat;
width:143px;
height:20px;
border: 0px;
}

.boton_form{
background:url(image/boton-enviar.png) no-repeat;
width:95px;
height:23px;
border: 0px;
}


/*  Quienes Somos */

.quienes_somos{
background:url(image/arial_medicina.png) no-repeat;
}

.staff-medico{
background: url(image/staff-medico.png) no-repeat;
}


.examenes_medicos{
background:url(image/examenes_medicos.png) no-repeat;
}

.control_de_ausentismo{
background:url(image/control_de_ausentismo.png) no-repeat;
}

.servicios_medicos_art{
background:url(image/servicios_medicos_art.png) no-repeat;
}

.contacto_arial{
background:url(image/contacto_arial.png) no-repeat;
}

.productos_servicios{
background:url(image/productos-servicios.png)
}

.institucional{
background:url(image/institucional.png)
}

#columna_quienes{
float:left;
	width:220px; /*210*/
	min-height:500px;
	padding:150px 0 0 0;
}

#cuerpo_quienes{
float:left;
	width:680px; /*720*/
	padding:50px 20px 0 20px;
}

#col_cuerpo_quienes{
float:left;
width:320px; /*720*/
padding:0 10px;
line-height:25px;
}


#col_cuerpo_instalaciones{
float:left;
width:320px; /*720*/
padding:0 10px;
}


#cuerpo_staff{
float:left;
	width:680px; /*720*/
	height:830px;
	padding:50px 20px 0 20px;
}

#cuerpo_contacto{
float:left;
	width:680px; /*720*/
	height:600px;
	padding:50px 20px 0 20px;
}


#columna_clientes{
float:left;
	width:190px; /*210*/
	min-height:500px;
	padding:30px 0 0 20px;
}

#cuerpo_clientes{
float:left;
	width:680px; /*720*/
	min-height:500px;
	padding:50px 20px 0 20px;
}

#cuerpo_grupo_arevalo{
float:left;
width:930px; /*950*/
padding:20px 10px 0 10px;
}

#cuerpo_grupo_arevalo_txt{
float:left;
width:610px;
padding-left:10px;}

#cuerpo_grupo_arevalo_img{
float:right;
}

#cuerpo_grupo_arevalo_grupo{
clear:both;
}

/*  Quienes Somos 2 */

#submenu{
float:left;
	width:210px;
	min-height:500px;
	}
	
#subcuerpo{
float:left;
	width:740px;
	min-height:500px;
	background:url(image/cuerpo.png) no-repeat;
	}	
	
#submenu_examenes_clinicos{
float:left;
	width:215px; /*245*/
	min-height:500px;
	padding:150px 0 0 30px;
	}

#subcuerpo_examenes_clinicos{
float:left;
	width:700px;
	min-height:500px;

	}	
#subcuerpo_banner{
padding:18px 0 0 3px;
}

#subcuerpo_texto{
float:left;
padding:10px 20px 10px 30px;
}	

#leyes{
padding:0 0 0 20px;
}
	
/* texto */

.resaltado{
color:#FF6600;
}	


.chicas{
font-size:9px;
}

h1{
font:20px Verdana, Arial, Helvetica, sans-serif;
color:#333;
}

a {
color:#333;
text-decoration:none;
}

a:hover  {
color:#3366ff;
text-decoration:none;
}




/*  Menu  */

#menua ul, li {
        list-style-type: none;
}

#menua ul {
        margin: 0;
        padding: 0 0 0 13px;
}

#menua a {
        display: block;
        padding: 3px 3px;
		background:url(image/boton-off.png) no-repeat;
        width:185px;
		height:35px;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
		text-align:center;
}

#menua a:hover {
background:url(image/boton-on.png) no-repeat;
}

