body{
    background-color: #6e3544;
}

/*Consultar Ficha*/
.boton{
    border: 0;
    background-color: rgb(177, 144, 101);
    display: block;
    margin: 20px;
    margin-top: -310px;
    margin-left: 270px;
    margin-right: 5px;
    text-align: center;
    border: 2px solid #FFFFFF;
    padding: 14px 40px;
    outline: none;
    color: #FFFFFF;
    border-radius: 4px;
    transition: 0.25;
    cursor: pointer;
}
#boton1:hover{
    background: #6e3544;
    color: #b19065;
    border: 2px solid #FFFFFF;
}
.box{
    width: 572px;
    padding: 540px;
    position: absolute;
    margin-top: 120px;
    top: 5%;
    left: 2%;
    transform: translate(-20%,-20%);
    background-image: url(img/curpexistente.jpg); 
    
}
