﻿body
{
	font-size: small;
	font-family: Arial;
}

.Encabezado
{
	font-size: large;
	color: white;
	font-family: Arial;
}



.tblHeader
{
	background-color: gainsboro;
}
.tblBorder
{
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
}
.EncabezadoBody
{
	color: white;
	font-family: Arial;
}
.SubEncabezado
{
	font-weight: bold;
	font-size: medium;
	color: black;
	font-family: Arial;
}

.tblSubEncabezado
{
	background-color: sandybrown;
}
.Mensaje
{
	font-weight: bold;
	font-size: small;
	color: maroon;
	font-family: Arial;
}
.MensajeError
{
	font-weight: bold;
	font-size: small;
	color: yellow;
	font-family: Arial;
	width: 100%;
	background-color: crimson;
}
.MensajeValidator
{
	font-weight: bold;
	font-size: small;
	color: crimson;
	font-family: Arial;
}
.EncabezadoDatos
{
	font-weight: bold;
	font-size: small;
	color: black;
	font-family: Arial;
}
.Datos
{
	font-size: x-small;
	font-family: Arial;
}
A:link
{
	color: white;
	text-decoration: none;
}

A:visited
{
	color: white;
	text-decoration: none;
}
A:hover
{
	color: darkBlue;
    text-decoration : none;

}
.pie
{
	font-size: x-small;
	color: white;
	font-family: Arial;
}
