﻿.Texto07Normal
{
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
	font-weight:normal;
	text-align: left;
}
.Texto08Normal
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
	font-weight:normal;
	text-align: center;

}
.Texto08Bold
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
	text-align: center;

}
.Texto08BlancoNormal
{
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	text-decoration: none;
	font-weight:normal;
	text-align: left;

}
.Texto10RojoBold
{
	font-size: 10pt;
	color: Red;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
	text-align: left;
}
.Texto10Normal
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
	font-weight:normal;
	text-align: left;
}
.Texto10Bold
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
	text-align: left;

}
.Texto12AzulBold
{
	font-size: 12pt;
	color:#1E90FF;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
}
.Texto12RojoBold
{
	font-size: 12pt;
	color: Red;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
}
.Texto12Bold
{
	font-size: 12pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
}