@charset "utf-8";
/* CSS Document */
/* Hecho en México - genero agustin agguusst@gmail.com */
/* LINKS DE INTERES */
.cv_int_link:link	/* Link de interes */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight:bold;
		color: #0033FF;
	}
.cv_int_link:visited /* Link de interes - visitado */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #0066FF;
	}
.cv_int_link:hover	/* Link de interes - seleccionado*/
	{
		color: #000000;
	}
.cv_int_tablat	/* Links de Interes - tabla*/
	{
		border-style: none;
		border-width: 0px;
	}
.cv_int_tablac	/* Links de Interes - celda*/
	{
		border-style: none;
		border-width: 0px;
	}
/* FIN LINKS DE INTERES */