/* www.webernal.com ------------------------------------------------------------------------*/	

a:link {
	text-decoration:none;
	color:#3d6566;
	}
a:visited {text-decoration:none; color:#3d6566;}
a:hover {text-decoration:none; color:#1f3233;}	
a.under:hover {text-decoration:underline; color:#1f3233;}	

select, input {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d6566;
}
	
/* ----------- cuerpo de página --------------------- */

body {
	background-image: url(img/fondo.gif);
	background-position: center;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	}

/* ----------- estructura --------------------- */

.total {
	display: block;
	width: 758px;
	height: 100%;
	}	

.cont_tabla {
	width: 608px;
	text-align: left;
	vertical-align: top;
	}

.cont_col {
	width: 530px;
	text-align: left;
	vertical-align: top;
	float: left;
	display: inline;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
.cont_col_izq {
	width: 265px;
	text-align: left;
	vertical-align: top;
	float: left;
	display: block;
	clear: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.cont_col_der {
	width: 265px;
	text-align: left;
	vertical-align: top;
	float: left;
	display: block;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.botones_der {
	display: block;
	float: right;
	padding-top: 2px;
	}

.elemento {
	margin-right: 10px;	/*border: 1px solid #CCCCCC;*/
}

.float_left {
	display: block;
	float: left;
	clear: both;
}


/* ----------- cabecera --------------------- */

.cab_fecha {
	height: 17px;
	width: 738px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-top: 1px;
	padding-right: 20px;
	}	
	
.cab_banner {
	margin-top: 5px;
	}	

.cab_tit {
	font-size: 18px;
	vertical-align: middle;
	display: block;
	float: left;
	height: 38px;
	margin-left: 20px;
	padding-top: 16px;
	}	

/* ----------- caja enlaces --------------------- */

.mod_enlaces {
	float: right;
	display: block;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding: 5px;
	margin: 10px;
	clear: both;
	}

/* ----------- menú --------------------- */

.menu_tabla {
	width: 150px;
	text-align: left;
	vertical-align: top;
	}

.menu_mod {
	float: left;
	width: 135px;
	display: block;
	text-align: left;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding: 5px;
	}

.menu_mod_tit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	float: left;
	display: block;
	text-align: left;
	width: 135px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	text-indent: 10px;
	}
	
.menu_mod_cont {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	text-align: left;
	width: 115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding: 10px;
	}

.menu_lista {
	float: left;
	display: block;
	width: 100px;
	padding-left: 25px;
	text-indent: -20px;
	margin-bottom: 5px;
	}
	
.menu_lista:hover {
	background-color: #CCCCCC;
	}

.menu_tabla {
	width: 150px;
	text-align: left;
	vertical-align: top;
	}
/* ----------- busqueda avanzada --------------------- */

.avanz_mod {
	float: left;
	width: 558px;
	display: block;
	text-align: left;
	/*margin-right: 5px;*/
	/*margin-left: 10px;*/
	/*margin-top: 10px;*/
	}

.avanz_mod_tit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d6566;
	background-color: #edf2f2;
	font-weight: bold;
	float: left;
	display: block;
	text-align: left;
	width: 558px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ced8d9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ced8d9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ced8d9;
	text-indent: 10px;
	}
	
.avanz_mod_cont {
	color: #3d6566;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	text-align: left;
	width: 538px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ced8d9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ced8d9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ced8d9;
	padding: 10px;
	}




/* ----------- botones --------------------- */

.boton1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	background-color: #3d6566;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	}

.boton2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	background-color: #3d6566;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	}

.boton3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	background-color: #edf2f2;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	}

.boton1:link, .boton2:link {
	color:#F3F5F7;	
	}
.boton1:visited, .boton2:visited {
	color:#F3F5F7;	
	}
.boton1:hover, .boton2:hover {
	color:#FFFFFF;
	background-color: #59aeb3;
	}

.boton3:link {
	color:#3d6566;	
	}
.boton3:visited {
	color:#3d6566;	
	}
.boton3:hover {
	color:#FFFFFF;
	background-color: #59aeb3;
	}

input[type="submit"] {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	background-color: #39516B;
	padding-right: 5px;
	padding-left: 5px;
	border: 0px;
	}

.boton_wiki, .boton_wiki_new, .boton_wiki_selected {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: right;
	margin-right: 3px;
	margin-top: 2px;
	padding-right: 10px;
	}	

.boton_wiki_selected {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	}		

.boton_wiki:hover, .boton_wiki_new:hover, .boton_wiki_selected:hover {
	text-decoration:underline;
	}

.volver {
	text-align:right;
	display: block;
	float: right;
	font-weight: normal;
	margin-right: 50px;
	}

/* ----------- textos --------------------- */


.rastro1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #797f80;
	float: left;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 10px;
	width: 520px;
	}

.a_rastro1:hover {
	color: #797f80;
	text-decoration: underline;
	}
	
.error {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	margin-left: 10px;
	}
	
.tit1 {
	float: left;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d6566;
	background-color: #eeeeee;
	font-weight: bold;
	height: 17px;
	width: 100%;
	text-indent: 10px;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
	}

.tit2 {
	float: left;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d6566;
	background-color: #edf2f2;
	font-weight: bold;
	height: 18px;
	width: 530px;
	text-indent: 10px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

	
.txt_wiki {
	color: #3d6566;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	text-align: left;
	clear: both;
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.txt_mens {
	color: #3d6566;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	text-align: left;
	clear: both;
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
.txt_form {

	}

.input {

	}

.lista1 {
	background-image: url(img/topo_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 10px;
	display: block;
	clear: both;
	float: left;
	width: 230px;
	padding-left: 20px;
	text-indent: -10px;
	}
	
.lista2 {
	background-image: url(img/topo_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 10px;
	text-indent: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*width: 230px;*/
	}
	
.lista1:hover, .lista2:hover {
	/*text-decoration:underline;*/
	}

.rastro_busc {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #797f80;
	float: left;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	width: 540px;
	}

.resumen_busc {
	float: left;
	display: block;
	text-align: left;
	margin-bottom: 30px;
	margin-left: 13px;
	margin-top: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aab2b3;
	clear: both;
	padding-top: 5px;
	padding-left: 10px;
	}
	
.resumen_arc {
	/*float: left;
	display: block;*/
	text-align: left;
	margin-bottom: 30px;
	margin-left: 13px;
	margin-top: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aab2b3;
	clear: both;
	padding-top: 5px;
	padding-left: 10px;
	width: 510px;
	}
	
.fecha1 {
	color: #909DAD;
	margin-bottom: 10px;
	font-size: 10px;
	}

.campo {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	}

.campo_no_top {
	text-align: right;
	font-weight: bold;
	}


.paginacion {
	display: block;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 10px;
}


































































/* -------- TOP -------------- */

.menutop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #909DAD;
	float: right;
	margin-right: 10px;
	padding-top: 35px;
	}
	
.bandainternet {
	background-color: #39516B;
	height: 17px;
	width: 748px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
	}
		
.bandaintranet {
	background-color: #D46744;
	height: 17px;
	width: 748px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
	}

#banda_salir {
	color: #FFFFFF;
	text-decoration: none;
	display:inline;
	}

#banda_salir a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#banda_salir a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#banda_salir a:hover{
	color: #E5B595;
	text-decoration: none;
	}	

/* -------- BANDA BOTTOM -------------- */

	
.banda_bottom {
	background-color: #E7E7e7;
	width: 748px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 3px;
	height: 20px;
	float: left;
	margin-top: 20px;
	}
	
.banda_bottom_intra {
	background-color: #E7EAEF;
	width: 748px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F8EA0;
	text-align: left;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D46744;
	padding-top: 3px;
	height: 20px;
	}	
	
.banda_bottom_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F8EA0;
	text-align: left;
	}
	
/* ------------------- MENÚ IZQUIERDA ------------------------ */
	


.menu_on {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1863A7;
	height: 15px;
	width: 139px;
	text-indent: 14px;
	background-image: url(img/topo_menu1_on.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}
	
#menu ul {
	color: #7F8EA0;
	background-color: #E7EAEF;
	width: 139px;
	text-indent: 14px;
	background-image: url(img/topo_menu1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39516B;*/	
	}

#menu_linea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39516B;
	}

#menu_sin ul {
	color: #7F8EA0;
	background-color: #E7EAEF;
	width: 139px;
	text-indent: 14px;
	background-image: url(img/topo_menu1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39516B;*/
	}

#menu a {	
	color: #7F8EA0;
	background-color: #E7EAEF;
	height: 15px;
	width: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 14px;
	background-image: url(img/topo_menu1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	}

#menu a:link {
	color: #7F8EA0;
	text-decoration: none;
	}

#menu a:visited {
	color: #7F8EA0;
	text-decoration: none;
	}

#menu a:hover{
	background-color: #BECFE1;
	color: #6A85A1;
	}	

/* ------------------- MENU PLANTAS -------------------------- */	

.menu_plantas_on {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1863A7;
	height: 15px;
	width: 139px;
	text-indent: 22px;
	background-image: url(img/topo_txt1.gif);
	background-repeat: no-repeat;
	background-position: 14px 5px; margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}
 
#menu_plantas ul {
	color: #7F8EA0;
	background-color: #FFFFFF;
	width: 139px;
	text-indent: 22px;
	background-image: url(img/topo_txt1.gif);
	background-repeat: no-repeat;
	background-position: 14px 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39516B;*/	
	}

