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

/* Desenvolvida por Luiz Fabiano da Silva Oliveira */
/* E-Mail: contato@luizfabiano.com.br              */
/* URL: http://www.luizfabianoo.com.br             */
/* Messenger: msn@luizfabiano.com.br               */
/* Tel: (83) 8808-0002                             */

/** Configurações gerais **/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address { margin: 0px; padding: 0px; }
img { border: 0px; }
body {
	text-align: center; /* IE */
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #999999;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat-x;
}


/* Website */

#website {
    width: 975px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}
    
	/* Topo */
	#topo {
	    width: 975px;
	}
	    
		/* Logomarca */
		#logomarca {
		    width: 300px;
			padding-top: 5px;
			float:left;
		}
		/* Logomarca */
		
		/* Área do Cliente */
		#areaDoCliente {
		    width: 227px;
			padding-left: 100px;
			height: 79px;
			padding-top: 35px;
			float: right;
			
		}
		#areaDoCliente p {
			padding-bottom: 10px;
		}
		#areaDoCliente input {
			background-color: #000;
			border: 1px solid #690C05;
		}
		/* Área do Cliente */
	
	/* Topo */
	
	/* Menu */
	#menu {
	    width: 975px;
		padding-top: 24px;
		text-align:center;
		margin-bottom: 10px;
	}
	/* Menu */
	
	/* Hoteis Pacotes */
	#hoteisPacotes {
	    width: 975px;
		height: 407px;
		background-image: url(../imagens/fundo_hoteis_pacotes.jpg);
		background-repeat: no-repeat;
		background-position: 0px 7px;
		margin-bottom: 10px;
	}
	    #hoteis {
		    width: 260px;
			padding-top: 17px;
			float: left;
			margin-left: 20px;
		}
		    #hoteisInternacionais {
			    width: 125px;
				height: 170px;
				padding-top: 130px;
				float: left;
				background-image: url(../imagens/reserva_hotel_internacional.png);
				background-repeat: no-repeat;
				text-align:center;
			}
			
			#hoteisNacionais {
			    width: 125px;
				height: 170px;
				padding-top: 130px;
				float: right;
				background-image: url(../imagens/reserva_hotel_nacional.png);
				background-repeat: no-repeat;
				text-align:center;
			}
		
		#pacotesFlash {
			width: 669px;
			float: right;
			margin-right: 10px;
			padding-top: 17px;
		}
	/* Hoteis Pacotes */
	
	/* Conteúdo Site */
	#conteudoSite {
	    width: 955px;
		padding-left: 10px;
		padding-right: 10px;
		background-image: url(../imagens/fundo_conteudo_site.jpg);
		background-repeat: repeat-x;
		background-position: 0px 82px;
	}
	    
		/* Fundo Conteúdo */
		#fundoConteudo {
		    width: 953px;
			background-color: #FFF;
		}
		
		    /* Esquerdo */
			#esquerdo {
				width: 264px;
				padding-right: 8px;
				float: left;
				background-image: url(../imagens/fundo_esquerdo.jpg);
				background-position: 258px 0px;
				background-repeat: no-repeat;
			}
				#esquerdo img {
					margin-right: 10px;
					margin-bottom: 10px;
				}
				#espacamento {
					padding-left: 5px;
					padding-right: 5px;
					margin-bottom: 10px;
				}
			/* Esquerdo */
			
			/* Direito */
			#direito {
			    width: 655px;
				float: right;
				padding-top: 15px;
				padding-right: 5px;
			}
			    #direito img {
					margin-right: 10px;
					margin-bottom: 10px;
				}
				
				#pacoteEspecial {
				    width: 655px;
					margin-bottom: 30px;
				}
				     #detalhePacoteEspecial {
				         width: 211px;
						 float: left;
					 }
					     #detalhePacoteEspecial img {
							margin: 0px; 
						 }
						 
				 #pacotes {
				     width: 655px; 
					 margin-bottom: 10px;
				 }
				     
					 #pacotePrincipal1 {
						width: 167px;
						float: left;
						margin-right: 77px;
						text-align: center;
					 }
					 #pacotePrincipal2 {
						width: 167px; 
						float: left;
						margin-right: 77px;
						text-align: center;
					 }
					 #pacotePrincipal3 {
						width: 167px;
						float: right; 
						text-align: center;
					 }
					 
				     #pacotesNacionais {
					     width: 320px;
						 float: left;
					 }
					 #pacotesInternacionais {
						 width: 320px;
						 float: right;
					 }
					 
				  #hotel {
				      width: 655px;  
				  }
				     #hotelEsquerdo {
					     width: 320px;
						 float: left;
					 }
					 #hotelDireito {
						 width: 320px;
						 float: right;
					 }
				
			/* Direito */
		
		/* Fundo Conteúdo */
			
	/* Conteúdo Site */

/* Website */


/* Rodapé */

#fundoRodape {
    width: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../imagens/fundo_rodape.jpg);
	background-repeat: repeat-x;
}

    #rodape {
		width: 965px;
		padding: 5px;
		margin: 0px auto;
		text-align: left;
	}

/* Rodapé */

/* Links */
.linkLaranja {
	color: #FF700A;
	text-decoration: none;
}
.linkLaranja:link {
	color: #FF700A;
	text-decoration: none;
}
.linkLaranja:hover {
	color: #FF700A;
	text-decoration: underline;
}

.linkVermelho {
	color: #690C05;
	text-decoration: none;
}
.linkVermelho:link {
	color: #690C05;
	text-decoration: none;
}
.linkVermelho:hover {
	color: #690C05;
	text-decoration: underline;
}

.linkPreto {
	color: #000;
	text-decoration: none;
}
.linkPreto:link {
	color: #000;
	text-decoration: none;
}
.linkPreto:hover {
	color: #000;
	text-decoration: underline;
}


/* Links */

h1 {
    color: #690C05;
	font-size: 18px;
}
h2 {
    color: #690C05;
	font-size: 14px;
}
.tituloLaranja {
	color: #FF700A;
}

.tituloVermelho {
	color: #690C05;
}

.tituloCinza {
	color: #999999;
}

.bordaLaranja {
    border: 2px solid #FF700A;	
}

.bordaVermelha {
    border: 2px solid #690C05;	
}

.bordaCinza {
    border: 2px solid #999999;	
}

input, textarea {
    background-color: #FF700A;
	border: 1px solid #000;
	padding: 5px;
}

.fundoTabela0 {
    background-color: #C8C8C8;	
}

.fundoTabela1 {
    background-color: #EAEAEA;	
}
