/* Sistema Internet de la Presidencia  - Agosto 2008 */
/* Modificado por Mauricio Barrales - INE - 01 de Marzo de 2010 */
/*Ver 4.02*/

body {
	padding: 10px;
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
/* font-family: verdana, arial, sans-serif;
 font-size: 11px;*/
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-repeat: repeat;
	}

.txt_gral {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	}
	
/* Los siguientes 3 estilos controlan el texto de las ligas truncadas
"Read More" Leer Más,  News, News Flashes, y elementos de blog.*/

.readon{
	margin-bottom: 0px;
	text-align: right;
    float: right;
	}

a.readon {
	font-family: Verdana;
	font-size: 09px;
	font-weight: normal;
	text-transform: lowercase;
	color: #666666;
	text-decoration: none;
	}
	
a.readon:hover {
	font-family: Verdana;
	font-size: 09px;
	font-weight: 200;
	text-transform: lowercase;
	color: #93288F;
	text-decoration: underline;}

/*  -------------------------------------------   */


#top {
	width: 455px;
	height: 130px;
	float: left;
	background-color: silver;}

#Bullet3 {
	width: 8px;
	height: 9px;
	float: right;
	margin-top: 2px;}

#Divisor {
	width: 240px;
	height: 5px;
	}

#Barra_de_Herramientas {
	width: 455px;
	height: 33px;
	float: left;
	background-color: #5a5a5a;
	color: white;
	font-size: 11px;}

.menu_superior {
	text-align: right;
	}

.menu_superior ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 9px;
	text-align: center;}
	
.menu_superior li {
	text-align: center;
	text-decoration: none;
/*	float: left;*/
	margin-right: 15px;}

.menu_superior a {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	font-variant: normal; 
	/*text-transform: uppercase;
	text-align: center;*/
	color: #5A595A;
	text-decoration: none;
	margin:15px;
	padding:10px;
	background: url(../images/bullet_morado2.gif) 0px 14px no-repeat;
	}

.menu_superior a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	/*text-transform: uppercase;
	text-align: center;*/
	color: #8C208C; /*Morado Semarnat*/
	text-decoration: underline;}

#Buscador /*#Buscador */{
	background-color: #808080;
	height: 65px;
	width: 80px;
	background: url(../images/txt_buscar.gif) right top no-repeat;}

.Buscar_Campo {
	height: 18px;
	text-align: center;
	width: 80px;
	margin-top: 0px;
}

#Buscar_Boton {
	text-align: center;
}

#Cuerpo_Central {
	background-color: black;
	width: 780px;
	margin-bottom: 18px;
}

/* ****** MENU IZQUIERDO ******** */

#Menu_Izq {
	width: 130px;
	float: left;
	margin-bottom: 10px;}

#Menu_Principal {
	/*background-color: #B9CB8F; /* Color Verde*/
	display: table;
	width: 130px;
	margin-bottom: 15px;
}

.menu_principal {
	padding:0;
	margin:0;
	border-width:0;
	background-color: #9E9FA3; /*Color Morado*/
}
.menu_principal ul {
	font-family: Verdana;
	text-transform:uppercase;
	list-style-image: url(../images/bullet_morado.gif);
	margin:0;
	border-width:0;
	margin-right:2px;
	margin-left:10px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:10px;
}
.menu_principal li {
    margin:0;
	border-width:0;
	padding:0;
	font-size:10px;
	text-align:left;
	padding-bottom:8px;
}
.menu_principal a {
    color: #ffffff;
	text-decoration:none;    
}
.menu_principal a:hover {
	color: #435368;
	text-decoration: none;
}

.titulares {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #BEBEBE;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 130px;
}

#Menu_Secundario {
	background-color: #ECECEC;
	width: 130px;
	/*display: table;*/
}

.menu_secundario {
	padding:0;
	margin:0;
	border-width:0;
}

.menu_secundario ul {
	font-family: Verdana;
	background:url(../images/org_internos.gif) no-repeat 0 100%;
	background-position:top;
	margin:0;
	border-width:0;
/*	margin-right:2px;*/
/*	margin-left:10px;*/ /*Esta linea mueve todo el menu a la derecha, incluyendo la imagen*/
	padding-top:30px;
	padding-bottom:12px;
	padding-left:0px;
	list-style-image:none;
}

.menu_secundario li {
    margin:0;
	list-style-image:none;
	list-style-type:none;
/*	margin-left:10px;*/
	border-width:0;
	padding:0;
	font-size: 10px;
	text-align:left;
	padding-bottom:8px;
}
.menu_secundario a {
    color: #006A3A;
	text-decoration:none;    
}
.menu_secundario a:hover {
	color: #006A3A;
	text-decoration: underline;
}

