.direccion {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333300;
}
.texto {
	font-family: verdana;
	font-size: 11px;
	color: #555500;
	font-weight: normal;



}
.destacat {
	font-family: Verdana;
	font-size: 11px;
	color: #CC0000;
	font-weight: normal;
	background-color: #FFFFFF;
	text-decoration: blink;
	font-variant: normal;
	font-style: normal;


}

A {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
A:link {
	text-decoration: none;
}
A:active {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	color: #FF3300;
	text-decoration: none;
}
