@import url(estiloV2.css);

#fundo{
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	background-image: url("../imagens/imgFundoClub.jpg");
	background-repeat: no-repeat;
	background-position: top;
	overflow: auto;
}

#topoVazio{
	position: relative;
	width: 735px;
	height: 25px;
}

#rodapeVazio{
	position: relative;
	float: left;
	width: 735px;
	height: 25px;
}

#clubeVantagensTopo{
	position: relative;
	float: left;
	width:480px;
	height:206px;
	background-image: url("../imagens/clubeVantagensGrande.png");
	background-repeat: no-repeat;
	background-position: top;
}

#clubeVantagensTexto{
	position: relative;
	float: left;
	width: 220px;
	height:206px;
	color:#333;
	font-style: justify;
	font-size:11px;
	font-family: arial;
}

.clubeVantagensTitulo{
	font-family: arial;
	font-size: 16px;
	padding-left: 10px;
	margin-top: 7px;
	margin-bottom: 10px;
	color: #333;
}

#clubeVantagensVazio{
	position: relative;
	float: left;
	width: 260px;
	height:206px;
}

#clubeVantagensMeio{
	position: relative;
	float: left;
	width:480px;
	height:100%;
}

#clubeVantagensListaDireita{
	position: relative;
	float: left;
	width: 240px;
}

#clubeVantagensListaEsquerda{
	position: relative;
	float: left;
	width: 240px;
}

#clubeVantagensMeio li{
	border: none;
}

#clubeVantagensMeio a:link, a:visited, a:active {
	text-decoration: none;
	color: #054f97;
}
#clubeVantagensMeio a:hover {
	text-decoration: none; 
	font-weight:bold;
	color: #054f97; 
}
