@charset "utf-8";
/* CSS Document */

body{background-color:#579ec5; background-image:none;}
#all{
	width:100%;
	height:100%;
	min-height:600px;
}

#abertura-fundo {
	background:url(../images/fundo-abertura.jpg) repeat-x center bottom;
	position:fixed;
	top:0;
	width:100%;
	height:441px;
}
#abertura {
	background:url(../images/abertura.jpg) no-repeat center bottom;
	width:100%;
	height:441px;
}

#fundo-mar {
	background:#02135b url(../images/fundo-mar.jpg) repeat-x center -101px;
	width:100%;
	height:100%;
	position:fixed;
	top:441px;
}





#menu {position:relative; top:0px;}

#marca-dagua {display:none;}


#linguas {
	top:-35px;
	color:#0a2c8a;
}
a#linguas:hover {
	border-bottom:1px solid #0a2c8a;
}

