@charset "utf-8";
body  {
	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;
	background-color: #FFFFFF;
	background-image: url(/imgs/bg_fundo.gif);
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #F3B740;
	font-size: 180%;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #063C80;
}
.caixaseccao {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #909090;
}
.caixaseccao .fotoqdr {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.caixaseccao H1 {
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.caixaseccao H1:hover {
	text-decoration: underline;
}
.caixaseccao P {
	font-size: 70%;
	margin: 0px;
}
.caixaseccao .data {
	color: #477CB1;
}


.caixagaleria {
	padding: 10px;
	border: 1px solid #909090;
	height: 100px;
	margin-top: 20px;
}
.caixagaleria .fotoqdr {
	float: left;
	margin-right: 15px;
	background-position: center center;
}
.caixagaleria .titulo {
    color: #063C80;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 150px;
	width: 190px;
}
.caixagaleria .titulo a, .caixagaleria .titulo a:hover {
    color: #063C80;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 150px;
	width: 190px;
	text-decoration:none;
}
.caixagaleria H1 {
	font-size: 180%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.caixagaleria H1:hover {
	text-decoration: underline;
}
.caixagaleria P {
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.caixagaleria2 {
	width: 229px;
	border-bottom: 1px dotted #909090;
	height: 70px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
.caixagaleria2 .fotoqdr {
	float: left;
	margin-right: 15px;
	background-position: center center;
}
.caixagaleria2 .titulo {
    color: #063C80;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 150px;
	width: 190px;
}
.caixagaleria2 .titulo a, .caixagaleria .titulo a:hover {
    color: #063C80;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 150px;
	width: 190px;
	text-decoration:none;
}
.caixagaleria2 H1 {
	font-size: 180%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.caixagaleria2 H1:hover {
	text-decoration: underline;
}
.caixagaleria2 P {
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.caixacinza {
	margin-bottom: 15px;
	background-color: #c9c9c9;
	background-image: url(/imgs/bg_caixacinza.gif);
	background-repeat: repeat-x;
	font-size: 90%;
	text-align: center;
	padding-bottom: 10px;
	border: 1px solid #909090;
}
.caixacinza .topo {
	margin-bottom: 5px;
}

.caixacinza H3 {
	font-weight: bold;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.caixacinza H4 {
	font-weight: normal;
	color: #000000;
	font-size: 80%;
	margin: 0px;
}
.caixacinza A {
	color: #000000;
	text-decoration: underline;
}
.caixacinza A:hover {
	text-decoration: none;
}

.caixacinza P {
	font-size: 90%;
	color: #295b90;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 3px;
}
.caixacinza  .campo  {
	background-image: url(/imgs/bg_input190.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 188px;
	padding-top: 0px;
	padding-left: 2px;
}
.caixacinza     .campo     input    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 178px;
	font-size: 10px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.caixacinza .campo2 {
	background-image: url(/imgs/bg_input140.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 138px;
	padding-top: 0px;
	padding-left: 2px;
}
.caixacinza .campo2 input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 128px;
	font-size: 10px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.banner   {
	margin-bottom: 15px;
}







.vermais {
	background-image: url(/imgs/vermais_off.gif);
}
.vermais:hover {
	background-image: url(/imgs/vermais_on.gif);
}
.vertodos {
	background-image: url(/imgs/vertodos_off.gif);
}
.vertodos:hover {
	background-image: url(/imgs/vertodos_on.gif);
}
.fotogrd {
	height: 133px;
	width: 189px;
	background-position: center center;
	background-color: #959595;
	background-repeat: no-repeat;
}
.fotoqdr {
	height: 95px;
	width: 95px;
	border: 1px solid #000000;
}
.fotoqdrpeg {
	height: 50px;
	width: 50px;
	border: 1px solid #000000;
    float: left;
}
.fotogaleria {
	width: 134px;
	height: 134px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
	background-position: center center;
}
.fotothumbcategoria {
	float: left;
	margin-right: 15px;
	background-position: center center;
	height: 60px;
	width: 85px;
	border: 1px solid #000000;
}





.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;
}
.erro {
	font-size: 80%;
	background-image: url(/imgs/Warning-64.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 65px;
	color: #333333;
	font-weight: bold;
	margin: 20px;
	background-color: #eeeeee;
}
.download {
	margin: 10px;
	background-image: url(/imgs/Download-32.png);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
	background-repeat: no-repeat;
	font-size: 90%;
}
.nota {
	font-size: 85%;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.nota IMG {
	margin-right: 10px;
}
.nota A {
	color: #666666;
	text-decoration: none;
}

.separador {
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #42939F;
}





#hrztile {
	/*background-image: url(/imgs/bg_topo_normal.jpg);*/
	background-image: url(/imgs/bg_topo_natal2011.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#preheader .fltlft {
	display: none;
}

.thrColFixHdr #container {
	width: 1018px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #menutopo {
	margin-right: 25px;
	margin-left: 25px;
	font-size: 70%;
	color: #FFCC00;
	padding-top: 20px;
	text-transform: uppercase;
}
.thrColFixHdr #menutopo .fltrt {
	margin-top: -15px;
}
.thrColFixHdr #menutopo A {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
.thrColFixHdr #menutopo A:hover {
	text-decoration: underline;
}
.thrColFixHdr #menutopo IMG {
	margin-left: 10px;
	margin-right: 0px;
}
.thrColFixHdr #preheader {
	margin-right: 25px;
	margin-left: 335px;
	font-size: 70%;
	color: #5BB9FD;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0px;
}




.thrColFixHdr #header {
	height: 170px;
	margin-right: 25px;
	margin-left: 25px;
	clear: both;
	margin-top: 15px;
} 
.thrColFixHdr #header #pesquisa {
	margin-top: 2px;
}
.thrColFixHdr #header #pesquisa .campo {
	background-image: url(/imgs/bg_pesquisa.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	width: 148px;
	padding-top: 0px;
}
.thrColFixHdr #header #pesquisa #str {
	height: 18px;
	width: 145px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #header #manchete {
	background-image: url(/imgs/bg_destaque.gif);
	height: 147px;
	width: 627px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
.thrColFixHdr #header #manchete .fotogrd {
	float: left;
	margin-right: 20px;
}
.thrColFixHdr #header #manchete H1 {
	font-size: 140%;
	color: #00406e;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.thrColFixHdr #header #manchete H1:hover {
	text-decoration: underline;
}
.thrColFixHdr #header #manchete P {
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.thrColFixHdr  #sidebarE {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	margin-left: 22px;
}
.thrColFixHdr #sidebarE #mediabox {
	background-image: url(/imgs/bg_video.gif);
	border: 1px solid #000000;
	background-color: #6A6A6A;
	background-repeat: repeat-x;
}
.thrColFixHdr #sidebarE #mediabox P {
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 90%;
}
.thrColFixHdr #sidebarE #mediabox .titulo {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 0px;
}
.thrColFixHdr #sidebarE #mediabox .legenda {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #sidebarE #agenda {
	background-image: url(/imgs/bg_agenda.gif);
	height: 167px;
	width: 285px;
	padding-top: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebarE #agenda #calendario {
	float: left;
	width: 150px;
}
.thrColFixHdr #sidebarE #agenda #botoes {
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}




