@charset "utf-8";

@font-face {
	font-family: 'Frutiger';
	src: url('../horizontal_files/Frutiger.eot?#iefix') format('embedded-opentype'), url('../css/Frutiger.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Frutiger';
	src: url('../horizontal_files/Frutiger.eot?#iefix') format('embedded-opentype'), url('../css/Frutiger.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html { /* Este hack é para fazer com que o gradiente preencha toda a pagina */
	min-height: 100%;
}

* {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font-family: 'Frutiger', Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 960px;
}

.sobre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 960px;
}

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

/* MENU 1 */
.menu_1 {
	min-width: 960px;
	font-family: 'Frutiger';
	font-size: 16px;
	text-align: center;
	z-index: 10;
	width: 100%;
	height: 81px;
	margin: 0px;
	background-color: #5c86b0;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	position: fixed;
	opacity: 0.90;
}
.menu_1 img {
	padding-right: 200px;
	/*text-align: left;*/
}
nav_1 {
	margin: 0px auto;
	text-align: center;
}
nav_1 ul ul {
	display: none;
}
nav_1 ul li:hover > ul {
	display: block;
}
nav_1 ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
nav_1 ul:after {
	content: "";
	clear: both;
	display: block;
}
nav_1 ul li {
	float: left;
}
nav_1 ul li:hover {
	background: #4b545f;
	background: linear-gradient(to bottom, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%, #5f6975 40%);
}
nav_1 ul li:hover a {
	color: #fff;
}
nav_1 ul li:hover > ul {
	display: block;
}
nav_1 ul li a {
	display: block;
	padding: 30px 16px;
	color: #fff;
}
nav_1 ul ul {
	background: #5f6975;
	padding: 0;
	position: absolute;
	top: 80%;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	text-align: left;
}
nav_1 ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}
nav_1 ul ul li a {
	padding: 8px 15px;
	color: #fff;
}
nav_1 ul ul li a:hover {
	background: #4b545f;
}
nav_1 ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

/* MENU 2 */
.menu_2 {
	min-width: 960px;
	font-family: 'Frutiger';
	font-size: 16px;
	text-align: center;
	z-index: 10;
	width: 100%;
	height: 45px;
	margin: 0;
	background-color: #5c86b0;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	position: fixed;
	opacity: 0.90;
	display: none;
}
.menu_2 img {
	padding-right: 200px;
	/*text-align: left;*/
}
nav_2 {
	margin: 0px auto;
	text-align: center;
}
nav_2 ul ul {
	display: none;
}
nav_2 ul li:hover > ul {
	display: block;
}
nav_2 ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
nav_2 ul:after {
	content: "";
	clear: both;
	display: block;
}
nav_2 ul li {
	float: left;
}
nav_2 ul li:hover {
	background: #4b545f;
	background: linear-gradient(to bottom, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%, #5f6975 40%);
}
nav_2 ul li:hover a {
	color: #fff;
}
nav_2 ul li:hover > ul {
	display: block;
}
nav_2 ul li a {
	display: block;
	padding: 12px 16px;
	color: #fff;
}
nav_2 ul ul {
	background: #5f6975;
	padding: 0;
	position: absolute;
	top: 100%;
	display: none;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	text-align: left;
}
nav_2 ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}
nav_2 ul ul li a {
	padding: 8px 15px;
	color: #fff;
}
nav_2 ul ul li a:hover {
	background: #4b545f;
}
nav_2 ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

/* CORPO */
.corpo {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 45px;
}
.corpo .sobre {
	margin-top: 40px;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 60px;
	width: 960px;
}
.corpo .sobre p {
	margin-top: 20px;
}
.corpo .cabecalho {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.corpo .botoes_inicio {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.corpo .botoes_inicio .botao {
	display: inline-block;
}
.corpo .botoes_inicio .botao_centro {
	display: inline-block;
	margin-left: 23px;
	margin-right: 23px;
}
.corpo .destaque {
	/*font-family: 'Filetto';*/
	font-family: Verdana;
	font-size: 16px;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 50px;
}
.corpo .destaque p {
	/*font-family: 'Filetto';*/
	font-family: Verdana;
	padding-top: 10px;
	padding-bottom: 10px;
}
.corpo .destaque .fotos {
	text-align: center;
}

.corpo .destaque .fotos img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.corpo .titulo {
	font-family: 'Frutiger';
	font-size: 26px;
	margin-bottom: 5px;
	color: #336599;
	background-image: -o-linear-gradient(left, rgba(92,134,176,1) 2px 2px, rgba(70,101,132,0) 2px 2px);
	background-image: -moz-linear-gradient(left, rgba(92,134,176,1) 2px 2px, rgba(70,101,132,0) 2px 2px);
	background-image: -webkit-linear-gradient(left, rgba(92,134,176,1) 2px 2px, rgba(70,101,132,0) 2px 2px);
	padding-bottom: 2px;
	padding-left: 2px;
}
.corpo .titulo_com_fundo {
	background: #336599;
	color: #fff;
	display: inline-block;
	font-family: 'Frutiger';
	font-size: 26px;
	margin-bottom: 5px;
	padding: 5px 10px;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.corpo .subtitulo {
	font-family: 'Frutiger';
	font-size: 16px;
	font-weight: normal;
	background: #336599;
	width: auto;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.corpo .descricao {
	font-size: 14px;
	padding: 20px;
}
.corpo .opcoes {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.corpo .opcoes .inativo {
	font-family: 'Frutiger';
	font-size: 18px;
	background: #336599;
	width: auto;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.corpo .opcoes .ativo {
	font-family: 'Frutiger';
	font-size: 18px;
	background: #a5c0d9;
	width: auto;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.specs {
	width: 960px;
}
.specs .esquerda {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}
.specs .specs_titulo {
	text-align: right;
	font-family: Frutiger;
	font-size: 18px;
	color: #336599;
	font-weight: bolder;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #5883ac;
}
tr.specs td {
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.dimensoes {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.fotos {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.corpo .locacao {
	width: 960px;
	text-align: center;
	margin-bottom: 20px;
}
.corpo .locacao .link {
	text-decoration: none;
	color: #000;
}
.corpo .locacao .imagem {
	display: inline-block;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	width: 150px;
}
.corpo .locacao .locacao_descricao {
	font-family: 'Frutiger';
	font-size: 18px;
	display: inline-block;
	text-align: center;
	width: 150px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.clear {
	clear: both;
}

/* RODAPE */
.rodape {
	font-family: 'Frutiger';
	color: #ffffff;
	width: 960px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #466584;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.rodape .links {
	font-size: 13px;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
}
.rodape .bloco {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.rodape .social {
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
}