/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
  background: url(images/header.jpg) repeat-x top;
	
	scrollbar-track-color:#d4d0c8; 					/*** FUNDO ***/
	scrollbar-3dlight-color:#ffa66f; 				/*** BORDA ESQUERDA ***/
	scrollbar-highlight-color:#ffa66f; 			/*** BORDA INFERIOR ESQUERDA ***/
	scrollbar-face-color:#ffa66f; 					/*** FUNDO CIMA ***/
	scrollbar-arrow-color:#66676a; 					/*** SETINHA ***/
	scrollbar-shadow-color:#66676a; 				/*** BORDA DIREITA ***/
	scrollbar-darkshadow-color:#66676a; 		/*** BORDA ROLAGEM ***/
}

.cliqueaqui {
	position:absolute;
	top:62%;
	left:60%;
	text-align:center;
	color:#0000ff;
}

.cliqueaqui a{
	color:#0000ff;
	font-size:15px;
	font-family:arial;
	font-weight:normal;
	text-decoration:underline;
}

.cliqueaqui a:hover{
	color:#0000ff;
	text-decoration:none;
}
.reserva {
	text-align:right;
}.reserva a {
	color:#101098;
	text-decoration:underline;
	font-style:italic;
}
.reserva a:hover {
	color:#101098;
	text-decoration:none;
}

form {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight:bold;
}

fieldset {
	padding: -30px 0 0 0px;
	border: none;
  width:250px;
  margin-top: -30px;
}

input, textarea {
	padding: 2px;
	border: 1px solid #626262;
	font-weight: normal;
	font-size:1em ;
	font-family: Arial, Helvetica, sans-serif;
}

h2, h2 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-size: 14px;
	color: #000000;
	margin-top:-5px;
	margin-bottom:15px;
	padding:0 0 0 185px;
}

h2 {
	width:620px;
	height:30px;
	text-align:left;
	font-size: 14px;
  font-weight:bold;
  font-style:italic;
	padding:8px 0 0 10px;
	background: url(images/div_h5.jpg) no-repeat;
}

h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #CF3822;
}

h4 {
	letter-spacing: 0px;
	font-size: 14px;
  font-weight:bold;
	color:#CF3822;
	margin:0;
}

p, ol, ul {
	margin: 0 0 2em 0;
/* 	line-height: 200%; */
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

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

a:hover {
	text-decoration: none;
	color: #FF5134;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}

/************** WRAPPER **************/

#wrapper {
  width:100%;
  text-align:center;
	margin:0 auto;
}

/************** HEADER **************/

#header {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
}

/************** LOGO **************/

#logo {
	margin: 0 auto;
	padding: 20px 0 0 5px;
  height:111px;
	text-align:left;
  float:left;
	width:300px;
}

/************** MENU **************/

#menu {
	width: 690px;
	height: 38px;
	margin:0 auto;
	padding:10px 0 0 0px;
	text-align:center;
	float:left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
  float:left;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding-top: 3px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	width:106px;
	height:38px;
	background: url(images/menu.png) no-repeat;
}

#menu a:hover {
	text-decoration:underline;
	height:38px;
}

/************** BUSCAR **************/

#buscar {
	float: left;
	width:380px;
	height:69px;
	margin:0 auto;
	padding:0px 0 0 90px;
	text-align:center;
}

#buscar input[type="text"]{
	float:left;
	width:270px;
  height:14px;
  padding:3px;
	border:0;
}
#buscar input[type="image"]{
	float:left;
}

#buscar br {
	display: none;
}

#buscarform {
	float: left;
	width:370px;
	height:69px;
	margin:0 auto;
	padding:43px 0 0 8px;
	text-align:center;
	background: url(images/procurar.png) no-repeat;	
}

/************** LOGIN **************/

#login {
	float:left;
	padding:3px;
	font-size:13px;
	width:200px;
	height:90px;
	margin:0 auto;
	text-align:center;
	border:1px #ffffff solid;
}

