body{
	font: 11px Arial;
	color: #B22222;
}

body.fondo
	{
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	background-image: url(./images/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	}


a:hover{
	color: #AAAAAA;
	text-decoration: underline;
}
a:link{
	color: #585858;
	text-decoration: none;
}
a:visited{
	color: #585858;
	text-decoration: none;
}

td{
	font: 11px Arial;
}

table.direc{
	background-color: transparent;
	border: 2px dashed #8B4513;
}
.mesgran{
	font: italic 14px Arial;
	color: #B22222;
}