@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	
}

body {
	margin:0px 0px 0px 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

input {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#009;
}

select {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#009;
	width:125px;
	height:19px;
}

textarea {
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#009;
}

.cab_cabecalho {
	width:100%;
	height:190px;
}

.cab_imagem {
	background-image:url(../banner/mascara.png);
	width:980px;
	height:162px;
	float:left;
	position:absolute;
	margin-left:-490px;
	left:50%;
	z-index:1;
}

.cab_mascara {
	background-image:url(../banner/mascara.png);
	width:980px;
	height:162px;
	float:left;
	position:absolute;
	margin-left:-490px;
	left:50%;
	z-index:2;
}

.cab_logo {
	height:155px;
	width:365px;
	float:left;
	margin-top:3px;
	z-index:3;	
	position:relative;
}

.cab_busca {
	background-image: url(../imagens/fundo_busca2.png);
	height:138px;
	width:240px;
	float:right;
	margin-top:12px;
	z-index:3;
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#009;
}

.cab_lupa {
	float:right; 
	margin-top:-30px; 
	margin-right:13px;
}

.cab_rodape {
	background-image:url(../imagens/fundo_cabecalho.png);
	background-repeat:repeat-x;
	width:100%;
	height:28px;
	position:absolute;
	margin-top:162px;
	left:0px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	line-height:28px;
	
}

.meio {
	width:100%;
	min-height:450px;
	height:100%;
	position:relative;
	float:left;
}

.meio_menu {
	width:183px;
	float:left;
	min-height:498px;
	height:100%;
}

.conteudo {
	float:right;
	width:80%;
	background-image:url(../imagens/fundo_lancamentos.png);
	background-repeat:repeat-x;
	min-height:450px;
	height:100%;
}

.meio_destaque {
	width:367px;
	background-image: url(../imagens/fundo_destaque.png);
	background-repeat:repeat-y;
	float:left;
	min-height:700px;
	height:100%;
}

.meio_lancamento {
	float:left;
	min-height:450px;
	height:100%;
	margin-left:20px;
}

.rodape {
	background-image:url(../imagens/fundo_rodape.png);
	background-repeat:repeat-x;
	width:100%;
	height:15px;
	line-height:15px;
	vertical-align:middle;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	position:relative;
	float:left;
}

.link-dest-lanc {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#009;
	margin-right:10px;
}

.moldura {
   padding:3px 3px 3px 3px;
   background-color: #ffffff;
   width: auto;
   border: 1px solid #999999;
}