* {
	margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;
}

#conteudo {

}

h1 {
	color: #0C3E35; font-size: 22px;
}

h2 {
	color: #666; font-size: 18px; margin: 20px 0 5px 0;
}

.desc {
	font-size: 13px; color: #666;
}

#link_final {
	margin: 20px 0;
	height: 23px; width: 455px; text-align: center; background: url(botao.jpg) no-repeat center top;
	display: block; line-height: 23px; text-decoration: none; font-size: 13px; color: #FFF;
}
#link_final:hover {
	background: url(botao.jpg) no-repeat center bottom;
}

.grupo1, .grupo3, .grupo5, .grupo7 {
	background: #CCC;
}
.grupo2, .grupo4, .grupo6, .grupo8 {
	background: #666; color: #FFF;
}

#ultima_rodada input {
	width: 40px; padding: 2px; display: inline;
}

.bloco {
	width: 216px; height: 240px; padding: 9px; float: left; margin-top: 20px;
}

.bloco h3 {
	font-size: 13px; color: #FFF; background: #999; width: 80px; margin: 0; padding: 0; text-align: center;

	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius: 10px;
}
.bloco .bloco_conteudo {
	background: #FFF; border: 1px solid #999; padding: 4px;
}

.bloco .bloco_conteudo span {
	float: left; padding: 25px 0;
}

.bloco .placar_left {
	width: 96px; float: left; margin-top: 15px;
}

.bloco .placar_right {
	width: 96px; float: right; margin-top: 15px;
}

.bloco input {
	width: 38px; height: 28px; margin: 3px 7px; border: 1px solid #E5E5E5; font-size: 20px; font-weight: bold; text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

.bloco .horario_jogo {
	background: #e5e5e5; text-align: center; font-size: 11px; color: #000; display: block; clear: both; margin: 3px 0; 
	height: 28px;
}

.bloco .placar_left p, .bloco .placar_right p {
	background: #999; font-size: 11px; color: #FFF; text-align: center; padding: 2px 0; margin: 2px 0 4px;
	width: 100%; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bloco .time_left {
	width: 34px; height: 34px; float: left;
}

.bloco .time_right {
	width: 34px; height: 34px; float: right;
}


.bloco_oitava {
	width: 100%; display: block; clear: both; height: 100px; margin-top: 10px;
}
.bloco_oitava .bloco_left {
	width: 448px; float: left; padding: 10px;
}
.bloco_oitava .bloco_right {
	width: 448px; float: left; padding: 10px; 
}

.bloco_oitava h4 {
	font-size: 13px; color: #FFF; background: #999; width: 40px; margin: 0; padding: 0;
}
.bloco_oitava h4.num_left {
	float: left; text-align: center;

	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius: 10px;
}
.bloco_oitava h4.num_right {
	float: right; text-align: center;

	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius: 10px;
}
.bloco_oitava .bloco_content {
	padding: 5px; background: #FFF; border: 1px solid #999; display: block; clear: both; margin-top: -1px;
}

.bloco_oitava .time_foto {
	width: 34px; height: 34px; margin: 12px; 
}
.bloco_oitava .time_nome {
	width: 150px; text-align: center; margin: 15px 0;
}
.bloco_oitava .bloco_content span {
	float: left; font-size: 14px; font-weight: bold; margin: 18px 0;
}

.odd {
	background: #f2f2f2;
}
.even {
	background: #e1e1e1;
}




.fix-float {
	width: 100%; height: 1px; clear: both; display: block;
}