#menu_linea_plantas {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D3D9DF;
    }

#menu_plantas a {	
	color: #7F8EA0;
	background-color: #FFFFFF;
	height: 15px;
	width: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 22px;
	background-image: url(img/topo_txt1.gif);
	background-repeat: no-repeat;
	background-position: 14px 5px;	
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	}

#menu_plantas a:link {
	color: #7F8EA0;
	text-decoration: none;
	}

#menu_plantas a:visited {
	color: #7F8EA0;
	text-decoration: none;
	}

#menu_plantas a:hover{
	background-color: #BECFE1;
	color: #6A85A1;
	}	

/* ------------------- MENU ON CON RECLAMO ---------------------------- */

#menu2 ul {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1863A7;
	height: 15px;
	width: 139px;
	text-indent: 14px;
	background-image: url(img/topo_menu1_on.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	} 

#menu2 a {	
	color: #FFFFFF;
	background-color: #1863A7;
	height: 15px;
	width: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 14px;
	background-image: url(img/topo_menu1_on.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	}

#menu2 a:link {
	color: #FFFFFF;
	background-color: #1863A7;
	text-decoration: none;
	}

#menu2 a:visited {
	color: #FFFFFF;
	background-color: #1863A7;
	text-decoration: none;
	}

#menu2 a:hover{
	background-color: #BECFE1;
	color: #6A85A1;
	background-image: url(img/topo_menu1.gif);
	}


