@import url("estilo_direcciones.css");
.vinculo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #DF0029;
	text-decoration: none;


}
.vinculo:active {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #DF0029;
}

