/*****************************************************************************
GENÉRICOS
*****************************************************************************/
* {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
.limpia {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
img {
	border: 0;
}
/*****************************************************************************
BODY Y CONTENEDOR
*****************************************************************************/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	height: 100%;
	background-color: #ADB9C7;
	background-image: url(../img/body_fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contenedor {
	margin: 0 auto;
	min-width: 775px;
	max-width: 900px;
	text-align: left;
	width: 80%;
	background-color: #FFFFFF;
	border-right: 1px solid #0096e9;
	border-left: 1px solid #0096e9;
}
/*html>body #contenedor {
	width: 80%;
}*/
/*****************************************************************************
CABECERA
*****************************************************************************/
#cabecera {
	border-top: 10px solid #e60b18;
	padding-left: 20px;
}
#cabecera h1 {
	display: none;
}
#cabecera .logotipo {
	display: block;
	float: left;
	margin-top: 7px;
}
#cabecera ul.subnav {
	float: right;
	display: block;
	/*width: 220px;*/
	margin-top: 10px;
}
#cabecera ul.subnav li {
	float: left;
	display: block;
}
#cabecera ul.subnav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #088cd5;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 10px;
	line-height: 2.4em;
	padding-top: 2px;
	padding-bottom: 3px;
}
#cabecera ul.subnav li a:hover {
	text-decoration: underline;
}
#cabecera ul.subnav li a.aviso_legal {
	background-image: url(../img/subnav_bullet1.gif);
}
#cabecera ul.subnav li a.mapa_web {
	background-image: url(../img/subnav_bullet2.gif);
}
/*****************************************************************************
SUBCABECERA
*****************************************************************************/
#subcabecera {
	height: 167px;
	background-image: url(../img/subcabecera_fondo.gif);
	background-repeat: repeat-x;
	text-align: right;
}
/*****************************************************************************
INTERIOR
*****************************************************************************/
#interior {
	background-color: #FFFFFF;
}
#menu_principal {
	width: 160px;
	margin-left: 10px;
	float: left;
	margin-right: 0px;
	display: inline;
}
#menu_principal h2 {
	height: 57px;
	display: block;
	background-image: url(../img/menu_cabecera.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
}
#menu_principal ul {
	padding-bottom: 200px;
	display: block;
	border-right: 1px solid #3788B2;
	border-bottom: 7px solid #3788B2;
	border-left: 1px solid #3788B2;
	background-image: url(../img/menu_fondo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}
#menu_principal ul li {}
#menu_principal ul li a {
	font-size: 1.2em;
	color: #3788B2;
	font-weight: bold;
	background-image: url(../img/menu_bullet1.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	display: block;
	padding-left: 25px;
	border-bottom: 1px solid #3788B2;
	height: 21px;
	padding-top: 9px;
	background-color: #FFFFFF;
}
#menu_principal ul li a:hover {
	background-color: #bed8e6;
	text-decoration: none;
	color: #000000;
}
#contenido {
	font-size: 1em;
	background-color: #FFFFFF;
	overflow: hidden;
	height: 100%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.pastilla {
	display: block;
	margin-top: 15px;
}
/*****************************************************************************
CONTENIDO
*****************************************************************************/
#contenido ul.pathway {
	display: block;
}
#contenido ul.pathway li {
	float: left;
	font-size: 1.2em;
	color: #6c6c6c;
	font-weight: bold;
}
#contenido ul.pathway li a {
	color: #6c6c6c;
	font-weight: normal;
	background-image: url(../img/pathway_bullet.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right 2px;
	margin-right: 5px;
	padding-right: 15px;
}
#contenido ul.pathway li a:hover {
	color: #000000;
	text-decoration: underline;
}
#contenido h2 {
	border-bottom: 1px solid #3788b2;
	height: 27px;
	margin-top: 15px;
	background-position: 0px 3px;
	margin-bottom: 20px;
}
#contenido h3 {
	color: #FFFFFF;
	font-size: 1.4em;
	background-color: #54A5CB;
	padding: 2px 2px 2px 5px;
	border-top: 1px solid #07567f;
	border-bottom: 1px solid #07567f;
	margin-top: 15px;
	margin-bottom: 15px;
}
#contenido h4 {
	color: #07567f;
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px dashed #07567f;
	margin-bottom: 10px;
}
#contenido p {
	font-size: 1.2em;
	color: #07567f;
	margin-bottom: 15px;
	line-height: 1.4em;
	text-align: justify;
}
#contenido ul.listado {
	color: #07567f;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contenido ul.listado li {
	background-image: url(../img/contenido_bullet2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 6px;
	text-align: justify;
}
#contenido ul.listado li ul {
	margin-bottom: 10px;
}
#contenido ul.listado li ul li {
	background-image: url(../img/contenido_bullet3.gif);
}
blockquote {
	display: block;
	text-align: center;
	color: #07567f;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#contenido img.der {
	float: right;
	margin-left: 10px;
}
#contenido img.izq {
	float: left;
	margin-right: 10px;
}
/*****************************************************************************
PIE
*****************************************************************************/
#pie {
	height: 33px;
	color: #FFFFFF;
	font-size: 1.2em;
	background-image: url(../img/pie_fondo.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	margin-top: 20px;
}
#pie #textos {
	background-color: #0096E9;
	height: 25px;
	margin-left: 190px;
	padding-left: 5px;
	padding-top: 8px;
}
#pie p.direccion {
	float: left;
	margin-right: 50px;
}
#pie p.email {
}
#pie p.email a {
	color: #FFFFFF;
	text-decoration: underline;
}
#pie p.email a:hover {
	color: #bed8e6;
}
#pie p.copyright {
	float: right;
	padding-right: 20px;
}
/*****************************************************************************
TIPOS DE ENLACES
*****************************************************************************/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.interior {
	font-style: italic;
	font-weight: bold;
	color: #07567f;
	display: inline-block;
	border-bottom: 1px dashed #07567f;
}
a:hover.interior {
	border-bottom: 1px solid #07567f;
	text-decoration: none !important;
}
