/*campeoes*/
#campeoes table{
	width: 514px;
	margin: 5px;
	border-bottom: 3px solid #566d7c;
}
#campeoes th{
	padding:  5px 6px;
	background-color: #ccc;
}
#campeoes td{
	padding: 9px;
	border-bottom: 1px solid #566d7c;
	text-align: left;
}
#campeoes td#ano{
	background-color: #273f4e;
	font-size: 17px;
	padding: 9px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #a2bbcb;
}
#campeoes td#ano2000,
#campeoes td#ano1990,
#campeoes td#ano1980,
#campeoes td#ano1970,
#campeoes td#ano1960,
#campeoes td#ano1950{
	border-top: 15px solid #fff;
	background-image: url(https://www.terra.com.br/esportes/formula12008/img/camp2000.gif);
	height: 77px;
	padding: 0;
	border-bottom: 2px solid #273f4e;
}
#campeoes td#ano2000{	border-top: 1px solid #fff;	height: 62px; }
#campeoes td#ano1990{	background-image: url(https://www.terra.com.br/esportes/formula12008/img/camp1990.gif);}
#campeoes td#ano1980{	background-image: url(https://www.terra.com.br/esportes/formula12008/img/camp1980.gif);}
#campeoes td#ano1970{	background-image: url(https://www.terra.com.br/esportes/formula12008/img/camp1970.gif);}
#campeoes td#ano1960{	background-image: url(https://www.terra.com.br/esportes/formula12008/img/camp1960.gif);}
#campeoes td#ano1950{	background-image: url(https://www.terra.com.br/esportes/formula12008/img/camp1950.gif);}
