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

html{
	background:#F0EEE8 url(../img/fundo_gradiente.png) top repeat-x ;
}
body{
	/*font-family:"Lucida Sans", Arial;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	line-height:20px;
}

.clear{
	clear:both;
	height:0;
}

object{
	display:block;
}

p{
	line-height:22px;
	margin-bottom:5px;
}

a{
	text-decoration:none;
	color:#333399;
}
a:hover{
	text-decoration:underline;
}

h1{
	height:25px;
	margin-bottom:15px;
}

h1.w580{
	width:580px;
	background:url(../img/linha580_principal.png) left bottom no-repeat;
}

h1.w700{
	width:700px;
	background:url(../img/linha700.png) left bottom no-repeat;
}

h1.w200{
	width:200px;
	background:url(../img/linha200_principal.png) left bottom no-repeat;
}

h2{
	height:25px;
	font-weight:bold;
}

p.blocoTitulo{
	color:#31363F;
	font-size:13px;
	font-weight:bold;
}
p.blocoData{
	font-size:10px;
	font-weight:normal;
}

.faded{
	color:#CCC;
}

div.bloco200w{
	padding-bottom:10px;
	background:url(../img/linha200_secundaria.png) bottom left no-repeat;
	margin-bottom:10px;
}

div.bloco580w{
	padding-bottom:10px;
	background:url(../img/linha580_secundaria.png) bottom left no-repeat;
	margin-bottom:10px;
}

div.colImgDestaqueHome{
	float:left;
	width:220px;
}

div.colDestaqueHome{
	float:left;
	width:340px;
}

li.imgFrame200x100, div.imgFrame200x100{
	width:200px; /* + padding = 210px */
	background:url(../img/caixa_sombra_200x100.png) no-repeat;
	height:100px; /* + padding = 110px */
	padding:10px 0 0 10px;
	margin-left:-5px;
}

div.legendaFoto{
	font-size:10px;
	text-align:center;
}

#outer{
	width:970px;
	margin:0 auto;
	background:url(../img/pagina_sombra.png) top repeat-y;
	min-height:500px;
}
#container{
	width:960px;
	margin:0 auto;
	padding-bottom:20px;
}

#colEsq{
	float:left;
	width:140px;
	min-height:50px;
}

#colEsqPage{
	float:left;
	width:215px;
	min-height:50px;
	margin-right:20px;
	margin-left:20px;
}

#colCenter{
	float:left;
	width:580px;
	/*border:1px solid #090;*/
	margin-right:20px;
}

#colCenterPage{
	float:left;
	width:700px;
	/*border:1px solid #090;*/
}

#colCenterPage div.colContent{
	float:left;
	width:460px;
	margin-right:20px;
}
#colCenterPage div.colImg{
	float:left;
	width:200px;
}

#colDir{
	float:left;
	width:200px;
	min-height:50px;
}

ul.listaImagens li{
	margin-bottom:10px;
}

/* Header */

div.logo{
	position:relative;
	top:0;
	height:90px;
	margin-bottom:-90px;
	z-index:100;
	width:960px;
	/* background:url(../img/logo_qta_tapada.png) left top no-repeat; */
}

ul.idiomas{
	position:absolute;
	top:32px;
	right:0;
	z-index:110;
	/* border: 1px solid #F00; */
}
ul.idiomas li{
	float:left;
	margin-right:20px;
	text-align:right;
}
	

/* Menus */

#menu{
	height:50px;
	width:100%;
	background:url(../img/fundo_menu.jpg) no-repeat;
	margin-bottom:25px;
}

#menu li{
	margin-left:20px;
	float:left;
}
#menu li.first{
	margin-left:40px;
}

ul.subMenu li{
	padding-left:24px;
}

ul.subMenu li img{
	margin-top:5px;
}

ul.subMenu li:hover, ul.subMenu li.selected{
	background:url(../img/ornamento_submenu.png) left no-repeat;
}

/* Contactos */

div.colEsqContactos{
	float:left;
	width:180px;
	margin-right:20px;
}

div.mapa{
	width:480px;
	height:360px;
	background:url(../img/caixa_sombra_mapa.png) top left no-repeat;
	padding:10px 0 0 10px;
	float:left;
}
#map{
	width:470px;
	height:340px;
}

/* Footer */

#topfooter{
	width:970px;
	margin:0 auto;
	background:url(../img/pagina_sombra.png) top repeat-y;
	color:#333399;
	height:25px;
}

