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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color:white;
	text-decoration:none;
}

li {
	list-style:none;
}

html {
	background-color:black;
//	background-image:url(../imagens/bgd.png);
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
}

body {
	width:100%;
	height:1000px;
}

#header {
	height:300px;
	width:1000px;
	margin:0 auto;
}

#header img {
	padding:25px 320px;
}

#idiomas {
	z-index:97;
	width:80px;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	top:150px;
	position:absolute;
	right:50px;
	background:rgba(0,0,0,0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#idiomas a {
	text-decoration:none;
	color:white;
}

#idiomas li{
	list-style:none;
	padding:5px;

}

#idiomas li:hover {
	background:rgba(0,0,0,0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.idiomact {
	background:rgba(255,255,255,0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	cursor:default;
}

#menupreto {
	position:absolute;
	width:100%;
	height:50px;
	top:300px;
	z-index:1;
	background:rgba(0,0,0,0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#menu {
	position:relative;
	width:889px;
	height:50px;
	margin:0 auto;
	z-index:99;
}

#menu li {
	list-style:none;
	height:16px;
	float:left;
	padding:15px 10px;
	background:rgba(0,0,0,0.3);
	margin:2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#menu li:hover {
	background:rgba(245,235,17,0.5);
}

#menu a {
	font-size:16px;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

#conteudo {
	width:1000px;
	height:650px;
	margin:0 auto;
}
