body {
	background: #BE3106;
	background-image: url(../img/bg1.jpg), url(../img/bg2.jpg);
	background-position: left 123px, left 501px;
	background-repeat: repeat-x, repeat-x;
	padding: 0px;
	margin: 0px;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFF00;
	font-weight: normal;
}
b, strong {
	font-weight: bold;
}
a {
	color: #F90;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
hr {
	border: none;
	border-bottom: #333 1px dashed;
	margin-bottom: 20px;
	margin-top: 20px;
}
input[type=text], input[type=password], textarea, .inputs {
	background: #FFF;
	border: #333 1px solid;
	color: #333;
}
input[type=submit], input[type=reset], input[type=button], button, .botoes {
	background: #333;
	color: #FFF;
	font-weight: bold;
	border: #FFF 2px solid;
	-webkit-box-shadow: 0 0 3px 0 #000;
	box-shadow: 0 0 3px 0 #000;
}
#cima {
	background: #D9D9D9;
	border-bottom: #FFF 3px solid;
}
#cima div {
	width: 961px;
	margin: 0 auto auto;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333;
}
#cima form {
	position: absolute;
	margin-left: 713px;
	padding: 0px;
	top: 2px;
}
#cima input[type=text] {
	background: #EFEFEF url(../img/bgpesquisa.jpg) no-repeat top left;
	padding-left: 23px;
	border: #FFF 1px solid;
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
#cima input[type=submit] {
	background: #BE3106;
	color: #FFF;
	border: #840901 1px solid;
	text-shadow: #840901 0 1px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#site {
	width: 961px;
	margin: 0 auto auto;
}
header {
	background-image: url(../img/esq.png), url(../img/dir.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	margin: 0 -6px -6px;
	padding: 6px;
	padding-top: 0px;
	height: 97px;
}
header div {
	padding: 7px;
}
#contactos {
	position: absolute;
	text-align: right;
	margin-left: 690px;
	margin-top: 0px;
}
#contactos * {
	color: #333;
}
#contactos label {
	color: #FFFFFF;
	font-size: 22px;
	display: block;
	font-weight: bold;
}
#contactos a {
	font-weight: normal;
	color: #F90;
}
#topo {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 130px;
	padding: 0px;
	z-index: -200;
	height: 371px;
}
#topo ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#topo li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	visibility: hidden;
}
#topo img {
	width: 100%;
	height: 371px;
	transition: all 1s;
	opacity: 0;
}
#logo {
	position: absolute;
	margin-left: 354px;
	margin-top: -30px;
}

#box {
	margin-top: 400px;
}
#paginador {
	padding-top: 30px;
	text-align: center;
}
.titulo {
	font-size: 22px;
}
#conteudo {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
	width: 740px;
}
#menuv {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	padding: 10px;
	padding-right: 20px;
}
#menuv ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 13px;
	background: url(../img/mnuv.png) no-repeat bottom center;
}
#menuv span {
	color: #FFFF00;
	background: #333;
	display: block;
	padding: 7px;
	font-weight: bold;
	font-size: 11px;
}
#menuv li {
	border-bottom: #333 1px dashed;
	padding: 1px;
}
#menuv a {
	display: block;
	padding: 3px;
	padding-left: 6px;
	color: #FFFF00;
}
#menuv a:hover {
	color: #FFF;
	background: #999;
	text-decoration: none;
}
footer {
	background: #333;
	border-top: #FFF 1px solid
}
#baixo {
	width: 961px;
	margin: 0 auto auto;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #FFF;
}
#baixo, #baixo a, .local {
	color: #CCC;
}

#baixo ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding-right: 50px;
}
#baixo li div {
	vertical-align: top;
	display: inline-block;
}

#baixo label {
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	color: #FFF;
	padding-bottom: 20px;
}
#baixo li {
	display: block;
	padding-bottom: 3px;
}
#baixo a:hover, #creditos a:hover {
	color: #FFF;
}
.telefone {
	color: #FF0000;
	font-size: 16px;
	display: block;
	font-weight: bold;
}

#creditos {
	width: 961px;
	margin: 0 auto auto;
	background: url(../img/creditos.png) no-repeat top center;
	padding-top: 6px;
	padding-bottom: 10px;
}

#creditos *, #creditos {
	color: #CCC;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#creditos span {
	float: right;
}
#publi * {
	color: #000;
}