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

 html, body{
 margin: 0;
 padding: 0;
 height: 100%;
 background-color:rgb(51,4,1);
 background-image: url(imagens/pat2.gif);

}


h1,h2,h3,h4,h5,h6{
	margin:0px;
	font-weight:lighter;
}


#geral{
	width:940px;
	background-image:url(imagens/background.jpg);
	margin:0 auto;
	position:relative;
	height: 800px;
}

#cabecalho{
	width:158px;
	height:222px;
	padding-left:20px;
	padding-top:20px;
}

#logo{
	width:158px;
	height:222px;
	background:url(imagens/logo.png) no-repeat;
}

#logo h1 {
	text-indent:-5000px;
	overflow:hidden;
}

#menuflash{
	position:absolute;
	left:220px;
	top:0px;
	width:256px;
	height:112px;
}

#destaque{
	width:700px;
	height:250px;
	background:url(imagens/banner.noticias.png) no-repeat;
	position:absolute;
	left:220px;
	top:140px;
}

#noticias{
	position:absolute;
	left:220px;
	top:420px;
}

#noticias h3{
	font:13px Verdana, Arial, Helvetica, sans-serif; 
	color:rgb(189,75,46);
}	

#noticiasflash{
	margin:8px 0px 0px -7px ;
}



/*FOOTER*/
	
	
#copy{
	position:absolute;
	left:20px;
	top:780px;
	
}

#copy h2 {
	font:9px Verdana, Arial, Helvetica, sans-serif; 
	color:rgb(117,131,113);
}

#copy a:link{
	 color:rgb(189,75,46);
	 text-decoration:none;
}


#copy a:visited{
	 color:rgb(189,75,46);
	 text-decoration:none;
}

#copy a:hover{
	 color:rgb(117,131,113);
	 text-decoration:none;
}

#copy a.facebook{
	
	
	position:absolute;
	left:885px;
	top:-5px;
	
}
#copy a.vimeo{
	
	
	position:absolute;
	left:865px;
	top:-5px;
	
}


a.portugal{
	font:9px Verdana, Arial, Helvetica, sans-serif; 
	color:rgb(189,75,46);
	position:absolute;
	left:820px;
	top:90px;
	text-decoration:none;
	
}

a.inglaterra{
	font:9px Verdana, Arial, Helvetica, sans-serif; 
	color:rgb(189,75,46);
	position:absolute;
	left:880px;
	top:90px;
	text-decoration:none;
}


