@charset "utf-8";
body {
	background-image: url(fondo.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
}

.textonormal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0.04em;
}
h1 {
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF3300;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3366FF;
	font-size: 20px;
	font-style: normal;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3366FF;
	font-size: 20px;
	font-style: normal;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #339900;
	font-weight: normal;
}
strong {
	color: #990000;
}

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: #339900;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #339900;
}
.izquierda {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.derecha {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.borde {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

