@charset "utf-8";
/* CSS Document */



/*----------------------------GENERALIDADES-------------------*/
.centrado{
	margin-right: auto;
	margin-left: auto;


}

.noflotar{
	float:none !important;
	clear:both;

}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d1dee8;
	background-image: url(../img/recursos_home/fnd_home.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, a, img, li, form {	
	margin: 0px;
	padding: 0px;
}
a img {border:none !important;}
* {margin:0px;padding:0px;}
.clear{
	clear: both;
}
.flota_derecha{float:right;}
.flota_izquierda{float:left;}


.display_inline{
	display:inline-block !important;

}



/*
------EFECTOS-----------*/
.tooltip {position:absolute;top:0;left:0;display:none;z-index:5;padding:5px;color:#769994;font-size:11px;background:#FFF;border:1px solid #d7e8e9;}
.puntero_link{cursor:pointer;}



/*
---------------ESTRUCTURA-------------------------*/

#todo{
	width:1003px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


/*------SLIDER---------*/

/*#todo .zona_slider{
	width:1003px;
	background-image:url(../img/recursos_home/fnd_slider.png);
	background-repeat:no-repeat;

}*/

#todo .slider{
	width:968px;
	height:747px;
	padding-left:17px;

}

/*----------ZONA MENUS-------------*/


#todo .zona_menus{
	width:968px;
	height:76px;
	padding-left:17px;
	position: absolute;
	z-index: 3;
}
#todo .zona_menus .logo_degobierno{
	width:88px;
	height:88px;
	position: absolute;
	z-index: 0;
	margin-top: 70px;
	margin-left: 877px;
}

.logo_degobierno_2{
	width:52px;
	height:52px;
	position: absolute;
	z-index: 2;
	margin-left:821px;
	margin-top:10px;
	

}
#todo .zona_menus .logotipo{
	width:110px;
	height:107px;
	padding-left:14px;
	position: absolute;
	z-index: 5;
	
}
#todo .zona_menus img.logo_print{
	display:none;
	visibility:hidden;
	
}
/*#todo .zona_menus .logotipo a{
	width:112px;
	height:120px;
	background-image: url(../img/recursos_home/logotipo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}*/


/*----------------------------*/

#todo .zona_menus .logo_gore {
	width:112px;
	height:120px;
	position: absolute;
	z-index: 5;
	right: 3px;
	
}
/*-------UTILITARIOS---------*/



#todo .zona_menus .zona_utilitarios{
	width:968px;
	height:20px;
	background-image: url(../img/recursos_home/fnd_utilitarios.png);
	background-repeat: no-repeat;
}


.zona_utilitarios .menus{
	width:466px;
	height:20px;
	margin-left:502px;

}
.zona_utilitarios .menus ul{
	list-style-type: none;
	height:20px;
}
.zona_utilitarios .menus ul li{
	list-style-type: none;
	float:left;
	height:20px;

}
.zona_utilitarios .menus ul li a{
	height:20px;
	display:block;
	background-image:url(../img/recursos_home/menu_utilitarios.png);
	background-repeat: no-repeat;

}

/*------------------------*/
.zona_utilitarios .menus ul li a.home{
	width:68px;
	background-position: left top;	


}
.zona_utilitarios .menus ul li a.home:hover{
	background-position: left bottom;
}
.zona_utilitarios .menus ul li a.home_selec{
	width:68px;
	background-position: left -20px;	
}

/*------------------------*/

.zona_utilitarios .menus ul li a.contactenos{
	width:102px;
	background-position: -68px top;	


}
.zona_utilitarios .menus ul li a.contactenos:hover{
	background-position: -68px bottom;
}
.zona_utilitarios .menus ul li a.contactenos_selec{
	width:102px;
	background-position: -68px -20px;	
}

/*------------------------*/

