/* Estilo Basico */
@import url("basico.css");

/* **** Estrutura do Conteudo da Capa **** */
#content {
	/*min-height: 450px;*/	} 

.pane-tp {	margin-bottom: 10px;	}
.pane-ct {	width: 360px;	}
.pane-rt {	width: 190px;	}

.pane-ct a {
	text-decoration: underline;	}

.A1, .A2, .A3,
.B1, .B2, .B3 {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;	}

.A1, 
.B1 {
	width: 100%;	}

.A2 {
	width: 175px;
	height: 90px;
	margin: 0 0 12px 0;	}
* > .A2 {
	height: auto !important;
	min-height: 90px;	}

.A2#Simulacao {
	margin-right: 0px;	} 

/* *** titulos dos Blocos *** */
.pane-ct h2 {
	width: auto;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: -1px;
	color: #eb1b23;
	position: relative;
	background: url(../../imgs/bg-heading.png) repeat-x 0 100%;	}

.pane-rt h2 {
	margin: 0;
	padding: 5px;
	background-color: #ed1b24;
	color: white;	}
/* *** FIM titulos dos Blocos *** */

/* *** Blocos - content *** */
.B1 ul {
	margin: 10px 4px 0 0;
	padding: 0;
	clear: both;
	list-style: none;
	font-size: 1em;	}

.B1 li {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 10px;
	/*min-height: 150px;*/	}

.B1 li a:link, 
.B1 li a:visited {
	text-decoration: none !important;}

.B1 li .img-min img {
	width: 120px; height: 90px;
	border: none;	}

.B1 li .data {
	color: #838384; }
.B1 li .titulo {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.33em;
	color: #eb1b23;	}
.B1 li .desc {
	/*display: none;*/	}

.B1 li.destaque .img-min {
	float: left;
	width: 120px; height: 90px;
	margin: 0 6px 0 0;
	padding: 3px;
	border: silver solid 1px;
	background-color: white;	}
.B1 li.destaque .desc {
	margin: 3px 0 0 0;	}

.B1 ul a:hover, 
.B1 ul a:hover .titulo, 
.B1 ul a:hover .data, 
.B1 ul a:active,
.B1 ul a:active .titulo,
.B1 ul a:active .data,
.B1 ul a:focus, 
.B1 ul a:focus .titulo, 
.B1 ul a:focus .data {
	text-decoration: underline !important;}
	
.pane-rt .boxPadrao {
	background-color: #efefef;	}

.boxPadrao p {
	padding-left: 10px;
	font: normal 8.25pt Arial, Helvetica, sans-serif; }
