form {
    text-align: center;
    margin-top: 15px;
}
#formulario{
    width:380px;
    /*float:left;*/
    /*margin-top: 3%;*/
    margin-bottom: 3%;
    padding-left: 2%;
    padding-right: 10px;
    display: inline-block;
    text-align: left;
    position: relative;
 }
#ModalUno
{
    display: none;
    position: absolute;
    top: 0px;
    background-color: white;
    height: 580px;
    
    width: 92%;
    overflow-x: hidden;
    z-index: 10;

}

.close_modal
{
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 20px;
    position: absolute;
    right: 5px;
    z-index: 10;
}
.cont_modal_parte
{
    position: absolute;
    top: 0px;
}

.imagenes{
    position: relative;
    display: block;
    margin: auto;
    margin-top: 80px;
    width: fit-content;
    height: fit-content;
    text-align: center;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  
@media only screen and (max-width: 800px) {
    .cont_modal_parte
    {
        max-height: 300px;
        overflow-y: scroll;
    }
    
}

.texto-justificado{
text-align: justify;
}
