@charset "utf-8";

body {
	background-color: #ffffff;
	background: url(../images/bg.jpg);
	font: 13px "Lucida Grande", Arial, Helvetica;
}

#main{
	margin: auto;
	width: 1008px;
	padding: 10px;
	background-color: #ffffff;
	
	-moz-box-shadow: 0px 0px 8px #ccc;
 	-webkit-box-shadow: 0px 0px 8px #ccc;
  	box-shadow: 0px 0px 8px #ccc;
}

#logo{
	position: relative;
	top: 45px;
	left: 20px;
	width: 132px;
	height: 22px;
}

#header{
	background-color: #e7e4e7;
	height: 80px;
	margin-bottom: 3px;
}

#barra_menu{
	background-color: #777679;
	height: 30px;
	margin-bottom: 3px;
}

#menu {
	width: 1008px;
	height: 30px;
}

#menu ul {
	list-style: none;
	float: left;
	margin: 6px 0 0 0;
}
	
#menu ul li{
	float: left;
}
		
#menu ul li a{				
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 8px 20px;
	margin: 0px 0px 0px 1px;
	background: #919191;
}
				
#menu ul li a:hover{
	color: #fff;
	background: #9eabc9;
}

#menu ul li .on{
	color: #fff;
	background: #9eabc9;
}

#conteudo{
	height: 500px;
	margin-bottom: 3px;
}

#conteudo_colecao{
	/* */
}


/* EMPRESA */
#conteudo_empresa{
	height: 500px;
	margin-bottom: 3px;
	background: url(../images/ouverture.jpg);
}

.texto_empresa{
	font-size: 11px;
	line-height: 14px;
	color: #777679;
	background: url(../images/transparent_w.png);
	float: left;
	width: 310px;
	height: 480px;
	padding: 10px;
	text-align: justify;
}

.texto_empresa .titulo{
	font-size: 18px;
	color: #9eabc9;
}

/* NOTICIAS */
#conteudo_noticias{
	height: 500px;
	margin-bottom: 3px;
	background: url(../images/amalthea.jpg);
}

#lista_noticias{
	font-size: 11px;
	line-height: 14px;
	color: #777679;
	background: url(../images/transparent_w.png);
	float: left;
	width: 330px;
	height: 500px;
	text-align: justify;
}

.noticia{
	padding: 5px 10px 5px 10px;
	color: #777679;
	border-bottom: 1px solid #fff;
}

.noticia:hover{
	background: url(../images/transparent.png);
	color: #fff;
}

.noticia_data{
	font-size: 9px;
}

.noticia_titulo{
	font-weight: bold;
}

/* GOOGLE MAPS */

#map_canvas {
  height: 500px;
  width: 675px;
}

#map_text{
	font-size: 10px;
	color: #3d3d3d;
	letter-spacing: 1px;
}
/* */

#home_slider {
	display: block;
	float: left;
	margin: 0px 0 0 -62px;
}

/** CONTACTOS **/

#conteudo_contactos{
	height: 500px;
	margin-bottom: 3px;
	background: url(../images/iris.jpg);
}

.contactos_box{
	font-size: 11px;
	color: #777679;
	float: left;
	width: 310px;
	height: 480px;
	padding: 10px;
	text-align: justify;
	background: url(../images/transparent_w.png);
}

.contactos_box a{
	text-decoration: none;
	color: #9eabc9;
}

.contactos_box a:hover{
	text-decoration: underline;
	color: #ffffff;
}

.contacto_form {
	display: block;
	float: left;
	width: 310px;
	line-height: 29px;
	margin-top: 20px;
}

.contacto_form .campos, .contacto_form .campos_input {
	display: block;
	float: left;
}

.contacto_form .campos {
	width: 80px;
	text-align: left;
	font-size: 12px;
	color: #717171;
	line-height: 29px;
}

.contacto_form p{
	font-size: 12px;
	color: #717171;
}

.contacto_form .campos_input {
	width: 230px;
	text-align: left;
	display: block;
	float: left;
}

#response {
	margin-top: 20px;
	text-align: left;
	color: #ff0000;
	line-height: 12px;
}

#response li.success{
	color: #292929;
}

.contacto_form .campos_input button {
	display: block;
	float: right;
	margin: 2px 0 0;
	border: none;
	padding: 4px 6px;
	background: #717171;
	font-size: 12px;
	color: #ccc;
}

.contacto_form .campos_input input, .contacto_form .campos_input textarea  {
	display: block;
	float: right;
	width: 210px;
	border: none;
	font-size: 12px;
	color: #fff;
	padding: 6px;
	margin: 2px 0 0;
	background: #717171;	
}

.cont_obs {
	font-size: 10px;
	color: #94bf62;
	margin: 20px 0 0;
}

.cont_obs_erro {
	font-size: 10px;
	color: #C30;
	margin: 20px 0 0;
}

.contacto_titulo{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #9eabc9;
}

#footer{
	background-color: #eeeeee;
	height: 80px;
}

#construcao{
	width: 762px;
	float: left;
	font-size: 22px;
	color: #666;
	margin-top: 25px;
	margin-left: 20px
}

#catalogo{
	width: 226px;
	float: left;
}

#copy{
	width: 300px;
	margin-top: 10px;
	color: #777679;
	font-size: 10px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

#copy a{
	text-decoration: none;
	color: #9eabc9;
}

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

#privacidade{
	width: 500px;
	padding: 10px;
}

#privacidade p{
	padding-bottom: 10px;
}

#privacidade .topico{
	font-size: 15px;
	font-weight: bold;
}

#produzido{
	margin-top: 10px;
	color: #777679;
	font-size: 10px;
	position: absolute;
	left: 50%;
	margin-left: 365px;
	vertical-align: top;
}

#produzido a{
	text-decoration: none;
	color: #9eabc9;
	vertical-align: top;
}

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

#descricao_domusmor{
	position: absolute;
	width: 100px;
	left: -200px;
}

/* ##############################################*/

#nivel1{
	background: url(../images/mainImage.jpg);
	height: 500px;
	width: 1008px;
	margin-top: 2px;
}

#nivel2{
	position: absolute;
	top: 285px;
	height: 200px;
	width: 1008px;
}

#nivel3{
	position: absolute;
	top: 401px;
	height: 339px;
	width: 1008px;
}
