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

/* CSS Reset ======================================================================= */
body, h1, h2, h3, h4, h5, h6, form, div, span, dl, ul, ol,li, dt, dd, p, address, a, img, blockquote{margin:0;padding:0;border:none}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}
hr{display:none;}
ul li{list-style:none;}

img{border:0px none 0;}

a:link {text-decoration: none;color:#d0b971;}
a:hover {text-decoration: none;color:#fff;}
a:visited {text-decoration: none;color:#d0b971;}

/* CSS Principal ======================================================================= */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: "trebuchet MS";
	color: #d0b971;
}
.texto_menu {
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c5a10f;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.texto_menu a:link {color:#c5a10f;text-decoration: none;}
.texto_menu a:hover {color:#fff;text-decoration: none;}
.texto_menu a:visited {color:#c5a10f;text-decoration: none;}

.topo_esq {

	background-repeat: no-repeat;
	background-position: right top;
}
.topo_dir {

	background-repeat: no-repeat;
	background-position: left top;
}
.imgprincipal_esq {

	background-repeat: no-repeat;
	background-position: right top;
}
.imgprincipal_dir {

	background-repeat: no-repeat;
	background-position: left top;
}
.miolo_esq {

	background-repeat: no-repeat;
	background-position: right top;
}
.miolo_dir {

	background-repeat: no-repeat;
	background-position: left top;
}
.titulo_destaque {
	font-family: "trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #c3970d;
	text-decoration: none;
}
.fundo_miolo {

	background-repeat: no-repeat;
	background-position: center top;
}
