/* CSS Document */

.texto
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	line-height:13px;
}

.textoBlanco
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
	line-height:20px;
}

.textoMarron
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#40281b;
	line-height:13px;
}

.textoRojo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#e10c19;
	line-height:13px;
}

.enlace
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	line-height:13px;
	text-decoration:none;
}

.enlace:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	line-height:13px;
	text-decoration:underline;
}