.thrColFixHdr #sidebarD {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-right: 24px;
	padding: 0px;
}
.thrColFixHdr #sidebarD #ultimas {
	background-color: #C8C8C8;
	background-image: url(/imgs/bg_ultimas.gif);
	background-repeat: repeat-x;
	border: 1px solid #909090;
	margin-bottom: 20px;
}
.thrColFixHdr #sidebarD #ultimas UL {
	font-size: 70%;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-right: 5px;
}
.thrColFixHdr #sidebarD #ultimas LI {
	list-style-image: url(/imgs/mais_off.gif);
	list-style-position: outside;
	margin-bottom: 10px;
	margin-top: 15px;
}
.thrColFixHdr #sidebarD #ultimas LI:hover {
	list-style-image: url(/imgs/mais_on.gif);
}
.thrColFixHdr #sidebarD #ultimas A {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #sidebarD #ultimas A:hover {
	color: #063C80;
	text-decoration: underline;
}







.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 195px;
	margin-bottom: 0;
	margin-left: 335px;
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #mainContent2ColsD {
	margin-top: 20;
	margin-right: 215px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #mainContent2ColsE {
	margin-top: 20;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 335px;
	padding-top: 0;
	padding-bottom: 0;
	width: 630px;
} 
.thrColFixHdr #mainContentWide {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 630px;
}
.thrColFixHdr #mainContentVideos {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	/*min-height: 630px;*/
}
.thrColFixHdr #mainContent .caixaseccao {
	width: 300px;
	padding: 5px;

}
.thrColFixHdr #mainContent .caixaseccao .resumo {
	float: left;
	width: 138px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.thrColFixHdr #mainContent .caixadocumentos {
	background-image: url(/imgs/bg_documentos.gif);
	background-repeat: repeat-x;
	background-color: #F7D490;
	padding: 5px;
	border: 1px solid #909090;
	width: 150px;
}
.thrColFixHdr #mainContent .caixadocumentos H1 {
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.thrColFixHdr #mainContent .caixadocumentos H1:hover {
	text-decoration: underline;
}
.thrColFixHdr #mainContent .caixadocumentos P {
	font-size: 70%;
	margin: 0px;
}
.thrColFixHdr #mainContent .caixadocumentos .data {
	color: #477CB1;
}



