/* CSS Document */


.colDir {
	padding-top:35px;
}


/* DESCRICAO */
#descricao h2{
	padding:0px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}

/* PROGRAMACAO */

#programacao{
	float:none;
	clear:both;
	padding-bottom:20px;
	margin-top:40px;
	border-top:5px solid #be3926;
}

#programacao h2{
	padding:20px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin:0;
}

#programacao ul{
	margin-bottom:20px;
}

#programacao li{
	display:block;
	padding:15px 0px;
	border-bottom:0.15em dotted;
	overflow:auto;
}

#programacao h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#be3926;
}

#programacao p.data{
	width:70px;
	float:left;
	margin-right:30px;
	margin-bottom:0px;
}

#programacao p.data span{
	display:block;
	padding:5px 0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#programacao p.data span.dia{
	widows:58px;
	height:58px;
	padding:6px;
	text-align:left;
	text-decoration:none;
	font-size:46px;
	color:#fff;
	background-color:#be3926;
}

ul#eventos li p a {
	width:130px;
	clear:both;
	margin-left:100px;
}