.menu_secundario3 {
	padding:0;
	margin:0;
	border-width:0;
}

.menu_secundario3 ul {
	font-family: Verdana;
	margin:0;
	border-width:0;
	margin-right:2px;
	margin-left:10px;
	padding-top:12px;
	padding-bottom:12px;
	list-style-type: none;
	padding-left: 1px;
}

.menu_secundario3 li {
    margin:0;
	border-width:0;
	padding:0;
	font-size: 10px;
	text-align:left;
	padding-bottom:8px;
}

.menu_secundario3 a {
    color: #333333;
	text-decoration:none;    
}
.menu_secundario3 a:hover {
	color: #006A3A;
	text-decoration: underline;
}



/*   ******************   Estilos para los botones de la cabecera  *************** ---------------- */

/*  Todos los botones de los polls y search fields   */
.button {
border: 1px solid #999999;
background-color:#F7f7f7;
}

/* Para los iconos de pdf recomendar y print */
/*.imprimir_enviar {*/

.buttonheading img{
    border-bottom: none;
	border: 0px none;
}

.buttonheading a{
    border-bottom: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006B3A;
	text-decoration: none;
}

/*---------------------------------------------------------------------------------*/

.breadcrumb_inicio {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	height:24px;
	text-decoration: none;
	padding-right:15px;
}

.breadcrumb_inicio a {
	height:24px;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}	

.breadcrumb_inicio a:hover {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
}	


/*
.breadcrumb {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #739620;
	text-decoration: none;
}
.breadcrumb:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006B3A;
	text-decoration: none;
}

*/
.article_separator /*llamada clase separador*/{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006B3A;
	text-decoration: none;
}

/* ******** FIN MENU IZQUIERDO ******** */

/* ****** ZONA DE CONTENIDO ******** */

/* --- Zona Principal */


#Zona_de_Contenido {
	width: 520px;
	height: auto;
}

#Zona_Principal {
	float: left;
	width: 500px;
	margin-right: 5px;
	margin-left: 5px;
/*	margin-bottom: 10px;*/
/*	height: auto;*/
	background-color: #F2F4E9;
}

#Menu_Zona_Principal {
	width: 480px;
	text-align: right;
	padding: 3px 10px;
}

#Herramientas_Zona_Principal {
	width: 480px;
	background-color: #739620;
	text-align: left;
	padding: 3px 10px;
}

#Imagen_Zona_Principal {
	width: 500px;
	height: 21px;
	background-image:  url(../images/noticias.gif);
}

#Imagen_Interior_Zona_Principal {
	margin-right: 10px;
	width: auto;
	float: left;
	margin-bottom: 5px;
}

#Interior_Zona_Principal {
	float: left;
	margin-bottom: 10px;
	width: 500px;
	background-color: #F2F4E9;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
}

#Interior2_Zona_Principal {
	width: 495px;
	padding-right: 5px;
	margin-top: 5px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-bottom: 5px;
	text-align: justify;
}

#Foto_Zona_Principal {
	width: 205px;
	height: 224px;
	background-color: #f7f7f7;
	float: left;
	margin-right: 10px;
/*	margin-left: 10px; */
}

#Nota_Zona_Principal {
	background-color: #006A3A;
	float: left;
	width: 265px;
}

#Titulo_Zona_Principal {
	text-align: left;
	padding-right: 2px;
/*	padding-left: 2px;*/
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
/*	color: #92298F;*/
color: #8C208C;
	text-decoration: none;
	background-color:#C9CACD;
}

#Titulo_Interior_Zona_Principal {
	width: 480px;
	background-color: #006A3A;
	padding: 5px 10px;
}

#Titulo2_Zona_Principal {
	text-align: left;
	padding-bottom: 2px;
}

a.titulo_notaprincipal {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8C208C;
	text-decoration: none;
}

a.titulo_notaprincipal:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8C208C;
	text-decoration: underline;
}

.fecha_principal {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 3px;
}


#Texto_Nota_Zona_Principal {
	padding: 1px 10px;
	background-color: #F2F4E9;
}

#Texto_Zona_Principal {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8C208C;
	text-decoration: none;
}

/*Ajustado 14 mayo 2009*/

/* eliminado
margin-bottom: 10px;
agregado el border
cambiado el tamaño a 490
*/
#Noticia_Zona_Principal {
	margin-left: 5px;
	margin-right: 5px;
	width: 480px;
	background-color: #E6EBD5;
	padding-bottom: 2px;
	border: 2px solid #000000;
}