.thrColFixHdr #mainContent .homepage,
.thrColFixHdr #mainContent2ColsD .homepage,
.thrColFixHdr #mainContent2ColsE .homepage {
	color: #000000;
	font-size: 80%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.thrColFixHdr #mainContent .homepage LI,
.thrColFixHdr #mainContent2ColsD .homepage LI,
.thrColFixHdr #mainContent2ColsE .homepage LI {
	list-style-position: outside;
	list-style-image: url(/imgs/seta.gif);
	margin-bottom: 20px;
}

.thrColFixHdr #mainContent .homepage .titulo,
.thrColFixHdr #mainContent2ColsD .homepage .titulo,
.thrColFixHdr #mainContent2ColsE .homepage .titulo {
	font-size: 120%;
	font-weight: bold;
	color: #063c80;
	text-decoration: none;
}
.thrColFixHdr #mainContent .homepage .titulo:hover,
.thrColFixHdr #mainContent2ColsD .homepage .titulo:hover {
	text-decoration: underline;
}
.thrColFixHdr #mainContent .coluna_d,
.thrColFixHdr #mainContent2ColsD .coluna_d,
.thrColFixHdr #mainContent2ColsE .coluna_d {
	margin-left: 5px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999999;
}

.thrColFixHdr #mainContent .coluna_e,
.thrColFixHdr #mainContent .coluna_d,
.thrColFixHdr #mainContent2ColsD .coluna_e,
.thrColFixHdr #mainContent2ColsD .coluna_d,
.thrColFixHdr #mainContent2ColsE .coluna_e,
.thrColFixHdr #mainContent2ColsE .coluna_d {
	float: left;
	width: 220px;
	margin: 5px;
}
.thrColFixHdr #mainContent .coluna_c,
.thrColFixHdr #mainContent2ColsD .coluna_c,
.thrColFixHdr #mainContent2ColsE .coluna_c {
	margin: 5px;
}
.thrColFixHdr #mainContent .grupo,
.thrColFixHdr #mainContent2ColsD .grupo,
.thrColFixHdr #mainContent2ColsE .grupo {
	float: none;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 90%;
}
.thrColFixHdr #mainContent .coluna_e ul,
.thrColFixHdr #mainContent .coluna_d ul,
.thrColFixHdr #mainContent .coluna_c ul,
.thrColFixHdr #mainContent2ColsD .coluna_e ul,
.thrColFixHdr #mainContent2ColsD .coluna_d ul,
.thrColFixHdr #mainContent2ColsD .coluna_c ul,
.thrColFixHdr #mainContent2ColsE .coluna_e ul,
.thrColFixHdr #mainContent2ColsE .coluna_d ul,
.thrColFixHdr #mainContent2ColsE .coluna_c ul {
	margin-top: 10px;
	margin-left: 20px;
}
.thrColFixHdr #mainContent .coluna_e li,
.thrColFixHdr #mainContent .coluna_d li,
.thrColFixHdr #mainContent2ColsD .coluna_e li,
.thrColFixHdr #mainContent2ColsD .coluna_d li,
.thrColFixHdr #mainContent2ColsE .coluna_e li,
.thrColFixHdr #mainContent2ColsE .coluna_d li {
	margin-bottom: 10px;
}
.thrColFixHdr #mainContent .coluna_c li,
.thrColFixHdr #mainContent2ColsD .coluna_c li,
.thrColFixHdr #mainContent2ColsE .coluna_c li {
	margin-bottom: 3px;
}
.thrColFixHdr #mainContent .coluna_e a,
.thrColFixHdr #mainContent .coluna_d a,
.thrColFixHdr #mainContent .coluna_c a,
.thrColFixHdr #mainContent2ColsD .coluna_e a,
.thrColFixHdr #mainContent2ColsD .coluna_d a,
.thrColFixHdr #mainContent2ColsD .coluna_c a,
.thrColFixHdr #mainContent2ColsE .coluna_e a,
.thrColFixHdr #mainContent2ColsE .coluna_d a,
.thrColFixHdr #mainContent2ColsE .coluna_c a {
	color: #000000;
	text-decoration: none;
	
}
.thrColFixHdr #mainContent .coluna_e a:hover,
.thrColFixHdr #mainContent .coluna_d a:hover,
.thrColFixHdr #mainContent .coluna_c a:hover,
.thrColFixHdr #mainContent2ColsD .coluna_e a:hover,
.thrColFixHdr #mainContent2ColsD .coluna_d a:hover,
.thrColFixHdr #mainContent2ColsD .coluna_c a:hover,
.thrColFixHdr #mainContent2ColsE .coluna_e a:hover,
.thrColFixHdr #mainContent2ColsE .coluna_d a:hover,
.thrColFixHdr #mainContent2ColsE .coluna_c a:hover {
	text-decoration: underline;
}
.thrColFixHdr #mainContent .conteudos .grupo,
.thrColFixHdr #mainContent2ColsD .conteudos .grupo,
.thrColFixHdr #mainContent2ColsE .conteudos .grupo {
	font-size: 110%;
}
.thrColFixHdr #mainContent .conteudos,
.thrColFixHdr #mainContent2ColsD .conteudos,
.thrColFixHdr #mainContent2ColsE .conteudos {
	font-size: 80%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent .conteudos H1,
