@charset "utf-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #dee9ed;
	background-image: url(/imgs/bg_gradiente.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #CA0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


.background {
	background-color: #FFF;
	width: 796px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border-left: solid 1px #c4d1d6;
	border-right: solid 1px #c4d1d6;
	border-bottom: solid 1px #c4d1d6;
}
.thrColFixHdr {
	height: 100%;
}



.thrColFixHdr #container {
	width: 786px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	/*background-image: url(/imgs/cabecalho1.jpg);*/
	height: 18px;
	margin-bottom: 5px;
	padding-top: 172px;
	padding-left: 11px;
	line-height: 1px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-position: top;
} 
.thrColFixHdr #header img {
	margin-right: 7px;
	margin-left: 7px;
}

.thrColFixHdr #menutop {
	margin-bottom: 5px;
	background-image: url(/imgs/menu_bg.gif);
	background-repeat: repeat-x;

}
.thrColFixHdr  #menutop  #pesquisa  {
	background-image: url(/imgs/pesquisa_bg.gif);
	float: left;
	height: 30px;
	width: 182px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 13px;
	padding-left: 10px;
}
.thrColFixHdr #menutop #pesquisa .inputtext {
	width: 90px;
	margin-right: 4px;
	margin-left: 4px;

}
.thrColFixHdr #menutop #menu {
	background-image: url(/imgs/menu_esq.gif);
	height: 43px;
	margin-left: 192px;
	padding-left: 7px;
	background-repeat: no-repeat;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}


.thrColFixHdr #menutop #menureservado {
	height: 22px;
	margin-left: 0px;
	margin-top: 2px;
	padding: 0px;
	background-image: url(/imgs/menur_bg.gif);
}




.thrColFixHdr  #sidebarE {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* padding keeps the content of the div away from the edges */
	margin-left: 2px;
}
.thrColFixHdr #sidebarE #menu {
	background-image: url(/imgs/menuv_bg.gif);
	background-repeat: repeat-y;
}
.thrColFixHdr #sidebarE #menu .tp {
	padding-top: 5px;
	background-image: url(/imgs/menuv_topo.gif);
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebarE #menu .tp .bs {
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(/imgs/menuv_base.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.thrColFixHdr #sidebarE #caixa {
	background-image: url(/imgs/cx_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 2px;
	text-align: left;
}
.thrColFixHdr #sidebarE #caixa P {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 12px;
	color: #CA0000;
}
.thrColFixHdr #sidebarE #caixa A {
	text-decoration: none;
	color: #2d3940;
}
.thrColFixHdr #sidebarE #caixa A:hover {
	text-decoration: none;
	color: #CA0000;
}
.thrColFixHdr #sidebarE #caixa .tp {
	padding-top: 5px;
	background-image: url(/imgs/cx_topo.gif);
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebarE #caixa .tp .bs {
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(/imgs/cx_base.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}




.thrColFixHdr  #sidebarD {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebarD #frase {
	background-image: url(/imgs/bg_frasepeq.gif);
	height: 46px;
	width: 136px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.thrColFixHdr #sidebarD #frase A {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #sidebarD #newsletter {
	background-image: url(/imgs/bg_newsletter.jpg);
	height: 39px;
	width: 127px;
	color: #FFEC00;
	font-size: 11px;
	padding-top: 18px;
	padding-left: 8px;
	padding-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.thrColFixHdr  #sidebarD  #newsletter  .inputtext {
	width: 95px;
	margin-right: 4px;
	margin-left: 0px;

}
.thrColFixHdr #sidebarD #registos {
	background-image: url(/imgs/bg_login.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 130px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
.thrColFixHdr #sidebarD #registos .inputtext {
	height: 16px;
	width: 70px;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	border:none;
}
.thrColFixHdr #sidebarD #maisinfo {
	font-size: 9px;
	line-height: 11px;
	background-color: #E2E2E2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.thrColFixHdr #sidebarD #maisinfo P {
	margin: 0px;
	padding: 4px;
}
.thrColFixHdr #sidebarD #maisinfo .titulo {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #CA0000;
}




.thrColFixHdr #mainContent {
	margin-left: 200px;
	width: 420px;
	padding: 5px;
} 
.thrColFixHdr #mainContent .destaque {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 20px;
}
.thrColFixHdr #mainContent .destaque P {
	margin: 0px;
}
.thrColFixHdr #mainContent .destaque .titulo {
	color: #CA0000;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
	text-decoration: none;
}
.thrColFixHdr #mainContent .destaque .subtitulo {
	color: #768089;
	margin-bottom: 15px;
	font-size: 14px;
}
.thrColFixHdr #mainContent .frase {
	background-image: url(/imgs/bg_frase_tile.gif);
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.thrColFixHdr #mainContent .frase .tr {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.thrColFixHdr #mainContent .destaques .coluna {
	float: left;
	width: 188px;
	background-image: url(/imgs/bg_destaque.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	font-size: 10px;
	line-height: 12px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 12px;
}
.thrColFixHdr #mainContent .destaques .coluna P {
	margin: 0px;
	text-align:left;
}
.thrColFixHdr #mainContent .destaques .coluna .titulo {
	font-weight: bold;
	color: #CA0000;
	font-size: 12px;
	margin-bottom: 3px;
	text-decoration: none;
}
.thrColFixHdr #mainContent #bannersrodape .coluna {
	float: left;
	width: 210px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}