.Texto_Noticia_Zona_Principal {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 4px;
	margin-top: 3px;
}

.fecha_noticias {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.texto_noticias a {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006A3A;
	text-decoration: none;
}
.texto_noticias a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #749520;
	text-decoration: underline;
}

/* --- Fin Zona Principal */

#Zona_Principal_2 {
	margin-right: 10px;
	margin-left: 10px;
	/*margin-bottom: 10px;*/
	background-color: silver;
	width: 480px;
}

#Interior_Zona_Principal2 {
	float: left;
	margin-bottom: 10px;
	width: 500px;
	background-color: #E6EBD5;
	padding-bottom: 10px;
	height: auto;
}

/* --- Zona Secundaria */

#Zona_Secundaria {
	width: 240px;
/*	background-color: white;
	margin-left: 5px;
	margin-right: 5px;*/
}

.Noticia_Zona_Secundaria {
	padding: 10px;
	height: auto;
	border-bottom: 1px solid #8e8e8e;
}

.ZS2 {
	width: 220px;
	height: 70px;
	margin-bottom: 5px;
}

.Contenido_Noticia_Zona_Secundaria {
	width: 150px;
	float: left;
	display: table;
}

.Imagen_Noticia_Zona_Secundaria {
	width: 60px;
	height: auto;
	float: left;
	margin-left: 10px;
}

#Divisor1 {
	width: 220px;
	height: 5px;
	}

.fecha_breves {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006A45;
	text-decoration: none;
}

.txt_breves {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.txt_breves a {
	text-decoration:none;
}

.txt_breves a:hover {
	text-decoration:underline;
}

#Imagen_Zona_Secundaria {
	width: 240px;
	height: 20px;
	background-image: url(../images/comunicado.gif);
}

/* --- Fin Zona Secundaria */

#Zona_Flexible {
	background-color: #ECF0DF;
	width: 240px;
	float: left;
	/*margin-bottom: 10px;*/
	margin-right: 5px;
	margin-left: 5px;
}

.Noticia_Zona_Flexible {
	padding: 10px;
	width: 220px;
	border-bottom: 1px solid #a6a6a6;
}

#Imagen_Zona_Flexible {
	width: 240px;
	height: 20px;
}

/* ****** FIN ZONA DE CONTENIDO ******** */

/* ***** MENU DERECHA ************ */

#Menu_Der {
	float: left;
	width: 130px;
	margin-bottom: 10px;
}

#SubMenu {
	background-color: #D9D9D9;
	display: table;
	width: 130px;
	margin-bottom: 15px;
}

#SubMenu2 {
	width: 130px;
	margin-bottom: 15px;
	background-color: #DEE7CA;
}

#SubMenu3 {
	width: 130px;
	margin-bottom: 15px;
	background-color: #EFEFEF;
}

#titulares2 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #4D9774;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

/* ***** FIN MENU DERECHA ******** */

/* #Pie_de_Pagina */

.footer {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#FFFFFF;
	text-decoration: none;
	height: 15px;
	text-align: center;
	width: 780px;
	padding-top: 5px;}

.footer a {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #93288F;
	text-decoration: underline;}

.footer a:hover {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #93288F;
	text-decoration: underline;
}

/* xxxxxxxx  Adicionales */

.createdate /* Da formato a la fecha de creación */{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #93288F;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 3px;}

.modifydate /* Da formato a la fecha de actualización */{
	font-size: 9px; 
	color: #93288F;
	margin-bottom: 5px;
 	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #93288F;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 3px;}

.componentheading /* Este estilo es para títulos de artículos y encabezados "*/{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #005A2F;
	text-decoration: none;
    margin-bottom: 10px;
	margin-right:10px;

		}

.contentheading /* Este estilo sirve para el titulo de secciones ej, "Latest News y la vista de Blog" */{
	width: 98%;
	padding-top:10px;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	line-height: 15px;
	color: #002E61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
	
.contentpane /*Da estilos a los listados de las secciones y a las tablas dinámicas*/{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height:20px;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align:justify;
	margin-left:10px;
	padding-right:10px;
	}
	

.destacado_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005A2F;
	text-decoration: none;
    text-align: left;
}

.destacado_verde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005A2F;
	text-decoration: none;
}

.contentpaneopen-destacado_azul {
 text-align: left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #005A2F;
 text-decoration: none;
}

.contentpaneopen-destacado_azul a {
 text-align: left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #005A2F;
 text-decoration: none;
}
/* *******  Este es el estilo general de los contenidos *********    */
.contentpaneopen {
 font-family:Verdana, Arial, Helvetica, sans-serif;
/* text-align: justify;*/
 background: transparent;
 font-size: 10px;
 line-height: 1.8;
 color: #000000;
 margin-left:10px;
 margin-right:10px;
}

table.contentpane td.contentheading {
 font-weight: bold;
 font-size: 16px;
 height: 23px;
 line-height: 20px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 border: none;
}

table.contentpane ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
}