#topfooter ul{
	padding-left:145px;	
}
#topfooter ul li{
	display:inline;
	margin-right:30px;
}

li.setinha:before{
	content:'› ';
	line-height:25px;
}

/* Paineis Bottom to Up */
div.blocoBottomUp{
	position:absolute;
	z-index:1;
	overflow:hidden;
}

div.blocoBottomUp div.content{
	background-color:#FFF;
	position:relative;
}

div.blocoBottomUp div.titulo{
	font-size:16px;
	margin-bottom:15px;
}

div.blocoBottomUp label{
	width:100px;
	float:left;
}
div.blocoBottomUp input[type=text], div.blocoBottomUp textarea {
	width:170px;
}
div.blocoBottomUp form div{
	margin-top:5px;
}


div.painel320{
	width:320px;
	color:#333;	
}
div.painel320 div.top{
	background:url(../img/sombra320_topo.png) top no-repeat;
	height:20px;	
}
div.painel320 div.center{
	background:url(../img/sombra320_meio.png) top repeat-y;
	padding:0 20px 0 20px;
}
div.painel320 div.center div.titulo{
	font-size:16px;
	margin-bottom:15px;
}
div.painel320 div.bottom{
	background:url(../img/sombra320_fundo.png) top no-repeat;
	height:20px;	
}

div.painel320 label{
	width:100px;
	float:left;
}
div.painel320 input[type=text], div.painel320 textarea {
	width:170px;
}
div.painel320 form div{
	margin-top:5px;
}

#footer{
	font-size:10px;
	color:#31363F;
	width:970px;
	margin:0 auto;	
	background:url(../img/rodape.png) left top no-repeat;
	height:35px;
	line-height:30px;
}

#footer div.copyright{
	float:left;
	margin-left:145px;
}

#footer div.centrozero{
	float:right;
	margin-right: 80px;
}

#footer a{
	color:#31363F;
	text-decoration:none;
}

#footer a:hover{
	color:#31363F;
	text-decoration:underline;
}

/* Galeria */
ul.fotoThumbs li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

div.mediaFrame320{
	width:320px;
	float:left;
	margin: 0 10px 10px 0;
	background:url(../img/sombra320_meio.png) repeat-y;
}

/* Forms */

form.formulario input[type=text],
form.formulario textarea,
form.formulario select{
	width:100%;
	margin:3px 0;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	
}

/* Alertas and Mensagens */

div.alertSucess{
	border:1px solid #6C3;
	background-color:#DFFFBF;
	width:100%;
	padding:10px;
	color:#030;
	margin-bottom:20px;
}

div.alertError{
	border:1px solid #CE0000;
	background-color:#FFC4C4;
	width:100%;
	padding:10px;
	color:#900;
	margin-bottom:20px;
}

/* Caixa Sombra*/

div.mediaSombra{
	float:left;
	margin: 0 10px 10px 0;
	
}

/* top */
div.mediaSombra div.no{
	height:10px;
	width:10px;
	background:url(../img/caixa_sombra_no.png) no-repeat;
	float:left;
}
div.mediaSombra div.ne{
	height:10px;
	width:10px;
	background:url(../img/caixa_sombra_ne.png) no-repeat;
	float:left;	
}
div.mediaSombra div.n{
	height:10px;
	background:url(../img/caixa_sombra_n.png) repeat-x;
	float:left;	
}

/* center */

div.mediaSombra div.meio{
	position:relative;
}

div.mediaSombra div.o{
	width:10px;
	background: url(../img/caixa_sombra_o.png) repeat-y;
	float:left;
	min-height:100%;
	position:absolute;
	left:0;

}

div.mediaSombra div.e{
	width:10px;
	background:url(../img/caixa_sombra_e.png) repeat-y;
	float:right;	
	min-height:100%;
	position:absolute;
	right:0;
	
}

div.mediaSombra div.m{
	float:left;
	position:relative;
	padding-left:10px;
}

/* bottom */

div.mediaSombra div.so{
	height:10px;
	width:10px;
	background:url(../img/caixa_sombra_so.png) no-repeat;
	float:left;
}
div.mediaSombra div.se{
	height:10px;
	width:10px;
	background:url(../img/caixa_sombra_se.png) no-repeat;
	float:left;	
}
div.mediaSombra div.s{
	height:10px;
	background:url(../img/caixa_sombra_s.png) repeat-x;
	float:left;	
}

div.mediaSombra div.clear{
	clear:left;
	height:0;
	line-height:0;
}
