@charset "utf-8";
body {
	margin: 0px; 
	padding: 0px;
	background-image: url("images/bg_body.jpg");
	background-repeat: repeat-x;
	background-color: #f7f4e7;
}
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000066;
}

.sub_footer {
	width: 1100px;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	color: #3e3e3e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #862504;
	font-weight: bold;
	margin: 0px;
}
.tit {
	font-size: 18px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #134A15;
}
a.link1:link {
	color: #C69E09;
	font-weight: bold
}
a.link1:visited {
	color: #CA9C08;
	font-weight: bold
}
a.link1:hover {
	color: #521802;
	text-decoration: underline
}
