@charset "utf-8";
/* CSS Document */
.txtGral {font-size: 12px; font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0058AF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0058AF;
}
a:hover {
	text-decoration: none;
	color: #8CC746;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FAFAFA;
	margin-bottom:0;
	margin-left:0;
	margin-top:0;
	margin-right:0;
}
.txtGrisChico {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #666666; 
}
.TituloNegro{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.TituloGris{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#4b4b4b;
}
.txtAzul{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #0058AF;
	font-weight: bold;
}
.txtAzulSimple{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #0058AF;
}
.txtBlanco{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.txtGralBold {font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; 
}
.txttitGris {font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#4b4b4b;
}
.txtGrisdetalle{
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}
.backgroundimage {
background-image: url("Ahostings_Imagenes/fdo_abajo.jpg");
background-repeat: no-repeat;
background-position: center top;
}

<!--
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tablaazul {
    border: solid 1px #1676C0;
}
a.LinkRojo:link {
	color: #ea6e38;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.LinkRojo:visited {
	text-decoration: none;
	color: #ea6e38;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.LinkRojo:hover {
	text-decoration: none;
	color: #8CC746;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.LinkRojo:active {
	text-decoration: none;
}