/* CSS Document */

.texto {
	font-family: 'century gothic', Arial, sans-serif;
	font-size: 12px;
	color: #666666;

}

.textito {
	font-family: Arial, Helvetica, sans-serif;/*century gothic;*/
	font-size: 9px;
	color: #666666;

}

.titulo {
	font-family: Arial, Helvetica, sans-serif;/*century gothic;*/
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}

.rojito {
	font-family: Arial, Helvetica, sans-serif;/*century gothic;*/
	font-size: 10px;
	color: #ff0000;
}
