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

body {
	background-color: #114A39;
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #114A39;
}
a:visited {
	color: #114A39;
}
a:hover {
	color: #278200;
}
a:active {
	color: #114A39;
}
.txt_base {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #53393A;
	list-style-type: square;
}
.títulos {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #124B3A;
}
.txt_copyright {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #BBA093;
	text-align: center;
}