/* ------------------- MENÚ IZQUIERDA INTRANET ------------------------ */




.menu_onINTRA {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #D46844;
	height: 15px;
	width: 139px;
	text-indent: 14px;
	background-image: url(img/topo_menu1_on.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menuINTRA ul {
	color: #717B8C;
	background-color: #E7EAEF;
	width: 139px;
	text-indent: 14px;
	background-image: url(img/topo_menu1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D46744;*/	
	}

#menu_lineaINTRA {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D46744;
	}

#menuINTRA a {	
	color: #717B8C;
	background-color: #F6E0D9;
	height: 15px;
	width: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 14px;
	background-image: url(img/topo_menu1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	}

#menuINTRA a:link {
	color: #717B8C;
	text-decoration: none;
	}

#menuINTRA a:visited {
	color: #717B8C;
	text-decoration: none;
	}

#menuINTRA a:hover{
	background-color: #EFC9BC;
	color: #6F7483;
	}	


/* ------------------- MENU ON CON RECLAMO ---------------------------- */

#menuINTRA2 ul {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #D46844;
	height: 15px;
	width: 139px;
	text-indent: 14px;
	background-image: url(img/topo_menu1_on.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	} 

#menuINTRA2 a {	
	color: #FFFFFF;
	background-color: #D46844;
	height: 15px;
	width: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 14px;
	background-image: url(img/topo_menu1_on.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	}


