@charset "utf-8";
/* CSS Document */

body {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.credito {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.TITULO {
	font-family: "Arial Black", Arial, Gadget, sans-serif;
	font-size: 24px;
	color: #01173D;
	margin-top: 25px;
	margin-bottom: 5px;
}
.TITULITO {
	font-family: "Arial Black", Arial, Gadget, sans-serif;
	font-size: 14px;
	color: #900;
	margin-top: 5px;
	margin-bottom: 2px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	margin-bottom: 1px;
	margin-top: 3px;
	margin-right: 25px;
	text-align:justify;
}
.ir {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-bottom: 1px;
	margin-top: 2px;
	margin-right: 25px;
	margin-bottom: 5px;
}
a:link {
	color: #006AFA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006AFA;
}
a:hover {
	text-decoration: underline;
	color: #003;
}
a:active {
	text-decoration: none;
	color: #006AFA;
}

