	#atue_logo { 
		position:absolute; 
		top:50px; 
		right:50px; 
		width:400px; 
		height:240px; 
		background:url(../img/logo/atue_logo_400x240.png);
		-webkit-box-shadow: 10px 10px 59px 6px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 59px 6px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 59px 6px rgba(0,0,0,0.75);
		z-index:9997;
	}

#idiomas{
	position:absolute;
	top:20px; 
	left:20px; 
	width:300px; 
	height:30px;
	z-index:9999;
	/*background: #eee;*/
}

#idiomas a{ 
	margin-left:6px;
	z-index:9999;
}
#idiomas a:hover{ 
	filter:alpha(opacity=80);	
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;	
}

#idiomas .flag{
	display:block;
	float:left; 
	width:32px;
	height:32px;
	margin-right:6px;
	z-index:9999;
}
#idiomas .pt{ 
	background:url(http://images.atue.pt/img/flags/shiny/32/Portugal.png) top no-repeat;
}
#idiomas .en{ 
	background:url(http://images.atue.pt/img/flags/shiny/32/United-Kingdom.png) top no-repeat;
}
#idiomas .es{ 
	background:url(http://images.atue.pt/img/flags/shiny/32/Spain.png) top no-repeat;
}

#frase{
	position:fixed;
	font-family: 'Lateef', cursive;
	font-size:64px;
	font-weight:bold;
	/*width:680px;*/
	height:60px;
	line-height:60px;
	bottom:120px;
	right: 20px;
	z-index:9990;
	color:#fff;
	text-align:right;
	cursor: pointer; cursor: hand;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	/*background:#0795C8;*/

	-webkit-box-shadow: 10px 10px 59px 6px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 59px 6px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 59px 6px rgba(0,0,0,0.75);

}
#frase:hover{
	background:#006699;
	filter:alpha(opacity=80);	
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

#conteudo{
	display:none;
	position:absolute;
	margin:auto;
	/*border-radius:30px;*/
	filter:alpha(opacity=90);	
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;

	padding:25px;
	background:#fff;
	z-index:9998;
	border-left:6px #006699 solid;
	border-right:6px #006699 solid;
	border-bottom:6px #006699 solid;

	-webkit-box-shadow: 10px 10px 59px 6px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 59px 6px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 59px 6px rgba(0,0,0,0.75);
}

	#conteudo .fecharJanela{ 
		position:absolute;
		top:12px;
		right:12px;
		width:30px;
		height:30px;
		background: url(../img/fechar.png) no-repeat;
		z-index:30;
		cursor: pointer; cursor: hand;
	}
	#conteudo .fecharJanela:hover{
		filter:alpha(opacity=70);
		-moz-opacity:0.70;
		-khtml-opacity: 0.70;
		opacity: 0.70;
	}

