@import url('reset.css');

/* CSS template */

/*
Description: The December 2008 version. 
Version: 2.0
Author: chicharoverde.com
Author URI: http://www.chicharoverde.com/

 Todo este codigo esta licenciado con una licencia Creative Commons 
 by-nc-sa: Atribucion - No Comercial - Licenciar Igual 
 http://creativecommons.org/licenses/by-nc-sa/2.0/cl/deed.es 

 Habiendo dicho eso, Bienvenido a mi CSS.

 Hola Wachunei! ;) */

/* links .- */
a, .post title a, .post .title a:visited {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #660000;
	text-decoration:none;
}

a:hover {
	color: #e09c15;
	text-decoration: underline;
}


.post .title a:hover {
	color: #ff3300;
} 
/**********************************/
/*	MENU LA CEE
/**********************************/
#menu-CEE {
	width: 100%;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_lacee.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-CEE ul {
	width: 100%;
	height: 32px;
	float: left;
	/* background-color: #fc7b03; */
}
#menu-CEE ul li {
	display: inline;
}
#menu-CEE ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #472d0e;
	border-left: 1px solid #EEEEEE;
}
#menu-CEE ul li a:hover, #menu-CEE ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_lacee_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #633f15;
	border-bottom: 1px solid #472d0e;
	border-left: 1px solid #b38044;
}
#menu-CEE ul li.home a, #menu-CEE ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_lacee_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #633f15;
	border-bottom: 1px solid #472d0e;
	border-left: 1px solid #b38044;
}

/**********************************/
/*	MENU PARTIDOS POLITICOS
/**********************************/
#menu-pp {
	width: 760px;
	height: 32px;
	clear: both;
	background-position: left top;
	background-repeat: repeat-x;
	margin-bottom:32px !important;
}
#menu-pp ul {
	width: 100%;
	height: 32px;
	float: left;
	background-image: url(../imagenes/bg_barra_pp.gif);
	/* background-color: #fc7b03; */
}
#menu-pp ul li {
	display: inline;
	
}
#menu-pp ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #2a2435;
	border-left: 1px solid #EEEEEE;
	background-image: url(../imagenes/bg_barra_pp.gif);
}
#menu-pp ul li a:hover, #menu-pp ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_pp_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #4c4262;
	border-bottom: 1px solid #2a2435;
	border-left: 1px solid #9c8db9;
}
#menu-pp ul li.home a, #menu-pp ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_pp_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #4c4262;
	border-bottom: 1px solid #2a2435;
	border-left: 1px solid #9c8db9;
}
.ultimo {
	margin-left:37px;
	/*margin-bottom:50px;*/
}
/**********************************/
/*	MENU TRANSPARENCIA
/**********************************/
#menu-transparencia {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_transparencia.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-transparencia ul {
	width: 100%;
	height: 32px;
	float: left;
	/* background-color: #fc7b03; */
}
#menu-transparencia ul li {
	display: inline;
}
#menu-transparencia ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #322b91;
	border-left: 1px solid #EEEEEE;
}
#menu-transparencia ul li a:hover, #menu-transparencia ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_transparencia_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #3c33b1;
	border-bottom: 1px solid #322b91;
	border-left: 1px solid #9c94ff;
}
#menu-transparencia ul li.home a, #menu-transparencia ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_transparencia_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #3c33b1;
	border-bottom: 1px solid #322b91;
	border-left: 1px solid #9c94ff;
}

/**********************************/
/*	MENU MARCO JURIDICO
/**********************************/
#menu-marcojuridico {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_marcojuridico.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-marcojuridico ul {
	width: 100%;
	height: 32px;
	float: left;
	/* background-color: #fc7b03; */
}
#menu-marcojuridico ul li {
	display: inline;
}
#menu-marcojuridico ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #003814;
	border-left: 1px solid #EEEEEE;
}
#menu-marcojuridico ul li a:hover, #menu-marcojuridico ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_marcojuridico_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #017d2e;
	border-bottom: 1px solid #003814;
	border-left: 1px solid #61ff99;
}
#menu-marcojuridico ul li.home a, #menu-marcojuridico ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_marcojuridico_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #017d2e;
	border-bottom: 1px solid #003814;
	border-left: 1px solid #61ff99;
}

