@charset "utf-8";

* {
	text-decoration : none;
	margin : 0;
	padding : 0;
	list-style : none;
	border : none;
	font-family:arial;
	font-size:11px;
}


* body {
	background:url(img/fundo.jpg) repeat-x #fff;
	/*padding-top:10px;*/
	
}

a { 
	color:#009933;
}


a:hover { 
	color:#009933;
	text-decoration: underline;
}

/* formularios */


select { 
	border: 1px #C2B23D solid;
	width:180px;
}

input { 
	border: 1px #333333 solid;
}

input:hover { 
	border: 1px #C2B23D solid;
}

input:focus { 
	background:#D9D7BB;
	border: 2px #C2B23D solid;
}
textarea { 
	border: 1px #333333 solid;
}

textarea:hover { 
	border: 1px #C2B23D solid;
}

.inputSemBorda { 
	border: 0px;
}

.botao { 
	background-color:#C2B23D;
	height:20px;
}
/* fim form*/
.titulopg {
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	color: #165436;
	font-weight: bold;
}
.pacote {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #C2B23D;
	font-weight: bold;
}.dias {
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	color: #9D8F31;
	font-weight: bold;
}
.textosimples {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.textolegal {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color:#999999;
}
.preco {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.entrada {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.menu {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}
a.link:link {
	color: #666666;
	text-decoration:none;
}
a.link:visited {
	color: #666666;
	text-decoration:none;
}
a.link:hover {
	color: #000000;
	text-decoration: underline;
}
a.link:active {
	color:#666666;
	text-decoration: none;
}
a.menu:link {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color: #CC9900;
	text-decoration:none;
}
a.menu:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color: #CC9900;
	text-decoration:none;
}
a.menu:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#8E6B40;
	text-decoration: underline;
}
a.menu:active {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#CC9900;
	text-decoration: none;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #182329;
	height: 79px;
}
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 55px;
}
.caixas {
	background-color: #165436;
	border: 1px solid #182329;
}
.chmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #165436;
	background-color: #EAE4BB;
	border: 2px solid #C2B23D;
	padding-left:20px;
}
.corpo {
	padding-top:20px;
}


.banner {
	background-color: #182329;
}
.img{
	margin:2px;
	border: 1px solid #CCCCCC;
	padding:2px;
}
