/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #17235d;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
.titulos {
	font-size: 14px;
	font-weight: bold;
	color: #0045B2;
}
.textos {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.copyright {
	color: #999999; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
}
.linkbotton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.texto-blanco {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #FFFFFF}