.thrColFixHdr #mainContent2ColsD .conteudos H1,
.thrColFixHdr #mainContent2ColsE .conteudos H1 {
	margin: 0px;
	color: #063C80;
}
.thrColFixHdr #mainContent .conteudos H3,
.thrColFixHdr #mainContent2ColsD .conteudos H3,
.thrColFixHdr #mainContent2ColsE .conteudos H3 {
	font-weight: normal;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent .conteudos H6,
.thrColFixHdr #mainContent2ColsD .conteudos H6,
.thrColFixHdr #mainContent2ColsE .conteudos H6 {
	font-weight: normal;
	color: #666666;
	font-size: 75%;
}
.thrColFixHdr #mainContent .conteudos .imagem,
.thrColFixHdr #mainContent2ColsD .conteudos .imagem,
.thrColFixHdr #mainContent2ColsE .conteudos .imagem {
	background-color: #000000;
	padding: 1px;
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
}
.thrColFixHdr #mainContent .conteudos .imagem P,
.thrColFixHdr #mainContent2ColsD .conteudos .imagem P,
.thrColFixHdr #mainContent2ColsE .conteudos .imagem P {
	color: #999999;
	font-size: 9px;
	text-align: right;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
.thrColFixHdr #mainContent .conteudos .legenda,
.thrColFixHdr #mainContent2ColsD .conteudos .legenda,
.thrColFixHdr #mainContent2ColsE .conteudos .legenda {
	background-color: #999999;
	color: #000000;
	font-size: 11px;
	text-align: left;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	width: 450px;
}
.thrColFixHdr #mainContent .conteudos .imagem SPAN.legenda,
.thrColFixHdr #mainContent2ColsD .conteudos .imagem SPAN.legenda,
.thrColFixHdr #mainContent2ColsE .conteudos .imagem SPAN.legenda {
	background: none;
	color: #ccc;
	font-size: 9px;
	text-align: left;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	padding: 2px;
	display: block;
	max-width: 244px;
}
.thrColFixHdr #mainContent .conteudos .imagem SPAN.creditos,
.thrColFixHdr #mainContent2ColsD .conteudos .imagem SPAN.creditos,
.thrColFixHdr #mainContent2ColsE .conteudos .imagem SPAN.creditos {
	background: none;
	color: #999999;
	font-size: 9px;
	text-align: right;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	padding: 0px;
	/*font-style: italic;*/
}






