@charset "utf-8";
/* CSS Document */
#boxGeral {width:100%; height:100%; display:table;}
#boxPalco {width:778px; background-color:#ABBE92; display:table; padding:20px 0 20px 0; margin:0 auto;}
#boxTopo {width:619px; height:243px; margin:0 auto;}
#boxMenu {width:619px; height:30px; background-color:#717C4F; margin:0 auto;}
#boxSubMenu {width:619px; height:auto; margin:0 auto 10px auto; display:table;}
#boxContent {width:619px; display:table; margin:0 auto; background-color:#ABBE92;}
#boxMiolo {width:448px; display:table; margin:0 auto; float:left;}
#boxMioloInterna {width:619px; display:table; margin:0 auto; float:left;}
#boxMioloProgramacao {width:440px; display:table; margin:0 auto; float:right;}
#boxBarraDireito {width:140px; height:300px; margin:0 0 0 30px; float:right; display:table;}
#boxCalendario {width:140px; height:200px; background-color:#717C4F; margin-bottom:20px; display:table;}
#boxContentCalendar {width:115px; margin:10px auto 0 auto;}
#boxNoticias {width:140px; height:173px; background-color:#FFF; margin-bottom:20px; padding:10px 0 0 0; display:table;}
#boxNewsletter {width:140px; height:155px; background-color:#717C4F; padding:10px 0 0 0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFF; text-decoration:none; display:table;}
#boxRodape {width:619px; height:130px; display:table; margin:0 auto;}

/**************************************************************************/
/*MENU*/
#boxMenu ul {width:100%; padding:0 0 0 0; margin:0 0 0 0;}
#boxMenu ul li {height:25px; float:left; list-style:none; padding:5px 12.1px 0 12.2px;}

/*SUB MENU*/
#boxSubMenu ul {padding:0 0 0 0; margin:10px 0 10px 0;}
#boxSubMenu ul li {
	width: inherit;
	padding:5px 5px 5px 5px;
	margin:0 5px 5px 0;
	float:left;
	list-style:none;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	display:table;
}

#boxNoticias ul {padding:0 0 0 0; margin:0 0 0 10px;}
#boxNoticias ul li {padding:0 0 0 0; list-style:none; margin:15px 0 15px 0;}

.DivLinha {background:url(../images/linha.gif) repeat-x center; display:table;}

.boxImgNoticiasLeft {width:160px; height:128px; margin-right:20px; float:left;}
.boxContentNoticiasLeft {width:268px; float:right;}

.boxImgNoticiasRight {width:160px; height:128px; margin-left:20px; float:right;}
.boxContentNoticiasRight {width:268px; float:left;}
.imgThumb {width:120px; height:100px; float:left; margin:0 20px 20px 0; overflow:hidden; border:1px solid #FFF;}
/**************************************************************************/
