a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.enlace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #efefef;
	text-decoration: none;
        font-weight : bold;
}
.enlace3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;

}
.enlace_inactivo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #333333;
	text-decoration: none;
        font-weight : bold;
}
.enlace2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
        font-weight : bold;
}
.navegador {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
        font-weight : bold;
}
.navegador_barra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
        font-weight : bold;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
}
.enlace:hover{
     color: #333333;
}
.enlace2:hover{
     color: #333333;
     font-weight : bold;
}
.enlace3:hover{
     text-decoration : underline;
}
.navegador:hover{
     color: #333333;
}