.thrColFixHdr #footer {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(/imgs/bg_rodape.gif);
	height: 105px;
	font-size: 60%;
} 
.thrColFixHdr #footer A {
	text-decoration: none;
	color: #000000;
}
.thrColFixHdr #footer A:hover {
	text-decoration: underline;
}
.thrColFixHdr #footer #menurodape {
	font-weight: bold;
	color: #0d4383;
	font-size: 110%;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 4px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.thrColFixHdr #footer #menurodape A {
	text-decoration: none;
	color: #0d4383;
}
.thrColFixHdr #footer #menurodape A:hover {
	text-decoration: underline;
}
.thrColFixHdr #footer .creditos {
	font-size: 11px;
}

.tagcloud A {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
}
.tagcloud H6 {
	font-size: 70%;
	font-weight: normal;
	text-align: center;
}

.tagcloud A:hover {
	color: #666666;
	text-decoration: none;
}
.tagcloud ul {
	padding: 2px;
	text-align: center;
	margin: 0;
}
.tagcloud li {
	display: inline;
	font-size: 130%;
	color: #999999;
}
.tagcloud a.tag1 { font-size: 0.5em; font-weight: 100; }
.tagcloud a.tag2 { font-size: 0.6em; font-weight: 200; }
.tagcloud a.tag3 {
	font-size: 0.7em;
	font-weight: 300;
}
.tagcloud a.tag4 { font-size: 0.8em; font-weight: 100; }
.tagcloud a.tag5 { font-size: 0.9em; font-weight: 100; }
.tagcloud a.tag6 { font-size: 1.0em; font-weight: 200; }
.tagcloud a.tag7 { font-size: 1.1em; font-weight: 300; }
.tagcloud a.tag8 { font-size: 1.2em; font-weight: 400; }
.tagcloud a.tag9 { font-size: 1.3em; font-weight: 500; }
.tagcloud a.tag10 { font-size: 1.4em; font-weight: 600; }
.tagcloud a.tag11 { font-size: 1.5em; font-weight: 600; }
.tagcloud a.tag12 { font-size: 1.6em; font-weight: 700; }
.tagcloud a.tag13 { font-size: 1.7em; font-weight: 800; }
.tagcloud a.tag14 { font-size: 1.8em; font-weight: 800; }
.tagcloud a.tag15 { font-size: 1.9em; font-weight: 900; }
.outras {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.outras UL {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image: url(/imgs/seta.gif);
	font-size: 70%;
	line-height: 95%;
}
.outras LI {
	margin-bottom: 8px;
}
.outras A {
	color: #999999;
	text-decoration: none;
}
.outras A:hover {
	color: #000000;
	text-decoration: none;
}
.emcolunas {
	margin: 0px;
	padding: 0px;
}
.emcolunas LI {
	display: block;
	width: 210px;
	list-style-type: none;
	float: left;
	height: 27px;
	font-size: 70%;
	padding-left: 5px;
	font-weight: bold;
	line-height: 90%;
}
.emcolunas A {
	color: #00406E;
	text-decoration: none;
}
.emcolunas A:hover {
	text-decoration: underline;
}
#agendamensal {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#agendamensal  th {
	font-weight: bold;
	color: #063C80;
	font-size: 120%;
}

.thrColFixHdr #mainContent2ColsD .conteudos .mediaboxE,
.thrColFixHdr #mainContent2ColsD .conteudos .mediaboxD,
.thrColFixHdr #mainContent2ColsE .conteudos .mediaboxE,
.thrColFixHdr #mainContent2ColsE .conteudos .mediaboxD {
	border-width: 1px;
	border-style: solid;
	border-color: #6a6a6a;
	margin-bottom: 5px;
	padding: 0px;
	width: 260px;
}
.thrColFixHdr #mainContent2ColsD .conteudos .mediaboxE,
.thrColFixHdr #mainContent2ColsE .conteudos .mediaboxE {
	margin-right: 10px;
}
.thrColFixHdr #mainContent2ColsD .conteudos .mediaboxD,
.thrColFixHdr #mainContent2ColsE .conteudos .mediaboxD {
	margin-left: 10px;
}
.thrColFixHdr #mainContent2ColsD .conteudos .mediaboxE .legenda,
.thrColFixHdr #mainContent2ColsD .conteudos .mediaboxD .legenda,
.thrColFixHdr #mainContent2ColsE .conteudos .mediaboxE .legenda,
.thrColFixHdr #mainContent2ColsE .conteudos .mediaboxD .legenda {
	background-color: #6a6a6a;
	color: #ffffff;
	font-size: 9px;
	text-align: left;
	padding: 2px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	width: 256px;
}

