/* Estilo Basico */
@import url("basico.css");

/* **** Estrutura do Conteudo das Páginas Internas **** */
.pane-ct {
	width: 565px;/*400*/
	height: 300px;
	margin: 0;
	padding: 10px;
	background-color: white;	}
	#content > .pane-ct {
		height: auto !important;
		min-height: 300px;	}

.pane-ct a {	text-decoration: underline;	}

.A1, .A2, .A3,
.B1, .B2, .B3 {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;	}

.A1, 
.B1 {	width: 100%;	}


/* *** titulos dos Blocos *** */
.pane-ct h1 {
	position: relative;
	width: auto;
	color: #608b8b;	}
/* *** FIM titulos dos Blocos *** */

/* *** Blocos - content *** */
.pane-ct .banner {
	margin: 30px 5px;	}

.pane-ct .banner img {
	width: 534px;
	height: 62px;
	border: none;
	background-color: #E7EFDC;	}

.pane-ct .list {
	margin: 0 0 10px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;	}
	
.pane-ct .list .item {
	margin: 0 5px 10px;
	width: 100px;
	height: 140px;
	float: left;
	padding: 0;	}
	.pane-ct > .list > .item {	margin-bottom: 20px;	height: auto !important;	min-height: 135px;	}

.pane-ct .list .item img {
	display: block;
	width: 100px;
	height: 100px;
	border: none;
	background-color: #E7EFDC;	}

.pane-ct .list .item .title {
	display: block;
	font-size: 0.90em;
	padding: 0 0 2px 0;
	text-align: center;	}

.pane-ct .list .item a:link, 
.pane-ct .list .item a:visited {	text-decoration: none !important;}

.pane-ct .list .item a:hover, 
.pane-ct .list .item a:active, 
.pane-ct .list .item a:focus, 
.pane-ct .list .item a:hover .title, 
.pane-ct .list .item a:active .title, 
.pane-ct .list .item a:focus .title {
	color: #608b8b;
	text-decoration: underline !important;}

.ActButtons {	text-align:right;	}
.ActButtons .ActButtonsInfo {	float:left;	}