body{
	font: 12px Arial;
	color: #CC0000;
	background-image: url(images/fondo.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center;
	background-attachment: fixed;
	}
a:hover{
	color: #AAAAAA;
	text-decoration: underline;
}
a:link{
	color: #585858;
	text-decoration: none;
}
a:visited{
	color: #585858;
	text-decoration: none;
}

td{
	font: 12px Arial;
}
td.tapas{
	font: bold 15px Arial;
	border: 2px dotted #8B4513;
	color: #CC0000;
	letter-spacing: 2px;
}

table.direc{
	background-color: White;
	border: 2px dashed #8B4513;
}
.mesgran{
	font: italic 14px Arial;
	color: #B22222;
}
td.justif{
	text-align: justify;
}
td.direc{
	font: bold 12px Arial;
	border: 2px dotted #8B4513;
	color: #CC0000;
}