@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/BgSite.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
}
body,td,th {
	font-size: 12px;
}
a {
	color: #33576f;
}
a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}


.twoColFixLtHdr #container {
	width: 994px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/imgs/BgCabecalho.gif);
	height: 97px;
	line-height: 1px;
} 
#header #loginbox {
	margin-top: 10px;
	margin-right: 5px;
	width: 200px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 10px;
	text-align: right;
}
#header #loginbox,
#header #loginbox td {
	font-size: 10px;
	color: #41566A;
}
#header #loginbox .inputext {
	font-size: 12px;
	line-height: 12px;
	height: 14px;
	width: 72px;
	border: 1px solid #41566A;
	background-color: #AFD7FA;
}



.twoColFixLtHdr #miniheader {
	background-image: url(/imgs/BgPesquisa.gif);
	height: 21px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #miniheader #formPesquisa #str {
	width: 117px;
	border: 1px solid #CCCCCC;
	height: 13px;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 11px;
}
.twoColFixLtHdr #sidebarE {
	float: left; /* since this element is floated, a width must be given */
	width: 164px;
}
.twoColFixLtHdr #sidebarE #ajudas {
	text-align: center;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	cursor: default;
}
.twoColFixLtHdr   #sidebarE   #ajudas   img {
	margin-right: 3px;
	margin-left: 3px;
}
.twoColFixLtHdr #sidebarE #ajudas img:hover {
	background-color: #E0ECF5;
}



.twoColFixLtHdr #sidebarE #menu {
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
}
.twoColFixLtHdr #sidebarE #newsletter {
	background-image: url(/imgs/BgNewsletter.png);
	height: 67px;
	margin-top: 0px;
	font-size: 12px;
	color: #33576f;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 25px;
}
.twoColFixLtHdr  #sidebarE  #newsletter  #mlemail {
	width: 105px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	height: 18px;
}

.twoColFixLtHdr #sidebarE #sondagem #topo {
	background-image: url(/imgs/SondagemTopo.png);
	background-repeat: no-repeat;
	height: 39px;
}
.twoColFixLtHdr #sidebarE #sondagem #corpo {
	background-image: url(/imgs/SondagemTile.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebarE #sondagem #corpo P {
	margin: 0px;
}
.twoColFixLtHdr #sidebarE #sondagem #corpo .pergunta {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin-bottom: 8px;
}
.twoColFixLtHdr #sidebarE #sondagem #corpo .opcoes {

}
.twoColFixLtHdr #sidebarE #sondagem #corpo .opcoes th {
	vertical-align: top;
	width: 20px;
}
.twoColFixLtHdr #sidebarE #sondagem #corpo .opcoes td {
	font-size: 12px;
	line-height: 12px;
	padding: 5px;
}




.twoColFixLtHdr #sidebarE #sondagem #base {
	background-image: url(/imgs/SondagemBase.png);
	height: 13px;
}
.twoColFixLtHdr #sidebarD {
	width: 298px;
	background-image: url(/imgs/SeparadorVerticalXL.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.twoColFixLtHdr  #sidebarD  #sugestoesTopo  {
	background-color: #EF991D;
	background-image: url(/imgs/BgSugestoesTopo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr  #sidebarD  #sugestoes  {
	background-image: url(/imgs/BgSugestoesBase.gif);
	width: 274px;
	padding-top: 0px;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 10px;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
.twoColFixLtHdr #sidebarD #sugestoes P {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #333333;
}
.twoColFixLtHdr #sidebarD #sugestoes H3 A{
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 0px;
	color: #333;
	text-decoration: none;
}
.twoColFixLtHdr #sidebarD #sugestoes .bullets a  {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebarD #sugestoes .bullets a:hover {
	color: #BA0505;
}




.twoColFixLtHdr #sidebarD #videodasemana {
	background-image: url(/imgs/BgVideodasemana.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	background-color: #98BFDE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6990b3;
	border-bottom-color: #6990b3;
	border-left-color: #6990b3;
	padding: 5px;
	width: 285px;
	color: #666666;
}

.twoColFixLtHdr #sidebarD #videodasemana H3 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.twoColFixLtHdr #sidebarD #videodasemana P {
	margin: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}