#login a{
	color:#0000ff;
	font-size:10px;
	font-weight:normal;
}

#login a:hover {
	color:#0000ff;
	text-decoration:underline;
}

.login {
	float:left;
	width:180px;
	height:90px;
	margin:0 auto;
	padding:0 0 0 10px;
}
.login2 {
	float:left;
	width:180px;
	height:90px;
	margin:0 auto;
	padding:50px 0 0 210px;
}
.login3 {
	float:left;
	width:180px;
	height:90px;
	margin:0 auto;
	padding:50px 0 0 80px;
}

/************** PAGE **************/

#page {
	width: 1000px;
	height:100%;
	margin: 0 auto;
	padding: 5px 0;
  text-align:left;
}

/************** CONTENT **************/

#content {
	float: left;
	width:620px;
	margin:0 auto;
	padding:0 10px 0 15px;
}

#content .post {
	padding:0px;
}

#content .post .title h2 {
	font-size: 2.2em;
	color: #FF9933;
}

#content .post h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #CF3822;
	font-style:italic;
	text-decoration:underline;
}

#content2 {
	float: left;
	width:980px;
	min-height:460px;
	margin:0 auto;
	padding:0 10px 0 10px;
	background:url(images/bg_cartao.jpg) no-repeat center top;
}

#content2 .post {
	padding:0px;
}

#content3 {
	float: left;
	width:980px;
	min-height:460px;
	margin:0 auto;
	padding:0 10px 0 10px;
}

#content3 .post {
	padding:0px;
}

.cartoes_txt {
	color:#ff0000;
	font-weight:bold;
	width:250px;
	float:right;
	padding:50px 180px 0 0 ;
	font-size:15px;
}

.logos {
	float:left;
	width:280px;
	padding:10px 0 0 0;
}

.inicio_cadastro{
	float:right;
	width:680px;
	padding:10px 0 10px 15px;
}
.contrato {
	width:670px;
	height:100px;
	border:1px solid #000;
	overflow-y:scroll;
	font-size:13px;
	padding:5px;
	text-align:justify;
	line-height:130%;
}
.contrato a {
	color:#0000FF;
	text-decoration:underline;
}
.contrato a:hover {
	color:#0000FF;
	text-decoration:none;
}

/************** SIDEBAR **************/

#sidebar {
  float:right;
	width:160px;
  text-align:center;
	position:relative;
}

#sidebar .patro {
	width:150px; 
	height:95px;
	text-align:center;
	margin:0 auto;
	border-left:1px #66676a solid; 
	border-top:1px #66676a solid; 
	border-right:3px #66676a solid; 
	border-bottom:3px #66676a solid;
}

#sidebar h1 {
	font-size: 14px;
  font-weight:bold;
	color:#000000;
	margin:0 auto;
	padding:8px 0 0 0;
	width:160px;
	height:30px;
	background: url(images/barra_h2.png) no-repeat;
}

#sidebar1 {
  float:left;
	width:190px;
  text-align:center;
	position:relative;
}

/********************************** CLASSES **********************************/

.divall_1{
	/*width:100%;*/
	width:406px;
}

.divall_2{
	width:100%;
}

.div1{
	width:190px;
	/*height:242px;*/
	float:left;
	text-align:center;
	padding:0 0px 20px 0;
}

.div1 .h1{
	width:190px;
	height:30px;
	text-align:left;
	padding:8px 0 0 10px;
	font-size: 14px;
  font-weight:bold;
	background: url(images/div_h2.jpg) no-repeat;
}

.div2{
	width:200px;
	float:right;
	text-align:right;
	padding:0 0px 20px 0;
	*padding:0 0px 5px 0;
	height:242px;
	/*font-size: 13px;*/
}

.div2_2 {
	width:180px; 
	padding:0 10px;
	text-align:justify;
}

