a:link {
	color: #E3F4C6;
	text-decoration: none;
}
a:visited {
	color: #E3F4C6;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #E3F4C6;
	text-decoration: none;
}
body {
	background-color: #344C0E;
	background-image: url(imgs/BGpagina.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}
.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6D9C1F;
	font-weight: normal;
}

