.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 #C5AC7F;
	background:#FFF;
*/	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}
.titulo{
	color:#600;
	font-weight:bold;
	position:absolute;
	font-size:120%;
	font-family:Georgia, Arial, cursive;
	padding:2px 5px;
	
}
.periodo{
	color:#C5AC7F;
	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:100px;
	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:#ECE9D8;
	padding: 3px 6px;
	bordeR:1px solid #C5AC7F;
	margin-top:5px;
	margin-bottom:20px
}