/* Fuentes */
body, table, td, select, textarea, input  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: Black;
}
body, table, td, select, textarea {
	text-align: justify;	
}
body{
	background: White;
	margin-top: 0px;
}
a {
	color: Navy;
	text-decoration: underline;
}
a:hover { 
	text-decoration: none; 
}
.MenuBlancas {
	font-weight: bold;
	color: White;
}
.MenuBlancas a {
	color: White;
	text-decoration: underline;
}
.MenuBlancas a:hover {
	text-decoration: none;
}
.BlancasPie {
	font-size: 10px;
	color: White;
}
.BlancasPie a {
	color: White;
	text-decoration: underline;
}
.BlancasPie a:hover {
	text-decoration: none;
}
.Direccion {
	color: #B22222;
	font-size: 18px;
	font-family: Arial Helvetica sans-serif;
	font-weight: bold;
	height: 30px;
}
.Negrillas {
	font-weight: bold;
}
.SubTitulos {
	color: #1C7D4E;
	font-size: 18px;
	font-family: Arial Helvetica sans-serif;
	font-weight: bold;
}
.TitulosTablas {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: White;
	background-color: #FF7700;
	letter-spacing: 1px;
}