@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
body {
	background: url('../img/bg-body.jpg') repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
a {
	color: #9f3829;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
h2 {
	color: #7b1b1b;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}
h1 {
	color: #9f3829;
	text-decoration: underline;
	font-style: italic;
	font-size: 20px;
	margin-bottom: 20px;
}
p {
	margin-bottom: 10px;
}
#tudo {
	width: 1000px;
	margin: 0 auto;
}
#topo {
	height: 300px;
	padding: 165px 0 0 30px;
	position: relative;
}
#topo #logo {
	position: absolute;
	top: 10px;
	left: 40px;
}
#topo #quadrado-topo {
	background: url('../img/bg-quadrado-topo.jpg');
	width: 259px;
	height: 259px;
	float: left;
	margin-top: 13px;
	padding: 20px 10px 0 0px;
}
#topo #quadrado-topo h1{
	color: #fff;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 21px;
	line-height: 38px;
	text-decoration: none;
}
#topo #quadrado-topo h1 span {
	color: #911f10;
	position: relative;
	top: -5px;
	font-size: 35px;
}
#topo #viva-melhor {
	background: url('../img/viva-melhor.png');
	width: 815px;
	height: 100px;
	position: absolute;
	top: 30px;
	right: 5px;
}
#topo #img-topo {
	float: right;
	margin-right: 10px;
}
#nav {
	position: absolute;
	top: 10px;
	right: 0;
	width: 545px;
}
#menu {
	position: absolute;
	right: 0px;
	top: 130px;
}
#conteudo {
	padding: 10px 10px 0 15px;
	position: relative;
	padding-top: 30px;
}
#conteudo #lupa {
	position: absolute;
	top: 0;
	right: 30px;
}
#conteudo #lupa span {
	display: inline-block;
	border: 2px solid #ce4531;
	margin: 2px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	background: #9c9e9c;
	color: #fff;
}

#conteudo .box {
	height: 240px;
	width: 275px;
	float: left;
	position: relative;
	margin-right: 70px;
}
#conteudo .box p {
	color: #646464;
	text-align: justify;
}
#conteudo .box p,
#conteudo .box h2 {
	margin-bottom: 5px;
}
#conteudo .box a.aqui {
	color: #d82a2a;
	text-decoration: underline;
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-weight: bold;
}
#conteudo .box a:hover {
	color: #000;
}
#rodape {
	clear: both;
	background: url('../img/bg-rodape.jpg') no-repeat center 15px;
	padding: 27px 70px 0 70px;
	height: 20px;
}
#rodape #logotrans {
	float: left;
}
#rodape p {
	color: #7c5252;
	text-align: center;
	font-size: 10px;
}
form {
	width: 400px;
	margin: 0 auto;
}
form label {
	display: block;
	text-align: right;
}
form label input,
form label textarea,
form label select {
	margin: 2px;
	padding: 2px;
	background: #fff;
	border: 1px solid #000;
}