/**********************************/
/*	MENU EDUCACION CIVICA
/**********************************/
#menu-educacioncivica {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_educacioncivica.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-educacioncivica ul {
	width: 100%;
	height: 32px;
	float: left;
	/* background-color: #fc7b03; */
}
#menu-educacioncivica ul li {
	display: inline;
}
#menu-educacioncivica ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #910e0e;
	border-left: 1px solid #EEEEEE;
}
#menu-educacioncivica ul li a:hover, #menu-educacioncivica ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_educacioncivica_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #d51717;
	border-bottom: 1px solid #910e0e;
	border-left: 1px solid #ff6161;
}
#menu-educacioncivica ul li.home a, #menu-educacioncivica ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_educacioncivica_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #d51717;
	border-bottom: 1px solid #910e0e;
	border-left: 1px solid #ff6161;
}

/**********************************/
/*	MENU ISO
/**********************************/
#menu-iso {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_iso.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-iso ul {
	width: 100%;
	height: 32px;
	float: left;
/*	background-color: #73bad6;	*/
}
#menu-iso ul li {
	display: inline;
}
#menu-iso ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #183d4c;
	border-left: 1px solid #EEEEEE;
}
#menu-iso ul li a:hover, #menu-iso ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_iso_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #245c72;
	border-bottom: 1px solid #183d4c;
	border-left: 1px solid #73bad6;
}
#menu-iso ul li.home a, #menu-iso ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_iso_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #245c72;
	border-bottom: 1px solid #183d4c;
	border-left: 1px solid #73bad6;
}

/**********************************/
/*	MENU SESIONES
/**********************************/
#menu-sesiones {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_sesiones.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-sesiones ul {
	width: 100%;
	height: 32px;
	float: left;
/*	background-color: #ef823c;	*/
}
#menu-sesiones ul li {
	display: inline;
}
#menu-sesiones ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #d62b00;
	border-left: 1px solid #EEEEEE;
}
#menu-sesiones ul li a:hover, #menu-sesiones ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_sesiones_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #823003;
	border-bottom: 1px solid #4F1B02;
	border-left: 1px solid #EF823C;
}
#menu-sesiones ul li.home a, #menu-sesiones ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_sesiones_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #823003;
	border-bottom: 1px solid #4F1B02;
	border-left: 1px solid #EF823C;
}

/**********************************/
/*	MENU AGENDA
/**********************************/
#menu-agenda {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_agenda.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-agenda ul {
	width: 100%;
	height: 32px;
	float: left;
/*	background-color: #ff838b; */
}
#menu-agenda ul li {
	display: inline;
}
#menu-agenda ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #862128;
	border-left: 1px solid #EEEEEE;
}
#menu-agenda ul li a:hover, #menu-agenda ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_agenda_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #ac2c35;
	border-bottom: 1px solid #862128;
	border-left: 1px solid #ff9fa5;
}
#menu-agenda ul li.home a, #menu-agenda ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_agenda_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #ac2c35;
	border-bottom: 1px solid #862128;
	border-left: 1px solid #ff9fa5;
}

/**********************************/
/*	MENU COMUNICACION SOCIAL
/**********************************/
#menu-cs {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_cs.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-cs ul {
	width: 100%;
	height: 32px;
	float: left;
/*	background-color: #a7d30e; */
}
#menu-cs ul li {
	display: inline;
}
#menu-cs ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #212a00;
	border-left: 1px solid #EEEEEE;
}
#menu-cs ul li a:hover, #menu-cs ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_cs_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #465902;
	border-bottom: 1px solid #212a00;
	border-left: 1px solid #9fcb06;
}
#menu-cs ul li.home a, #menu-cs ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_cs_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #465902;
	border-bottom: 1px solid #212a00;
	border-left: 1px solid #9fcb06;
}

/**********************************/
/*	MENU GEOGRAFIA
/**********************************/
#menu-geografia {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_geografia.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-geografia ul {
	width: 100%;
	height: 32px;
	float: left;
/*	background-color: #de4378; */
}
#menu-geografia ul li {
	display: inline;
}
#menu-geografia ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #640c4a;
	border-left: 1px solid #EEEEEE;
}
#menu-geografia ul li a:hover, #menu-geografia ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_geografia_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #a6157b;
	border-bottom: 1px solid #640c4a;
	border-left: 1px solid #ff4fcb;
}
#menu-geografia ul li.home a, #menu-geografia ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_geografia_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #a6157b;
	border-bottom: 1px solid #640c4a;
	border-left: 1px solid #ff4fcb;
}

