/*INICIO*/
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}

.form {
	border: 1px solid #EDCADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E6086E;
}



.form2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7EFC6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E6086E;
	background-image: url(images/flecha_verdecuadrad.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.form3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7EFC6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E6086E;
	background-image: url(images/flecha_verdecuadrad.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 40px;
}

.form3bold {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7EFC6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E6086E;
	background-image: url(images/flecha_verdecuadrad.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 40px;
	font-weight: bold;
}

.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E6086E;
	font-weight: bold;
	padding: 3px 4px 2px;
}
.boton:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #61BF1A;
	font-weight: bold;
}

.texto_rosa1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CB4F82;
	text-decoration: none;
}
.texto_rosa1:hover{
	text-decoration: underline;
}

.texto_contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}

/*TEXTO CABECERA*/

.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AEFA76;
}

.texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

.texto3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

.texto3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: underline;
}

/*MENÚ LATERAL*/

.titulo_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E6086E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDCADA;
}

.mizq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #151515;
	text-decoration: none;
	background-image: url(images/punto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}

.mizq1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #151515;
	text-decoration: none;
}

.mizq1:hover {
	color: #E6086E;
	text-decoration: none;
	background-color: #EDCADA;
}


/*CONTENIDO*/

.textoverde {
	font-family: Arial, Helvetica, sans-serif;
	color: #57AF15;
	font-size: 11px;
}

.titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F14996;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8A4CA;
}

.titulorosa {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F14996;
	font-weight: bold;
}

.tituloverde {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57AF15;
	font-weight: bold;
}

.titulogris {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C8F91;
	font-weight: bold;
}

.tituloblanc {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
}

.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #151515;
	text-decoration: none;
	background-image: url(images/flecha_verde.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-bottom: 5px;
}

.enlace1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505151;
	text-decoration: none;
}
.enlace1:hover {
	color: #505151;
	text-decoration: none;
	text-decoration: underline;

}

/*SEPARADOR*/
.separador {
	background-image: url(images/separador.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.enlace2 a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505151;
	text-decoration: none;
	background-image: url(images/ico_ojo.gif);
	background-repeat: no-repeat;
	padding-left: 13px;

}
.enlace2 a:hover{
	color: #505151;
	text-decoration: none;
	text-decoration: underline;

}
.enlace2border {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7EFC6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}
.tabla_line_verd {
	width: 165px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3E19A;
	text-align: left;
}
.gris {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}


/*************** VOTACIONES Y RECURSOS *************/


.tit_1_guia {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #E6086E;
	background-image: url(images/ico_guia.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	padding-left: 10px;
}

.tit_2_gris {
	font-size: 11px;
	font-weight: bold;
	color: #E6086E;
	background-color: #EDEDED;
	background-image: url(images/ico_flecha_verde.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	padding-left: 30px;
}

.tit_3_verde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E6086E;
	background-color: #DFF2D1;
	background-image: url(images/ico_flecha_verde.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
}

.tit_3_verde a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E6086E;
	text-decoration: none;
}

.tit_3_verde a:hover {
	text-decoration: underline;

}

.enlace_4flecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E6086E;
	background-image: url(images/ico_flecha_verde2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	height: 30px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7EFC6;
}
.enlace_4flecha a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E6086E;
	text-decoration: none;
}

.enlace_4flecha a:hover {
	background-color: #E5F5DA;
}


.enlace_5punto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444443;
	background-image: url(images/ico_punto.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 30px;
	height: 20px;
	text-decoration: none;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E8E3;
}
.enlace_5punto a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444443;
	text-decoration: none;
}

.enlace_5punto a:hover {
	background-color: #E5F5DA;
}



.texto_contenido2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7D7D7D;
	text-decoration: none;
}

.textoruta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B8E90;
	background-image: url(images/flecha_ruta.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

.textoruta a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B8E90;
	text-decoration:none;
}
.textoruta a:hover {
	text-decoration:underline;
}

.td_final_verde {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61BF1A;
	height: 25px;
}


.tit_1_votaciones {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #E6086E;
	background-image: url(images/ico_votacionesfondo.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	padding-left: 10px;
}

.enlace_ojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505151;
	text-decoration: none;
	background-image: url(images/ico_ojo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2px;	
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7EFC6;
	
}
.enlace_ojo a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505151;
	text-decoration: none;

}
.enlace_ojo a:hover{
	text-decoration: underline;
}

.enlace_voto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505151;
	text-decoration: none;
	background-image: url(images/ico_votacionesb.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2px;	
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7EFC6;
	
}
.enlace_voto a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505151;
	text-decoration: none;

}
.enlace_voto a:hover{
	text-decoration: underline;
}

.titulorosa_under {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F14996;
	font-weight: bold;
	border-bottom-color: #F8A4CA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


.texto_contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;;
}

.anterior {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E6086E;
}

.anterior a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E6086E;
	text-decoration: none;
	background-image: url(images/ico_anterior.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	
}
.anterior a:hover {
	text-decoration: underline;
	background-position: 0px -32px;
}
