@charset "utf-8";
@import url("reset.css");
@import url("stretch.css");
/* CSS Document */

/*ESTRUCTURA****************************/
body {
	background: #FFFFFF url(../images_plantilla/fondo.jpg) top repeat-x;
	font-family:"Trebuchet MS", Arial;	
}
#CONTENIDO {
	width:1003px;
	margin:auto;
}
#INTRO {
	border: 0px;
	border-color:#FFFFFF;
	border-style:solid;
	margin:25px auto 0px auto;
	width:840px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color:#f2f7fd;
}
#SOMBRA_INTRO {
	width:865px;
	height:25px;
	margin:auto;
}
#CABECERA {
	border: 0px;
	border-color:#FFFFFF;
	border-style:solid;
	margin:25px 25px 0px 25px;
	width:926px;
	min-height: 208px;
	height: auto !important;
	height: 208px;
	background-color:#f2f7fd;
}
	#banner {
	float:left;
	color: #000000;
	min-height: 208px;
	height: auto !important;
	height: 208px;
	}
	#iconos {
	float:right;
	width:80px;
	visibility: hidden;
	}
#SOMBRA {
	background:url(../images_plantilla/fdo_sombrabanner.jpg) repeat-x;
	width:952px;
	height:25px;
	margin-left:25px;
	text-align: right;
	padding-top: 10px;
}
#CUERPO {
	width:952px;
	margin-left:26px;
	margin-bottom:26px;
}
#menu {
	width: 200px;
	float:left;
	font-size:9pt;
}
	#tema {
	width: 740px;
	float:right;
	}
#PIE {
	margin:auto;
	width:954px;
	height: 30px !important;
	background-image:url(../images_plantilla/fdo_pie.jpg);
	background-repeat:repeat-x;
	padding-left:24px;
	padding-right:24px;
}
#piecol1 {
	float:left;
	margin-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}
#piecol1 a{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}
	#piecol2 {
		float:right;
	}
	
/*GENERALES*****************************/

p {
	font-family:"Trebuchet MS", Arial;
	font-size:10pt;
	color:#666666;
	margin-bottom:10px;
}
#banner h1{
	display: none;
}
h2{
}
h3{ /* titulo rojo */
	color:#CC0000;
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:10px;
}
a {
	color:#0062a1;
	font-size:1.1em;
	text-decoration:none;
}
a:hover {
	color:#cc0000;
	font-size:1.1em;
	text-decoration:none;
}

.fdo_titulo { /* viñetas titulo */
	background-image:url(../images_plantilla/fdo_titulo.jpg);
	background-repeat:repeat-x;
	color:#3b5f9b;
	font-size:12pt;
	font-weight:bold;
	height: auto !important;
	height: 38px;
	padding:10px;
	min-height: 38px;
}
.margen13 {
	margin:0px 13px;
}


/* Listas ****************************/
.menu_corp a{
/*	float: left;
	width: 252px;
*/}
.menu_corp li a{
	background: url(../images_plantilla/fdo_menu.jpg) top repeat-x;
	margin-bottom: 2px;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	padding:5px 10px 5px 30px;
	display:block;
	color:#003399;
	text-decoration:none;
}
.menu_corp li a:hover{
	background: url(../images_plantilla/fdo_menu2.jpg) top repeat-x;
	margin-bottom: 2px;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	padding:5px 10px 5px 30px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
.lista_bulrojo ul {
	padding-bottom:30px;
}
.lista_bulrojo li {
	background: url(../images_plantilla/bul_rojo.jpg) no-repeat;
	background-position:5px;
	margin: 5px 5px;
	display:block;
	color:#666666;
	font-size:10pt;
	padding-left:25px;
}
.lista_numero {
	padding-bottom:20px;
	margin-left:24px;
}
.lista_numero li {
	list-style-type:decimal;
	margin: 5px 5px;
	color:#666666;
	font-size:1.1em;
}
#iconos ul {
	text-align:right;
}
#iconos li a {
	padding:26px 10px 26px 0px;
	color:#0062a1;
	font-size:1.1em;
	display:block;
	text-decoration:none;
	min-height: 11px;
	height: auto !important;
	height: 11px;
}
#iconos li a:hover {
	padding:26px 10px 26px 0px;
	color:#cc0000;
	font-size:1.1em;
	display:block;
	text-decoration:none;
	min-height: 12px;
	height: auto !important;
	height: 12px;	
}
.menu_icono_raya {
	border-bottom:#0062a1 1px solid;
	border-top:#0062a1 1px solid;
}


/* imagenes */
.img_flotante {
	margin:8px 10px;
	float:right;
}
.img_centro {
	margin:auto;
}
.enmarcado_gris {
	border:dashed 1px #CCCCCC;
	padding:5px 10px;
}
.img_top {
	vertical-align:top;
}
/*********** Contacto***************/
.obliga {
	color: #CC0000;
}
