@CHARSET "ISO-8859-1";

table {
	float: left;
	width: 700px;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	border-.color: red;
	clear:both;
}
table, th, td, tr{
	border: 1px solid green;
}
table th{
	background-color:#44df67;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	text-align:center;
	
}
table td{
	vertical-align:middle;
	text-align: center;
	padding: 2px;
}
table td span{
	font-weight: bold;
}
.color_a{background-color:#9dcdf4;}
.color_b{background-color:#44df67;}
.color_c{background-color:yellow;}
.color_d{background-color:#0099FF}
.color_e{background-color:#00FF66}

table #tr_titulo td{
	text-align: center;
	padding: 5px;
	font-size:16px;
	font-weight:bold;
	}

table #palestras_extras td{
	text-align:left;
	}

#listafolder ul{
	margin-left:15px;
	list-style:none; 
	float:left; 
	line-height:15px;
	}
