@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; } /* Zerando as margens e preenchimentos de todas as tags */
 
body {
	text-align: center;
	background-color: #CCC;
} /* definindo o alinhamento do texto para o centro */
 
p { margin: 0 0 15px 0; } /* definindo a margem dos parágrafos */


.anuncio {
	height: 74px;
	width: 130px;
	margin-bottom: 5px;
	background-color: #CCC;
	padding: 5px;
}
.imagem_anuncio {
	float: left;
}
.texto_anuncio {
	float: none;
	margin-left: 55px;
	font-size: 10px;
}



a.link {
	text-decoration:none;
	font-size: 12px;
	color: #000;
}
 
#lateral, #conteudo, #menu, #rodape, #topo {
	font: 7.5pt Verdana, Tahoma, Arial; /* Definindo a fonte Verdana com tamanho 7.5 pt para as divs #lateral, #conteudo, #menu, #rodape, #topo */
	text-align: left;  /* definindo o alinhamento do texto para esquerda */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
 
#geral {
	background-color: #E5E5E5; /* Definindo o mesmo verde que o das divs #menu e #lateral para a cor de fundo do geral */
	width: 955px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
 
#topo {
	background-color: #E5E5E5; /* definido cor de background para o topo */
	height: 130px; /* definindo altura de 100px */
	padding: 5px;
}
 

.logo {
	height: 90px;
	float: left;
}
.banner_sub {
	float: right;
	text-align: right;
}
logo_banner {
}


 
#menu {
	float: left;
	width: 100px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 885px;
	background-color: #E5E5E5;
	list-style-type: none;
} /* definindo float: left para o menu, para que fique grudado à esquerda do conteúdo */
	
#banner {}

#lateral {
	float: right;
	width: 265px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #E5E5E5;
	height: 875px;
	list-style-type: none;
} /* definindo float: right para a lateral, para que fique grudado à direita do conteúdo */
.anuncios_lateral {
	margin-right: 120px;
}

.banner_lateral {
	float: right;
	list-style-type: none;
	width:120px;
	
}

.margem_menu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
 
#conteudo {
	background-color: #FFFFFF; /* definindo 10px de padding */
	margin-top: 0px;
	margin-right: 275px;
	margin-bottom: 5px;
	margin-left: 110px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
 
#rodape {
	background-color: #E5E5E5; /* definindo altura de 40px */
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.bolinhas {
	height: 77px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}
.nota_2 {
	background-color: #CCC;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px;
}.nota_3 {
	background-color: #F27189;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px;
}
.nota_4 {
	background-color: #00A44E;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px;
}
.nota_5 {
	background-color: #F7941D;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px;
}
.nota_6 {
	background-color: #6CF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px;
}

.nota_7 {
	background-color: #81604E;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px;
}
.nota_8 {
	background-color: #00A2DD;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px;
}
.nota_9 {
	background-color: #6ABD45;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px
}
.nota_10 {
	background-color: #FFF200;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px;
}
.nota_11 {
	background-color: #F30;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px;
}
.nota_12 {
	background-color: #C9F;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 14px;
}

.acoes {
	height: 35px;
	margin-top: 95px;
}
.bolinhas_gofigure {
	height: 78px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.bolinhas_gofigure li:hover {
	background-color:#F27189
	}


.bolinhas_geekverse {
	height: 78px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.bolinhas_geekverse li:hover {
	background-color:#009A49
	}

.bolinhas_vintage {
	height: 78px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.bolinhas_vintage li:hover {
	background-color:#F7941D
	}

.bolinhas_games {
	height: 78px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.bolinhas_games li:hover {
	background-color:#C9F
	}

.bolinhas_review {
	height: 78px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.bolinhas_review li:hover {
	background-color:#81604E
	}

.bolinhas_hq {
	height: 78px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.bolinhas_hq li:hover {
	background-color:#00A2DD
	}

.bolinhas_cinema {
	height: 78px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.bolinhas_cinema li:hover {
	background-color:#6ABD45
	}

.bolinhas_tv {
	height: 78px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.bolinhas_tv li:hover {
	background-color:#FFF200
	}

.bolinhas_cartoons {
	height: 78px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.bolinhas_cartoons li:hover {
	background-color:#6CF
	}

.bolinhas_polegadastv {
	height: 78px;
	text-align: center;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.bolinhas_polegadastv li:hover {
	background-color:#F30
	}


.info_rodape {

	background-color: #CCC;
	padding: 5px;
}

.info_rodape li{
	list-style:none;
	display:inline;
	width: 300px;
	margin-right: 140px;
	margin-left: 100px;
	text-align: left;
}
.quem_somos {
	float: left;
	width: 300px;
}
.fale_conosco {
	float: right;
	width: 300px;
	text-align: right;
}
.anuncie {
	margin-right: 300px;
	margin-left: 300px;
	text-align: center;
}


.login {
	height: 15px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	
}
.busca {
	float: right;
	height: 20px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 5px;
	
}
.parceiros {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.texto_parceiros {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 5px;
}

.anuncio_rodape_esquerda {
	float: left;
	}
	
.anuncio_rodape_direita {
	margin-top: 0px;
	float: right;
	width: 635px;
	}
	
.anuncio_rodape_meio {
	margin-left: 323px;	
	}
	
.anuncio_rodape {
	height: 295px;	
	}