.twoColFixLtHdr #sidebarD #forumeducacao {
	background-image: url(/imgs/BgForumEducacao.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	background-color: #384ca2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6990b3;
	border-bottom-color: #6990b3;
	border-left-color: #6990b3;
	padding: 5px;
	width: 285px;
	color: #eee;
}

.twoColFixLtHdr #sidebarD #forumeducacao H3 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.twoColFixLtHdr #sidebarD #forumeducacao P {
	margin: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

.twoColFixLtHdr #sidebarD #forumeducacao a {
	color: #eee;
	text-decoration:none;
}

.twoColFixLtHdr #sidebarD #forumeducacao img {
	margin: 10px 0 20px 0;
}



.twoColFixLtHdr #sidebarD #novonosite {
	background-color: #f2e3a8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d27d00;
	border-bottom-color: #d27d00;
	border-left-color: #d27d00;
	padding: 5px;
	width: 284px;
	font-size: 12px;
	font-weight: bold;
}
.twoColFixLtHdr #sidebarD #novonosite ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-image: url(/imgs/IconMais.gif);
}
.twoColFixLtHdr #sidebarD #novonosite li:hover {
	list-style-image: url(/imgs/IconMais_on.gif);
}
.twoColFixLtHdr #sidebarD #novonosite a {
	color: #000000;
	text-decoration:none;
}
.twoColFixLtHdr #sidebarD #novonosite a:hover {
	color: #9C0226;
	text-decoration:none;
}






.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 164px;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(/imgs/BgMainContent.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #mainContent #caminho {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	margin-left: 10px;
	cursor: default;
}
.twoColFixLtHdr #mainContent #caminho A {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent #caminho A:hover {
	color: #000000;
}
.twoColFixLtHdr #mainContent .noticia1coluna {
	float: left;
	width: 220px;
	margin: 10px;
}
.twoColFixLtHdr #mainContent .noticia2colunas {
	margin: 10px;
}

.twoColFixLtHdr #mainContent .noticia1coluna H2,
.twoColFixLtHdr #mainContent .noticia2colunas H2 {
	font-size: 16px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent .noticia1coluna P,
.twoColFixLtHdr #mainContent .noticia2colunas P {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent .noticia1coluna .lermais,
.twoColFixLtHdr #mainContent .noticia2colunas .lermais {
	background-image: url(/imgs/LeiaMais.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.twoColFixLtHdr #mainContent .noticia1coluna .lermais:hover,
.twoColFixLtHdr #mainContent .noticia2colunas .lermais:hover {
	background-image: url(/imgs/LeiaMais_on.gif);
}
.twoColFixLtHdr #mainContent #innerspace {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.twoColFixLtHdr #mainContent #innerspace H1 {
	color: #910727;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent #innerspace H2 {
	color: #32495E;
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent #innerspace UL {
	margin: 0px;
	list-style-type: none;
}
.twoColFixLtHdr #mainContent #innerspace .mapadosite A {
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent #innerspace .mapadosite A:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent #innerspace .mapadosite .separador {
	font-size: 110%;
	font-weight: bold;
	color: #910727;
}
.twoColFixLtHdr #mainContent #innerspace .submenus LI{
	background-image: url(/imgs/Folder-20.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 4px;
}
.twoColFixLtHdr #mainContent #innerspace .submenus a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.twoColFixLtHdr #mainContent #innerspace .imagem {
	float: left;
	margin-right: 20px;
	border: 1px solid #000;
	margin-bottom: 10px;
}
.twoColFixLtHdr #mainContent #innerspace .downloads li {
	background-image: url(/imgs/Download-20.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.twoColFixLtHdr #mainContent #innerspace .downloads li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}


.twoColFixLtHdr #mainContent #innerspace .assinatura {
	font-style: italic;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #mainContent #innerspace .postal {
	float: left;
	height: 95px;
	width: 94px;
	margin-right: 20px;
}
.twoColFixLtHdr #mainContent #innerspace .postal img {
	background-image: url(/imgs/MolduraM.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent #innerspace .postal img:hover {
	background-image: url(/imgs/MolduraMHover.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent #innerspace .livro {
	background-image: url(/imgs/BgLivro.gif);
	background-repeat: no-repeat;
	width: 366px;
	height: 143px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #mainContent #innerspace .livro:hover {
	background-image: url(/imgs/BgLivro_on.gif);
}
.twoColFixLtHdr #mainContent #innerspace .livro IMG {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
	margin-left: 3px;
}
.twoColFixLtHdr #mainContent #innerspace .livro P {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent #innerspace .livro H3 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.twoColFixLtHdr #mainContent #innerspace .livro H4 {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}