.div2 a{
	outline: none;
/*	color:#27166a;
	text-align:right;
	text-decoration:underline;*/
}

.div2 a:hover{
/*	color:#27166a;
	text-decoration:none;*/
}

.div2 .h2{
	width:200px;
	height:30px;
	float:left;
	text-align:left;
	font-size: 14px;
  font-weight:bold;
	padding:8px 0 0 10px;
	background: url(images/div_h4.jpg) no-repeat;
}

.banner{
	border: 1px solid #FF7319;
	padding: 4px;
	margin: 5px;
}

.banner_img{
	width: 60px;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
}

.smaller{
	font-size: 8pt;	
}

.div3{
	width:395px;
	float:left;
	text-align:center;
	padding:0 0 0px 0px;
	height:240px;
}

.div3 .h3{
	width:395px;
	height:30px;
	text-align:left;
	font-size: 14px;
  font-weight:bold;
	padding:8px 0 0 10px;
	background: url(images/div_h3.jpg) no-repeat;
	z-index:1;
}

.div4{
	width:190px;
	float:left;
	font-size:11px;
	text-align:center;
}

.div4 .h4{
	width:190px;
	height:30px;
	float:left;
	text-align:left;
	font-size: 14px;
  font-weight:bold;
	padding:8px 0 0 10px;
	background: url(images/div_h2.jpg) no-repeat;
}

.div4 .td1 {
	/* border:1px #E8E8E8 dashed; */
	width:60px;
	height:80px;
}

.div4 a {
	color:#0000ff;
	text-decoration:none;
}

.div4 a:hover {
	color:#0000ff;
	text-decoration:underline;
}

.div5{
	width:620px;
	text-align:left;
}

.div5_2 {
	width:180px; 
	padding:0 5px;
	text-align:left;
	margin:0;
}

.div5 .h5{
	width:200px;
	height:30px;
	float:left;
	text-align:left;
	font-size: 14px;
	padding:8px 0 0 5px;
	background: url(images/div_h4.jpg) no-repeat;
}

.div5 a{
	color:#27166a;
	text-align:right;
	text-decoration:underline;
}

.div5 a:hover{
	color:#27166a;
	text-decoration:none;
}


.div5 .h6{
	width:200px;
	height:30px;
	float:left;
	text-align:left;
	font-size: 15px;
	padding:8px 0 0 10px;
	margin-left:5px;
	background: url(images/div_h4.jpg) no-repeat;
}

.h2_6 {
	font-size:14px;
	font-weight:bold;
	padding:0px 0 0 0px;
}

.saibamais {
	text-align:right; 
	padding:70px 0 0 0; 
	*padding:0px 0 0 0;  
	padding:75px 0 0 0\9;
	margin-top:0;
	*margin-top:-15px;
}

.atualizacoes {
	width:200px;
	font-size:12px;
	font-weight:normal;
}

.barra{
	float:left;
	background: url(images/barra.jpg) repeat-x;
	height:30px;
	font-weight:bold;
}

.barra_l{
	float:left;
	background:url(images/barra_l.jpg) no-repeat;
	width:6px; height:30px;
}

.barra_r{
	float:left;
	background:url(images/barra_r.jpg) no-repeat;
	width:7px; height:30px;
}

.clear_both{
	clear:both;
	height:1px; line-height:1px;
}

.c_banner{
	width:150px; height:100px;
	border:1px solid #c0c0c0;
	margin:10px 0;
}

.eventos {
	font-size:11px;
	line-height:95%;
	text-align:left;
}

.eventos a{
	font-size:11px;
	line-height:95%;
	text-align:center;
	color:#0000ff;
	font-weight:bold;
	text-decoration:underline;
}

.eventos a:hover{
	text-decoration:none;
}

.pag_eventos {
	padding:0 5px;
	text-align:center;
}

.pag_eventos a{
	color:#0000ff;
	text-decoration:underline;
}

