@charset "utf-8";
/* CSS Document */
a:link {
	color: #039;
}
a:visited {
	color: #039;
}
a:hover {
	color: #039;

a:active {
	color: #039;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	font-style: normal;
	font-weight: bold;
}
.texto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #039;
}
.texto01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #039;
	text-align: justify;
}
.tabla01 {
	border: thin solid #99CCFF;
	text-align: center;
}
.textomedio {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #039;
}