/* ESTILOS GENERALES */
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#000;
	background-color:#fff;
}
input{
	border:1px solid #b7b7b7;
	font:11px Arial, Helvetica, sans-serif;
	color:#404041;
	background-color:#fff;
}
hr{
	width:100%;
	height:1px;
	/*background-color: #c9c1bf;*/
	border: 1px dashed #c9c1bf;
	/*color: #c9c1bf;*/
	margin:8px 0 8px 0;
	*margin:3px 0 3px 0;
}
.clear {
	clear:both;
}



/* DEFINICION DE DIVS */
#contenedor{
	width:870px;
	margin:20px auto 0 auto;
}
#cabecera_idioma{
	width:672px;
	float:left;
	display:none;
}
#cabecera_buscador{
	width:188px;
	float:right;
	text-align:right;
	display:none;
}
#cabecera_buscador input{
	float:left;
	margin-right:4px;
}
#cabecera_buscador img{
	float:left;
	margin-right:7px;
}
#cabecera_logo{
	width:344px;
	/*float:left;*/
	margin:18px 0 0 0;
}
#cabecera_opciones{
	width:526px;
	float:right;
	text-align:right;
	margin:18px 0 0 0;
	display:none;
}
#columnas{
	width:869px;
	height:0;
	float:left;
}
#columna_izda_home{
	width:317px;
	float:left;
	margin-top:15px;
	padding:0 25px;	
}
#columna_izda_home .seccion{
	background:url(../img/fnd_flecha.gif) no-repeat;
	padding-left:20px;
	font-weight:bold;
	color:#444;
	width:297px;
	float:left;
	margin-bottom:5px;
}
#columna_izda_home h1{
	font-size:2.2em;
	color:#f26624;
	font-weight:normal;
}
#columna_izda_home h2{
	font-size:1.4em;
	color:#858585;
	font-weight:normal;
}
#columna_central_home{
	width:230px;
	float:left;
	border-left:1px dashed #ccc;
	margin-top:15px;
	padding:0 10px;
}
* html div #columna_central_home{
	width: 180px;
}
#columna_central_home .seccion{
	background:url(../img/fnd_flecha.gif) no-repeat;
	padding-left:20px;
	font-weight:bold;
	color:#444;
	width:210px;
	float:left;
	margin-bottom:5px;
	*margin-bottom:15px;	

}
#columna_dcha_home{
	width:200px;
	float:left;
	border-left:1px dashed #ccc;	
	margin-top:15px;
	padding:0 15px;
}
#columna_dcha_home .seccion{
	background:url(../img/fnd_flecha.gif) no-repeat;
	padding-left:20px;
	font-weight:bold;
	color:#444;
	width:180px;
	float:left;
	margin-bottom:5px;
	*margin-bottom:15px;
}
#columna_izda_interiores{
	width:1px;
	float:left;
	margin-top:15px;
	padding:0 15px;
	display:none;
}
#columna_central_interiores{
	width:737px;
	margin-top:15px;
	padding:0 15px;
}
#columna_central_interiores h1{
	font-size:2.2em;
	color:#f26624;
	font-weight:normal;
}

* html div #columna_central_interiores{
	width:428px;
	float:left;
	border-left:1px dashed #ccc;
	margin-top:15px;
	padding:0 15px;
}
#columna_dcha_interiores{
	width:1px;
	float:left;
	border-left:1px dashed #ccc;	
	margin-top:15px;
	padding:0 10px;
	display:none;
}

.rss{
	background:url(../img/rss.gif) no-repeat;
	padding-left:40px;
	font-weight:normal;
	color:#444;
	width:100%;
	float:left;
	margin-bottom:5px;
}
#contenedor_listado{
	width:737px;
	float:left;
	margin:15px 0 0 0;
}
.foto_listado{
	width:68px;
	border:1px solid #c4c1bc;
	float:left;
	margin-right:8px;
}
.texto_listado{
	width:658px;
	float:left;
}
#herramientas{
	text-align:right;
}
#ddblueblockmenu{
	display:none;
}
#flash{
	display:none;
}
.miga{
	float:left;
	margin-bottom:10px;
	width:100%;
}

#sombra_pie{
	background:url(../img/pestana_pie.gif) no-repeat;
	width:871px;
	height:23px;
	float:left;
}
#pie{
	width:871px;
	float:left;
	display:none;
}
#pie_izda{
	width:735px;
	float:left;
}
#pie_dcha{
	width:1px;
	float:left;
	text-align:right;
	display:none;
}


/* CAJAS CON ICONOS PARA LA COLUMNA DERECHA DE LA WEB */
#caja_texto{
	width:155px;
	min-height:19px;
	height:auto !important;
	height:19px;
	background-image:url(../img/icono_texto.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	padding:8px 0 2px 25px;
	margin-top:10px;
	border-top:1px solid #c9c1bf;
}
#caja_galeria{
	width:155px;
	min-height:19px;
	height:auto !important;
	height:19px;
	background-image:url(../img/icono_galeria.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	padding:8px 0 2px 25px;
	margin-top:10px;
	border-top:1px solid #c9c1bf;
}
#caja_video{
	width:155px;
	min-height:19px;
	height:auto !important;
	height:19px;
	background-image:url(../img/icono_video.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	padding:8px 0 2px 25px;
	margin-top:10px;
	border-top:1px solid #c9c1bf;
}
#caja_relacionados{
	width:155px;
	min-height:19px;
	height:auto !important;
	height:19px;
	background-image:url(../img/icono_relacionados.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	padding:8px 0 2px 25px;
	margin-top:10px;
	border-top:1px solid #c9c1bf;
}


