/* CSS Document */
body
{
	font:"Century Gothic";
	font-size:12px;
}

.texto
{
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

.textoBlancoPIe
{
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

.textoBlancoCabecera
{
	font-family:"Century Gothic";
	font-weight:bold;
	color:#ffffff;
}

