body {
	margin: auto;
	background-color: #f8f8f8;
	text-align: center;
	color: rgb(102, 102, 102);
	font: 11px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#principal {
	width: 778px;
	margin: auto;
	text-align: left;
	background-color: rgb(239, 239, 239);
}

div.cleardiv {
	clear: both;
}

a{
	text-decoration: none;
	color: gray;
}

a:link{
	text-decoration: none;
	color: gray;
}

a:visited{
	text-decoration: none;
	color: gray;
}

a:hover{
	text-decoration: none;
	color: rgb(225, 127, 28);
}

a:active{
	text-decoration: none;
	color: gray;
}

.menu a {
	color:rgb(117, 128, 113);
	text-decoration: none;
	font-family: Arial Narrow, Arial;
	font-size: 10px;		
}

.menu a:link {
	color:rgb(117, 128, 113);
	text-decoration: none;
	font-family: Arial Narrow, Arial;
	font-size: 10px;		
}

.menu a:visited {
	color:rgb(117, 128, 113);
	text-decoration: none;
}

.menu a:hover {
	color: rgb(225, 127, 28);
	text-decoration: none;
}

.menu a:active {
	color:rgb(117, 128, 113);
	text-decoration: none;
}

.menu img {
	margin-right: 7px;
	margin-left: 7px;	
	padding-bottom: 2px;
}

img.boxTitulo {
	margin-left: 10px;
	margin-bottom: 15px;
}

div.contato {
	font-size: 10px;
}

div.separador {
	border-top: 1px solid rgb(211, 211, 202);
}


/************* CABECALHO *****************/
#cabecalho {
	height: 275px;
	width: 778px;	

}
div.topoCor {
	border-bottom: 2px solid white;
	border-right: 2px solid white;	
	width: 310px; 
	height: 23px;
	float: left;
	background-color: rgb(244, 196, 0)
}

div.topoFoto1 {
	border-bottom: 2px solid white;
	width: 466px; 
	height: 21px;
	padding-top: 2px;
	float: right;
	background: url("../img/topo_bg.jpg") no-repeat top;		
	text-align: right;	
	
}
div.topoFoto1 span{
	color: white;
	font-size: 10px;
	margin-right: 10px;
}

div.topoFoto21 {
	float: left;
	width: 310px;
	border-right: 2px solid white;	
}

div.topoFoto22 {
	float:right;
	width: 465px;
}

div.topoIdiomas {
	border-top: 2px solid white;
	width: 311px; 
	float: left;
	height: 52px;
	background-color: rgb(226, 225, 220);
	font-family: Arial Narrow, Arial;
	
}

div.topoIdiomas img{
	margin-top: 11px;
	margin-left: 11px;
	margin-right: 4px;
	float: left;
	cursor: pointer;
}

div.topoFoto3 {	
	width: 467px; 
	float: right;
}

div.topoFoto4 {
	width: 292px; 
	float: right;
}

div.topoMenu {		
	width: 486px; 
	height: 70px;
	float: left ;
}

div.menuItensTopo {
	height: 22px;
	padding-top:2px;
	padding-bottom:0px;
	background-color: white;
	border-bottom: 1px solid #D2D3CD;
	border-top: 1px solid #D2D3CD;	
}


/************ FIM CABECALHO ****************/


/**************** RODAPE ********************/
#rodapeMenu{
	height: 19px;
	width: 778px;
	background: url("../img/rodape_menu.gif") no-repeat top;	
	text-align:center;
	font-family: Arial Narrow, Arial;
	font-size: 10px;	
	padding-top:4px;
}

#rodapeContato{
	height: 42px;
	width: 778px;
	background: url("../img/rodape_contato.gif") no-repeat top;	
	text-align:center;
	padding: 0px;
	padding-top:3px;
	font-size: 10px;	
	color: rgb(225, 127, 28);
}

#rodapeContato a{
	color: rgb(225, 127, 28);
	text-decoration: none;
}

#rodapeContato a:link{
	color: rgb(225, 127, 28);
	text-decoration: none;
}

#rodapeContato a:visited{
	color: rgb(225, 127, 28);
	text-decoration: none;
}

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

#rodapeContato a:active{
	color: rgb(225, 127, 28);
	text-decoration: none;
}

/****************** FIM RODAPE ***********************/



#conteudo {
	width: 728px; /* width do #principal - (padding do #conteudo*2) */
	padding: 25px;
	display: table;
}


/** Estilos da Home **/

div.textoesq {
	float: left;
	display: inline; /* para o doubled float-margin bug do ie */
	background: white;
	width: 410px;
	margin-bottom: 30px;
}

