@charset "utf-8";


/* --------------------------------------------------------------------	*/
/*	CSS general															*/
/*  -------------------------------------------------------------------	*/
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 1%;*/
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	
	background-color: #ffffff;
}

p {
	/* top right bottom left */
	margin: .25em 0 0.12em 0;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.enlace {
	color: #000000;
	text-decoration: none;
}

.enlace a:hover {
	color: #000000;
	text-decoration: underline;
}

.enlace2 {
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0;
}

.textod {
	font-weight: bold;
	color: #003b00;
}

.textod2 {
	font-size: 15px;
	font-weight: normal;
	color: #003b00;
}




/* --------------------------------------------------------------------	*/
/*	CSS titulos															*/
/*  -------------------------------------------------------------------	*/
h1, h2, h3, h4, h5, h6, h7 {
	margin:0;
	padding:0;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #003b00;
	/*text-align: right;*/
}

h2 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	
	font-size: 20px;
	font-weight: bold;
	color: #7db312;
	
	border-bottom: 1px solid #7db312;
}

h3 {
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	
	font-size: 18px;
	font-weight: bold;
	color: #003b00;
	
	border-bottom: 1px solid #7db312;
}

h4 {
	padding: 0px 0px 2px 0px;
	
	font-size: 13px;
	font-weight: bold;
	color: #003b00;
	/*text-align: right;*/
}

h5 {
	padding: 0px 0px 2px 0px;
	
	font-size: 12px;
	font-weight: bold;
	color: #003b00;
}

h6 {
	padding: 0px 0px 8px 0px;
	
	font-size: 11px;
	font-weight: bold;
	color: #003b00;
}

h7 {
	padding: 0px 0px 2px 0px;
	
	font-size: 10px;
	font-weight: bold;
	color: #003b00;
}

.alinea_derecha {
	text-align: right;
}


/* --------------------------------------------------------------------	*/
/*	CSS contenedores													*/
/*  -------------------------------------------------------------------	*/
#all {
	margin: auto;
	width: 945px;
}

#pre_cabecera {
	padding-top: 20px;
	padding-right: 20px;
	font-size: 9px;
	/*color: #ffffff;*/
	color: #003b00;
	text-align: right;
}

#pre_cabecera a {
	color: #003b00;
}

#logos_idepa_ce {
	position:absolute;
	margin-left: 364px;
	margin-top: 30px;
	width: 385px;
	height: 57px;
	
	background-image:url(../img/logos_idepa_ce.gif);
	
}

#cabecera {
	clear: both;
	padding-top: 10px;
}

#cab_izq {
	float: left;
	display: inline;
	
	width: 217px;
}

#cab_der {
	float: left;
	display: inline;
	
	width: 728px;
	height: 83px;
	
	background-image:url(../img/fondo_menu.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#menu_aux {
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom:28px;
	font-size: 9px;
	/*color: #ffffff;*/
	color: #666666;
	text-align: right;
	
	/*visibility:hidden;*/
}

#menu_aux a {
	font-size: 9px;
	/*color: #ffffff;*/
	color: #666666;
}

#menu_aux .menu_aux_on {
	font-size: 9px;
	/*color: #ffffff;*/
	color: #666666;
	text-decoration:underline;
}

#menu_aux.menu_aux_on a {
	font-size: 9px;
	/*color: #ffffff;*/
	color: #666666;
	text-decoration:underline;
}


*html #menu {
	padding-top: 0px;
	font-size: 9px;

	text-align: right;
}

#menu {
	padding-top: 0px;
	font-size: 9px;

	text-align: right;
}

#contenido {
	clear: both;
	padding-top: 23px;
	padding-left: 86px;
	
}

#cont_izq {
	float: left;
	display: inline;
	
	width: 430px;
}

#cont_der {
	float: left;
	display: inline;
	
	width: 429px;
}

#cont_izq_interior {
	float: left;
	display: inline;
	
	width: 355px;
}

#cont_der_interior {
	float: left;
	display: inline;
	
	width: 498px;
}



#dest_generacion {
	float: left;
	display: inline;
}
#dest_distribucion {
	float: left;
	display: inline;
	
	padding-left: 9px;
}
#dest_servicios {
	float: left;
	display: inline;
	
	padding-top: 4px;
}
#dest_internacional {
	float: left;
	display: inline;
	
	padding-top: 4px;
	padding-left: 9px;
}
#dest_teinteresa {
	float: left;
	display: inline;
	
	padding-top: 4px;
}

#dest_noticias {
	float: left;
	display: inline;
	
	margin-top: 4px;
	margin-left: 7px;
	padding: 30px 10px 4px 12px;
	
	font-size: 9px;
	line-height: 11px;
	
	width: 117px;
	height: 86px;
	background-image:url(../img/dest_noticias_fondo.gif);
	background-repeat:no-repeat;
}

.noticias_home_fecha {
	font-size: 9px;
	color: #FFFFFF;
}

