@charset "iso-8859-1";
/* CSS Document */

/*TEXTOS*/
.textos_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a0bc2d;
}
.textos_contenido {
	font-family: Arial, Helvetica, sans-serif;
	color: #80C103;
	font-size: 11px;
}
.textos_contenido_w {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.textos_century {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 12px;
}
.textos_century2 {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 13px;
}
.textos_ngs {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
.textos {
	color: #80C103;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/*ENLACES*/
.enlaceverde a {font-family: "Century Gothic"; font-size:14px; color:#80C103; text-decoration:none; font-weight: bold;}
.enlaceverde a:hover {font-family: "Century Gothic"; font-size:14px; color:#FFFFFF; text-decoration:none; font-weight: bold;}
.enlaceblanco a {font-family: "Century Gothic"; font-size:13px; color:#FFFFFF; text-decoration:none;}
.enlaceblanco a:hover {font-family: "Century Gothic"; font-size:13px; color:#FFFFFF; text-decoration:none;}
.enlaceverde_medio a {font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#80C103; text-decoration:none;}
.enlaceverde_medio a:hover {font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#80C103; text-decoration:none;}
.enlaceFooter a {font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#a0bc2d; text-decoration:none; }
.enlaceFooter a:hover {font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#a0bc2d text-decoration:none; }
.invisible {
	display: none;
	visibility:hidden;
}
.visible {
	visibility:visible;
}
.style1 {color: #666666}
.borde_especial {
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom: 3px;
	border-top: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;	
	border-top-color: #FFFFFF;		
}