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

/* CSS RESET */
*{
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

/* SELETORES */

body{
	background-image:url(../imagens/base_04.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5e5d5d;
	font-size:16px;
	line-height: 25px;
	background-color:#dadada;
}
a{
	color:#52380b;

}
a:hover{
	color:#ac8136;

}
h1 a{
	display:block;
	text-indent:-9999px;
	float:left;
	width:222px;
	height:148px;
	background-image:url(../imagens/logo_02.png);
}
h2{
	color:#d2ab67;
	font-size:20px;
}
/* CLASS */

.clear{
	clear:both;	
}
.bitola{
	width:998px;
	height:auto;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 240px;
	
}
.form_txt{
	width:500px;
	border:1px;
	border-bottom-style:dotted;
	border-bottom-color:#333;
	background:#EEE;
	height:25px
}
.form_txt2{
	width:190px;
	border:1px;
	border-bottom-style:dotted;
	border-bottom-color:#333;
	background:#EEE;
	height:25px
}
.form_area{
	width:500px;
	border:1px;
	border-bottom-style:dotted;
	border-bottom-color:#333;
	background:#EEE;
	height:100px;
}
.but{
	width:500px;
	border:1px;
	border-bottom-style:dotted;
	border-bottom-color:#333;
	background:#DDD;
	height:25px
}
.txt_contato{
	color:#90164d;
	font-size:14px;
	font-weight:bold;
}
.contato{
	color:#52380b;
	font-weight:bold;
	font-size:15px;
}
.contato_slim{
	color:#000;
	font-size:15px;
}
.titulo{
	color:#52380b;
	font-weight:bold;
	font-size:18px;
}
.veja{
	color:#52380b;
	font-weight:bold;
	font-size:16px;
	text-align:right;
	display:block;
	float:right;
	width: 100px;
	margin-right: 10px;
}
.line{
	background-repeat:no-repeat;
	width: 426px;
	display:block;
	height:24px;
	color:#0f8c46;
	padding-left: 20px;
	padding-bottom:2px;
	list-style:none;
	margin-bottom: 1px;
}
/* DIVS */

#wrapper{
	background-image:url(../imagens/base_06.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	min-height: 277px;
	height:auto;
	margin:0 auto;
}
#top{
	height: 148px;
	margin:0 auto;
	width: 998px;
}
#head{
	width:998px;
	height:auto;
	margin:0 auto;	
}
#head ul {
    float: right;
    list-style: none;
    padding: 0;
	margin-right: 60px;
}

#head ul li {
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 20px 0;
}

#head ul li a {
    color: #52380b;
	font-size:16px;
    text-decoration: none;
    display: block;
	background-image:url(../imagens/bull.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 15px;
	padding-right: 25px;
	margin-top: 95px;
}

#head ul li a:hover {
    color: #ac8136;
    text-decoration: none;
	/* border-bottom: 2px solid; */
} 
#imagem_home{
	background-image:url(../imagens/rio_de_janeiro_08.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#d2ab67;
	height: 166px;
	margin:0 auto;
}
#content{
	min-height: 472px;
	margin:0 auto;
	min-height: 100px;
	background-color:#FFF;
}
#apres{
	display:block;
	width: 510px;
	height: auto;
	float:left;
	margin:30px 0px 10px 20px;
	text-align:justify;
}

#box{
	display:block;
	background-image:url(../imagens/box_12.jpg);
	margin:10px 20px 10px 0px;
	width: 369px;
	height: 217px;
	float:right;
	line-height: 19px;
	font-size: 16px;
}
#box ul li{
	list-style:inside;
	list-style-type:square;
	margin-left: 20px;
}
#box p{
	margin: 10px;
}
#footer{
	margin:0 auto;
	background-image:url(../imagens/bgf_12.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:11px;
	line-height: 12px;
	color:#666;
}
#foot_e{
	display:block;
	width: 630px;
	float:left;
	margin: 0;
}
#foot_d{
	display:block;
	width: 360px;
	float:right;
	margin: 0;
	text-align:right;
}
#footer img{
	margin: 5px;
}
#pe{
	width:998px;
	height:auto;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#textos{
	width:700px;
	height:auto;
	text-align:justify;
}
#textos p{
	margin-top: 20px;
}
#miolo{
	float:right;
	width: 990px;
	height: auto;
}
#areas{
	width: 400px;
	min-height: 23px;
	display:block;
	float:left;
	height:auto;
}
#descricao{
	width: 550px;
	display:block;
	float:left;
	min-height: 360px;
	background-image:url(../imagens/box_bg.png);
	border:1px;
	border-left-style:solid;
	border-left-color:#895000;
	padding: 10px;

}