.Titulo
{
	font-family: Verdana;
	font-size: xx-small;
	color: White;
	font-weight: bold;
}
.Titulo2
{
	font-family: Verdana;
	font-size: xx-small;
	color: #2B89C6;
}
.NombrePaloma
{
	font-family: Verdana;
	font-size: small;
	color: #009999;
	font-weight: bold;
}
.NumeroPaloma
{
	font-family: Verdana;
	font-size: x-small;
	color: #2B89C6;
	font-weight: bold;
}
.Texto
{
	font-family: Verdana;
	font-size: xx-small;
	color: #585858;
}
.TextBox
{
	font-family: Verdana;
	font-size: xx-small;
	color: Black;
}
.TextoBlanco
{
	font-family: Verdana;
	font-size: xx-small;
	color: white;	
}
.Tabla
{
	border: solid 1px #7da7d9;
}
.TablaGrisClaro
{
	border: solid 1px #7da7d9;
	background-color: #ececec;
}
.Link:link
{
	font-family: Verdana;
	font-size: xx-small;
	color: #585858;
	text-decoration: none;
}
.Link:visited
{
	font-family: Verdana;
	font-size: xx-small;
	color: #585858;
	text-decoration: none;
}
.Link:active
{
	font-family: Verdana;
	font-size: xx-small;
	color: #585858;
	text-decoration: none;
}
.Link:hover
{
	font-family: Verdana;
	font-size: xx-small;
	color: #585858;
	text-decoration: underline;
}
.FondoGrisOscuro
{
    background-color: #7da7d9;
}
.FondoGrisClaro
{
    background-color: #ececec;
}
.AlternateItem
{
    background-color: #ececec;
}
.Item
{
    background-color: White;
}