﻿body
{
	font-family: Arial;
}
.Encabezado
{
	background-color: #CCCCCC;
}
.Consecutivo
{
	color: #9C1200;
	font-size: 12px;
	font-weight: bold;
}
.Nombre
{
	font-size: 12px;
	font-weight: bold;
}
.Localidad
{
	color: Gray;
	font-size: 10px;
}
.Imagen
{
	border-style: none;
}
.Comentario
{
	color: Gray;
	font-size: 12px;
}
.Link
{
	color: Black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none
}
.Texto
{
	font-size: 12px;
}
.Titulo
{
	color: #9C1200;
	font-size: 14px;
	font-weight: bold;
}
.Resaltado
{
	color: #9C1200;
	font-weight: bold;
}
.Pie
{
	background-color: #9C1200;
	color: White;
	font-family: Lucida Sans;
	font-size: 12px;
}
.App
{
	color: White;
	font-size: 10px;
}
.AppGrande
{
	color: Yellow;
	font-size: 12px;
}