#menuINTRA2 a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#menuINTRA2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#menuINTRA2 a:hover{
	background-color: #EFC9BC;
	color: #6F7483;
	background-image: url(img/topo_menu1.gif);

	}	


/* ------------------- MENÚ IZQUIERDA INTRANET ------------------------ */

	
	
/* ------------------- BOTONES TEXTO ------------------------ */

a.txt1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color:#FF3300;
	}
a.txt1:visited {
	text-decoration:none; 
	color:#FF3300;
	}
a.txt1:hover {
	text-decoration:none; 
	color:#39516B;
	}	

/* ------------------- BANNER TOP ------------------------ */

.banner01 {
	float: left;
	width: 618px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
	}


/* ------------------- MÓDULOS ------------------------ */


.mod1 {
	float: left;
	width: 449px;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.mod1_titular1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1863A7;
	font-weight: bold;
	background-image: url(img/topo_titular1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	float: left;
	display: inline;
	text-align: left;
	padding-left: 12px; 
	width: 437px; /* Eran 439*/
	}

.mod1_caja1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-color: #F3F5F7;
	display: inline;
	float: left;
	width: 429px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.mod1_titular2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #39516B;
	background-image: url(img/topo_titular2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-align: left;
	font-weight: bold;
	display: block;
	float: left;
	width: auto;
	padding-left: 10px;
	}
	

.mod1_titular_plantas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #39516B;
	background-image: url(img/topo_titular2.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	text-align: left;
	font-weight: bold;
	display: block;
	float: left;
	padding-left: 15px;
	width: auto;
	}	
	
.mod1_combo1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	display: block;
	float: left;
	padding-left: 15px;
	}	
	
.mod1_txt_lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #39516B;
	background-image: url(img/topo_txt1.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	text-align: left;
	display: block;
	/*float: left;*/
	width: auto;
	padding-left: 12px;
	margin-left: 20px;
	}	

.mod1_txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #39516B;
	text-align: left;
	display: block;
	text-indent: 5px;
	}	

.mod1_titular_archivos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #39516B;
	background-image: url(img/topo_titular2.gif);
	background-repeat: no-repeat;
	background-position: 12px 1px;
	text-align: left;
	display: block;
	padding-left: 22px;
	}	


/* _________________________________________________________________ */

.mod2 {
	float: left;
	width: 220px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.mod2_caja1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-color: #F3F5F7;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
	width: 220px;
	text-align: left;
	}

.mod2_titular1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1863A7;
	font-weight: bold;
	background-image: url(img/topo_titular1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	width: 208px;
	display: inline;
	text-align: left;
	float: left;
	padding-left: 12px;
	}

.mod2_txt0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #39516B;
	background-image: url(img/topo_titular2.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	text-align: left;
	display: block;
	text-indent: 10px;
	}	
	
.mod2_txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #39516B;
	background-image: url(img/topo_titular2.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	text-align: left;
	display: block;
	text-indent: 10px;
	}		

	
.mod2_img1 {
	text-align: left;
	display: block;
	height: 98px;
	width: 98px;
	float: left;
	padding-right: 10px;
	}	

/* _________________________________________________________________ */

