@charset "utf-8";
/* CSS Document */

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #7A132E;
	color:
}
.table {
	background-color:#FFF;
	text-align: left;
	border-collpase: collapse;
	border: 1px solid #7A132E;
}

.letragris2 {
	color:#66;
	text-align: left;
}
.letragris {
	color:#666;
}
.letrablanca {
	color:#FFF;
}
.letragrisgrande {
	color: #666;
	font-size:18px;
	font-style: bold;
}
a:link {
	color: #7A132E;
}
a:visited {
	color: #7A132E;
}
a:hover {
	color: #C66;
}
a:active {
	color: #7A132E;
}
.textocentrado {
	text-align: center;
}
hr {
	border-style:none;
	background-color: #7A132E;
	height: 1px;
}
.textojustificado {
	text-align: justify;
}
.tablefina {
	border: 1px solid #7A132E;
	border-style:solid;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tablafinacentrada {
	border: 1px solid #7A132E;
	border-style:solid;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	
}
