/* ----- */
/* Texto */
/* ----- */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	height: 100%;
	background: #BAAE4D;
	color: #9D8B00;
}
h1, h2, h3, h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background: none;
}
h1 {
	font-size: 14px;
	color: #FD7A13;
}
h2 {
	font-size: 14px;
	color: #9D8B00;
}
h3 {
	font-size: 12px;
	color: #333333;
}
h4 {
	font-size: 12px;
	color: #FD7A13;
}
hr {
	color: #9D8B00;
}
img {
	border: none;
}