.direccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	color: #993333;
}
.titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	color: #993333;
}
a {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #009900;

}
a:hover {

	text-decoration: none;
	font-style: oblique;
	font-weight: bolder;
	color: #663300;
}