.noticias_home_titulo {
	font-size: 9px;
	color: #003b00;
	text-decoration: none;
}

.noticias_home_mas {
	font-size: 9px;
	color: #003b00;
	text-decoration: none;
}

#dest_conocenos {
	float: left;
	display: inline;
	
	padding-top: 4px;
	padding-left: 6px;
}


#gen_col_1 {
	float: left;
	display: inline;
	
	
}

#gen_col_2 {
	float: left;
	display: inline;
	
	padding-left: 31px;
}

.bloque_dest_sup {
	height: 15px;
	background-image:url(../img/fondo_deg_esq_sup.jpg);
}

.bloque_dest_med {
	padding: 0px 120px 0px 12px;
	background-image:url(../img/fondo_deg_med.jpg);
}

.bloque_dest_med_2 {
	float: left;
	display: inline;

	padding: 0px 0px 0px 12px;
	background-image:url(../img/fondo_deg_med.jpg);
}

.bloque_dest_inf {
	clear: both;
	height: 15px;
	background-image:url(../img/fondo_deg_esq_inf.jpg);
}

.bloque_ico {
	position:absolute;
	margin-top: -84px;
	margin-left: 400px;
}

.bloque_col1 {
	float: left;
	display: inline;
	
	width: 200px;
	background:none;
}

.bloque_col2 {
	float: left;
	display: inline;
	
	width: 200px;
	background:none;
}

#con_col1 {
	float: left;
	display: inline;
	
	width: 90px;
}

#con_col2 {
	float: left;
	display: inline;
	
	width: 408px;
}



/* --------------------------------------------------------------------	*/
/*	CSS listados														*/
/*  -------------------------------------------------------------------	*/
#list_preguntas ul {
	margin: 0;
	padding: 0;
}

#list_preguntas li {
	list-style-type:none;
	
	padding: 12px 0px 6px 0px;
}

#list_preguntas p.confoto {
	float: left;
	display: inline;
	
	width: 350px;
}

#list_preguntas img {	
	padding: 0px 0px 0px 15px;
}




#list_noticias {
	border-top: 1px solid #7db312;
}

#list_noticias ul {
	margin: 0;
	padding: 0;
}

#list_noticias li {
	margin: 2px;
	list-style-type:none;
	
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #7db312;
}

#list_noticias .fecha {
	display: block;
	padding-bottom: 4px;
	
	font-weight: bold;
	color: #003b00;
}

#list_noticias .titulo {
	display: block;
	padding-bottom: 4px;
	
	font-size: 13px;
	font-weight: bold;
	color: #7db312;
}




#list_consejos {
	padding-top: 10px;
}

#list_consejos ul {
	margin: 0;
	padding: 0;
}

#list_consejos li {
	margin: 0px;
	list-style-type:none;
	
	padding: 8px 0px 8px 0px;
}

#list_consejos .rec_arr {
	height: 22px;
	background-image: url(../img/rec_arr.gif);
}

#list_consejos .rec_med {
	background-color: #e5e5e5;
}

#list_consejos .rec_aba {
	height: 22px;
	background-image: url(../img/rec_aba.gif);
}


#list_consejos p.texto {
	margin: 0px 12px 0px 46px;
	color: #7db312;
}

#list_consejos .rec_med li {
	padding: 8px 14px 6px 46px;
	
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#list_consejos .consejo_inicial {
	display: block;
}

#list_consejos .consejo {
	display: none;
}


#list_consejos .rec_med li.n1 {
	background-image: url(../img/consejo_n1.gif);
}
#list_consejos .rec_med li.n2 {
	background-image: url(../img/consejo_n2.gif);
}
#list_consejos .rec_med li.n3 {
	background-image: url(../img/consejo_n3.gif);
}
#list_consejos .rec_med li.n4 {
	background-image: url(../img/consejo_n4.gif);
}
#list_consejos .rec_med li.n5 {
	background-image: url(../img/consejo_n5.gif);
}
#list_consejos .rec_med li.n6 {
	background-image: url(../img/consejo_n6.gif);
}
#list_consejos .rec_med li.n7 {
	background-image: url(../img/consejo_n7.gif);
}
#list_consejos .rec_med li.n8 {
	background-image: url(../img/consejo_n8.gif);
}
#list_consejos .rec_med li.n9 {
	background-image: url(../img/consejo_n9.gif);
}
#list_consejos .rec_med li.n10 {
	background-image: url(../img/consejo_n10.gif);
}





/* --------------------------------------------------------------------	*/
/*	CSS utiles															*/
/*  -------------------------------------------------------------------	*/
#clear {
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}





/* --------------------------------------------------------------------	*/
/*	CSS pie																*/
/*  -------------------------------------------------------------------	*/
#pie {
	clear: both;
	
	margin-top: 30px;
	padding: 6px 0px 20px 60px;
	
	border-top: 1px solid #003b00;
	
	font-size: 9px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#pie a {
	color: #000000;
}

#pie .titulo {
	color: #003b00;
}



