/* Estilo Basico */
@import url("basico.css");

/* **** Estrutura do Conteudo da Capa **** */
.A1, .A2,
.B1, .B2, .B3 {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	left: 10px; }

.A1 {
	width: 335px;
	height: 260px; }

.A2 {
	width: 190px;
	left: 15px;
	height: 260px; }

* > .A1, 
* > .A2 {
	height: auto !important;
	min-height: 260px; }

.B1 {
	width: 360px;
	height: 150px;
	margin-top: 5px; }

* > .B1 {
	height: auto !important;
	min-height: 150px; }

.B2, .B3 {
	width: auto;
	height: 100px;
	margin-bottom: 10px; }

* > .B2, 
* > .B3 {
	height: auto !important;
	min-height: 100px;	}


/* *** Titulos dos Blocos *** */
.B1 h2, .B2 h2 {
	position: relative;
	width: auto;
	margin: 0 0 7px;
	padding: 0;
	font-size: 10pt;
	font-weight: lighter;
	color: #FFCC00; }
	
.Titulo {
	width:728px;
	height:20px;
	margin-top:10px;
	margin-bottom:0px;
	color:#FFFFFF;
	background: url(../../imgs/capa/fundotitulo.jpg) 0 0 repeat; }