@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(img/fondo2.gif);
}
.bordemenu {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: outset;
	border-top-color: #9C0F05;
	border-bottom-color: #9C0F05;
}

.centrar {
	text-align: center;
}
a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	color: #AC121C;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #006600;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.bordepie {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #9C0F05;
}
.right {
	text-align: right;
}
.justificar {
	text-align: justify;
}
.flotarderecha {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bordeimg {
	border: thin solid #A30B08;
}
.carta {
	font-size: 12px;
	line-height: 25px;
	color: #9D0B15;
	text-align: center;
	font-weight: bold;
}
.especial {
	font-size: 12px;
	font-variant: small-caps;
	color: #9D0B15;
}