div.textodir {
	float: right;
	display: inline; /* para o doubled float-margin bug do ie */
	background: white;
	width: 279px;
	margin-bottom: 30px;
}

div.boxConteudo{
	padding-left: 20px;
	padding-right: 20px;	
	display: table;
	background-color:white;
}

div.tarifario{
	padding-left: 20px;
	padding-right: 20px;	
	display: table;
	background-color:white;
}

div.boxGlobal {
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;		
}

div.boxHeadEsq {
	background: url("../img/box_head_esq.gif") no-repeat top;
	width: 410px;
	height: 30px;
}

div.boxFootEsq {
	background: url("../img/box_foot_esq.gif") no-repeat bottom;
	width: 410px;
}

div.boxHeadDir {
	background: url("../img/box_head_dir.gif") no-repeat top;
	width: 279px;
	height: 30px;
}

div.boxFootDir {
	background: url("../img/box_foot_dir.gif") no-repeat bottom;
	width: 279px;	
}

img.boxThumb {
	margin-bottom: 10px;	
}

div.boxTextoDestaque {
	color: rgb(225, 127, 28); 
	margin-top: 20px;
	font-size: 12px;
}
div.pacotesDestaque {	
	float: left; 
	width: 230px;
}

/** Fim dos estilos da Home **/


/** Estilos das Paginas Internas**/

div.textocent {
	background-color: white;
	width: 693px;
	margin-bottom: 30px;
}

div.boxHeadCent {
	background: url("../img/box_head_cent.gif") no-repeat top;
	width: 695px;
	height: 30px;
}

div.boxFootCent {
	background: url("../img/box_foot_cent.gif") no-repeat bottom;
	width: 695px;	
}

div.internoFiguras {
	float: left;
	width: 135px;
	margin-right: 10px;
}

.internoTexto {
	width: 500px;
	float: right;
	margin-bottom: 20px;
}


/* Seção de fotos da pagina de estrutura */
#embrulhoFotos {
	padding: 10px;
	padding-top: 0px;
}
#embrulhoFotos .blocoEsquerdo {
	float: left;
	background-color: rgb(245,250,240);
	padding: 10px;
	border: 0px;
}

#embrulhoFotos .blocoDireito {
	float: right;
	border: 0px;	
}
img.thumbFoto {
	margin: 5px; 
	padding: 1px; 
	border: 1px solid rgb(200, 200,200); 
	text-align:center;
	cursor:pointer;
	display: block;
}

img.marked {
	border: 2px solid #FFA320;
	background-color: #FFA320;
}

h2.fotos {
	font-family: Tahoma, Arial;
	font-size: 12px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 1px;
	font-weight: bolder;
	margin-bottom: 25px;
	text-align:right;
	color: rgb(220,100, 110);
}

#controleFoto span{
	cursor: pointer;
	text-align: center;
}


/* Estilo dos formularios de cadastro e contato */
div.agrupamento {
	border: 1px solid rgb(239, 239, 229); 
	
	margin-top: 13px;
	padding: 1px;
	 
	font-size: 12px; 
	font-family: Tahoma, Helvetica, Verdana, sans-serif; 
	font-weight: bold;
	
	margin-left: 7px;
}

div.agrupamento .titulo {
	padding: 7px;
	background-color: transparent;
}

div.agrupamento .controle {	
	background: rgb(249, 249, 239);
	
	padding: 6px;
	font-weight: normal;	
}

div.messages {
	border: 1px solid rgb(239, 200, 198);
	background-color: rgb(255, 240, 235);
	padding-left: 5px;
	color: rgb(185, 40, 35);
}

div.controleColEsq {
	float: left;
	width: 200px;
}

div.controleColDir {
	width: 200px;
	border: 1px solid #DDD;
	background-color: #FAFAF1;
	padding: 2px;
	margin-left: 200px;
}



/** Fim dos estilos das Paginas Internas **/

/*** Estilos do pacote em destaque **/

div.pacoteTicket {
	border: 1px dashed rgb(214, 223, 149); 
	padding: 10px;
}

div.pacoteTitulo {
	font-size: 16px; 
	font-weight: bolder; 
	color: #D97E3C; 
	padding: 5px;
	background-color: #FFF8F4;
	border: 1px solid #EAE3E4;
}

div.pacoteTexto {
	padding: 6px; 
	margin-top: 0px;
}

div.pacoteTexto p{
	margin: 0px; 
	color: black;
}

div.pacoteObservacoes {
	float:left; 
	width: 400px; 
	margin-top: 4px;
}

div.pacoteData {
	float:right;
	color: rgb(170, 100, 100);
}

/*** Fim dos estilos do pacote em destaque **/
