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

* {margin:0;padding:0;}
body {
	background:#ebf2e6 url(images/bg_topo.jpg) top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#21261d;
	}
/*--- LAYOUT ----------------------------------------------------------*/
#topo {
	background:url(images/topo.jpg) no-repeat;
	min-width:1000px;
	height:110px;
	}
#bgmenu {
	background:url(images/bg_verde02.jpg);
	width:100%;
	height:40px;
	}
#menu {
	background:url(images/bg_verde01.jpg) no-repeat;
	min-width:1000px;
	height:40px;
	}
#lado1 {
	position:absolute;
	top:150px;
	left:0;
	width:160px;
	height:700px;
	background:url(images/lado01.jpg) no-repeat;
	}
#lado2 {
	position:absolute;
	top:150px;
	left:840px;
	width:160px;
	height:700px;
	background:url(images/lado02.jpg) no-repeat;
	}
#cont {
	position:absolute;
	top:150px;
	left:160px;
	width:670px;
	padding-bottom:30px;
	}
#cont_2 {
	position:absolute;
	top:150px;
	left:210px;
	width:560px;
	padding-bottom:30px;
	}
/*--- MENU --------------------------------------------------------*/
#menu ul {
	padding:5px 0 0 10px;
	}
#menu li {
	display:inline;
	margin:8px;
	}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	}
#menu a:hover {
	color:#f9ffb2;
	text-decoration:none;
	}
/*--- STYLE -------------------------------------------------------*/
h1 {
	font-size:1px;
	text-indent:-300px;
	}
h2 { 
	margin:0 0 10px 0;
	color:#496028;
	}
h3 {
	border-bottom:1px solid #000000;
	width:530px;
	margin:20px 0 10px 10px;
	}
h4 {
	color:#496028;
	font-size:14px;
	font-weight:bold;
	}
.legenda {
	font-size:12px;
	font-style:italic;
	text-align:right;
	margin-bottom:15px;
	}
/*--- PACOTES -----------------------------------------------------*/
#cont_2 ul {
	margin:10px 30px;
	}
q {
	color:#990000;
	}
/*--- DEPOIMENTOS -------------------------------------------------*/
blockquote {
	background:#FFFFFF;
	width:500px;
	padding:15px;
	border:1px solid #21261d;
	margin:15px auto;
	}
blockquote p {
	font-weight:bold;
	margin-bottom:5px;
	text-indent:15px;
	text-align:justify;
	}
blockquote em {
	font-weight:normal;
	}
/*--- INDEX ------------------------------------------------------*/
p {
	text-indent:25px;
	margin:10px 0 10px 0;
	text-align:justify;
	}
.dest {
	font-weight:bold;
	text-align:center;
	margin:20px 0 20px 0;
	font-size:16px;
	color:#990000;
	}
.cont_idx li {
	list-style:none;
	margin:7px 0 7px 15px;
	}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
	}
.centerdiv>div{ /*Proper way to center a relative div*/
margin: 10px auto;
	}
/*--- FORM --------------------------------------------------------*/
#formcontato {
	margin-left:60px;
	}
.formm {
	border:1px solid #496028;
	background-color:#FFFFFF;
	width:250px;
	}
.formm_txt {
	display:block;
	float:left;
	width:100px;
	font-size:12px;
	font-weight:bold;
	}
.bt_enviar {
	float:right;
	margin-right:150px;
	width:80px;
	margin-top:5px;
	}