.TablaTitula
{
	background: #DC143C;
	border: thin solid Black;
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: White;
}

.TablaSubTitulo
{
	background: Gray;
	border: thin solid Black;
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: White;
}

.TablaCuerpo
{
	background: White;
	border: thin solid Black;
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

.TablaPie
{
	background: Black;
	border: thin solid Black;
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: White;
}

.Pagina {font-size: 16px}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Fondos/Fondo11.png);
	
}
a:link {
	color: #CC0033;
}
a:visited {
	color: #990000;
}
a:active {
	color: Yellow;
}
a:hover {
	color: #FF6600;
}
