@charset "utf-8";
.texto-normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.7em;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #92B125;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #339966;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
.a-izquierda {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.a-derecha {
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #339966;
}
h1 {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h2 {
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #C2D659;
}
strong {
	color: #993300;
}