@import "default.css";
/* Elementos ###########################################################################################*/
br{
	clear:both;
}
/* IDs ###########################################################################################*/
div#conteudo{
	width:auto;
	margin-bottom:20px;
	position:relative;
	z-index:1;
}
div#conteudo_breve{
	width:500px;
	margin-bottom:20px;
	position:relative;
}

.titulo{
	background:#6d6e71;
	margin-bottom:10px;
	clear:both;
}
.titulo p{
	font-size:34px;
	font-weight:bold;
	color:#fff;
	margin-left:33px;
}
div#faixa_azul{
	top:0px;
	left:0px;
	width:10px;
	height:100%;
	background:#22acd3;
	position:absolute;
}
div#esquerda{
	width:278px;
	margin-top:-10px;
	margin-left:10px;
	float:left;
}
div#imagem_lateral{
	max-width:278px;
}
div#faixa_cinza{
	width:100px;
	height:156px;
}
div#texto{
	width:480px;
	float:right;
}

div#texto p{
	margin:5px;
	text-align:justify;
}
div#texto ul{
	margin-left:20px;
}

div#texto_full{
	width:98%;
	margin-left:10px;
	float:left;
}

div#texto_full p{
	margin:5px;
	text-align:justify;
}
div#texto_full ul{
	margin-left:20px;
}
form#frmContato label{
	width:150px;
	float:left;
}
form#frmContato input,form#frmContato textarea{
	width:200px;
	margin-bottom:5px;
}
form#frmContato input#txtEstado{
	width:20px;
	text-align:center;
}
form#frmContato input#txtCep{
	width:60px;
}
form#frmContato input.ddd{
	width:20px;
	text-align:center;
}
form#frmContato input.fone{
	width:70px;
}
form#frmContato textarea#txtMsg{
	width:250px;
	height:150px;
}
form#frmContato input#btnEnviar{
	width:100px;
	margin:0px 0px 0px 300px;
}
/* Inicio Cadastre*/
div#cadastre{
	width:220px;
	margin-right:9px;
	clear:right;
	float:right;
}
div#cadastre .titulo{
	background:#B3B3B3;
	margin-bottom:10px;
}
div#cadastre .titulo p{
	font-size:28px;
	padding:15px;
}
div#cadastre .titulo p span{
	font-size:18px;
	color:#666;
}
div#cadastre input.txt{
	width:206px;
	font-size:18px;
	color:#666;
	border:solid 2px #B3B3B3;
	margin-bottom:3px;
	padding:5px;
}
form#frmContato input.subEnviar, .subEnviar{
	width:70px;
	background:#00aeef;
	border:none;
	padding:3px;
	float:right;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
form#frmContato input.subEnviar{
	margin-right:78px;
}
/* Fim Cadastre*/
/* Classes ###########################################################################################*/
.trans_preto30{
	filter: alpha(opacity=30); 
	opacity:0.30;
	background:#000;
}

.texto_titulo{
	color:#22acd3;
	font-weight:normal;
	text-decoration:none;
}

.texto_titulo2{
	color:#999;
	font-style:italic;
	font-weight:normal;
}

.texto_titulo_nome{
	color:#039;
	font-weight:bold;
	text-decoration:none;
}

.texto_corpo{
	color:#6d6e71;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

div#banner_inferior{
	width:600px;
	float:right;
	position:relative;
}

div#cont_banner_infe{
	width:600px;
}




