@charset "utf-8";
.textonormal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.7em;
}
.marco {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #4593BA;
	border-right-color: #4593BA;
	border-bottom-color: #4593BA;
	border-left-color: #4593BA;
}

h1 {
	color: #4AAEDE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4AAEDE;
	font-size: 20px;
	font-style: normal;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4AAEDE;
	font-size: 20px;
	font-style: normal;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4AAEDE;
	font-size: 20px;
	font-style: normal;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #990000;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #990000;
}
body {
	background-image: url(backg.jpg);
}

.izquierda {
	float: left;
	margin-right: 15px;
}
.derecha {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.fondo {
	background-image: url(fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.buscador {
	background-color: #C6D8E6;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 2px solid #CF7900;
}
.tabla_sup {
	background-color: #C6D8E6;
	padding: 5px;
	height: 35px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #E6791B;
	margin-top: 2px;
	margin-bottom: 2px;
}
