

/*POPUP PRETA COM CONTEUDO*/

.black_overlay {

display: none; 
z-index: 1001;
filter: alpha(opacity=80); 
left: 0%; 
width: 100%; 
position: absolute; 
top: 0%; 
height: 225%; 
background-color: black; 
-moz-opacity: 0.6; 
opacity: 10%;

}


.white_content{

border-right: white 10px solid;
padding-right: 12px;
border-top: white 10px solid;
display: none;
padding-left: 12px;
z-index: 1003;
padding-bottom: 16px;
overflow: hidden;
border-left: white 10px solid;
width: 905px;
padding-top: 16px;
border-bottom: white 10px solid;
position: relative;
background-color: white;

}


.divPopup{

width:100%;
position:absolute;
top:0px;
text-align:right;
z-index:999;
}


.btfecha{

display: none;
width:975px;
height:32px;
position: relative;
z-index: 1004;
top:25px;

}
