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

body{
	margin:0;
	padding:0;
	background-image:url(img/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

hr{
	margin:20px 0 20px 0;
	border:1px solid white;
}

.centralizar {
	width:801px;
	margin:0 auto;
}

.clear {
	clear:both;
}

.separador {
	clear:both;
	display:block;
}

#topo {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#topo h1 {
	margin-top:20px;
}

#conteudo {
	width:100%;
	height:340px;
	background-image:url(img/bg-conteudo.png);
	background-position:center;
	background-repeat:repeat-x;
}

#mais {
	color:white;
}

#mais p{
	font-weight:bold;
}

#mais a{
	color:#333333;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	font-style:italic;
}

#menu {
	background-color:#784952;
	clear:both;
	width:100%;
	height:30px;
	margin-top:10px;
}

#menu ul {
	padding:0!important;
	margin:0!important;
	list-style:none;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	line-height:30px;
	display:block;
	padding:0 11px 0 12px;
	height:30px;
	font-size:18px;
	color:white;
	text-decoration:none;
}

#menu ul li a:hover{
	color:#784952;
	background-color:#FFFFFF;	
}

#menu ul li a.selecionado{
	color:#784952;
	background-color:#FFFFFF;	
}

#img-home {
	width:780px;
	height:339px;
	margin:0 auto;
	background-image:url(img/bg-home.jpg);
}

#img-contato {
	width:320px;
	height:220px;
	margin:0 auto;
	background-image:url(img/bg-contato.jpg);
}

#rodape {
	color:white;
	text-align:center;
}

#rodape p{
	display:block;
	margin:16px 0;
	width:100%;
	font-weight:bold;
	text-align:right;
	color:white;
	font-size:13px;
}

fieldset {
	width:460px;
	text-align:center;
	padding-top:65px;
	border:none;
	color:#784952;
}

label {
	display:block;
	width:380px;
	height:30px;
}

label span{
	display:block;
	width:120px;
	float:left;
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	text-align:right;
}

label input, textarea {
	width:250px;
}

label textarea {
	height:80px;
}

.bt {
	margin-top:65px;
	clear:both;
	width:100px;
	background-color:#784952;
	border:none;
	color:white;
	height:25px;
}

