/* CONFIGS GERAIS */
body, div, h1, h2, h3, h4, h5, h6, img, p, ul { 
	margin: 0px; 
	padding: 0px; 
	font-family: "Open Sans", "Arial", "Helvetica", Sans-serif;
	color: #77787b;
	font-size: 13px;
	text-align: justify;
}

body {
	background: url('../images/bg.jpg') top center no-repeat;
}

li{
margin-left: 18px;
}

a img { border: none; }

a {
	color: #b3b3b3;
	text-decoration:none;
}

.ativa {
	color: #000;
	}

a:hover {
	color: #000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:26px;
	color:#990000;
	font-weight:400;
	margin-bottom:15px;
	text-transform:uppercase
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#990000;
	font-weight:400;
	margin-bottom:7px;
}

h4 {
	font-size:13px;
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;
}

p {
	font-size:11px;
	color: #77787b;
	text-align:justify;
	margin-bottom:10px;
	line-height:20px;
	font-family: "Open Sans", Times, serif;
}

/* LOGO */

#logo {
	margin-top:20px;
	text-align:left;
}

/* MENU */

#menu {
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
	background-color: #900e0e;
	height: 28px;
	padding-top: 8px;
	width: 1000px;
	margin-left: -18px;
	text-align:center;
}

#menu a {
	margin-right:30px;
	margin-left:30px;	
	color:#fff;
	text-transform:uppercase;
	letter-spacing: 1px;
}

#menu a:hover {
	color:#eda0a0;
	
}

/* BANNER */

#banner {
	width:966px;
	text-align:center;
}

/* CONTEUDO */

#conteudo {
	width:966px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#texto {
	width:906px;
	text-align:left;
	padding:30px;
	border-style:solid;
	border-width:1px;
	border-color:#f0f0f0;
	height:300px;
}


#texto .esquerda {
	display: inline;
	width:440px;
	float:left;
}

#texto .direita {
	display: inline;
	width:240px;
	float:right;
}

input{
	width:200px;
	height:6px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	color:#999999;
	padding:12px;
	margin-bottom:10px;
	font-style:italic;
}

textarea{
	width:200px;
	height:75px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	color:#999999;
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;

}

#campos{
	margin-top:20px;
	margin-bottom:30px;
	background-color:#b3a799;
	width:965px;
	-moz-box-shadow: 0px 0px 20px #9b9b9b;
	-webkit-box-shadow: 0px 0px 20px #9b9b9b;
	box-shadow: 0px 0px 20px #9b9b9b;	
	text-align:left;	
}

#campos h2{
	color:#fff;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	margin-bottom:20px;
}

#campos p{
	color:#fff;
	font-size:12px;
}

#campos a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

#campos a:hover{
	color:#fff;
	font-size:12px;
	text-decoration:underline;
}

.campo1{
	margin-left:40px;
	margin-right:40px;
	padding-top:25px;
	display:inline;
	float:left;
	width:250px;
}

.campo2{
	margin-left:30px;
	margin-right:30px;	
	display:inline;
	padding-top:25px;	
	float:left;
	width:250px;
}

.campo3{
	margin-left:30px;
	display:inline;
	padding-top:25px;	
	float:left;
	width:250px;
}

.separador{
	display:inline-block;
	float:left;
	width:14px;
	background: url('../images/shadow.png') top center repeat-y;
	height: 230px;
}

#campos .linha-vermelha{
	background-color: #900e0e;
	width:965px;
	height:8px;	
}

#texto{
	background-color: #fff;
	-moz-box-shadow: 0px 0px 20px #9b9b9b;
	-webkit-box-shadow: 0px 0px 20px #9b9b9b;
	box-shadow: 0px 0px 20px #9b9b9b;	
	text-align:left;	
	height:auto;
}