@charset "UTF-8";
/* CSS Document */

.Texto_16_Gris {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #969692;
	line-height: 22px;
}

.Texto_16_Azul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #005daa;
	line-height: 22px;
}

.Texto_11_Gris {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #969692;
	line-height: 16px;
	text-align: justify;

}

.Texto_11_Azul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #005daa;
	line-height: 16px;
	text-align: justify;	
}
.Texto_11_Negro {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-align: justify;	
}

.Texto_Legales {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	line-height: 22px;
}
a:link {
	color: #969692;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #005daa; text-decoration: underline; 
	font-weight: bold;
	
}

a:visited {
	color: #969692;
	text-decoration: underline;
	font-weight: bold;	
}
a:visited:hover {
	color: #005daa;
	text-decoration: underline;
	font-weight: bold;	
}
