.text {  text-align: justify}
.texto_normal {
	text-align: justify;
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	color: #000066;
}
.texto_naraja_titulo {
	text-align: justify;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}
.bordes {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.texto_normal_con_borde {
	text-align: justify;
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