.lente {
	background-image:url(/imgs/lenteK.png);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:100;
}

.lente2 {
	background-image:url(/imgs/lenteK.png);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
}

.overall {
	z-index:1000;
	width:620px;
	padding-top:290px;
	padding-left:310px;
	margin-left:auto;
	margin-right:auto;
}

.overall2 {
	z-index:1000;
	width:920px;
	padding-top:300px;
	margin-left:auto;
	margin-right:auto;
}

.overall h3 {
	color:#cccccc;
}

.overallWide {
	z-index:1000;
	width:950px;
	padding-top:230px;
	margin-left:auto;
	margin-right:auto;
}
pre {
	background-color: #fff;
	text-align: left;
}



#sidebarD #ultimas.bentoxvi {
	padding-bottom: 5px;
}

#sidebarD #ultimas.bentoxvi .imagem {
	width: 50px;
	height: 50px;
	float: left;
	border: 1px solid black;
	margin: 0 5px 5px -50px;
}

#sidebarD #ultimas.bentoxvi ul {
	padding-left: 60px;
}

#sidebarD #ultimas.bentoxvi li {
	list-style: none;
	clear: both;
}
#sidebarD #ultimas.bentoxvi li:hover {
	list-style: none;
}

.videos {
    display: block;
    float: left;
    width: 190px;
	height: 220px;
	margin-top: 10px;
    margin-right: 20px;
    padding-bottom: 30px;
}

.videos2 {
	background-image: url(/imgs/SeparadorHorizontal.png);
	background-position: center center;
	background-repeat: no-repeat;
    display: block;
    float: left;
    width: 600px;
	height: 10px;
	margin-top: 10px;
    margin-right: 20px;
    padding-bottom: 30px;
}

.videos .titulo {
    color: #32495E;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 150px;
	width: 190px;
}

.videos .titulo a, .videos .titulo a:hover {
    color: #32495E;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 150px;
	width: 190px;
	text-decoration:none;
}

.videos .thumb {
	color: #32495E;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 140px;
    margin-right: 10px;
    width: 190px;
}

.videos .thumb a, .videos .thumb a:hover {
    color: #32495E;
	border: #32495E solid 1px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 10px;
}

.videos .descricao {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: normal;
	height: 112px;
    margin-bottom: 5px;
    margin-top: 5px;
	margin-left: 220px;
	vertical-align: bottom
}

.videos3 {
    display: block;
    float: left;
    width: 190px;
	height: 220px;
	margin-top: 10px;
    margin-right: 20px;
	margin-left: 26px;
    padding-bottom: 30px;
}

.videos3 .titulo, .videos3 .titulo a, .videos .titulo a:hover {
    color: #5D5A5A;
    display: block;
	font-family: 'PT Sans',serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 150px;
	width: 190px;
	text-decoration:none;
}

.videos3 .thumb {
	color: #32495E;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 140px;
    margin-right: 10px;
    width: 190px;
}

.videos3 .thumb a, .videos .thumb a:hover {
    color: #32495E;
	border: #32495E solid 1px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 10px;
}

.videos3 .descricao {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: normal;
	height: 112px;
    margin-bottom: 5px;
    margin-top: 5px;
	margin-left: 220px;
	vertical-align: bottom
}



.caixatodosvideos {
	/*background-image: url(/imgs/fundocaixatodosvideos.png);
	background-repeat:repeat-x;
	margin-top: 5px;*/
	border-bottom: 1px dotted #909090;
	padding: 5px;
	height: 60px;
	cursor: pointer;
}
.caixatodosvideos .fotoqdrpeg {
	float: left;
	margin-right: 5px;
	background-position: center center;
}
.caixatodosvideos .titulo {
    color: #063C80;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
	margin:0px;
}
.caixatodosvideos H1 {
	font-size: 180%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.caixatodosvideos H1:hover {
	text-decoration: underline;
}
.caixatodosvideos P {
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.descricaopagina {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top:20px;
}

.videosdisponiveis {
	float:left;
	width:480px;
	margin-top:20px;
	margin-bottom:20px;
	color:#063C80;
	font-size:18px;
	font-weight:bold;
	cursor: hand;
	list-style-type: none;
}

.videosdisponiveis2 {
	list-style-type: none;
	margin-left:-40px;
	margin-bottom:-10px;
}
.videosdisponiveis3 {
	list-style-type: none;
	margin-left:-10px;
	margin-bottom:-10px;
}

#videosescolhidos {
	float:left;
	width:480px;
	color:#063C80;
	font-size:18px;
	font-weight:bold;
	margin-right:-50px;
	margin-top:20px;
	cursor: hand;
	list-style-type: none;
}

#arrows {
	float:left;
	margin-top:60px;
	margin-right:20px;
	margin-left:20px;
	font-size:18px;
	color:#063C80;
}

