@charset "utf-8";
/* CSS Document */
.txt_base {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #BBA093;
	list-style-type: square;
}
.títulos {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CEA500;
}
.txt_copyright {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #BBA093;
	text-align: center;
}