.zona_utilitarios .menus ul li a.mapa{
	width:69px;
	background-position: -170px top;	


}
.zona_utilitarios .menus ul li a.mapa:hover{
	background-position: -170px bottom;
}
.zona_utilitarios .menus ul li a.mapa_selec{
	width:69px;
	background-position: -170px -20px;	
}
/*------------------------*/

.zona_utilitarios .menus ul li a.sitios_gobierno{
	width:125px;
	background-position: -239px top;	


}
.zona_utilitarios .menus ul li a.sitios_gobierno:hover{
	background-position: -239px bottom;
}
.zona_utilitarios .menus ul li a.sitios_gobierno_selec{
	width:125px;
	background-position: -239px -20px;	
}


/*---------------------------------------------*/
.zona_utilitarios .menus ul li.ultilitarios_fin{
	width:102px;
	background-image: url(../img/recursos_home/fnd_utilitarios_fin.png);
	background-repeat:  repeat-x;
	height: 20px;
}

/*-----------MENU PRINCIPAL---------------*/





.zona_utilitarios .menus .menus_p_s{
	width:968px;
	height:56px;

}
.menus_p_s .principal{
	width:610px;
	height:56px;
	float:left;

}
.menus_p_s .principal ul#topnav{
	list-style-type: none;
	
}
.menus_p_s .principal ul#topnav li{
	list-style-type: none;
	float:left;
	height:56px;
}
/*.menus_p_s .principal ul#topnav li.inicio{
	background-image: url(../img/recursos_home/fnd_principal.png);
	background-repeat: repeat-x;
	width:127px;
}*/
/*.menus_p_s .principal ul li a{
	display:block;
	height:56px;
	background-image: url(../img/recursos_home/menu_p_s.png);
	background-repeat: no-repeat;
}*/

/*---------------------*/

/*.menus_p_s .principal ul li a.g_regional{
	background-position: left top;
	width:112px;
}*/
/*.menus_p_s .principal ul li a.g_regional:hover{
	background-position: left bottom;
}*/
/*.menus_p_s .principal ul#topnav li a.g_regional_selec{
	width:112px;
	background-position: left -56px;
	background-image: url(../img/recursos_home/g_regional.png);
}*/
/*---------------------*/

/*.menus_p_s .principal ul li a.c_regional{
	background-position: -112px top;
	width:109px;
}*/
/*.menus_p_s .principal ul li a.c_regional:hover{
	background-position: -112px bottom;
}*/
/*.menus_p_s .principal ul#topnav li a.c_regional_selec{
	background-image: url(../img/recursos_home/c_regional.png);
	width:109px;
	background-position: left -56px;
}*/

/*---------------------*/

/*.menus_p_s .principal ul li a.r_lagos{
	background-position: -221px top;
	width:121px;
}*/
/*.menus_p_s .principal ul li a.r_lagos:hover{
	background-position: -221px bottom;
}*/
/*.menus_p_s .principal ul#topnav li a.r_lagos_selec{
	background-image: url(../img/recursos_home/r_loslagos.png);
	width:121px;
	background-position: left -56px;
}*/
/*---------------------*/

/*.menus_p_s .principal ul li a.d_funcionarios{
	background-position: -342px top;
	width:160px;
}*/
/*.menus_p_s .principal ul li a.d_funcionarios:hover{
	background-position: -342px bottom;
}*/
/*.menus_p_s .principal ul#topnav li a.d_funcionarios_selec{
	background-image: url(../img/recursos_home/dir_funcionarios.png);
	width:160px;
	background-position: left -56px;
}*/


/*---------------SECUNDARIO--------------------------*/


.menus_p_s .secundario{
	width:358px;
	height:56px;
	float:left;

}
.menus_p_s .secundario ul#topnav_der{
	list-style-type: none;
	height:56px;

}
.menus_p_s .secundario ul#topnav_der li{
	list-style-type: none;
	float:left;
	height:56px;

}
/*.menus_p_s .secundario ul li a{
	display:block;
	height:56px;
	background-image: url(../img/recursos_home/menu_p_s.png);
	background-repeat: no-repeat;
}*/

