@charset "utf-8";
/* CSS Document */
body {
	color: #B48035;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

a:link {
	border: none;
	color: #B48035;
	text-decoration: underline;
}

a:visited {
	border: none;
	color: #B48035;
	text-decoration: underline;
}

a:hover {
	border: none;
	color: #FFFFFF;
	background-color: #B48035;
}

.h1 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #B48035;
}

.h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}

.h3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #B48035;
	text-align: center;
}

.h4 {
	color: #B48035;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: justify;
}

.formulario {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #B48035;
}

.error {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

