#clear{clear: both;}

#div_cuerpo {
   width: 1200px;
   margin: 0 auto;
   margin-bottom: 4px;
   
}

.div_overflow {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

#respuesta{
   position:fixed;
   left:10px;
   top:110px;
   font-family: Bauhaus-Md-Medium;
   font-size: 16px;
   color:#2ea3f2;
   
}


.modal{
   width:100%; 
   height:100%; 
   background: rgba(0,0,0,.8);
   position:fixed; 
   top:0;
   left:0;
   display:none;
   z-index:100;
   overflow: auto;
}

.ventana_modal{
   /* ventana donde se mostrara la informacion modal */
   text-align:left; 
   position: absolute;
   background: #c4c4c4;
   border: 8px solid rgba(0,0,0,0.5);
   padding:10px;
   border-radius: 20px;
   font-family: Helvetica, sans-serif;
   font-size: 14px;
}

.boton_cerrar_modal{
   width: 40px;
   height: 40px;
   color: #fff;
   float: right;
   font-weight: bold;
   font-family: Arial;
   cursor: pointer;
   margin-top: -40px;
   border: 2px solid #626262;
   text-align: center;
   border-radius: 28px;
   margin-right: -30px;
   position: absolute;
   right: 0;
   line-height: 40px;
   background: #202020;
}

.boton_cerrar_modal2{
   width: 30px;
   height: 30px;
   color: #fff;
   float: right;
   font-weight: bold;
   font-family: Arial;
   cursor: pointer;
   margin-top: 10px;
   border: 2px solid #626262;
   text-align: center;
   border-radius: 28px;
   margin-right: 10px;
   position: absolute;
   right: 0;
   line-height: 30px;
   background: #202020;
   
 
}

.boton_cerrar_modal_buscarCP {
    width: 40px;
    height: 40px;
    color: #fff;
    float: right;
    font-weight: bold;
    font-family: Arial;
    cursor: pointer;
    margin-top: -40px;
    border: 8px solid #626262;
    text-align: center;
    border-radius: 28px;
    margin-right: -30px;
    position: absolute;
    right: 0;
    line-height: 40px;
    background: #202020;
    font-size:24px;
    
    


}

.menu_pdf {cursor: pointer;}
.menu_pdf:hover {text-decoration: underline;}


