@charset "utf-8";
.fondo {
	background-attachment: fixed;
	background-image: url(fondo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

td img {display: block;}
.txt_normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #2F00E8;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3333CC;
	font-size: 18px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3333CC;
	font-size: 18px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3333CC;
	font-size: 18px;
}
a:link {
	color: #09A3FF;
	text-decoration: none;
	font-weight: bold;
}
.margen-izquierdo {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.margen-derecho {
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
a:visited {
	color: #09A3FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	color: #09A3FF;
	text-decoration: none;
	font-weight: bold;
}
body {
	margin-top: 20px;
}


.txt_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
strong {
	color: #140064;
}
.buscador {
	background-color: #DAE8BB;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #0000CC;
}
.tabla_sup {
	background-color: #EEF7FE;
	height: 35px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
