@charset "utf-8";
/* CSS Document */
/* Zerar as margens da pagina e configurar a pagina*/
* {
	margin: 0;
	padding: 0;
}
html { /* Force vertical scrollbar to prevent page shift "jog" */
	/* IE */
	overflow-y: scroll;
	/* Moz */
	margin-bottom: 0.1em;
}
body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;;
	min-width:984px;
	line-height: 1.6;
	background-color:#FFF;
	background: #CCC url(../imagens/principal/fundo_site.gif) center top repeat-y;
	margin:auto;
}
h1 {
  font-size: 20px;
  font-weight: normal;
}
h2 {
	background:#FFCC33;
	font-size:18px;
	font-weight: normal;
}
/*Tamanhos e posição dos Divs */
#principal {
	width: 984px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}
#topo{
	height:190px;
}
#menu {
	width:160px;
	float:left;
}
#content {
  width:814px;
  float: right;  
}
#content2 {
  width:974px;
  float: left;
}
#mainContent { 
  width: 670px;
  float: left;
}
#mainContent2{
  width: 830px;
  float: left;
}
#publicidade{
	width: 135px;
	float: right;
}
#barraInf{
	background-color:#666666;
	height:15px;
	clear: both;
	margin-top:10px;
}
#jogadores {
	width: 150px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}
#jogos {
	width:670px;
	height:117px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	background: url(../imagens/result/fundo.jpg) no-repeat left top;
}
#RTopo{
	width:825px;
	height:145px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	background:url(../imagens/detalhes/topo.jpg) no-repeat left top;
}
#Resumo{
	width:825px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}
#Rmandante {
	display:block;	
	width:315px;
	float:left;
	color:#ffffff;
	text-align: left;
	padding-top:5px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:13px;
}
#Rplacar {
	display:block;
	float:left;
	width:180px;
}
#Rvisitante {
	display:block;
	width:315px;
	float:right;
	color:#ffffff;
	text-align: right;
	padding-top:5px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:13px;
}
/*Pagina de Resultados*/
#mandante {
	display:block;
	width:235px;
	float:left;
	margin-left: 5px;
	color:#FFFFFF;
	text-align: left;
	padding-top: 23px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:12px;
}
#placar {
	display:block;
	float:left;
	width:180px;
}
#visitante {
	display:block;
	width:235px;
	float:right;
	margin-right: 5px;
	color:#FFFFFF;
	text-align: right;
	padding-top: 23px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:12px;
}
/*Pagina de Agendo do time*/
#Agenda{
	width:825px;
	height:200px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	background:url(../imagens/agenda/fundo.jpg) no-repeat left top;
}
#Amandante {
	display:block;	
	width:310px;
	float:left;
	color:#ffffff;
	text-align: left;
	padding-top:10px;
	margin-left:5px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:13px;
}
#Aplacar {
	display:block;
	float:left;
	width:180px;
}
#Avisitante {
	display:block;
	width:310px;
	float:right;
	color:#ffffff;
	text-align: right;
	padding-top:10px;
	margin-right:5px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:13px;
}
#Ainfo {
	width:806px;
	display:block;
	float:left;
	margin-left:10px;	
}
/*Pagina de fotos*/
#fotos_videos {
	font-size:12px;
}
#artilharia{
	display:block;
	width:220px;
	float:left;
}
/*redefine os links*/
a {
	text-decoration: nome;
}
a:hover {
	text-decoration: nome;
}
a:visited {
	text-decoration: none;
}