@charset "UTF-8";
/* CSS Document */

/* geral ----------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

/* Para index.html */

#fundo {
 	background:url(../imagens/bg_abertura.jpg) repeat top;
	height: 100%;
	width: 100%;
 }

 #ilustra {
 	background:url(../imagens/abertura_link.jpg) no-repeat top;
	width: 862px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -431px;
	overflow:hidden;
	border:none;
}

#loader {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -14px;
	overflow:hidden;
	border:none;
}

#port-engl {
	position:relative;
	top: 480px;
	width: 250px;
	height: 40px;
	margin: 0 auto;
}

li {
	margin:15px;
	float:left;
	list-style:none;
}

a:focus {
	-moz-outline-style: none;
	cursor:pointer;
}

img {
	border:none;
	
}
	