.thrColFixHdr #mainContent .conteudo {
	font-size: 12px;
	line-height: 14px;
}
.thrColFixHdr #mainContent .conteudo P {
	margin: 0px;
}
.thrColFixHdr #mainContent .conteudo .titulo {
	color: #CA0000;
	font-weight: bold;
	font-size: 20px;
	line-height: 18px;
	margin-bottom: 5px;
}
.thrColFixHdr #mainContent .conteudo .subtitulo {
	color: #768089;
	font-size: 16px;
	font-weight: bold;
}
.thrColFixHdr #mainContent .conteudo .dataartigo {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
.thrColFixHdr #mainContent .conteudo .espaco {
	height: 25px;
	display:block;
}
.thrColFixHdr #mainContent .conteudo .indice {
	/*text-transform: capitalize;*/
	list-style-type: disc;
}
.thrColFixHdr #mainContent .conteudo .indice A {
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	color: #447E96;
	font-weight: bold;
}
.thrColFixHdr #mainContent .conteudo #comentarios_ajax {

}
.thrColFixHdr #mainContent .conteudo .comentario {
	font-size: 10px;
	line-height: 12px;
	background-color: #DCEAEF;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.thrColFixHdr #mainContent .conteudo .comentario .nome {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}
.thrColFixHdr #mainContent .conteudo .comentario .data {
	margin-left: 10px;
	color:#A9C6CF;
	font-weight: normal;
}
.thrColFixHdr #mainContent .conteudo .evento {
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent .conteudo .evento .nome {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #447E96;
}
.thrColFixHdr #mainContent .conteudo .evento .data {
	color: #000000;
	font-style: italic;
}






.thrColFixHdr #footer {
	color:#333333;
	font-size:9px;
	line-height:30px;
	margin-top:10px;
}
.thrColFixHdr #footer A {
	color: #333333;
	text-decoration: none;
}

.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;
}
.inputtext {
	font-size: 11px;
	line-height: 12px;
	height: 14px;
	margin: 0px;
	padding: 0px;
}
.inputcoment {
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	width: 320px;
	border: 1px solid #DCEAEF;
	background-color: #DCEAEF;
	font-family: "Trebuchet MS", Verdana, Arial;
}

/*---------------------------------CANTOS REDONDOS*/
.bl {
	width: inherit;
	background-image: url(/imgs/canto_be.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
} 
.br {
	background-image: url(/imgs/canto_bd.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
} 
.tl {
	background-image: url(/imgs/canto_te.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
.tr {
	background-image: url(/imgs/canto_td.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}



.lermais {
	height: 14px;
	width: 54px;
	float: right;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	background-image: url(/imgs/bt_peq.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 0px;
	margin: 0px;
}
.lermais:hover {
	background-image: url(/imgs/bt_peq-on.gif);
}
.fotom {
	background-position: center center;
	float: left;
	height: 71px;
	width: 71px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 3px;
}
.fotol {
	height: 134px;
	width: 134px;
	float: left;
	margin-right: 6px;
	margin-bottom: 8px;
}

.fotoxl {
	background-position: center center;
	float: left;
	height: 127px;
	width: 127px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 3px;
}
.fotoxxl {
	background-position: center center;
	height: 300px;
	width: 420px;
	margin-bottom: 10px;
	margin-top: 3px;
}
.erro {
	font-size: 12px;
	font-weight: bold;
	background-image: url(/imgs/error_48.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.download {
	background-image: url(/imgs/download_48.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 70px;
	background-position: 10px 0px;
}
.download:hover {
	background-color: #E2E9F2;
}

.destaque1 {
	font-weight: bold;
	color: #447E96;
	font-size: 160%;
	margin: 0px;
}
.destaque2 {
	color: #D1212C;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
}
.separador {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #288CAC;
	margin-top: 20px;
	font-size: 10px;
	text-align: right;
}
.separador A {
	text-decoration: none;
	color: #288CAC;
}
#marquee {
	background-color: #333;
	padding-top: 5px;
}
#marquee a {
	text-decoration: none;
}
.scroll_titulo {
	font-size: 80%;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
	color: #ccc;
}
.scroll_texto {
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	text-decoration: none;
}
.notas {
	font-size: 10px;
	text-decoration: underline;
	color: #288CAC;
}
.cabecalho1 { background-image: url(/imgs/cabecalho1.jpg); }
.cabecalho2 { background-image: url(/imgs/cabecalho2.jpg); }
.cabecalho3 { background-image: url(/imgs/cabecalho3.jpg); }
.cabecalho4 { background-image: url(/imgs/cabecalho4.jpg); }
.cabecalho5 { background-image: url(/imgs/cabecalho5.jpg); }
.cabecalho6 { background-image: url(/imgs/cabecalho6.jpg); }
.cabecalho7 { background-image: url(/imgs/cabecalho7.jpg); }

/*div {
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
}*/

.destaque p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
}
.destaques p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
}

/*MARCOS23092015*/
.thrColFixHdr #mainContent .conteudo pre {
word-break: break-all; /* webkit */
word-wrap: break-word;
white-space: pre;
white-space: -moz-pre-wrap; /* fennec */
white-space: pre-wrap;
white-space: pre\9; /* IE7+ */
}