/********         MIOLO            ********/
/* Float */
#floatbanner {
	position:absolute;
	z-index:1000;
	display:block;
	left:30%;
	top:120px;
	margin-left:-150px;
}

#floatbanner a {
	background:#F90;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	padding:5px 5px 10px 5px;
	float:right;
	text-decoration:none;	
}

/* WebDoor */
#webdoor {
	float:left;
	width:740px;
	height:200px;
	margin-bottom:8px;
}




/* ids */
#promocoes, #noticias, #enquete {
	float:left;
	width:200px;
	margin: 0 9px 0 0;
}



/* h2 */
#promocoes h2 {
	background:url(../imgs/promocoes_tit.jpg) no-repeat;
}
#noticias h2 {
	background:url(../imgs/noticias_tit.jpg) no-repeat;
}
#enquete h2 {
	background:url(../imgs/enquete_tit.jpg) no-repeat;
}
#promocoes h2, #noticias h2, #enquete h2 {
	float:left;
	text-indent:-9000px;
	overflow:hidden;
	display:block;
	width:200px;
	height:31px;
	margin:0;	
}



/* conts */
#promocoes div.cont, #noticias div.cont, #enquete div.cont {
	clear:left;
	height:185px;
	background-color:#242424;
}



/* ul, li */
#promocoes ul, #noticias ul  {
	float:left;
	width:180px;
	height:120px;
	margin:0;
	padding:10px;
}
#enquete ul {
	float:left;
	width:180px;
	height:95px;
	margin:0;
	padding:0 7px 0 13px;
}
#promocoes li, #noticias li{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	line-height:12px;
	color:#FFF;
	margin:5px 0;
}
#enquete li{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	line-height:12px;
	color:#FFF;
	margin:3px 0;
}
#enquete li input{
	height:10px;
	vertical-align:middle;
	margin: 0 0 0.25em 0;
	_margin:0;
}


/*  p */
#enquete p{
	float:left;
	font:10px Verdana, Helvetica, Arial, sans-serif;
	color:#FFF;
	margin:10px 10px 5px 10px;
}




/* a */
#promocoes a, #noticias a, #enquete a{
	color:#FFF;
	text-decoration:none;
	font:11px Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
}
#promocoes a:hover, #noticias a:hover, #enquete a:hover {
	text-decoration:underline;
}
#promocoes a.bt_ver_mais:hover, #noticias a.bt_ver_mais:hover {
	text-decoration:none;
}
#enquete a.bt_enviar {
	float:right;
	margin:10px;
	text-decoration:none;
}
#bt_newsletter, a#bt_calendario {
	float:left;
	width:115px;
	height:104px;
	display:block;
}
#bt_newsletter {
	background-image:url(../imgs/bt_newsletter.gif);
	margin:0 0 11px 0;
}
#bt_calendario {
	background-image:url(../imgs/bt_calendario.gif);
}



/* bt ver mais */
.bt_ver_mais {
	float:right;	
	margin:10px;
	cursor:pointer;
}








/* Curvas */
#promocoes div.curva{
	background:url(../imgs/amarelo_baixo.gif) bottom center no-repeat;
}
#noticias div.curva, #enquete div.curva{
	background:url(../imgs/azul_baixo.gif) bottom center no-repeat;
}

#promocoes div.curva, #noticias div.curva, #enquete div.curva{
	float:left;
	font-size:1px;
	width:200px;
	height:3px;
	margin:0;
}