@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/fondo-sup.jpg);
	margin-top: 69px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #88BB11;
	margin-left: 0px;
	margin-right: 0px;
}
.titulo {
	font: bold 30px "Arial Narrow", Arial;
	color: #336633;
}
.fondopie {
	background-image: url(img/fondo-pie.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.verde14 {
	font: 14px/20px Arial;
	color: #336633;
}
a {
	font-family: Arial;
	font-size: 12px;
	color: #336633;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336633;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #336633;
}
.verde12 {
	font: 12px/20px Arial;
	color: #336633;
}
.blanco14 {
	font: 14px/20px Arial;
	color: #FFFFFF;
}
