/* CSS Document */

html, body{
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#d9c2a6;
	scrollbar-track-color:#000000;
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #d9c2a6;
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #d9c2a6;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}
#content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(img/topfundo.jpg);
	background-repeat: no-repeat;
	height: 295px;
}


.borda {
	border: medium groove #d9c2a6;
	font-size: 14px;
	text-transform: uppercase;
	color: #999900;
	font-weight: bold;
}
#logo {
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	height: 295px;
}
#mid {
	background-image: url(img/midfundo.jpg);
	background-repeat: repeat-y;
	padding-top: 40px;
	padding-bottom: 20px;
}

.style4 {font-size: 11px
}

#footer {
	font-size: 11px;
	color: #D9C2A6;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tit {
	font-family: Calibri, Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999900;
}
.style5 {
	font-size: 12px;
	color: #D9C2A6;
	text-transform: none;
}
a:link {
	font-family: Calibri, Arial;
	font-size: 11px;
	color: #d9c2a6;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
a:hover {
	font-family: Calibri, Arial;
	font-size: 11px;
	color: #887D69;
	text-decoration: underline overline;
	text-transform: uppercase;
}
a:active {
	font-family: Calibri, Arial;
	font-size: 11px;
	color: #887D69;
	text-decoration: none;
	text-transform: uppercase;
}
a:visited {
	font-family: Calibri, Arial;
	font-size: 11px;
	color: #C7A57A;
	text-decoration: none;
	text-transform: uppercase;
}
.aviso {
	font-size: 16px;
	text-transform: uppercase;
	color: #F00;
}

