/*body{
height:100%; margin:0;
}*/

#flotante_bg{
position:absolute;
top:0; left:0;
width:100%; height:100%;
background:#000;
opacity:.8;
z-index:90;
}

#flotante{
position:absolute;
top:50%; left:50%;
width:460px; height:400px;
margin:-200px 0 0 -230px;
z-index:100;
}

#flotante .btn_cerrar{
position:absolute;
top:-2px; right:45px;
}

#flotante .btn_cerrar a{
display:block;
padding:2px 5px;
text-decoration:none;
font:11px arial, sans-serif;
color:#fff;
}

#flotante .btn_cerrar a:hover{
color:#ccc;
}

/*#contenedor{
width:100%; height:900px;
background:url(bg.jpg) top center repeat-x;
}*/

