/* Estilo Basico */
@import url("basico.css");

/* **** Estrutura do Conteudo da Capa **** */
#content {}

#sidebar-A .menu .mn-container .cnr-inf {	padding-bottom: 12px;	background: transparent url(../../imgs/mn-cnr-inf-dark.png) no-repeat 0 100% !important;	}

.pane-ct {
	width: 587px;/*581px,400*/
	height: 470px;	}
	#content > .pane-ct {
		height: auto !important;
		min-height: 470px;	}

.A1 {
	position: absolute;
	top: 225px;
	left: -193px;
	width: 760px;
	height: 227px;
	padding: 10px;
	background-color: #ebebeb;	}
	.pane-ct > .A1 {
		height: auto !important;
		min-height: 227px;	}

.B1 {
	position: absolute;
	left: 0;
	top: 0; /*10px*/
	width: 587px;
	height: 219px;	}

/* *** Blocos - content *** */
.pane-ct .box {
	position: absolute;
	width: 235px;
	height: auto;
	background-color: white;
	border: 1px solid #e3e3a1;
	font-size: 0.95em;	}

#busca {
	top: 63px;
	left: 15px;	}
#contato {
	top: 111px;
	left: 15px;	}
#empresa {
	top: 190px;
	left: 15px;	}
#destaque {
	top: 25px;
	left: 265px;
	width: 500px;	}

/* *** titulos dos Blocos *** */
.pane-ct .box h2 {
	position: absolute;
	top: -17px;
	left: 0;
	width: 230px;
	height: 20px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	font-size: 1.00em;
	font-style: oblique;
	font-weight: lighter;
	letter-spacing: 0.10em;
	text-align: center;	}

/* *** FIM titulos dos Blocos *** */
/* Busca */
#busca form {	margin: 0;	font-size: 11.5pt !important;	}
#busca form input {	margin: 0;	width: 75%;	}
#busca form button {	margin: 1px 0 0 !important;	}

/* Contato */
#contato p {
	margin: 0 5px;
	font-size: 0.90em;
	text-align: center;	}

#contato .phone {
	margin-top: 3px;
	color: #999999;
	font-size: 1.15em;}	
#contato .subscribe {
	margin-bottom: 3px;	}

#contato a:link, 
#contato a:visited {
	text-decoration: none;
	color: blue;	}

#contato a:hover, 
#contato a:active, 
#contato a:focus {
	text-decoration: underline;	}

/* Grupo */
#empresa p {
	margin: 3px 5px -3px;
	text-align: center;	}
#empresa img {
	margin: 0 5px 0;
	border: none;	}

/* Destaques */
#destaque h2 {	width: 500px;	}

#destaque .list {
	margin: 10px;
	padding: 0;
	list-style: none;	}

#destaque .item {
	float: left;
	width: 46.5%;
	margin: 0 3.25% 0 0;	}

#destaque .item img {
	float: left;
	width: 90px; height: 90px;
	margin: 0 5px 10px 0;
	border: none;	}

#destaque .item .title {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.10em;	}
#destaque .item .desc {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.90em;	}

#destaque .item a:link, 
#destaque .item a:visited {
	text-decoration: none !important;}

#destaque .list a:hover, 
#destaque .list a:hover .title, 
#destaque .list a:hover .desc, 
#destaque .list a:active,
#destaque .list a:active .title, 
#destaque .list a:active .desc, 
#destaque .list a:focus, 
#destaque .list a:focus .title, 
#destaque .list a:focus .desc {
	text-decoration: underline !important;}