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

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	color:#333;
	list-style-type: none;
}

/*estilos para las clases*/
.clear {
	clear: both;
}
.light {
	font-weight: 400;
}


/*estilos generales*/
a {
	color:#000;
}
a:hover {
	color:#2B7CB4;
}

/*estilos para las partes*/
#fondo {
	background-attachment: fixed;
	background-image: url(../imgs/fondo-web-prevenis3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F4F4F4;
	height: 100%;
}
#cabecera, #contenido, #pie {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}

#top {
	height: 2px;
	width: 100%;
	background-color: #2b7cb4;
}
#cabecera {
	height: 80px;
	width: 1000px;
	padding-top: 20px;
	margin-bottom: 40px;
}
#logo {
	float: left;
	height: 80px;
	width: 290px;
}
#redes {
	float: right;
	height: 40px;
	width: 82px;
}

#menu {
	background-color: #FFF;
	height: 60px;
	width: 730px;
	margin-bottom: 25px;
}
#menu ul li.apartado, #menu ul li.apartadoSelect {
	font-size: 20px;
	font-weight: 400;
	display: block;
	float: left;
	width: 180px;
	height: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}
#menu ul li.apartadoSelect {
	color:#2B7CB4;
}
#menu ul li.separador {
	display: block;
	float: left;
	width: 1px;
	height: 44px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 1px;
	padding-left: 1px;
}
#menu ul li.apartado a, #lateral a, #pie a {
	color: #333;
}
#menu ul li.apartado a:hover, #lateral a:hover, #pie a:hover {
	color:#2B7CB4;
}

#centro {
	width: 730px;
	float: left;
}

#inicio p.botones {
	display: block;
	float: left;
	margin-right: 5px;
}

#lateral {
	float: right;
	width: 175px;
}
h1.cabcontacto, h1.cabnormativa, h1.cabnoticias {
	font-weight: 400;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	height: 25px;
	width: 175px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
h1.cabcontacto {
	background-color: #2b7cb4;
}
h1.cabnormativa {
	background-color: #B2BB21;
}
h1.cabnoticias {
	background-color: #CE470A;
}
#bannercontacto {
	background-image: url(../imgs/banners-1.png);
	background-repeat: no-repeat;
}
#bannernormativa {
	background-image: url(../imgs/banners-2.png);
	background-repeat: no-repeat;
}
#bannernoticias {
	background-image: url(../imgs/banners-3.png);
	background-repeat: no-repeat;
}
#bannercontacto p, #bannernormativa p, #bannernoticias p {
	padding: 10px;
	font-size: 14px;
	line-height: 15px;
}
#bannercontacto, #bannernormativa, #bannernoticias {
	margin-bottom: 20px;
}
#bannercontacto p {
	font-weight: 600;
}
#bannernormativa p.ley_1, #bannernoticias p.ley_1 {
	font-weight: 600;
	text-indent: 20px;
	margin-top: 5px;
	margin-left: 13px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#bannernormativa p.ley_2, #bannernoticias p.ley_2 {
	font-weight: 400;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 30px;
}
#bannernormativa .ley_1 img, #bannernoticias .ley_1 img {
	margin-left: -25px;
}

#blanco {
	background-color: #FFF;
	height: 140px;
	width: 100%;
	margin-top: 20px;
}
#pie {
	font-size: 11px;
}
#pieizq .logopie {
	padding-top: 20px;
	
}
#pieizq .piedatos {
	padding-left: 58px;
}
#pieizq {
	width: 400px;
	float: left;
}
#pieder {
	width: 500px;
	float: right;
	padding-top: 30px;
	text-align: right;
}

#cuerpo, #cuerpoServicios {
	background-color: #FFF;
	padding: 10px;
}
#cuerpo h1, #cuerpoServicios h1 {
	font-size: 24px;
	font-weight: 400;
	color: #2b7cb4;
	margin-bottom: 10px;
	line-height: 24px;
}
#cuerpo p, #cuerpoServicios p {
	margin-top: 8px;
}
#cuerpo #texto {
	width: 350px;
	float: left;
	line-height: 18px;
}
#cuerpo #imagen {
	float: right;
	width: 350px;
}
#cuerpoServicios #textoServicios {
	float: left;
	line-height: 18px;
}
#cuerpoServicios #imagenServicios {
	margin-bottom: 20px;
}


#servicios #submenu {
	float: left;
	width: 190px;
}
#servicios #cuerpoServicios {
	width: 520px;
	float: right;
	padding-top: 0px;
}
#submenu li.submenu, #submenu li.submenuSelect {
	display: block;
	font-size: 14px;
	/*background-color: #AFC7E1;*/
	
	margin-bottom: 8px;
	margin-right: 10px;
	line-height: 14px;
}
#submenu a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #AFC7E1;
	color:#2B7CB4;
}
#submenu a:hover, #submenu li.submenuSelect {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFF;
	color:#2B7CB4;
	font-weight: 600;
}
#cuerpo h2, #textoServicios h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #2B7CB4;
}
#cuerpo h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #2B7CB4;
}
#textoServicios li {
	font-weight: 600;
	height: 80px;
	float: left;
	display:block;
	font-size: 14px;
	line-height: 15px;
}
#textoServicios li.celda, #textoServicios li.celdaGrande, #textoServicios li.celdaAsesoria {
	width: 145px;
	padding-left: 10px;
}
#textoServicios li.linea {
	width: 2px;
	padding-right: 10px;
	padding-left: 10px;
}
#textoServicios li.lineaHorizontal {
	display: block;
	width: 120px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	height: 20px;
}
#textoServicios li.celdaGrande {
	height: 130px;
}
#textoServicios li.celdaAsesoria {
	height: 120px;
}
#textoAviso {
	line-height: 18px;
}