.twoColFixLtHdr #mainContentFooter {
	background-image: url(/imgs/BgRodape.png);
	background-position: right top;
	height: 50px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #333333;
	padding-top: 10px;
	padding-right: 20px;
}
.twoColFixLtHdr #mainContent #innerspace .biblioteca li {
	background-image: url(/imgs/Folder-20.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-weight: bold;
}

.twoColFixLtHdr #mainContentFooter #content {
	width: 790px;
	float: right;
	text-align: center;
}

.twoColFixLtHdr #mainContentFooter A {
	color: #333333;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
.twoColFixLtHdr #mainContentFooter A:hover {
	color: #333333;
	text-decoration: underline;
}



.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 9px;
	color: #666666;
	text-align: center;
} 
#formPostal th {
	text-align: right;
}
#formPostal #nome , #formPostal #email, #formPostal #nome_destinatario, #formPostal #email_destinatario{
	width: 240px;
	border: 1px solid #999;
	height: 18px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#formPostal textarea {
	width: 239px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #999;
}

#formBiblioteca th {
	text-align: right;
}
#formBiblioteca #titulo,
#formBiblioteca #autor,
#formBiblioteca #assunto {
	width: 200px;
	border: 1px solid #999;
	height: 18px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.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;
}
.clearfloatLeft {
	clear: left;
}
.fotoL {
	background-position: center center;
	background-repeat: no-repeat;
	height: 95px;
	width: 114px;
	float: right;
	margin-left: 5px;
}
.fotoM {
	background-position: center center;
	background-repeat: no-repeat;
	height: 95px;
	width: 94px;
	float: left;
	margin-right: 10px;
}
.fotoXL {
	background-position: center center;
	background-repeat: no-repeat;
	height: 120px;
	width: 177px;
	float: right;
	margin-left: 10px;
}
.separador {
	margin-top: 10px;
}
.separador img,
.separador a {
	border: none;
}

.separadorH {
	background-image: url(/imgs/SeparadorHorizontal.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 7px;
	margin: 5px;
}
.formulario .separadorH {
	padding: 10px 0px 0px 5px;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
}

.separadorV {
	background-image: url(/imgs/SeparadorVerticalM.gif);
	background-repeat: no-repeat;
	height: 199px;
	margin: 2px;
	width: 7px;
	float: left;
}
.erro {
	background-color: #E0E3E7;
	border: 2px solid #CBD1D6;
	font-weight: bold;
	background-image: url(/imgs/ErrorCircle-64.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 90px;
	background-position: 15px 10px;
	margin-top: 70px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
}
.fotogaleria {
	height: 134px;
	width: 134px;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
}
pre {
	color: #CC0000;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
#overAll {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
	display: none;
}


#formDadosreservados th {
	text-align:right;
}
#formDadosreservados input,
#formDadosreservados textarea {
	width: 300px;
	border: 1px solid #999;
	background-color:#eee;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#formDadosreservados #submit {
	width: 150px;
	border: none;
	background-color:#666;
	color:#fff;
	font-weight:bold;
}


#formEstatisticas input {
	width: 80px;
	text-align: right;
	border: 1px solid #999;
	background-color:#eee;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#formEstatisticas select {
	width: 80px;
	text-align: left;
	border: 1px solid #999;
	background-color:#eee;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#formEstatisticas #submit {
	/*border: none;*/
	background-color:#666;
	color:#fff;
	font-weight:bold;
	text-align: center;
}
#calendarDetails {
	font-size:0.9em;
	width: 200px;
	float: right;
	background-image: url(/imgs/SeparadorVerticalM.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:13px;
	display:block;
}

.formulario {
	width: 300px;
	float: left;
	margin: 0 30px;
}