/* CSS Document */

body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body a{
	color:#000;
	}
.twoColFixLtHdr #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header_topo {
	background-image:url(fdo2.gif);
	background-position: 211px;	
	height: 33px;
	padding: 0;
} 
.twoColFixLtHdr #header_banner {
	background-image:url(fdo1.gif);
	background-position: 211px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 235px;
} 
.twoColFixLtHdr #header_linha {
	padding: 0;
} 
.twoColFixLtHdr #header_menu {
	background-image:url(fdo1.gif);
	background-position: 211px;
	padding-top:15px;
	background-color:#FFF;
	padding-left: 211px;	
} 


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 211px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-top:-11px;
}
.twoColFixLtHdr #mainContent {
	width:724px;
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#161616;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2C2C2C;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.dfooter{
	background-color: #E7B00F;
	height: 10px;
	width: 995px;
	margin-left: -20px;
	}

#SiteData{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
}

#SiteData .seta{
	font-size:7pt;
	color:#B7B7B7;
}
#SiteData .data{
	font-size: 13pt; 
	font-weight: 700;
	color:#A8A8A8;
}


#menu_lateral{
	width:211px;
	background-color: #e7b00f;
	padding-top: 0px;
	margin-top: -17px;
}
#menu_lateral li{
	background-image:url(fdoop.gif);
	list-style-position: outside;
	margin-left: -33px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #101C20;
	width: 203px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}


#menu_lateral a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	padding-left: 10px;
	}
	
#menu_lateral div{
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	height: 1px;
	margin-top: 9px;
	}	
	
#menuCentro .menuA{
	margin: 1px;
	float: left;
	width: 49%;
	text-align: center;
	font-size: 9pt;
	font-weight:bold;
	color: #000;
	padding-top: 6px;
	padding-bottom: 6px;
	
	}
#menuCentro .menuD{
	margin: 1px;
	float: left;
	width: 49%;
	text-align: center;
	font-size: 9pt;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #333333;
	text-decoration: none;
	}	
	
/*--------------------------------------------------------------------------------------------------*/	
	
#conteudo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:724px;
}


#conteudo .menuTopo{
	background-color: #DADADA;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	padding: 20px;
	font-weight: bold;
	font-size: 15pt;
	margin-top:20px;
}

#conteudo ul{
	list-style-type: none;
	width: auto;
	margin-left: -40px;
}

#conteudo li{
	list-style-type: none;
	background-color: #333333;
	display: inline;
	width: auto;
	font-size: 9pt;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 11%;
	padding-bottom: 3px;
	padding-left: 11%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
}

#conteudo .centro{
	width:434px;
	padding: 5px;
	display: block;
	margin-top: 50px;
	}
	
#conteudo .lateral{
	width:240px;
	display: block;
	float: right;
	}	
#conteudo .item{
	margin-bottom: 30px;
}	
#conteudo .data{
	color: #646464;
	font-size: 9pt;
	font-weight: bold;
}
#conteudo .chamada{
	color: #800000;
	font-size: 9pt;
	font-weight: bolder;
}
#conteudo .titulo a{
	font-size: 15pt;
	font-weight: bold;
	color: #1A1A1A;
	text-decoration: underline;
	margin-bottom: 30px;
}	

/*--------------------------------------------------------------------------------------------------*/

#texto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:724px;
	margin-top: 30px;
}
#texto .menuTopo {
	background-color: #DADADA;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	padding: 20px;
	font-weight: bold;
	font-size: 15pt;
	margin-top:20px;
}
#texto .centro {
	width:434px;
	padding: 5px;
	display: block;
	margin-top: 30px;
}
#texto .lateral {
	width:240px;
	display: block;
	float: right;
}
#texto .data {
	color: #646464;
	font-size: 9pt;
	font-weight: bold;
}
#texto .chamada {
	color: #D59113;
	font-size: 11pt;
	font-weight: bolder;
}
#texto .titulo {
	font-size: 28pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
#texto .icones {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	margin: 0px;
	padding: 0px;
	width: 61px;
	float: left;
	height: 29px;
}
#texto .interatividade {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 8pt;
	color: #646464;
	display: block;
}
#texto .complementos {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
}
#texto .autor {
	font-size: 11pt;
	font-weight: bold;
	color: #646464;
	margin-bottom: 10px;
}
#texto .textoblog {
	font-size: 13px;
	color: #333333;
}



#retrancas .item{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}	
#retrancas .data{
	color: #646464;
	font-size: 8pt;
	font-weight: bold;
}
#retrancas .chamada{
	color: #800000;
	font-size: 8pt;
	font-weight: bolder;
}
#retrancas .titulo{
	font-size: 11pt;
	font-weight: bold;
	color: #1A1A1A;
	margin-bottom: 5px;
}	
#retrancas a{
	color:#000;
	text-decoration:underline;}



#blog {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:724px;
	margin-top: 30px;
}
#blog .menuTopo {
	background-color: #DADADA;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	padding: 20px;
	font-weight: bold;
	font-size: 15pt;
	margin-top:20px;
}
#blog .centro {
	width:434px;
	padding: 5px;
	display: block;
	margin-top: 30px;
}
#blog .lateral {
	width:240px;
	display: block;
	float: right;
}
#blog .data {
	color: #800000;
	font-size: 9pt;
	font-weight: bold;
}

#blog .titulo {
	font-size: 18pt;
	font-style:italic;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