.pag_eventos a:hover{
	color:#0000ff;
	text-decoration:none;
}

.porteiros {
	color:#ff6d0c;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px 0;
}

.construcao {
	font-size:25px;
	text-align:center;
	text-decoration:underline;
	font-style:italic;
	font-weight:bold;
	padding:30px 0 0 0;
}

.canal_ofertas {
	font-size:12px;
	text-align:left;
	line-height:125%;
}

.canal_ofertas a {
	font-size:11px;
	color:#0000ff;
	text-decoration:underline;
}

.canal_ofertas a:hover {
	text-decoration:none;
}

.canal_ofertas2 {
	font-size:14px;
	text-align:left;
	line-height:150%;
}

.canal_ofertas2 a {
	font-size:14px;
	color:#0000ff;
	text-decoration:underline;
}

.canal_ofertas2 a:hover {
	text-decoration:none;
}

.mail {
  color:#0000ff;
  text-decoration:underline;
}

.link a {
	color:#0000ff;
	text-decoration:underline;
}

.link a:hover {
	text-decoration:none;
}

.sitevivendo {
	width:150px;
	float:left;
}

.cadastro {
	text-align:center;
	padding:0 0 0 5px;
}

.cadastro1 {
	background:#FDB201;
	color:#fff;
	font-size:17px;
	font-weight:bold;
}

.cadastro3{
	background:#E8E8E8;
	height:120px;
	padding:2px 0 0 0;
}

.cadastro2 {
	background:#E8E8E8;
	font-size:14px;
	font-weight:bold;
	color:#A70101;
	padding:0;
	width:400px;
}

.sifrao {
	height:138px;

}

.contato {
	text-align:left;
	padding:0 0 0 40px;
}

.sugestao {
	text-align:left;
	padding:0 0 0 20px;
}

.edicao {
	font-size:12px;
}

.post_faq {
	
}

.post_faq a {
	text-decoration:underline;
	color:#0000ff;
}

.post_faq a:hover {
	text-decoration:none;
}

.post_anuncie{
	padding:10px 10px;
}

.div_transito {
	margin-bottom: 7px;
}

.transito {
	text-align: center;
	/*color: rgb(227, 108, 10);"*/
}

.transito b {
	/*text-align: center;*/
	color: rgb(227, 108, 10);"
}


/************ PÁGINA COLABORADORES ****************/

.table {
	width:100%;
}

.td {
	text-align:center;
	font-weight:bold;
	width:100%;
	background: url(images/barra_colab.jpg) repeat-x top;
}

.td a {
	font-size:11px;
	color:#0000ff;
}

.td a:hover {
	font-size:11px;
	color:#0000ff;
	text-decoration:underline;
}

.title_colab {
	padding:8px 0 25px 100px;
	font-size:19px;
	text-align:left;
	font-weight:normal;
}
.title_colab2 {
	padding:8px 0 25px 20px;
	font-size:19px;
	text-align:left;
	font-weight:normal;
}

.nome_colab {
	float:left; 
	padding:0 0 0 50px;
}

.contato_colab {
	float:right; 
	font-size:11px; 
	padding:15px 50px 0 0px;
}

.texto {
	text-align:justify;
	font-size:12px;
	padding:3px;
}

.texto a {
	color:#0000ff;
}

.texto a:hover {
	text-decoration:underline;
}

.texto2 {
	width: 100%;
	height:100px;
	padding:5px;
	text-align:justify;
	overflow-y: scroll;
	overflow-x: hidden;
	background:#f2f1f6;
}

.texto2 a {
	color:#0000ff;
}

.texto2 a:hover {
	text-decoration:underline;
}

.colab1 {
	background: url(images/rodape.jpg) repeat-x;
	height:40px;
	color:#000;
	font-size:20px;
	padding:0 0 0 20px;
}

.colab2 {
	width:100px;
}