/**********************************/
/*	MENU BIBLIOTECA
/**********************************/
#menu-biblioteca {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_biblioteca.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-biblioteca ul {
	width: 100%;
	height: 32px;
	float: left;
	/* background-color: #ffff69; */
}
#menu-biblioteca ul li {
	display: inline;
}
#menu-biblioteca ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #725603;
	border-left: 1px solid #EEEEEE;
}
#menu-biblioteca ul li a:hover, #menu-biblioteca ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_biblioteca_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #daa60c;
	border-bottom: 1px solid #725603;
	border-left: 1px solid #ffff69;
}
#menu-biblioteca ul li.home a, #menu-biblioteca ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_biblioteca_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #daa60c;
	border-bottom: 1px solid #725603;
	border-left: 1px solid #ffff69;
}

/**********************************/
/*	MENU NIÑOS
/**********************************/
#menu-ninos {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_ninos.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-ninos ul {
	width: 100%;
	height: 32px;
	float: left;
	/* background-color: #fc7b03; */
}
#menu-ninos ul li {
	display: inline;
}
#menu-ninos ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #09523a;
	border-left: 1px solid #EEEEEE;
}
#menu-ninos ul li a:hover, #menu-ninos ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_ninos_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #0e7452;
	border-bottom: 1px solid #09523a;
	border-left: 1px solid #55d2a8;
}
#menu-ninos ul li.home a, #menu-ninos ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_ninos_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #0e7452;
	border-bottom: 1px solid #09523a;
	border-left: 1px solid #55d2a8;
}

/**********************************/
/*	MENU JOVENES
/**********************************/
#menu-jovenes {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_jovenes.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-jovenes ul {
	width: 100%;
	height: 32px;
	float: left;
	/* background-color: #ff886e; */
}
#menu-jovenes ul li {
	display: inline;
}
#menu-jovenes ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #772311;
	border-left: 1px solid #EEEEEE;
}
#menu-jovenes ul li a:hover, #menu-jovenes ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_jovenes_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #9a3019;
	border-bottom: 1px solid #772311;
	border-left: 1px solid #ff886e;
}
#menu-jovenes ul li.home a, #menu-jovenes ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_jovenes_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #9a3019;
	border-bottom: 1px solid #772311;
	border-left: 1px solid #ff886e;
}

/**********************************/
/*	MENU CREDENCIAL PARA VOTAR
/**********************************/
#menu-credencial {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_credencial.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-credencial ul {
	width: 100%;
	height: 32px;
	float: left;
	/* background-color: #fc7b03; */
}
#menu-credencial ul li {
	display: inline;
}
#menu-credencial ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #373737;
	border-left: 1px solid #EEEEEE;
}
#menu-credencial ul li a:hover, #menu-credencial ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_credencial_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #5b5b5b;
	border-bottom: 1px solid #373737;
	border-left: 1px solid #898989;
}
#menu-credencial ul li.home a, #menu-credencial ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_credencial_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #5b5b5b;
	border-bottom: 1px solid #373737;
	border-left: 1px solid #898989;
}

/**********************************/
/*	MENU despierta cuestiona ACTÚA
/**********************************/
#menu-dca {
	width: 760px;
	height: 32px;
	clear: both;
	background-image: url(../imagenes/bg_barra_dca.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu-dca ul {
	width: 100%;
	height: 32px;
	float: left;
	/* background-color: #fc7b03; */
}
#menu-dca ul li {
	display: inline;
}
#menu-dca ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	float: left;
	display: block;
	padding: 7px 16px 0px 16px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #373737;
	border-left: 1px solid #EEEEEE;
}
#menu-dca ul li a:hover, #menu-dca ul li.active a {
	color: #FFFFFF;
	background-image: url(../imagenes/bg_barra_dca_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top: 0px;
	border-right: 1px solid #756e49;
	border-bottom: 1px solid #655f40;
	border-left: 1px solid #d0c89b;
}
#menu-dca ul li.home a, #menu-dca ul li.home a:hover {
	background-image: url(../imagenes/bg_barra_dca_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 24px;
	padding: 7px 8px 0px 8px;
	border-top: 0px;
	border-right: 1px solid #756e49;
	border-bottom: 1px solid #655f40;
	border-left: 1px solid #d0c89b;
}