.mod_cabecera1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #39516B;
	text-align: left;
	}

.mod_txttopo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #909DAD;
	background-image: url(img/topo_titular2.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	text-indent: 10px;
	text-align: left;
	}
	
.mod_txtlista1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #909DAD;
	background-image: url(img/topo_txt1.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	text-indent: 10px;
	text-align: left;
	}

/* ____________________________________________________________________ */


.mod3 {
	float: left;
	width: 139px;
	display: block;
	text-align: left;
	padding-left: 10px;
	/*padding-right: 10px;*/
	padding-top: 10px;
	clear: left;
	}

.mod3_titular1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-color: #9CA8B5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(img/topo_titular3.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	width: 124px;
	display: block;
	float: left;
	text-align: left;
	padding-left: 15px;
	}

.mod3_caja1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-image: url(img/fondo_tabla_der.gif);
	background-repeat: repeat-y;
	width: 129px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
	padding-left: 10px;
	}
	
.mod3_caja2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	width: 129px;
	display: block;
	float: left;
	}

.mod3_txt1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #39516B;
	text-align: left;
	display: block;
	text-indent: 5px;
	}	
	
.mod3_txt_lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #39516B;
	background-image: url(img/topo_txt1.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	text-align: left;
	display: block;
	text-indent: 12px;
	}	

/*----------------------- GALERIA ------------------------*/

.vergaleria {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #39516B;
	background-image: url(img/ico_galeria.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	text-align: right;
	display: inline;
	float: left;
	padding-left: 26px;
	/*width: auto;*/
	}	

/*----------------------- NOTICIAS ------------------------*/

.not {
	float: left;
	width: 449px;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.not_caja {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	float: left;
	width: 449px;
	text-align: left;
	}
	
.not_fecha {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #909DAD;
	display: block;
	padding-left: 12px;
	}	
	
.not_titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #39516B;
	background-image: url(img/topo_titular2.gif);
	background-repeat: no-repeat;
	background-position: 12px 1px;
	text-align: left;
	display: block;
	padding-left: 22px;
	}	
	
.not_titular_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #909DAD;
	background-image: url(img/topo_titular2.gif);
	background-repeat: no-repeat;
	background-position: 12px 1px;
	text-align: left;
	display: block;
	padding-left: 22px;
	}	

.not_txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #39516B;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9CA8B5;
	padding-left: 13px;
	padding-bottom: 5px;
	}		

.not_txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #39516B;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9CA8B5;
	padding-left: 33px;
	padding-bottom: 5px;
	}	

/*----------------------- NOTICIAS HISTORICO ------------------------*/

.not2 {
	float: left;
	width: 139px;
	display: inline;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	}

.not2_titular1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1863A7;
	font-weight: bold;
	background-image: url(img/topo_titular1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	float: left;
	display: inline;
	text-align: left;
	padding-left: 12px;
	width: 127px;
	}
	
.not2_caja1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	width: 129px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
	padding-left: 10px;
	}	
	
/*----------------------- Mod0 618 DE ANCHO ------------------------*/	

.mod0 {
	float: left;
	width: 598px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
	/*padding-left: 10px;*/
	padding-right: 10px;
	}

/*.mod0_caja1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-color: #F3F5F7;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	float: left;
	width: 578px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	}*/

.mod0_caja1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-color: #F3F5F7;
	display: inline;
	float: left;
	width: 578px;
	text-align: left;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	}	

.mod0_titular0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1863A7;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	float: left;
	display: inline;
	text-align: left;
	padding-left: 12px;
	width: 586px;
	margin-left: 10px;

	}

.mod0_titular1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1863A7;
	font-weight: bold;
	background-image: url(img/topo_titular1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	float: left;
	display: inline;
	text-align: left;
	padding-left: 12px;
	width: 586px;
	margin-left: 10px;
	}
	
