@charset "utf-8";
/* CSS Document */


body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

.titulo{
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:bold;
	color:#026316;
}

.texto{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#026316;
}
.texto a:link {
	color: #026316;
	text-decoration: none;
}
.texto a:visited {
	color: #026316;
	text-decoration: none;
}
.texto a:hover {
	color: #026316;
	text-decoration:underline;
}
.texto a:active {
	color: #026316;
	text-decoration: none;
}

.texto_v{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#cc090a;
}

.footer{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#ffffff;
}
.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.footer a:active {
	color: #ffffff;
	text-decoration: none;
}
