
/*
AJUDA:
body - todas as tags 'body': <body>
.cleaner - todas as classes 'cleaner': <p class="cleaner">
#header - todos os id 'header': <p id="header">
*/

/* DESTAQUES */
#area_esquerda {
  	width: 240px;
	float: left;	
}

#area_esquerda .content{
	padding-left:20px;
	margin: auto;
}

#area_direita {
  	width: 240px;
	float: right;	
}

#area_direita .content{
	padding-right:20px;
	margin: auto;
}


#area_total{
  	width: 100%;
	float: left;	
}

#area_total .content{
	padding-left:20px;	
	padding-right:20px;
	margin: auto;	
}

#area_total .sephorizontal{
	clear:both;
	height: 40px;
}

#area_total .sepvertical{
	float: left;
	width:19px;	/*não pode ter o normal (20px) - por causa das linhas laterais, a area util e de 978px*/
	height:1px;	/*o firefox obriga*/
}


/*TOPO*/
#topo{
	height:93px;
}

#topo .cabecalho{
	/*
	margin-top: 63px;
  	margin-bottom: 10px;
  	*/
	padding-top: 63px;
	line-height: 20px;
  	font-size:20px;
  	font-weight: bold;
}


/*DESCRICAO*/
#descricao{
}

#descricao .texto{
  	margin-top: 20px;
  	margin-bottom: 20px;
}

/*MONTRA DA PAGINA ESPECIAL*/
#montra{
	margin-top:25px;
	font-size:12px;
	/*width: 940px;*/
	/*background-color: red;*/
}

#montra .destaques{
	clear:both;
}

#montra .destaques .cabecalho{
	clear:both;
	height:45px;
}

#montra .destaques .cabecalho .texto{
	line-height:30px;	
	font-size:17px;
	font-weight:bold;
	color: #D01413;	
  	border-bottom: 1px solid #CACACA;
  	/*background-color: red;*/
}

