@charset "utf-8";
/* CSS Document */

a:link{
	font-family:Tahoma;
	font-size:11px;
	color: #CF7F18;
	text-decoration:none;
}

a:visited{ 
	font-family:Tahoma;
	font-size:11px;
	color: #CF7F18; 
	text-decoration:none; 
}

a:hover, a:focus{ 
	font-family:Tahoma;
	font-size:11px;
	color: #FF9814;	
	text-decoration:none; 
}

.titulos {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#E36C0A;
	text-align:center;
}

.titulosblanca {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.titulosblancait {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.titulo_azul {
	font-family:Tahoma;
	font-size:11px;
	color:#000099;
}

.texto {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-align:justify;
}

.texto_centrado {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-align:center;
}

.texto_derecha {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-align:right;
}

.texto_azul {
	font-family:Tahoma;
	font-size:11px;
	color:#000099;
	text-align:center;
}

.textochico {
	font-family:Tahoma;
	font-size:10px;
	color:#000000;
	text-align:justify;
}

