/* Estilo Basico */
@import url("basico.css");

/* **** Estrutura do Conteudo da Capa **** */
.pane-tp, 
.pane-bt {
	width: 100%;	}

.pane-ct {
	width: 780px;	}

.A1, .A2, 
.B1, .B5,
.C1, .C2 {
	position: relative;
	float: left;	}

.A1, .B1, .C1 {
	width: 100%;/*
	height: 150px;	}
	.pane-ct > .B1 {
		height: auto !important;
		min-height: 150px;*/	}	
.A2 {
	height: 270px;
	background: #f6f5f5;
	margin-bottom: 30px;	}
#intro {	width: 510px;	}
#noticias {	width: 270px;	}

.B5 {
	width: 135px;
	margin: 0 0 0 15px;/*
	height: 150px;	}
	.pane-ct > .B1 {
		height: auto !important;
		min-height: 150px;*/	}	

/* *** titulos dos Blocos *** */
h1.title {
	position: relative;
	margin: 0;	padding: 6px 10px 5px 5px;
	font-size: 12pt;
	font-weight: lighter;
	text-align: center;	}

#intro .title {
	border: none;	}

.pane-rt .title {
	width: 180px;
	border-color: #b2b9a9;
	color: #5d5f4d;
	font-size: 16pt;	}

/* *** FIM titulos dos Blocos *** */

/* *** Blocos - pane-ct *** */
#intro p {
	font-size: 8.75pt;
	margin: 10px 0 20px;	}

#noticias h2.title {
	position: absolute;
	top: 4px;
	left: 10px;
	z-index: 0;	}

#noticias .further {
	position: absolute;
	right: 15px;
	bottom: 5px;
	z-index: 99;	}

/* --- Lista de Notícias --- */
.A2 .list {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 230px;
	margin: 0 !important;
	padding: 0;
	z-index: 1;	}

.A2 .list .item {
	font-size: 8.75pt;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;	}

.A2 .list .item a:link, 
.A2 .list .item a:visited {
	color: #575a5d;
	text-decoration: none !important;}

.A2 .list .item .title {
	font-size: 9pt;
	font-weight: bold;	}

.A2 .list .item a:hover, 
.A2 .list .item a:active,
.A2 .list .item a:focus {
	color: #005e93 !important;
	text-decoration: underline !important;}
/* --- FIM Lista de Notícias --- */

/* --- Lista de Seções --- */
.B5 .list {
	width: 100%;
	margin: 10px 0 0 !important;
	padding: 0;	}

.B5 .list .item {
	margin: 0 0 5px 15px;
	padding: 0 0 0 0;
	list-style-image: url(../../imgs/bullet.png) !important;
	list-style-position: outside;
	list-style-type: square;	}

.B5 .list .item a:link, 
.B5 .list .item a:visited {
	color: #005a84;
	text-decoration: none !important;}

.B5 .list .item .title {
	font-size: 9pt;
	margin: 0;
	padding: 0;	}

.B5 .list a:hover, 
.B5 .list a:active,
.B5 .list a:focus {
	color: #569032;
	text-decoration: underline !important;}

.B5 .further {
		}
/* --- FIM Lista de Seções --- */

/* *** FIM Blocos - pane-ct *** */

/* *** Blocos Lateral - pane-rt *** */
.pane-rt p {	margin: 0;	}
.pane-rt img {	border: none;	}
.pane-rt .further {	font-size: 11pt;	}

#contato {
	height: 150px;
	margin: 10px 0;	}

#contato .title, 
#contato .further {
	display: none; }

#contato .desc {
	position: absolute;
	width: 210px;
	height: 140px;
	top: 0;
	left: -13px;	}
/* FIM Blocos Lateral - pane-rt *** */