.colab3 {
	width:100%;
	padding:;
	text-align:center;
	font-size:16px;
}

.colab3 a {
	color:#9c0100;
	font-style:italic;
}

.colab3 a:hover {
	text-decoration:underline;
}

.colab4 {
	width:110px;
	text-align:center;
}

.clique {
	text-align:center;
	font-size:11px;
	font-style:italic;
}

.voltar {
	text-align:center;
	background: url(images/barra_colab.jpg) repeat;
	width:70px;
}

.voltar a {
	text-align:center;
	color:#0000;
	font-weight:bold;
}

.voltar a:hover {
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

/************** HORA **************/

#hora {
	font-family:Arial; 
	font-size:9pt; 
	font-weight:bold;
	float:left;
	padding:90px 0 0 100px;
}

/************************************MENU****************************************/

.triggermenu{
  border-top:5px solid #000000;
  border-bottom:5px solid #000000;
  padding:5px 0;
  width:150px;
  float:left;
	margin-top:5px;
}

h2.trigger {
	margin: 0 0 0px 0;
	width: 150px;
	font-size: 2em;
	font-weight: normal;
  text-align:left;
  border-bottom:1px solid #000000;
}
h2.trigger a, h2 span{
  float:left;
	padding: 3px 0 5px 0;
  font-size:13px;
  color:#ae0001;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
  display:blok;
	font-weight:bold;
  
}
h2.trigger a:hover, h2 span:hover{
	color: #000;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background: #f3f3f3;
	overflow: hidden;
	font-size: 1.2em;
	width: 150px;
	clear: both;
  text-align:left;
}
.toggle_container .block a{
	padding: 0px;
  color:#000000;
	border-bottom: 1px solid #000000;
  display:block;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.toggle_container .block a:hover{
  font-weight:bold;
	border-bottom: 1px solid #d6d6d6;
  color:#ae0001;
}

.toggle_container .block p {
	padding: 5px 0;
	margin: 0px 0;
}
.toggle_container h3 {
	font: 2.5em normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
/************************************MENU 2****************************************/

.triggermenu2{
  padding:5px 0;
  width:150px;
  float:left;
	margin-top:5px;
}

h2.trigger2 {
	margin: 0 0 0px 0;
	/*background: url(h2_trigger_a.gif) no-repeat;*/
	width: 150px;
	font-size: 2em;
	font-weight: normal;
  text-align:left;
}
h2.trigger2 a, h2 span{
  float:left;
	padding: 3px 0 5px 0;
  font-size:13px;
  color:#ae0001;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
  display:blok;
	font-weight:bold;
  
}
h2.trigger2 a:hover, h2 span:hover{
	color: #000;
}
h2.active {background-position: left bottom;}
.toggle_container2 {
	margin: 0px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
	font-size: 1.2em;
	width: 150px;
	clear: both;
  text-align:left;
}
.toggle_container2 .block a{
	padding: 0px;
  color:#000000;
	border-bottom: 1px solid #000000;
  display:block;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.toggle_container2 .block a:hover{
  font-weight:bold;
  color:#ae0001;
}

.toggle_container2 .block p {
	padding: 5px 0;
	margin: 0px 0;
}
.toggle_container2 h3 {
	font: 2.5em normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container2 img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

/************ FOOTER *************/

#footer {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	background: url(images/rodape.jpg) repeat-x;
	color: #000000;
  text-align:center;
	font-size:12px;
}

#footer a {
	text-decoration: underline;
	color: #000000;
}
#footer a:hover {
	color: #bc4f0a;
	text-decoration: none;
}

.vermelho{
	color: red;
}
.italico {
	font-style: italic;
}
.pequeno{
	font-size: 9pt;
}
.smaller{
	font-size: 8pt;	
}
#title{
	margin-top: 5px;
	height: 80px;
}
#right{
	float: right;
	width: 200px;
	margin: 10px;
	margin-left: 20px;
}
