@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:white;
}

.Texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.Boton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:white;
	background-color:#00366D;
	border:none;
	height:20px;
}

.BotonP {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
	color:white;
	background-color:#00366D;
	border:none;
	height:20px;
}


.Titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	height:24px;
	color:white;
	background-color:#003366;
}

.RenglonForma {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
	color:white;
	background-color:#00568D;
}


a:link { color:white; font-weight:bold; }
a:active { color:white; font-weight:bold; }
a:visited { color:white; font-weight:bold; }
a:hover { color:white; font-weight:bold; text-decoration:none; }