/* CSS Document */
*{
	margin:0;
	padding:0;
} 
body{
	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	background-color:#7b2803;
}
img{
	border:0;
}
a, a:hover{
	text-decoration:none;
	color:#fff;
}
input, textarea, select{
	border:1px solid #000;
	display:block;
	width:94%;
	margin:2px 0 2px 0;
}

.linkSabermaisNoticia {
	text-decoration:none;
	color:#CC9933;

}

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


/* ********************** ids ********************************** */
/* partes **********************************************/
#header_bg{
	background-image:url(../images/bg_headerRepeat.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:170px;
}
#header{
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:170px;
}
#bottom{
	background-image:url(../images/bg_bottom.png);
	background-repeat:repeat-x;
	width:100%;
	height:55px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:99;
}
*html #bottom{
	position:absolute;
}
/* backgrounds **********************************************/
#bg_home{
	background-color:#fff;
	background-image:url(../images/bg_home.jpg);
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
}
#bg_historia{
	background-color:#fff;
	background-image:url(../images/bg_historia.jpg);
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
}
#bg_projecto{
	background-color:#fff;
	background-image:url(../images/bg_projecto.jpg);
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
}
#bg_galeria, #bg_galeria_foto{
	background-color:#fff;
	background-image:url(../images/bg_galeria.jpg);
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
}
#bg_galeria_foto{
	background-image:url(../images/bg_galeria_foto.jpg);
}
#bg_registo{
	background-color:#fff;
	background-image:url(../images/bg_home.jpg);
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
}
#bg_white{
	background-color:#fff;
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
}
/* especificos **********************************************/
#content{	
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat;
	float:left;
	width:380px;
	margin:0 0 0 1px;
	padding:20px;
}
#contentArq{	
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat;
	float:left;
	width:585px;
	padding-top:20px;
	padding-left:20px;
	/*margin:0 0 0 1px;*/
}
#contentEvol{	
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat;
	float:left;
	height:820px;
	width:620px;
	padding-top:20px;
	padding-left:20px;
	/*margin:0 0 0 1px;*/
}

#contentVid{
	float:left;
	width:380px;
	margin:0px 0 0 10px;
	/*margin:210px 0 0 125px;*/
	padding:20px;
}
#contentOverflow{
height:610px;
	/*height:auto;adsadsasd*/
	clear:both;
	overflow:auto;
}
#contentDestak{
	height:350px;
	/*height:auto;*/
	overflow:hidden;
}
#arco{
	background-image:url(../images/arco.png);
	background-repeat:no-repeat;
	width:144px;
	height:361px;
	position:fixed;
	left:475px;
	bottom:65px;
}
#logo{
	height:176px;
	overflow:hidden;
	width:198px;
}
#logo img{
	margin:41px 0 0 12px;
}

#logoEntreposto{
	width:145px;
	height:55px;
	float:right;
	margin:6px 15px 0 0;
}
#creditos{
	width:145px;
	height:55px;
	float:left;
	margin:12px 0 0 15px;
}
#linguas{
	float:right;
	margin:150px 15px 0 0;
	font-size:11px;
	color:#b6995c;
	
}
#linguas a{
	color:#000;
}
#loader{
	width:32px;
	height:32px;
	top:300px;
	left:50%;
	position:absolute;
}
#loader_foto{
	width:32px;
	height:32px;
	top:290px;
	left:480px;
	position:absolute;
}
#loader_fake, #loader_foto_fake{
	display:none;
}
/* menu *************************************************/
#menu{
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat;
	float:left;
	width:186px;
	height:100%;
	margin:0 0 0 12px;
}
#separador{
	width:100%;
	height:15px;
}
.caixaInterna{
	background-image:url("../images/bg_menu2.png");
	background-repeat:repeat;
	color:#FFFFFF;
	display:block;
	height:44px;
	line-height:13px;
	margin:0 auto 8px;
	padding:7px;
	width:148px;
}
#caixaInterna2{
	background-image:url(../images/bg_menu3.png);
	background-repeat:repeat;
	width:162px;
	margin:0 auto 8px auto;
	color:#333;
	line-height:13px;
}
h1, .caixaInterna p, .caixaInterna2 p{
	margin:0 auto 5px auto;
}
/* submenu *************************************************/
#submenuRight{
	float:left;
	width:186px;
	margin:30px 0 0 30px;
}
#submenuRightVid{
	float:left;
	width:200px;
	margin:30px 0 0 30px;
	/*margin:300px 0 0 132px;*/
}
#submenuRight li, #submenuRightVid li{
	list-style-image:url(../images/setaSubmenu.png);
	padding-top:5px;
}

.NoticiaSelecionada a{
color:#CC9933;
}


/* galeria *************************************************/
#galeria *{
	float:left;	
}
#galeria{
	float:left;
	margin:0 0 0 1px;
	/*margin:10px;*/
}

#galeriaArq #contentEvol *{
	float:left;	
}
#galeriaArq{
	float:left;
	margin:0 0 0 1px;
}


#img_galeria{
	background:transparent url(../imagens/01.jpg) no-repeat;
	float:left;
	width:560px;
	height:290px;
	border:2px solid #000;
}
#img_arqueologia{
	background:transparent url(../imagens/arqueologia/01.jpg) no-repeat;
	float:left;
	width:560px;
	height:290px;
	border:2px solid #000;
}
#menu_galeria{
	float:left;
	/*width:200px;*/
	width:280px;
	height:290px;
	margin-top:5px;
	margin-left:5px;
}
#menu_galeria a{
	border:2px solid #fff;
	margin:0 5px 5px 0;
}
#menu_galeria a:hover{
	border-color:#000;
}
#menu_galeria img{
	float:none;
}
/* ********************** classes ****************************** */
.titulo_menu{
	font-size:14px;
	font-weight:bold;
	margin:0 0 3px 0;
	display:block;
}
.titulo_menu2{
	font-size:14px;
	font-weight:bold;
	color:#b6995c;
	padding:7px 7px 3px 7px;
	display:block;
}
.titulo{
	font-size:15px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.tituloDstk{
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.subtitulo{
	font-size:15px;
	font-weight:normal;
	margin:0 0 10px 0;
}
.submenu_text{
	display:block;
	width:148px;
	padding:0 7px 4px 7px;
}
.submenu_link{
	font-size:11px;
	display:block;
	width:148px;
	padding:0 7px 2px 7px;
	background-color:#b6995c;
	color:#fff;
}
.submenu_linkA a{
	font-size:11px;
	display:block;
	width:148px;
	padding:0 7px 2px 7px;
	color:#333;
}
.contactosMetades{
	width:180px;
	display:inline;
	float:left;
	margin:0 10px 0 0;
}
.btnEnviar{
	border:0;
	width:60px;
	float:right;
	margin: 5px 22px 0 0;
	display:block;
}
.clear{
	clear:both;
	display:block;
	margin-bottom:10px;
}
.validacao{
	color:#e4b204;
	font-size:10px;
	display:block;
	margin:0 0 3px 0;
}
#plantas{
	width:780px;
	height:300px;
	margin-left:198px;
}
.dataNoticia{
color:#CC9933;
}
/*VALIDAR W3C*/
a.full{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	z-index:3;
	top:-100%;
}
.my_a_block{
	
	position:relative;
}
