
/* estilos personalizados el ganso*/
    .form__input {
        width: 100%;
        border: 0px solid transparent;
        border-radius: 0;
        border-bottom: 1px solid #aaa;
        padding: 1em .5em .5em;
        padding-left: 2em;
        outline: none;
        margin: 1em auto;
        transition: all .5s ease;
    }

.div-contenedor-img {
    position: relative;
}
.img-centrada {
     /* display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top:10px;  */
  width: 90%;
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
 

}  

.bg-dimgray {
    background-color: dimgray;
}

.items {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }


  /*
  seccion archivos subir
  */

  .arriba {
    display: none;
    font-size: 30px;
    color: #333 !important;
    position: fixed;
    font-weight: normal;
    right: 10px;
    bottom: 10px;
    z-index: 999999 !important;
    border-radius: 5px;
    padding: 0 10px;
    background: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.5);
    box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.5);
}



/* DOCUMENTOS ADJUNTOS A FUNCIONES */
.daf {
    display: none;
}

.daf .documentos_adjuntos_funciones_subir {
    display: none;
}


.daf .documentos_adjuntos_funciones_subir .progress {
    display: none;
}

.daf h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    float: left !important;
}

.daf hr {
    border-color: lightgrey !important;
}

.daf .documentos_adjuntos_funciones_fila {
    padding: 5px 5px;
}

.daf .documentos_adjuntos_funciones_fila:hover {
    background: #f2f1e3;
}
