@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font-size: 12px;
	color: #000000;	
	font-family: Verdana, Geneva, sans-serif;
	background-image:url(/imagens/header-bg.jpg);
	background-repeat: repeat-x;
	background-color: #515151;
}
img {
	border:none;
}

.bg-hack {
	height: 127px;
	width: 1000px;
	left: -369px;
	z-index: -1;
	background: url(/imagens/header-bg-esquerda.jpg);
	position: absolute;
}

.msg-send {
	background: #FFFFB0;
	padding: 5px;
	border: 1px solid #FF0;
	color: #000;
	text-align: center;
}
.msg-erro {
	background: #FFCECE;
	padding: 5px;
	border: 1px solid #f30;
	color: #000;
	text-align: center;
}	

#main {
	width:759px;
	text-align:left;
	margin:0 auto;
	background-color:#FFF;
}
#header {
	background:url(/imagens/header.jpg);
	height:164px;
	width:759px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.banner {
	width:743px;
	height:150px;
	margin:3px 5px 20px 8px;
}
#menu {
	height:38px;
	margin-top:126px;
}
#menu .selected {
	color:#000;
	background:url(/imagens/menu-hover-bg.jpg);
}
#menu li {
	float:left;
	padding:0 10px;
	margin-left:25px;
}
#menu a {
	position: relative;
	float: left;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:38px;
	display:block;
	line-height:30px;
	padding:0 10px;
}
#menu a:hover {
	color:#000;
	background:url(/imagens/menu-hover-bg.jpg);
}

ul {
	list-style:none;
}
.content {
	width: 759px;
	background:#FFF;
	overflow:hidden;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color: #424242;
	padding-bottom:40px;
}
.content h1 {
	font-size: 21px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #652710;
}
.content h2 {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #652710;
}
.content h3 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}

.content p {
	text-align:justify;
}
.content .esquerda {
	width:440px;
	margin-left:15px;
	float:left;
	display:inline;
}
.content .unica {
	width:720px;
	margin-left:15px;
}
.content .direita {
	width:270px;
	margin-left:24px;
	float:left;
	display:inline;
}
/*RODAPE*/
.rodape  {
	background-color:#5B5B5B;
	padding:5px 0;
	text-align:center;
	overflow:hidden;
}
.rodape .content div ul {
	list-style:none;
}
.rodape .content div a {
	text-decoration:none;
	color:#D3D3D3;
}	
.rodape .content div a:hover {
	color:#FFF;
	
}
.rodape h2 {
	font-weight:bold;
	color:#CCC;
}
.rodape .content {
	background-color:#5B5B5B;
	width:759px;
	margin:0 auto;
	clear:left;
	margin-left:15px;
	padding:0;
}
.rodape .content div {
	margin-right:125px;
	float:left;
	display:inline;
	text-align:left;
	color:#D3D3D3;
	height:110px;
}

.rodape .content .bloco3 {
	margin-right:0;
}

.unica .form {
	width: 200px;
	height: 170px;
	padding: 50px 0 20px;
	margin: 0 auto;
}
.unica form {
	background: #eee;
	padding: 15px;
}
.unica form label {
	width: 130px;
	display: block;
}
.unica .body {
	margin: 15px 0;
	text-align: center;
}