a {
	text-decoration : none;
	color: #000;
	font-size: 1.4em;
	font-weight: 900;
	font-family: "Trebuchet MS";
}

a:hover {
	color: #FFFFFF;
}

#menu {
	position : absolute;
	margin : 0;
	top : 35px;
	right : 0;
	font-family : "Trebuchet MS", sans-serif;
	white-space : nowrap;
}

#menu li {
	display : block;
	float : left;
	list-style-type : dot;
	margin : 0 20px 0 0;
	padding : 0;
}

#menu a {
	display : block;
	float : left;
	padding : 5em 16px 10px 16px;
}

#menu a:hover {
	color : white;
	background : #E4E4E4;
}

#topo {
	height: 133px;
	background: #FFF url('../img/bgtopo2.jpg') repeat-x;
	width: 100%;
}


#premio {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -440px;
	height: 133px;
	background: #FFF url('../img/bgtopo.jpg') no-repeat center top;
	width: 880px;
}