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

*{
	padding:0;
	margin:0;
}

body{
	font:12px "Verdana", Geneva, sans-serif;
	line-height:18px;
	color:#666;
	background:#dedede url(../img/bg.jpg) no-repeat top center;
}

#page{
	width:966px;
	position:absolute;
	left:50%;
	margin-left:-483px;
}

h2{
	font:24px "Georgia", Times New Roman, Times, serif;
	font-style:italic;
}

h3, #main1 dl dt{
	font:18px "Georgia", Times New Roman, Times, serif;
	font-style:italic;
}

/***************************************************************************************** TOPO */

#header{
	width:966px;
	height:172px;
	font:12px "Georgia", Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	margin-top:10px;
}

#header a{
	text-decoration:none;
	color:#fff;
}

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

#header li{
	list-style:none;
	float:left;
}

#menu1 li{
	margin-left:50px;
}

#menu1{
	height:46px;
	float:left;
	margin-top:48px;
	background:url(../img/bdm1.png) no-repeat left;
	padding-top:30px;
}

#logo{
	float:left;
}

#menu2 ul{
	padding-left:15px;
}

#menu2 li{
	margin-left:20px;
	margin-right:30px;
}

#menu2{
	height:46px;
	float:left;
	margin-top:48px;
	background:url(../img/bdm2.png) no-repeat right;
	padding-top:30px;
}

#menu1, #menu2{
	width:352px;
}


/***************************************************************************************** CENTRO */

#main{
	width:966px;
	height:20px;
	min-height:20px;
	max-height:100%;
	float:left;
	margin:20px 0 40px 0;
}
html>body #main{
	height:auto;
}

#main1{
	width:578px;
	margin-right:40px;
	float:left;
}

#main1 a {
	color:#690;
	text-decoration:none;
	font:18px "Georgia", Times New Roman, Times, serif;
	font-style:italic;
	display:block;
	margin-top:20px;
}

#main1 a:hover{
	color:#09C;
}

#main1 h2{
	color:#EF007B;
	margin-top:30px;
}

#main1 h2#nomarge{ margin-top:0; }

#main1 h3, #main1 dl dt{
	color:#690;
	margin-top:30px;
}

#main1 dl dt, #interna dl dt{ margin-bottom: 10px; }

#main1 dl{
	margin-top:20px;
}

#main2{
	width:332px;
	float:left;
}

#hometemp h2{
	color:#ef007b;
}

#homeport h2{
	color:#2da0d2;
	background:url(../img/pag.png) no-repeat right;
}

#homeport input{
	color:#2da0d2;
	font-size:12px;
}

#homeport pre{
	font:11px "Tahoma", Geneva, sans-serif;
	color:#666;
}

#homeport select{
border:2px solid #fff;
background:#eee;
font-size:11px;
color:#2da0d2;
width:auto;
padding:3px;
}

#homeport input#q9, #homeport input#q11{
width:328px;
border:2px solid #fff;
background:#eee;
padding:3px;
}

#homeport input#q18{
width:307px;
border:2px solid #fff;
background:#eee;
padding:3px;
}

input#btSend{
background:url(../img/send.png);
width:71px;
height:33px;
border:0;
cursor:pointer;
}

input#btSend:hover, #formContato input#btSend:hover{
background:url(../img/send.png);
background-position: 0px -66px;
}

input#btSend:active, #formContato input#btSend:active{
background:url(../img/send.png);
background-position: 0px -33px;
}

#hometemp li{
	list-style:none;
	font:16px "Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-weight:bold;
	margin-top:20px;
}

#boxhometemp{
	margin-bottom:50px;
}

#hometemp, #boxhometemp{
	height:20px;
	min-height:20px;
	max-height:100%;
	float:left;
}
html>body #boxhometemp, html>body #hometemp{
	height:auto;
}

#boxhometemp ul{
	float:left;
}

#boxhometemp ul.colunaesk{
	margin-right:20px;
}

#boxhometemp li{
	height:42px;
}

#boxhometemp li img{
	margin-right:5px;
	float:left;	
}

#boxhometemp li span{
	float:left;
	padding-top:10px;
}

#boxhometemp a{
	text-decoration:none;
	color:#666;
}

#boxhometemp a:hover{
	color:#09C;
}


/***************************************************************************************** RODAPE */

#footer{
	width:966px;
	clear:both;
	text-align:center;
	margin-bottom:40px;
	color:#ccc;
}


/***************************************************************************************** INTERNA */

#interna h3, #interna dl dt{
	color:#690;
	margin-top:30px;
	font:18px "Georgia", Times New Roman, Times, serif;
	font-style:italic;	
}

#interna{
	padding:20px;
	height:20px;
	min-height:20px;
	max-height:100%;
	float:left;
	width:96%;
}
html>body #interna{ height:auto;}

#interna h1{
	font:24px "Georgia", Times New Roman, Times, serif;
	font-style:italic;
	color:#ef007b;
	margin-bottom:20px;
}

#interna h2{
	font:20px "Georgia", Times New Roman, Times, serif;
	font-style:italic;
	color:#39c;
	margin:40px 0 10px 0;
}

p{
	margin-top:10px;
	text-align:justify;
}

#interna a{
	color:#ef007b;
	text-decoration:none;
}

#interna a:hover{
	text-decoration:underline;
}

/***************************************************************************************** CONTATO */

#formContato input, #formContato textarea{
width:100%;
border:2px solid #fff;
background:#eee;
padding:3px;
color:#ef007b;
font-weight:bold;
margin:5px 0 10px 0;
}

#formContato input#btSend{
background:url(../img/send.png);
width:71px;
height:33px;
border:0;
}

hr {
border:0;
border-bottom:1px dashed #B8DC7C;
margin-top:30px;
}

/***************************************************************************************** HOSPEDAGEM */

#planos {
float:left;
}

#tabVantagens{
float:left;
margin-left:40px;
width:62%;
}

#tabVantagens table td{
padding:3px 5px;
}

.boxplano {
background:#EEE;
border:1px dashed #B8DC7C;
height:70px;
margin-bottom:20px;
padding:10px;
width:280px;
}

.boxplano img {
float:left;
margin-top:10px;
}

.boxplano img.titPlano{
margin-top:25px;
}

.phosp {
float:left;
margin-left:30px;
}

.adsense{
padding:20px 0;
clear:both;
}