#codigo {
	float:left;
	width:740px;
	list-style-type:none;
	overflow:hidden;
}

#sortable {
	list-style-type: none;
	margin-top: 3px;
	padding-top: 10px;
	padding-left: 10px;
}

#sortable li {
}

ul.videos2 .marca {
	width:0px;
}

ul#sortable .marca {
	width:20px;
	height: 16px;
    background: url("imgs/cruz.png");
    background-repeat: no-repeat;
    display: block;
	margin-right: 2px;
	margin-top: 3px;
	margin-left: 3px;
	float: right;
}

.videoswrapper {
	height:365px;
	margin-top:10px;
	overflow:auto;
}

.googlefontpacifico {
	font-family: 'Pacifico', serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
	color: #008ca1;
}

.googlefontptsans {
	font-family: 'PT Sans', serif;
	font-size: 13px;
}

.googlefontptsans_cattitulo {
	font-family: 'PT Sans', serif;
	font-size: 20px;
	font-style: none;
	font-weight: bold;
	text-align:left;
	line-height: 1.2;
	display:inline-block;
	color: #008ca1;
	background-color:#000000;
	margin-left:-30px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 30px;
}

.googlefontptsans_cat {
	font-family: 'PT Sans', serif;
	font-size: 17px;
	font-style: none;
	font-weight: bold;
	text-align:left;
	line-height: 22px;
	color: #5d5a5a;
	width: 100px;
}


/* template videos */
#videos_topo {
	background-color: #015773;
	background-repeat: repeat-x;
	background-position: center top;
	height: 40px;
}
#videos_topo #container #menutopo .fltrt {
	margin-top: 0px;
}
#videos_preheader {
	background-color: #099fb5;
	background-repeat: repeat-x;
	background-position: center top;
	height: 5px;
}
#videos_cabecalho {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	height: 60px;
}
#videos_cabecalho #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.videos_cabecalho_fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 20px;
	margin-right: 8px;
	margin-top: 20px;
}
.videos_cabecalho_meio1 {
	float: left;
	margin-left: 90px;
	margin-right: 70px;
	margin-top: 11px;
}
.videos_cabecalho_meio2, .videos_cabecalho_meio2 a, .videos_cabecalho_meio2 a:hover {
	float:left;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	margin-top:8px;
	color:#008CA1;
}
.videos_cabecalho_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;
	margin-right: 10px;
	margin-top: 17px;
}
#videos_ultimos {
	background-image: url(/imgs/fundo_ultimos_videos.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
	/*height: 290px;*/
	padding: 20px 0;
}
#videos_container {
	width: 1018px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/imgs/container_videos_sombra.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
#videos_container #footer {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(/imgs/bg_rodape_videos.png);
	height: 70px;
	font-size: 60%;
} 
#videos_rodape {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 60%;
}
#videos_rodape #container {
	width: 990px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#videos_rodape #container #menurodape {
	font-weight: bold;
	color: #0c8495;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#videos_rodape #container #menurodape A {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
#videos_rodape #container #menurodape A:hover {
	text-decoration: underline;
}
#videos_rodape #container .creditos {
	width: 940px;
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*#videos_playlist {
	background-image: url(/imgs/fundo_ultimos_videos.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
	height: 290px;
}*/


p.titulosvideosdisponiveis{
	font-family: 'PT Sans', serif;
	font-size: 17px;
	font-style: none;
	font-weight: bold;
	text-align: left;
	line-height: 19px;
	color: #5D5A5A;
	margin: 0px;
}

.titulo_videos {
	font-family:arial;
	color:#FFFFFF;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	margin:0 auto;
	margin-right:20px;
	text-align:center;
}

.player {
	margin-top:10px;
	margin-bottom:15px;
}

.ultimos_videos {
	margin:0 auto;
	margin-left:15px;
}

.ultimos_videos_thumbs {
	border:1px solid #000000;
	width:85px;
	height:60px;
	margin-right:15px;
}
