BODY
{
	font-size: 10pt;
	color: black;
	background-color: aliceblue;
	font-family: Arial;
}
H1
{
    MARGIN-TOP: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    MARGIN-BOTTOM: 0px;
    COLOR: navy
}
H2
{
    MARGIN-TOP: 6px;
    FONT-SIZE: 12pt;
    MARGIN-BOTTOM: 0px;
    COLOR: navy
}
.Titulo
{
	font-weight: bold;
	font-size: 25pt;
	color: lime;
	background-color: navy;
	font-family: Arial;
}
.Telefono
{
	font-weight: bold;
	font-size: 14pt;
	color: aqua;
	background-color: navy;
	font-family: Arial;
}
.Menu
{
	font-weight: bold;
	font-size: 18pt;
	color: white;
	background-color: teal;
	font-family: Arial;
	cursor: hand;
	text-decoration: none;
}
.Imagenes
{
	font-size: 9pt;
	font-family: Arial;
}
