@charset "utf-8";
.textonormal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.7em;
}
h1 {
	color: #9A3521;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
}
.linea {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #9B371F;
	border-right-color: #9B371F;
	border-bottom-color: #9B371F;
	border-left-color: #9B371F;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CD332B;
	font-size: 20px;
	font-style: normal;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CD332B;
	font-size: 20px;
	font-style: normal;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CD332B;
	font-size: 20px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #3399FF;
}
.table_as {
	background-color: #FFFFCC;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #9B371F;
	border-left-color: #9B371F;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D52E42;
	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;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.derecha {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

