#pop { 
   z-index:2; 
   position:absolute; 
   border: 1px solid #f18e33; 
   text-align:center; 
   background:#ffffff; 
   width:500px;
   height:270px;
} 
#cerrarButton { 
   background-color:#f18e33;
   width:500px;
   height:12px;
   font-size:9px;
   text-align:right;
   color:#fff;
   font-weight:bolder;
   cursor:pointer;
}
#pop_ { 
   z-index:2; 
   position:absolute; 
   border: 1px solid #f18e33; 
   text-align:center; 
   background:#ffffff; 
   width:450px;
   height:320px;
} 
#cerrarButton_ { 
   background-color:#f18e33;
   width:450px;
   height:12px;
   font-size:9px;
   text-align:right;
   color:#fff;
   font-weight:bolder;
   cursor:pointer;
}
#pop__{ 
   z-index:2; 
   position:absolute; 
   left:-300px;
   top:-90px;
   border: 1px solid #f18e33; 
   text-align:center; 
   background:#ffffff; 
   font-size:10px;
   display:none;
} 
#cerrarButton__ { 
   background-color:#f18e33;
   width:680px;
   height:12px;
   font-size:9px;
   text-align:right;
   color:#fff;
   font-weight:bolder;
   cursor:pointer;
}
#avisoLegal{ 
   z-index:9999; 
   position:absolute; 
   left:300px;
   top:90px;
   border: 1px solid #f18e33; 
   text-align:center; 
   background:#ffffff; 
   font-size:10px;
   width:600px;
   height:400px;
} 
#avisoLegalclose{ 
   background-color:#f18e33;
   width:100%;
   height:12px;
   font-size:9px;
   text-align:right;
   color:#fff;
   font-weight:bolder;
   cursor:pointer;
}