@charset "utf-8";

/* Gerais */

body {
	font-family: Arial, Helvetica, sans-serif;
/*	margin-top: 20px; */
	margin:0;
	padding:0;
}
img {
	border: none;
}
textarea {
	resize: none;
}
iframe {
	border: none;
}

/* fim - gerais */

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* Header */

header {
/*	border-bottom: 2px solid #e32526;*/
	margin-bottom: 10px;
	position: relative;
	left: 0px;
	top: 0px;
}
header p {
	margin: 0;
}
#logotipo {
	float: left;
}
#localidade_logo {
	font-size: 18px;
	font-weight: bold;
	color: #62c2d0;
	margin-left: 245px;
	margin-top: -20px;
}
#contactos {
	float: right;
	width: 630px;
}
#contactotelefone {
	font-size: 32px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;	
	text-align: right;
}
#redessociais {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;	
}
#phone_icon {
	vertical-align: baseline;
}
#menu {
	height: 40px;
	background-color: #62c2d0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 630px;	
}
#menu ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu ul li {
	float: left;
	text-align: center;
	background-color: #62c2d0;
	padding: 0;
	margin: 0;
/*	border-right: 2px solid #fff;*/
}
.links_menu {
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid #62c2d0;
}
.links_menu:hover, .links_menu_sel {
	background-color: #fff;
	color: #62c2d0;
}

/* Header - fim */

/* conteudo */

/* esquerda */

#esquerda {
	float: left;
	width: 230px;
}
#newsletter {
	border: 1px solid #62c2d0;
	margin-bottom: 10px;
}
#formnewsletter {
	margin-left: 10px;
	margin-right: 10px;
}
#reservas {
	border: 1px solid #62c2d0;
	margin-bottom: 10px;
}
#reservas ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#reservas ul li {
	margin-top: 9px;
	margin-bottom: 9px;	
}
#reservas ul a {
	font-size: 14px;
	text-decoration: none;
	color: #808080;
	padding-left: 10px;	
	font-weight: bold;
}
#reservas a:hover {
	text-decoration: underline;
	color: #62c2d0;
}
#ferramentas {
	border: 1px solid #62c2d0;
}
.titulo {
	height: 30px;
	line-height: 30px;
	background-color: #62c2d0;
	color: #fff;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}
#ferramentas p {
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#ferramentas img {
	margin-right: 10px;
}
#ferramentas a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
}
#ferramentas a:hover {
	text-decoration: underline;
	color: #62c2d0;
}

/* direita */

#direita {
	float: right;
	width: 715px;
	margin-left: 15px;
}
#ofertas {
	margin-top: 15px;	
	border: 1px solid #62c2d0;	
}
.dadosofertas {
	width: 220px;
	float: left;
	margin-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	font-size: 12px;
}
.dadosofertas a {
	color: black;
	font-size: 12px;
	text-decoration: none;
}
.dadosofertas a:hover {
	color: #62c2d0;
	text-decoration: underline;
}
.dadosofertas img {
	margin-bottom: 8px;
}
.ofertastitulo {
	float: left;
	width: 152px;
	font-weight: bold;
}
.ofertaspreco {
	float: right;
	font-weight: bold;
	text-align: right;	
}

/* Footer */

#rodape {
	color: #888888;
	font-size: 12px;
	text-align: center;
}

#rodape a {
	color: #888888;
}

/* Geral */

.clear_floats {
	clear: both;
}

/* lightbox */

#tela {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 5;
	display: none;
}

#lightbox_files {
	width: 95%;
	height: 92%;
	z-index: 50;
	position: fixed;
	top:6%;
	left:2%;
	background-color: white;
	display: none;			
}
#close_button_lightbox_files {
	position: absolute;
	top:-30px;
	left:0px;
	z-index: 100;
	cursor: hand;
	cursor: pointer;	
}

/* pedir orçamento */

#btpedirorcamento {
	position: absolute;
	top: -33px;
	left: 30px;
	z-index: 100;
	cursor: hand;
	cursor: pointer;	
	height: 30px;
	font-weight: bold;
}


/* lightbox message */

#div_message {
	display: none;
	width: 600px;
	height: 300px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -150px;
	text-align: center;
	/*	line-height: 300px;*/
	font-size: 24px;
	font-weight: bold;
	z-index: 10;
}
#div_message p {
	margin-top: 120px;
	margin-bottom: 60px;
}
#div_message button {
	width: 60px;
	height: 35px;	
}

/* lightbox de loading */

#loading {
	width: 400px;
	height: 200px;
	position: fixed;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -100px;
	background-color: #ffffff;
	text-align: center;
	display: none;
	z-index: 10;
}
#loading img {
	margin-top: 60px;
	margin-bottom: 10px;	
}