#blog .icones {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	margin: 0px;
	padding: 0px;
	width: 61px;
	float: left;
	height: 29px;
}

#blog .interatividade {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 8pt;
	color: #646464;
	display: block;
}

#blog .comentarios {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 8pt;
	color: #646464;
	margin-bottom: 20px;
}
#blog .complementos {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
}
#blog .autor {
	font-size: 11pt;
	font-weight: bold;
	color: #646464;
	margin-bottom: 10px;
}
#blog .textoblog {
	font-size: 13px;
	color: #333333;
}

#blogTopo{
	background-color:#414141;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8A8;	
	}
#blogTopo .nomeBlog{
	font-size: 17pt;
	font-weight: bold;
	color: #E7B00F;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#blogTopo .nomeAutor{
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #DFDFDF;
}


#blogItem{
	display: block;
	float: left;
	width: 340px;
	height:115px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	}


#blogItem .nomeBlog{
	font-size: 11pt;
	font-weight: bold;
	color: #E7B00F;
	
	margin-left: 5px;	
}
#blogItem .nomeAutor{
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: #DFDFDF;
	float: right;
	margin: 5px;
}
#blogItem a{
	font-size: 11pt;
	color:#000;
	}
#blogItem .titulo{
	background-color: #DADADA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 340px;
	height:80px;
	margin-top: 5px;
}

/*--------------------------------------------------------------------------------------------------*/
#tv{
	background-color:#EEEEEE;	
	}
	
#tv .item{
	margin-bottom: 30px;
}	
#tv_principal{
	padding: 25px;
	}

#tv_principal .data{
	color: #800000;
	font-size: 9pt;
	font-weight: bold;
}
#tv_principal .chamada{
	color: #52769E;
	font-weight: bolder;
}
#tv_principal .titulo{
	font-size: 19pt;
	font-weight: bold;
	color: #1A1A1A;
	margin-bottom: 30px;
}	
#tv_princiapl .video{
	border: 10px solid #B7B7B7;
	}
#tv_arquivo .item{
	width:160px;
	float:left;
	margin: 5px;
	background-color:#DADADA;
	display:block;
}

#tv_arquivo .topo{
	font-size:8pt;
	color:#800000;
	background-color: #C5C5C5;
	padding: 3px;
	font-weight: bold;
}

#tv_arquivo .video{
	padding: 5px;
}

#tv_arquivo .titulo{
	font-size:8pt;
	color:#1A1A1A;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
#tv_arquivo .linha{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
#tv_arquivo .nav{
	background-color:#DFDFDF;
	padding: 5px;
	text-align: right;
	display: block;
	}
#tv_arquivo .navSel{
	color:#000000;
	font-size:13pt;
	text-decoretion:none;
	font-weight: bold;
	}

#tv_arquivo .navLink{
	color:#828282;
	font-size:13pt;
	text-decoration:underline;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
	}

/*--------------------------------------------------------------------------------------------------*/

#links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:724px;
}


#links .menuTopo{
	background-color: #DADADA;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	padding: 20px;
	font-weight: bold;
	font-size: 15pt;
	margin-top:20px;
}
#links .menu{
	margin-bottom: 20px;
}
#links .menuA{
	margin: 1px;
	float: left;
	width: 239px;
	text-align: center;
	font-size: 9pt;
	font-weight:bold;
	color: #000;
	padding-top: 6px;
	padding-bottom: 6px;
	
	}
#links .menuD{
	margin: 1px;
	float: left;
	width: 239px;
	text-align: center;
	font-size: 9pt;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #333333;
	text-decoration: none;
	}


#links .centro{
	width:434px;
	padding: 5px;
	display: block;
	margin-top: 50px;
	}
	
#links .lateral{
	width:240px;
	display: block;
	float: right;
	}	
#links .item{
	margin-bottom: 5px;
	width: 440px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 8px;
	height: auto;
}	
#links .nomeSecao{
	color: #1A1A1A;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 20px;
}
#links .resumo{
	color: #333333;
	font-size: 8pt;
	font-weight: bolder;
}
#links .titulo{
	font-size: 15pt;
	font-weight: bold;
	color: #446786;
	text-decoration: underline;
}	
/*--------------------------------------------------------------------------------------------------*/

#music {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:724px;
}


#music .menuTopo{
	background-color: #DADADA;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	padding: 20px;
	font-weight: bold;
	font-size: 15pt;
	margin-top:20px;
}
/*--------------------------------------------------------------------------------------------------*/

#SMCapa a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none
}

#SMCapa .item{
	width:347px;
	margin-bottom:10px;
}

#SMCapa .fonte{
	color:#800000; font-size: 8pt; font-weight:700;
	}
#SMCapa .data{
	color:#646464; font-size: 8pt; font-weight:700;
	}
#SMCapa .titulo{
	color:#1A1A1A; font-size: 11pt; font-weight:700; text-decoration:underline;
	}

/*--------------------------------------------------------------------------------------------------*/
#SMBase a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none
}

#SMBase .item{
	width:220px;
	margin-bottom:5px;
}

#SMBase .fonte{
	color:#E7B00F; font-size: 8pt; font-weight:700;
	}
#SMBase .data{
	display:none;
	}
#SMBase .titulo{
	color:#BBBBBB; font-size: 9pt; text-decoration:underline;
	}

/*--------------------------------------------------------------------------------------------------*/

