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

.body {
	background-color: #004B8A;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-smooth: always;
	color: #333;
	line-height: 19px;
	background-attachment: fixed;
	background-image: url(fotos/fundo.png);
	background-repeat: no-repeat;
	background-position: center top;
	}	

.menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15pt;
	font-weight:bold;
	font-smooth: always;
	color: #FFF;
	}

.itens {
	font-family: Oswald;
	font-size: 32px;
	color: #FFF;
	text-indent: 15px;
	}

.rodape {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	font-smooth: always;
	color: #FFF;
	}

.data {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight:bold;
	font-smooth: always;
	color: #AF178E;
	line-height: 32px;
	}

.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 42px;
	font-weight: bold;
	font-smooth: always;
	color: #004B8A;
	}

.subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
	font-smooth: always;
	color: #333;
	}
.titulos-destaques {
	font-family: Oswald;
	font-size: 32px;
	font-weight: normal;
	color: #AF178E;
	}

a.classe1:link, a.classe1:visited {
	text-decoration: none;
	color: #FFF;
	}

a.classe1:hover {
	text-decoration: none;
	color: #000;
	}

a.classe1:active {
	text-decoration: none
	}

a.classe2:link, a.classe2:visited {
	text-decoration: underline;
	color: #333;
	font-style: italic;
	}

a.classe2:hover {
	text-decoration: none;
	color: #AF178E;
	}

a.classe2:active {
	text-decoration: none;
	color: #FFF;
	background: #004B8A;
	}
	
a.classe3:link, a.classe3:visited {
	text-decoration: none;
	color: #333;
	}

a.classe3:hover {
	text-decoration: none;
	color: #AF178E;
	}

a.classe3:active {
	text-decoration: none;
	color: #333;
	}
	
.border1 img{
	padding: 3px;
	background: #fff;  /*Edite a cor de fundo*/
	border: 1px solid #999;  /*Edite a cor de borda*/
	}

.border1 img:hover {
	padding: 0px;
	background: #fff;  /*Edite a cor de fundo*/
	border: 4px solid #000;  /*Edite a cor de borda*/
	}
.destaques {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight:normal;
	font-smooth: always;
	color: #000;
	text-decoration: none;
	text-transform: none;
}
.titulo-pacotes {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight:bold;
	font-smooth: always;
	color: #004B8A;
}
.titulo-pacotes-inativos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-smooth: always;
	color: #333333;
}
.hotel {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-smooth: always;
	color: #AF178E;
}
.importante {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-smooth: always;
	color: #F00;
}