/*------------------*/

/*.menus_p_s .secundario ul li a.documentos{
	background-position: -502px top;
	width:87px;
}*/
/*.menus_p_s .secundario ul li a.documentos:hover{
	background-position: -502px bottom;
}*/
/*.menus_p_s .secundario ul li a.documentos_selec{
	background-image: url(../img/recursos_home/documentos.png);
	background-position: left -56px;
	width:87px;
}*/

/*------------------*/

/*.menus_p_s .secundario ul li a.programas{
	background-position: -589px top;
	width:78px;
}*/
/*.menus_p_s .secundario ul li a.programas:hover{
	background-position: -589px bottom;
}*/
/*.menus_p_s .secundario ul li a.programas_selec{
	background-image: url(../img/recursos_home/programas.png)
	background-position: left -56px;
	width:78px;
}*/

/*------------------*/

/*.menus_p_s .secundario ul li a.agenda{
	background-position: -667px top;
	width:58px;
}*/
/*.menus_p_s .secundario ul li a.agenda:hover{
	background-position: -667px bottom;
}*/
/*.menus_p_s .secundario ul li a.agenda_selec{
	background-image: url(../img/recursos_home/agenda.png);
	background-position: left -56px;
	width:58px;
}*/
/*------------------*/

/*.menus_p_s .secundario ul li a.s_prensa{
	background-position: -725px top;
	width:99px;
}*/
/*.menus_p_s .secundario ul li a.s_prensa:hover{
	background-position: -725px bottom;
}*/
/*.menus_p_s .secundario ul li a.s_prensa_selec{
	background-image: url(../img/recursos_home/sala_prensa.png);
	background-position: left -56px;
	width:99px;
}*/
/*.menus_p_s .secundario ul li.final{
	background-image: url(../img/recursos_home/fnd_secundaria.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:17px;
	height:56px;
}*/

/*----------------CONTENEDOR------------------------------*/
#todo #contendor{
	width:1003px;
	position: absolute;
	z-index: 3;
	top: 326px;
	
}
/*#contendor .monta_contenidos{
	width:1003px;
	background-image: url(../img/recursos_home/fnd_pag_cont.png);
	background-repeat: repeat-y;
}*/

/*#contendor .monta_contenidos .contenidos{
	width:968px;
	background-image: url(../img/recursos_home/fnd_top_contenidos.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:17px;
}*/

#contendor .monta_contenidos .contenidos .fnd_contenidos{
	background-image:url(../img/recursos_home/fnd_contenidos.gif);
	background-position: left top;
}
/*-----------------------------*/
#contendor .monta_contenidos .contenidos .fnd_contenidos .centra_contenidos{
	width:906px;
	padding-left:31px;
	padding-top:33px;
	
}

.centra_contenidos .columna_derecha{
	width:625px;
	float:left;


}

/*-----------------------------*/

