@charset "utf-8";
/* CSS Document por Jorge Martínez www.hexagram.cl */

.texto-general {
	TEXT-TRANSFORM: none;
	COLOR: #FFFFFF;
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: normal;
}
.texto-final {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titulo-top {
	color: #999999;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.titulo-descargas {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	font-family: Calibri;
}

a {
 color: #84BE2B;
 background-color: transparent;
 text-decoration: none;
 font-weight: bold;
}
a:visited {
 color: #84BE2B;
 background-color: transparent;
 text-decoration: none;
}
a:hover {
 color: #FF0000;
 text-decoration: none;
 background-color: transparent;
}

