/* @charset "utf-8"; */
/* CSS Document */
body {
	background:url(img/fondo-web.jpg) #f5f5f5;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:auto;
	color:#333333;
}
.div_iluminacion {
	background-image:url(img/luz.png);
	background-repeat:no-repeat;
	background-position:50% 0%;
}
.div_web {
	width:90%;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	/* line-height:20px; */
	/* text-align:justify; */
}
h1{
	font-family: 'Dosis', sans-serif;
	margin-top:35px;
	font-size:24px;
	padding-top:5px;
	padding-left:5px;
	/* height:28px; */
	color:#426180;
	/* background-image:url(img/menu_politicas.png);
	background-repeat:repeat-x;
	background-position:center; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul {
	margin-left: 5px;
	padding-left: 13px;
	font-size:13px;
}
ul li {
	padding-bottom:5px;
	text-align:justify;
}
a {
	color:#0066FF;
	text-decoration:none;
}
a:hover {
	color:#003399;
	text-decoration:none;
}
.div_datos_cnt {
	 float:right;
	 width:180px;
	 margin-top: 35px;
}
.div_datos_cnt span {
	float:right;
}
.span_tel {
	background-image:url(img/icono-telefono.png);
	background-repeat:no-repeat;
	padding-left:30px;
	height:19px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#2d537d;
	font-weight:bold;
	font-size:1em;
}
.img_logo {
	margin-top:11px;
	margin-bottom:11px;
	float:left;
	margin-left: -25px;
}
.clear {
	clear:both;
}
.p_titulo {
	font-weight:bold;
}	
.div_legales table {
	width:96%;
	margin:auto;
	font-size:11px;
	line-height:17px;
}
.div_legales table th {
	border:1px #666666 solid;
	background:#CCCCCC;
	height:25px;
	vertical-align:middle;
	text-align:center;
}
.div_legales table td {
	border:1px #666666 solid;
	text-align:left;
	padding:5px;
}

