@charset "utf-8";
/* CSS Document */

/* GLOBAL */
html, body, div, form, fieldset, input, h1, h2, h3, h4, ul, ol, li, blockquote {
	padding: 0;
	margin: 0;
	}
body {
	background:#e7eff5;
	color:#000;
	margin:0 auto;
	text-align:center;
	font: normal 11px "Arial", Verdana, Helvetica, Arial, sans-serif;	
	}
input{
	font: normal 11px "Arial", Verdana, Helvetica, Arial, sans-serif;	
	}
h2{
	font-size:14px;
	}
h3{
	font-size:12px;
	}
/* Links */
a:link {
	color:#007cc2;
	text-decoration:none;
	}
a:visited {
	color:#666;
	text-decoration:none;
	}
a:hover, a:active {
	color:#104bae;
	text-decoration:underline;
	}
a img {
	border:none;
	}
/* clearing floats */
.clear {
	clear:both;
	visibility:hidden;
	height:1%;
	}
/* containers and wrappers */
#container{
	width:939px;
	text-align:left;
	margin:0 auto;
	background:url(../img/bg.gif) repeat-y;
	}
#colLeft{
	width:179px;
	float:left;
	}
#colLeft .container{
	background:url(../img/bg-colleft.gif) top right no-repeat #e7eff5;
	padding:10px 10px 0 0;
	margin:-5px 0 0 0;
	}	
#colRight{
	width:752px;
	float:left;
	}
#colRight .container{
	padding:0 17px 17px 17px;
	}
#colRightRight{
	background:url(../img/bg-colrightright.gif) top no-repeat;
	width:8px;
	float:left;
	height:789px;
	}
.rod{
	clear:both;
	background:#e7eff5;
	width:752px;
	text-align:right;
	margin:0 0 0 179px;
	}

/* ColEsq */
.newsletter{
	color:#00466e;
	margin-bottom:10px;
	}
.newsletter label{
	display:block;
	margin:0 0 10px 0;
	}
.contactos{
	color:#3b3b3b;
	}
/* noticias e fotos em destaque primeira pagina */
.noticias{
	width:442px;
	float:left;
	margin:17px 0 17px 17px;
	}
.noticias .umNoticia{
	font-size:13px;
	color:#000;
	border-bottom:1px dotted #007cc2;
	display:block;
	margin:10px 0 10px 0;
	}
.noticias .umNoticia:hover{
	text-decoration:none;
	}
.noticias .umNoticia img{
	float:left;
	display:block;
	width:100px;
	margin:5px 5px 5px 0;
	}
.noticias .umNoticia .text{
	float:left;
	display:block;
	}
.noticias .umNoticia .text h2{
	font-size:20px;
	color:#007cc2;
	}
.noticias .doisNoticia{
	color:#000;
	border-bottom:1px dotted #007cc2;
	display:block;
	margin-bottom:10px;
	}
.noticias .doisNoticia:hover{
	text-decoration:none;
	}
.noticias .doisNoticia h2{
	color:#007cc2;
	}
.fotosDestaque {
	margin-top:13px;
	}
.fotosDestaque a {overflow:hidden; height:78px; display:block; float:left; width:104; margin:1px;
}	
/* mapa, agenda, guestbook, sondagem primeira página */
.mapa{
	float:right;
	width:276px;
	margin:17px 17px 17px 0;
	}
.agenda, .sondagem, .guestbook{
	margin:0 0 0 17px;
	}
.agenda a, .guestbook a{
	padding:5px;
	display:block;
	color:#161616;
	}
.agenda a:hover{
	text-decoration:none;
	}
.agenda .aAmarelo{
	background:#fdfada;	
	}
.agenda .aBranco:{
	background:#fff;
	}
.agenda .aAmarelo strong, .agenda .aBranco strong{
	display:block;
	color:#007cc2;
	}
.sondagem form label, .sondagem form strong{
	display:block;
	padding:3px;
	}
	
/* Listagem */
.listagem{
	border-bottom:1px dotted #bfbfbf;
	margin:0 0 10px 0;
	}
.listagem .imagem{
	float:left;
	display:block;
	overflow:hidden;
	width:100px;
	height:75px;
	margin:5px 5px 5px 0;
	}
.listagem p{
	margin:0;
	}
.listagem .texto{
	float:left;
	width:600px;
	}	
.listagem .texto h3{
	font-size:14px;
	color:214b90;
	}
/* paginacao */
.paginacao span, .paginacao a, .paginacao a:visited{
	margin:4px;
	padding:5px;
	display:block;
	float:left;
	margin:1px;	
	}
.paginacao span{
	color:#fff;
	background:#057dc0;
	}
.paginacao a, .paginacao a:visited{
	color:#c00;
	background:#fff;
	text-decoration:none;	
	}
.paginacao a:hover{
	background: none;
	text-decoration:underline;	
	}
.paginacao select {
	border:1px solid #fff;
	font-size:13px;
	color:#6b6b6b;
	padding:2px;
	margin:2px 0 2px 0; 
	}

/* outros */
.tdata{
	display:block;
	color:#666;
	}
.titulo{
	font:normal 25px "Impact", Verdana, Arial Black, Arial, sans-serif;
	color:#057dc0;
	}
.display{
	border:1px solid #9bcce6;
	padding:10px;
	margin:10px 0 10px 0;
	}
input, select, textarea { border:solid 1px #666;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:11px;
}
.separador { height:2px;
background:url(../img/sep.gif) repeat-x;}	
.suplemento{
	display:block;
	width:440px;
	height:127px;
	background:url(../img/suplemento.gif) no-repeat top;
	}
.suplemento:hover{
	background:url(../img/suplemento.gif) no-repeat bottom;
	}
.bguestbook{
	display:block;
	width:151px;
	height:19px;
	background:url(../img/bgestbook.gif) no-repeat top;
	}
.bguestbook:hover{
	background:url(../img/bgestbook.gif) no-repeat bottom;
	}
.btaxas{
	display:block;
	width:291px;
	height:19px;
	background:url(../img/btaxas.gif) no-repeat top;
	}
.btaxas:hover{
	background:url(../img/btaxas.gif) no-repeat bottom;
	}











