/* HEADER -------------------------------------------------- HEADER */

.header {
	height:550px; 
	width:100%;
}

/* TOPO ------------------------- TOPO */

.topo {
	height:45px;
}

.topo {
	background:#0091d7;	
	margin-top:15px;
	height:30px;
}

.topoInterno {
	margin:0 auto; 
	width:950px;
}

/* MENU TOPO */

.topoInterno ul {
	float:left; 
	list-style:none; 
	margin:0 0 0 315px; 
	padding:0;
}

.topoInterno ul li {
	display:inline; 
	float:left;	
	margin-right:10px;
}

.topoInterno ul li img {
	float:left; 
	padding:13px 0;
}

.topoInterno ul li a {
	color:#fff; 
	float:left; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:13px; 
	padding:7px 0; 
	text-decoration:none;
}

.topoInterno ul li a:hover {
	color:#fff;
}

/* SEARCH */

.search {
	background:url(../images/backgrounds/bgSearch.jpg) no-repeat; 
	float:left; 
	height:30px; 
	margin:0 0 0 15px; 
	width:276px;
}

.search input {
	background:none; 
	border:none; 
	color:#555555; 
	float:left; 
	font-size:13px; 
	height:26px; 
	padding:0 5px; 
	width:180px;
	cursor: pointer;
	margin-left:50px;
	margin-top:3px;
}

.search button {
	background:none; 
	border:0; 
	cursor:pointer; 
	float:left; 
	height:26px; 
	width:30px; 
}

/* LANGUAGE */

.language {
	background:url(../images/backgrounds/bgLanguage.jpg) no-repeat; 
	float:left; 
	height:30px; 
	margin-left:13px; 
	width:44px;
}

.language .select { 
	cursor:pointer; 
	filter:alpha(opacity=0); 
	height:30px; 
	opacity:0; 
	width:44px;
}

.languagePortugues {
	background:#0091d7 url(../images/icons/languageBrasil.jpg) no-repeat center; 
	padding:8px 0;
}

/* MENU ----- ver link externo ------ MENU */

/* BANNER ------------------------- BANNER */

.banner { 
	background:none center; 
	left:50%; 
	height:420px; 
	margin-left:-640px; 
	margin-top:100px; 
	position:absolute; 
	width:1280px;
}
	
/* BOX -------------------------------------------------- BOX */

.box { 
	margin:0 auto; 
	width:950px;
}

/* PATROCINADORES */

.patrocinadoresDestaque {
	float:left; 
	margin-top:30px; 
	padding-bottom:10px; 
	width:950px;
}

.patrocinadoresDestaque ul {
	float:left; 
	list-style:none; 
	margin:0; 
	padding:0;
}

.patrocinadoresDestaque ul li {
	display:inline; 
	float:left; 
	margin:0 32px 0 0;
}

.patrocinadoresDestaque ul li h2{
	color:#3f3f3f; 
	font-size:14px; 
	margin-top:30px;
}

.patrocinadoresDestaque ul li img {
	border:0; 
	margin-top:15px;
}

.patrocinadoresDestaque ul li.ultimoParceiro {
	display:inline; 
	float:left; 
	margin:0;
}

/* CLEAR -------------------------------------------------- CLEAR */

.clear {
	clear:both;
}

/* FOOTER -------------------- ver link externo -------------------- FOOTER */