table.contentpane ul li{
 padding: 0px;
 margin: 0px;
 padding-left: 15px;
/* text-align:justify;*/
 font-size: 10px;
}

.contentdescription {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color:#666666;	
}

.sectiontableheader {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 height: 25px;
 line-height: 25px;
}

.categorytitle {
 font-weight: bold;
 font-size: 16px;
 height: 25px;
 line-height: 25px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

/* ---------------  Encuestas y Polls -----------------  */

/*  El recuadro externo de toda la sección de la encuesta  */
.poll {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
  }

/*  El recuadro intero de los reactivos de la encuesta sin tomar en cuenta los botones de vote y results */
.pollstableborder {
 text-align: left;
 }

/*Remueve el borde del banner */

.banneritem a img {
border: 0px;
margin-bottom:10px;
}


/* ---------------  Content Rating -----------------  */

/*    */
.content_rating {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
  }

.content_vote {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
  }

/*   List Items y Caja de Elementos para recuadros de listas de Textos Destacados */


 .textos_destacados a
{
text-decoration:none;
}

 .textos_destacados ul 
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7px;
margin:0;
text-align:left;
padding-left:0px;
list-style-image:url(../images/bullet_blue.gif);

}

.textos_destacados li
{
list-style-type:disc;
margin:0 0px;
padding: 0 0 0 0px;
list-style-image:url(../images/bullet_blue.gif);
}

.textos_destacados a:hover
{
text-decoration:underline;
}


.titulo_nov_pub {
	font-family: Verdana;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	color: #666666;
	background:url(../images/letra_n.gif) no-repeat 0 100%;
	background-color:#C9CACD;
	margin:0 10px;
    padding: 0 0 0 0;
	}
	
.titulo_txt_destacados {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	color: #666666;
	background:url(../images/letra_d.gif) no-repeat 0 100%;
	background-color:#C9CACD;
	margin:0 10px;
    padding: 0 0 0 0;
	}
	
.titulo_enlaces {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	color: #666666;
	background:url(../images/letra_e.gif) no-repeat 0 100%;
	background-color:#C9CACD;
	margin:0 10px;
    padding: 0 0 0 0;
	}
	
.titulo_info {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	color: #666666;
	background:url(../images/letra_i.gif) no-repeat 0 100%;
	background-color:#C9CACD;
	height:20px;
	}

.info ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	margin:0px;
	}
	
.info li 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	color: #666666;
/*	background-color:#C9CACD;*/
margin:0 10px;
padding: 0 0 0 0px;
list-style-image:url(../images/bullet_morado.gif);
}

/* --------------------------------*/
/*  Este es el estilo que controla el menú con la imagen de subtemas*/
.menu_derecha
{
	width:130px;
	background-color: #ECECEC;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	color: #666666;

	}

.menu_derecha ul
{
	width:130px;
	background:url(../images/subtemas.gif) no-repeat 0 100%;
	background-color: #ECECEC;
	background-position:top;
	padding-top:20px;
	padding-bottom:10px;
    list-style-image:url(../images/bullet_blue.gif);
}
.menu_derecha li
{
	margin-left:15px;
	padding: 0 0 0 0px;
	padding-top:5px;
	line-height:15px;
	margin-left:15px;
	list-style:url(../images/bullet_blue.gif);
}

.menu_derecha a
{
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}


.menu_derecha a:hover {
	text-decoration:underline;
}


/* --------------------------------*/
/*  Este es el estilo que controla el menú con la imagen de temas de interés*/


.sub_mau ul
{
	width:130px;
	background:url(../images/temas-interes.gif) no-repeat 0 100%;
	background-position:top;
}

.sub_mau li
{

	margin-left:17px;
	padding-bottom:10px;
    list-style-image:url(../images/bullet_blue.gif);
}

/* --------------------------------*/
/*  Este es el estilo que controla el texto e imagen de la encuesta*/

.encuesta ul
{
	width:130px;
	background:url(../images/encuesta.gif) no-repeat 0 100%;
	background-position:top;
}
.encuesta li
{
	margin-left:17px;
	padding-bottom:10px;
    list-style-image:url(../images/bullet_blue.gif);
}