.centra_contenidos .columna_derecha .zona_noticia_principal{
	width:570px;
	margin-left:30px;
	margin-top:43px;
	margin-bottom:20px;

}
.zona_noticia_principal .img_noticia{
	width:263px;
	height:157px;
	border: 1px solid #e0e0e0;
	float:left;
	margin-right:21px;
}
.zona_noticia_principal .img_noticia img{
	width:261px;
	height:155px;
	border: 1px solid #ffffff;
}
.zona_noticia_principal h1{
	font-size: 18px;
	color: #535353;
	line-height: 19px;	
}
.zona_noticia_principal h1 a{
	font-size: 18px;
	color: #535353;
	text-decoration: none;
	
}
.zona_noticia_principal h1 a:hover{
	color: #302f2f;
}
.zona_noticia_principal h1 span{
	background-image: url(../img/recursos_home/mas_not_principal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	height: 14px;
	width: 14px;
	
}
.zona_noticia_principal p.fecha{
	font-size: 10px;
	color: #b9b8b8;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.zona_noticia_principal p.bajada{
	font-size: 11px;
	color: #8c8c8c;
	
}

/*-----------------NOTICIAS SECUNDARAS----------------------*/


.centra_contenidos .columna_derecha .zona_noticia_secundaria{
	width:594px;
	padding-top:20px;
	margin-left:31px;
	margin-bottom:17px;

}

/*-------------------*/

.zona_noticia_secundaria .textos{
	width:594px;
}
.zona_noticia_secundaria .imagenes{
	width:594px;
}

/*-------------------*/


.zona_noticia_secundaria .caja{
	float:left;
	width:163px;
	padding-right: 20px;
	padding-left: 20px;

}
.zona_noticia_secundaria .alto_min{
	min-height:140px;

}
.zona_noticia_secundaria .borde{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e0e0e0;
}
.zona_noticia_secundaria .nopadleft{
	padding-left:0px !important;
}
/*--------PREPIEDADES ZONA TEXTOS-----------*/


.zona_noticia_secundaria .caja  h1{
	font-size: 13px;
	color: #5d5c5c;
}
.zona_noticia_secundaria .caja h1 a{
	font-size: 13px;
	color: #5d5c5c;
	text-decoration: none;
}
.zona_noticia_secundaria .caja h1 a:hover{
	font-size: 13px;
	color: #383838;
	text-decoration: none;
}
.zona_noticia_secundaria .caja h1 span{
	background-image:url(../img/recursos_home/mas_not_secundaria.gif);
	width:10px;
	height:10px;
	background-repeat:no-repeat;
	display:inline-block;

}
.zona_noticia_secundaria .caja p.fecha{
	font-size: 10px;
	color: #b9b8b8;
	padding-top: 7px;
	padding-bottom: 7px;	

}
.zona_noticia_secundaria .caja p.bajada{
	font-size: 11px;
	color: #8c8c8c;


}
/*---------PROPEIDADS ZONA IMAGENES ---------*/


.zona_noticia_secundaria .imagen_secundaria{
	margin-top:10px;
	height:103px;
	width:154px;
	border: 1px solid #e0e0e0;
}
.zona_noticia_secundaria .imagen_secundaria img{
	height:101px;
	width:152px;
	border: 1px solid #ffffff;

}

/*-------------BOTONES MAS NOTICIAS----------------*/
.mas_botones{
	height:32px;
	width:572px;

}

.columna_derecha .mas_noticias{
	width:82px;
	height:32px;
	margin-right:44px;
	float:left;
	margin-left:31px;
}
.columna_derecha .mas_noticias a{
	width:82px;
	height:32px;
	background-image:url(../img/recursos_home/mas_noticias.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	display:block;
}

.columna_derecha .mas_noticias a:hover{
	background-position: left -34px;
}

/*---------------*/
.columna_derecha .rss{
	width:68px;
	height:32px;
	margin-right:44px;
	float:left;
	
}

.columna_derecha .rss a{
	width:68px;
	height:32px;
	background-image:url(../img/recursos_home/rss.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	display:block;
}

.columna_derecha .rss a:hover{
	background-position: left -34px;
}

/*------------------ENCUESTA-----------------------*/

.columna_derecha .zona_encuesta{
	width:570px;
	height:168px;
	margin-left:31px;
	padding-top:17px;
}
.columna_derecha .zona_encuesta .top{
	width:570px;
	height:8px;
	background-image: url(../img/recursos_home/encuesta_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.columna_derecha .zona_encuesta .botton{
	width:570px;
	height:8px;
	background-image: url(../img/recursos_home/encuesta_botton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.columna_derecha .zona_encuesta .centro{
	width:520px;
	background-image: url(../img/recursos_home/encuesta_centro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	padding-right:25px;
	padding-top:7px;
	padding-bottom:7px;
}
.columna_derecha .zona_encuesta .centro .resultados{
	width:450px;
	height:100px;
	margin-right: auto;
	margin-left: auto;	

}
.columna_derecha .zona_encuesta .centro .resultados p.texto{
	font-size:13px;
	color:#7a7d7f;
	text-align: center;
	padding-top:20px;

}

.columna_derecha .zona_encuesta .centro .resultados p.texto span{
	font-size:15px;
	color:#7a7d7f;
	font-weight: bold;	

}

.columna_derecha .zona_encuesta .centro h1{
	font-size: 15px;
	line-height: 16px;
	color: #7a7d7f;
	font-weight: bold;
}
.columna_derecha .zona_encuesta .centro .opciones{
	width:300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #939a9d;
	padding-right:20px;
	margin-top:10px;
	float:left;
}
.columna_derecha .zona_encuesta .centro .opciones label{
	clear:both;
	display:block;
	font-size:11px;
	color: #7d7d7d;
	margin-bottom:5px;

}
.columna_derecha .zona_encuesta .centro .opciones label input{
	margin-top:0px;
	display:block;
	float:left;
	margin-right:5px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 13px;
	width: 13px;
}
/*---------------------*/
.columna_derecha .zona_encuesta .centro .genero{
	padding-left:17px;
	margin-top:10px;

	float:left;
}
.columna_derecha .zona_encuesta .centro .genero h1{
	font-size: 13px;
	font-weight: bold;
	color: #828689;
	padding-bottom:15px;
}
.columna_derecha .zona_encuesta .centro .genero label{
	clear:both;
	display:block;
	font-size:11px;
	color: #7d7d7d;
	margin-bottom:5px;
}
.columna_derecha .zona_encuesta .centro .genero label input{
	margin-top:0px;
	display:block;
	float:left;
	margin-right:5px;
	height: 13px;
	width: 13px;
}
/*---------------------*/
.columna_derecha .zona_encuesta .centro .botones{
	padding-left:25px;
	float:left;
	margin-top:10px;
	width:84px;
	

}
.columna_derecha .zona_encuesta .centro .botones input{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear:both;
	display:block;
	cursor:pointer;

}
.columna_derecha .zona_encuesta .centro .botones .votar{
	width:84px;
	height:25px;
	background-image:url(../img/recursos_home/btn_votar.jpg);
	background-repeat:no-repeat;
	background-position: left top;

}
.columna_derecha .zona_encuesta .centro .botones .votar:hover{
	width:84px;
	height:25px;
	background-image:url(../img/recursos_home/btn_votar.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	
}

.columna_derecha .zona_encuesta .centro .botones .estadisticas{
	width:84px;
	height:25px;
	background-image:url(../img/recursos_home/btn_estadisticas.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	margin-top: 5px;
}
.columna_derecha .zona_encuesta .centro .botones .estadisticas:hover{
	width:84px;
	height:25px;
	background-image:url(../img/recursos_home/btn_estadisticas.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	
}

/*-------------COLUMNA IZQUIEDA-----------------*/
.centra_contenidos .columna_izquierda{
	width:281px;
	float:left;
	margin-top:13px;

}
.centra_contenidos .columna_izquierda .logo_gobierno{
	width:108px;
	height:40px;
	float:left;
	position: absolute;
	z-index: 3;
	padding-left:150px;
}

.columna_izquierda .c_izq_centro{
	background-image:url(../img/recursos_home/c_izq_centro.jpg);
	background-repeat:repeat-y;
	background-position: left top;
	margin-top:11px;


}
.columna_izquierda .c_izq_top{
	background-image:url(../img/recursos_home/c_izq_top.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	padding-top:4px;

}
.columna_izquierda .c_izq_botton{
	background-image:url(../img/recursos_home/c_izq_botton.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}


/*----------------AGENDA-------------------*/
.c_izq_top .agenda{
	background-image:url(../img/recursos_home/agenda.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 41px;
	padding-bottom:12px;
	width:207px;
	margin-left:41px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89b1b8;
}
.c_izq_top .agenda .actividad{
	width:207px;
	margin-bottom:8px;

}
.c_izq_top .agenda .actividad .icono{
	width:37px;
	height:40px;
	background:url(../img/recursos_home/icono_agenda.gif);
	background-repeat:no-repeat;
	float:left;
	margin-right:7px;


}

.c_izq_top .agenda .actividad .icono p.mes{
	font-size:9px;
	color:#FFFFFF;
	margin-top:11px;
	margin-left:13px;

}
.c_izq_top .agenda .actividad .icono p.dia{
	font-size:12px;
	color:#8c8c8c;
	margin-top:0px;
	margin-left:13px;
	font-weight: bold;
	line-height: 13px;
}
.c_izq_top .agenda .actividad p.titulo{
	font-size:11px;
	color:#9ca6a8;
	padding-top:5px;

}
.c_izq_top .agenda .actividad p.titulo a{
	font-size:11px;
	color:#9ca6a8;
	text-decoration: none;

}
.c_izq_top .agenda .actividad p.titulo a:hover{
	font-size:11px;
	color:#787f80;
	text-decoration: none;

}
.c_izq_top .agenda .actividad p.titulo span{
	background-image:url(../img/recursos_home/mas_agenda.gif);
	width:10px;
	height:10px;
	display:inline-block;
	margin-left:5px;


}
.c_izq_top .agenda .mas_actividad{
	width:96px;
	height:34px;
	margin-top:8px;
}
.c_izq_top .agenda .mas_actividad a{
	width:96px;
	height:34px;
	display:block;
	background-image:url(../img/recursos_home/mas_actividades.jpg);
	background-repeat:repeat;
	background-position: left top;	
}
.c_izq_top .agenda .mas_actividad a:hover{
	background-position: left -32px;
}


/*-------------BANNER-------------------*/


.c_izq_top .banner{

	margin-top:0px;
	margin-bottom:10px;
	
}
/*.c_izq_top .dep_cultura a{
	width:262px;
	height:176px;;
	background-image: url(../img/recursos_home/banner_deportes.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}*/
.c_izq_top .dep_cultura a:hover{
	background-position: -281px top;
}





/*.c_izq_top .doc_gestion a{
	width:262px;
	height:176px;
	background-image: url(../img/recursos_home/banner_documentos.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}*/
.c_izq_top .doc_gestion a:hover{

	background-position: -281px top;
}


.c_izq_top .linea_banner{
	background-image: url(../img/recursos_home/linea_banners.gif);
	background-repeat:  no-repeat;
	background-position: center top;
	height:1px;
	padding-bottom:10px;
}
.c_izq_top .plan_regional a:hover{

	background-position: -281px top;
}



/*--------------------------------------------------------*/



.c_izq_top .marg_left{
	margin-left:12px;

}

.c_izq_top .area_video{
	margin-top: 20px;
	margin-bottom: 23px;
	margin-left: 41px;
}
.c_izq_top .area_video p {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	background-image: url(../img/recursos_home/ico_video.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 18px;
}
.c_izq_top .area_video a {
	color: #5C5C5C;
	text-decoration: none;
}
.c_izq_top .area_video a:hover {
	color: #383838;
	text-decoration: none;
}



/*----------------BANNERS ADMIN----------------*/

.contenidos .banners_adm{	
	clear:both;
	width:860px;
	height:56px;
	margin-left:29px;
	padding-bottom:30px;
	padding-top:30px;

}
.contenidos .banners_adm div{
	width:198px;
	height:56px;
	float:left;
	margin-right:20px;

}
.contenidos .banners_adm div.nomagin{
	margin-right: 0px !important;

}


/*----------FOOTER---------------------*/
/*.footer{
	height:135px;
	width:1003px;
	background-image:url(../img/recursos_home/fnd_footer.png);
	

}*/
.footer .print{
	display:none;
	visibility:hidden;
	

}
.footer .zona_links{
	float:left;
	width:390px;
	margin-right:50px;
	padding-left:76px;
	margin-top:20px;
	
}
.footer .zona_links ul{
	list-style-type: none;
	float:left;
	margin-right:30px;
	display:block;
	
}
.footer .zona_links ul.columna_2{
	width:189px !important;
	
}
.footer .zona_links ul li{
	list-style-type: none;
	
	
}
.footer .zona_links ul li a{
	width:140px;
	height:20px;
	display:block;
	background-image:url(../img/recursos_home/links_footer.gif);
	background-repeat: no-repeat;	
	
}
/*----------*/
.footer .zona_links ul li a.accesibilidad{
	background-position: left 0px;	
	
}
.footer .zona_links ul li a.accesibilidad:hover{
	background-position: left -20px;	
	
}
/*----------*/
.footer .zona_links ul li a.privacidad{
	background-position: left -40px;	
	
}
.footer .zona_links ul li a.privacidad:hover{
	background-position: left -60px;	
	
}
/*----------*/
.footer .zona_links ul li a.programas{
	background-position: left -80px;	
	
}
.footer .zona_links ul li a.programas:hover{
	background-position: left -100px;	
	
}
/*----------*/
.footer .zona_links ul li a.preguntas{
	background-position: left -120px;	
	
}
.footer .zona_links ul li a.preguntas:hover{
	background-position: left -140px;	
	
}
.footer .zona_links ul li a.correo{
	background-position: left -160px;	
	width:189px !important;
	
}
.footer .zona_links ul li a.correo:hover{
	background-position: left -180px;	
	
}





.footer .zona_direccion{
	float:left;
	background-image:url(../img/recursos_home/dir_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:282px;
	height:66px;
	margin-left:140px;
	margin-top:20px;


}


/*--------------PIE PAGINA----------------*/



.autoria{
	height:60px;
	width:924px;
	padding-left:79px;
}
.iconosw3c{
	height:16px;
	width:247px;
	
	margin-top:17px;
	
	float:left;

}

.iconosw3c .w3c {
	height:16px;
	width:80px;
	float:left;
	margin-right:3px;

}
.iconosw3c .w3c a{
	height:16px;
	width:80px;
	background-image:url(../img/recursos_home/iconos_w3c.gif);
	background-repeat:no-repeat;
	background-position: left top;
	display:block;
}
.iconosw3c .d_100 {
	height:16px;
	width:80px;
	float:left;
	margin-right:3px;


}
.iconosw3c .d_100 a{
	height:16px;
	width:80px;
	background-image:url(../img/recursos_home/iconos_w3c.gif);
	background-repeat:no-repeat;
	background-position: -84px top;
	display:block;

}
.iconosw3c .taw{
	height:16px;
	width:80px;
	float:left;

}
.iconosw3c .taw a{
	height:16px;
	width:80px;
	background-image:url(../img/recursos_home/iconos_w3c.gif);
	background-repeat:no-repeat;
	display:block;
	background-position: -167px top;

}

.cybercenter{
	height:53px;
	width:209px;
	padding-left:421px;
	
	float:left;
}
.cybercenter a{
	height:53px;
	width:209px;
	background-image:url(../img/recursos_home/cybercenter.gif);
	background-repeat:no-repeat;
	background-position: left top;
	display:block;

}
.cybercenter a:hover{

	background-position: left bottom;
}


/*-----------------------------PORTADA DOCUMENTOS Y SUBPORTADS------------------------*/

#contendor_documentos{
	width:1003px;
	position: absolute;
	z-index: 1;
	top: 110px;

}


/*---------------BOTON BUSCAR------------*/


.btn_buscar {
	width:102px;
	height:30px;
}

/*.btn_buscar a{
	width:102px;
	height:30px;
	background-image: url(../img/fondos_interiores/documentos/btn_buscar.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}*/
/*.btn_buscar a:hover{
	width:102px;
	height:30px;
	background-image: url(../img/fondos_interiores/documentos/btn_buscar.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
}*/

/*---------------FIN BOTON BUSCAR------------*/
