.informacao{
	padding:8px;
	border:1px dotted #630;
	background-color:#E9E3D7;
}
.informacao li{
	text-align:justify;
	color:#630;
	border-bottom:1px dotted #630;
	padding-top: 5px;
	padding-bottom: 5px;
}


.temporada{
	border:1px dotted #336600;
	margin:10px;
}
.temporadaB{
	background:#f5f5f5;
	border:5px solid #FFF;
	padding:10px;
}
.titulo{
	color:#360;
	font-weight:bold;
	position:absolute;
	font-size:120%;
	font-family:Georgia, Arial, cursive;
	padding:2px 5px;
	
}
.periodo{
	color:#690;
	float:right;	
}

.tabela{
	margin-top:25px;
}
.tabela .tr{
	height:30px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #CCC;
}
.tabela .topo{
	font-weight:bold;
}

.tabela .tr .td{
	line-height:30px;
	width:105px;
	text-align: right;
	overflow:hidden;
	float:left;
	
}
.tabela .tr .tdnome{
	line-height:30px;
	overflow:hidden;
	float:left;
	font-weight:bold;
	width:150px;
}

.linha2{
/*	background-color:#f9f9f9; */
}

.obs{
/*	background-color:#f9f9f9;
	bordeR:1px solid #690;
*/	padding: 3px 6px;
	margin:5px 20px;
}