﻿body
{
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	font-size: small;
	background-color: #FFFFFF;
	color: #444444;
}
.encabezado
{
	background-color: #E23E2C;
	color: #ECE204; 
    font-size: small; 
    font-weight: bold;
}
.encabezadoDeGrid
{
	background-color: #AC123B;
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	border-color: #DBDCE3;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}
.divideTablaEnGrid, .divideTablaEnGridAlinearDer
{
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #C0C0C0;
}
.centroNegrita
{
	text-align: center;
    font-weight: bold;
}
.fondoymarco
{
	border: 1px solid #DBDCE3;
	background-color: #FFFDD7;
}
.alinearDer, .divideTablaEnGridAlinearDer, .alinearDerNegrita
{
	text-align: right;
}
.alinearDerNegrita
{
	font-weight: bold;
}
#banerarriba
{
	width: 800px;
	height: 180px;
}
#portada
{
	width: 800px;
	height: 400px;
}
#footer
{
	position: fixed;
	height: 28px;
	width: 100%;
	bottom: 0 !important;
	bottom: -1px;
	left: 0px;
}