body{
    zmargin:0px;
    zpadding:0px;
}
#drop_file_zone {
  display: flex;
  justify-content: center;
    background-color: #EEE;
    border: #bbb 5px dashed;
    zwidth: 100%;
        zheight: 80px;
        zpadding-top: 30px;
    font-size: 18px;
    margin-bottom:10px;
}
#drop_file_zone.dragenter {
    background-color: #ccc;
    border: #444 5px dashed;
}

#drag_upload_file {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height: 100%;
    zbackground-color:yellow;
}

#drag_upload_file p{
  text-align: center;
  margin-bottom:0px;
    zborder:1px solid green;
}

#drag_upload_file .peq{
    font-size:.9em;
}

#drag_upload_file button{
    font-size:.9em;
    
    background-color:#f8f9fa;
    border:1px solid #ddd;
    padding:4px 8px 4px 8px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0.2rem;
}
#drag_upload_file button:hover{
    background-color:#E2E6EA;
    cursor:pointer;
}

#drag_upload_file #upload_msg{
    font-size:.9em;
    color:darkred;
    font-style:italic;
}

#drag_upload_file a:hover{
    color:gray;
    text-decoration: none;
}

/*#drag_upload_file */
#selectfile {
  display: none;
}
#divRespuesta{
    width: 400px;
}

#imgPopup{
    zborder:4px solid transparent;
}

.imgResaltar{
    zborder:4px solid yellow;
    box-shadow: 0 0 12px yellow;
    opacity:.8;
}

.x{border:1px solid red}