body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f2f2f2;
	background-image:url(images/fondo.jpg);
}
.Textos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #243872;
}
.Textos_resaltados {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #243872;
	font-weight:bold;
	font-stretch:semi-condensed;
}
.Titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ff9900;
	font-weight:bold;
}
.campos-forma {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#ffffff;
	border:medium;
	border:#333333;
	background:#1f4590;
}
.tabla-centro {
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
}

.Textos_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #243872;
	font-weight:bold;
	text-decoration:none;
	font-stretch:semi-condensed;
}
.Textos_link:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0066CC;
	font-weight:bold;
	text-decoration:none;
	font-stretch:semi-condensed;
}