.mod0_caja_PEO {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-color: #C5D8E9; /*#B2C9DF;*/
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	float: left;
	width: 578px;
	text-align: left;
	
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	
	/*padding-right: 10px;
	padding-left: 10px;*/
	}

.mod0_caja_COG {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-color: #FFF2CC;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	float: left;
	width: 578px;
	text-align: left;
	
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	
	/*padding-right: 10px;
	padding-left: 10px;*/
	}

.mod0_caja_RES {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-color: #F2BFBF;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	float: left;
	width: 578px;
	text-align: left;
	
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	
	/*padding-right: 10px;
	padding-left: 10px;*/
	}

.mod0_caja_MIN {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	background-color: #BFE5D9;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	float: left;
	width: 578px;
	text-align: left;
	
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	
	/*padding-right: 10px;
	padding-left: 10px;*/
	}

	

.mod0_titular2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #39516B;
	background-image: url(img/topo_titular2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-align: left;
	font-weight: bold;
	display: block;
	float: left;
	width: auto;
	padding-left: 10px;
	}

.mod0_titular3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1863A7;
	font-weight: bold;
	background-image: url(img/topo_titular1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 12px;
	display: inline;
	float: left;
	width: 505px; /*586 - 81*/
	}
	
.mod0_titular_tabla {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CA8B5;
	float: left;
	display: inline;
	text-align: left;
	/*padding-left: 12px;*/
	width: 598px; /* 586 +12*/
	margin-left: 10px;
	}

.mod0_txt_lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #39516B;
	background-image: url(img/topo_txt1.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	text-align: left;
	display: block;
	width: auto;
	padding-left: 12px;
	margin-left: 20px;
	}	

.mod0_txt_listin_nom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #39516B;
	background-image: url(img/topo_txt1.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	text-align: left;
	display: block;
	width: auto;
	padding-left: 12px;
	margin-left: 6px;
	}	
	
.mod0_txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F4E58;
	font-weight: bold;
	text-align: left;
	display: block;
	background-image: url(img/topo_titular3.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	padding-top: 3px;
	}	
	
.mod0_txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #192C3A;	
	text-align: left;
	display: block;
	padding-left: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}

.mod0_txt_listin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #39516B;
	text-align: center;
	display: block;
	}	
	
.mod0_titular_plantas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #39516B;
	background-image: url(img/topo_titular2.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	text-align: left;
	font-weight: bold;
	display: block;
	/*float: left;*/
	width: auto;
	padding-left: 15px;
	}	



/* -------- TXTS -------------------------------------------------------------------- */
	



.txt1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #3D4759;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}

.txt1D {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}

	
.txt2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D4759;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}
	
.txt2D {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6633;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}
		
.txt2Az {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #99A4BC;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}
	
.txt2Gris {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}
	
.txt2GrisOsc {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}

.txt3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}	

.txt3D {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}	

.txt3azul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #20638E;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
}
	
.txt3Gris {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}	

.txt3GrisOsc {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}
		


.txt4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D4759;
	}

.txt4D {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;	
	list-style-position: outside;
	list-style-image: url(img/topo1.gif);
	}	

.txt_subray {
	background-color: #FFFF33;	
	}	




/* añadido desarrollador -------------------------------------------------------*/



.contenido_der {
	width: 618px;
	float: right;
	text-align: left;
	height: 100%;
	margin: 0px;
	}

.columna {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#not_scroll {
	position:relative; /* mandatory */
	width:180px; height:150px; /* set as required*/
	background-color:#ffffcc; /* set as required*/
	overflow:hidden; /* mandatory*/
	border:solid 1px; margin:0px; /* optional*/
	}
	



.right {
	text-align: right;
	display: block;
	}


#formu input.formButton {
	border: 1px solid #5E5D63; 
	color: #000000; 
	font-family: verdana, tahoma, arial, helvetica, sans-serif; 
	font-size: 9px; 
	text-align:center; 
}

.pijama {
	background-color: #FFFFFF;	
}