/* ESTILOS DE LA WEB */
.input_buscador{
	border:1px solid #b7b7b7;
	font:11px Arial, Helvetica, sans-serif;
	color:#404041;
	height:17px;
	background-color:#fff;
}
a.enlace_azul_underline:link{
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3297b9;
	text-decoration:underline;
}
a.enlace_azul_underline:visited{
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3297b9;
	text-decoration:underline;
}
a.enlace_azul_underline:hover{
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3297b9;
	text-decoration:underline;
}
a.enlace_azul_normal:link{
	font-weight:normal;
	color:#3297b9;
	text-decoration:none;
}
a.enlace_azul_normal:visited{
	font-weight:normal;
	color:#3297b9;
	text-decoration:none;
}
a.enlace_azul_normal:hover{
	font-weight:normal;
	color:#3297b9;
	text-decoration:underline;
}
a.enlace_aux:link{
	font-size:1em;
	font-weight:normal;
	color:#6c7385;
	text-decoration:none;
}
a.enlace_aux:visited{
	font-size:1em;
	font-weight:normal;
	color:#6c7385;
	text-decoration:none;
}
a.enlace_aux:hover{
	font-weight:normal;
	color:#6c7385;
	text-decoration:none;
}
a.enlace_pie:link{
	font-size:0.9em;
	font-weight:normal;
	color:#3297b9;
	text-decoration:none;
}
a.enlace_pie:visited{
	font-size:0.9em;
	font-weight:normal;
	color:#3297b9;
	text-decoration:none;
}
a.enlace_pie:hover{
	font-size:0.9em;
	font-weight:normal;
	color:#3297b9;
	text-decoration:underline;
}
a.enlace_cajas:link{
	font:1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#444;
	text-decoration:none;
}
a.enlace_cajas:visited{
	font:1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#444;
	text-decoration:none;
}
a.enlace_cajas:hover{
	font:1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#444;
	text-decoration:none;
}

a.enlace_miga:link{
	font:0.9em Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	text-decoration:underline;
}
a.enlace_miga:visited{
	font:0.9em Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	text-decoration:underline;
}
a.enlace_miga:hover{
	font:0.9em Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	text-decoration:underline;
}
.enlace_miga_actual{
	font:0.9em Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ff6600;
}
.pie{
	font-size:0.9em;
	color:#6c7385;
}
.azul_normal{
	color:#3297b9;
}
.subtitulo_arial{
	font-weight:bold;
	color:#3297b9;
}
a.enlace_azul_bold:link{
	font-weight:bold;
	color:#3297b9;
	text-decoration:none;
}
a.enlace_azul_bold:visited{
	font-weight:bold;
	color:#3297b9;
	text-decoration:none;
}
a.enlace_azul_bold:hover{
	font-weight:bold;
	color:#3297b9;
	text-decoration:underline;
}
#columna_dcha_larga{
	width:729px;
	float:left;
	margin-top:15px;
	padding:0 15px;
}
#columna_dcha_larga h1{
	font-size:2.2em;
	color:#f26624;
	font-weight:normal;
}
#columna_dcha_larga h2{
	font-size:2em;
	color:#3297b9;
	font-weight:normal;
}

.miga_doscol{
	float:left;
	margin-bottom:10px;
	width:510px;
}
#herramientas_doscol{
	display:none;
}


.caja_comite{
	width:804px;
	margin:15px 0 0 0;
	border-top:1px dashed #c9c1bf;
	padding:10px;
}
.foto_comite{
	width:68px;
	min-height:68px;
	height:auto !important;
	height:68px;
	margin-right:15px;
	float:left;
	border:1px solid #c4c1bc;
}
.datos_comite{
	width:161px;
	padding-right:25px;
	float:left;
}
.texto_comite{
	width:520px;
	float:left;
}
.mas_comite{
	width:28px;
	float:left;
	text-align:right;
	display:none;
}
/* ORGANIGRAMA */
.caja_organigrama_titulo{
	width:804px;
	margin:10px 0;
	border-top:1px dashed #d7bfb3;
	font-size:1.3em;
	color:#f26624;
	font-weight:bold;
}

.caja_organigrama_nivel1{
	width:804px;
	margin:5px 0 0 0;
	border-top:1px dashed #c9c1bf;
	padding:10px;
}
.caja_organigrama_nivel2{
	width:804px;
	margin:5px 0 0 0;
	border-top:1px dashed #c9c1bf;
	padding:10px;
}
.caja_organigrama_nivel3{
	width:804px;
	margin:5px 0 0 0;
	border-top:1px dashed #c9c1bf;
	padding:10px;
}
.foto_comite{
	width:68px;
	min-height:68px;
	height:auto !important;
	height:68px;
	margin-right:15px;
	float:left;
	border:1px solid #c4c1bc;
}
.datos_comite{
	width:161px;
	padding-right:25px;
	float:left;
}
.datos_comite_nivel3{
	width:161px;
	padding-right:25px;
	float:left;
}
.texto_organigrama{
	width:504px;
	float:left;
}
.texto_comite_nivel3{
	width:494px;
	float:left;
}
.mas_comite{
	width:28px;
	float:left;
	text-align:right;
	display:none;
}
.tit_organigrama_nivel1{
	font-size:1.3em;
	color:#f26624;
	font-weight:bold;
	width:604px;
}
.tit_organigrama_nivel2{
	font-size:1.1em;
	color:#f26624;
	font-weight:bold;
	width:604px;
}
.tit_organigrama_nivel3{
	font-size:1em;
	color:#f26624;
	font-weight:normal;
	width:604px;
}

