/*--------------------- POP --------------------*/

#pop{
 position:absolute;
 top:370px;
 left:22%;
 z-index:5;
 background:url('barra_topo.jpg') repeat-x;
 width:350px;
 padding:5px 0 0;
}
#pop a img{
 border:0;
}
#pop a{
 float:right;
 color:#000;
 margin:0 5px 5px 0
}

#poprod{
 position:fixed;
 background:#222;
 bottom:0;
 left:0;
 padding:5px 0 0 0;
 height:125px;
 width:100%;
 z-index:5;
}
#poprod #centralizador{
 margin:0 auto;
 width:600px;
 padding:0 0 0 30px;
}
#poprod object{
}
#poprod #click{
 float:right;
 width:30px;
 top:0;
 z-index:6;
 cursor:pointer;
}
#poprod #click a{
 font:bold 10px Verdana, Geneva, sans-serif;
 color:#FFF;
}
#poprod #player{
	position:absolute;
	right:10px;
	bottom:-50px;
	height:16px;
	width:50px;
	background:#090;
}
#poprod #player embed{
	width:50px;
	height:16px;
}
#poprod #click a:hover{
 text-decoration:underline;
}




/*#pop{
 position:fixed;
 width:100%;
 top:0;
 left:0;
 height:100%;
 background:url('bg_pop_black.png');
}
#pop #cont{
 width:358px;
 height:310px;
 margin:5% auto;
 background:url('bg_pop2.png') no-repeat;
}
#pop #cont #img{
 margin:15px;
}
#pop #cont #banner_pop{
 float:left;
 margin:15px;
}
#pop #cont #fechar_pop{
 position:absolute;
 left:50%;
 margin:5px 0 0 138px;
 width:35px;
 height:35px;
 
 background:url('bg_pop_fecha.png') no-repeat;
}
#pop #cont #fechar_pop a{
 display:block;
 height:18px;
 width:18px;
 margin:6px 6px 6px 11px;
 background:url('fechar_pop.png') no-repeat;
 text-decoration:none;
}
#pop #cont #fechar_pop a:hover{
 background:url('fechar_pop_sel.png') no-repeat;
}
#pop #cont #fechar_pop a img{
 border:none;
}*/
