.modales{
    position: fixed;
    width: 100%;
    height:100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    margin-top: 0px;
    transform: translateX(-100%);
}
.modales .index{   
    overflow: hidden;
    margin-top: 150px;
    margin-left: 20% ;	
    width: 60%;
    height: auto;
}    
.modales .modalesV{
    border-radius: 5px;
    background:white;
    width: 100%;
    height: auto;
}
.formularioDiv{
    position: absolute;
    background: white;
    width: 80%;
    margin-left: 10%;
    height: auto;
    margin-top: 20px;
    text-align: center;
    align-content: center;
    justify-content: center;
    border-radius: 10px;    
    box-shadow: 6px 6px 15px #666; 
}

.modales .salir{
    background: transparent;
    color: white;
    font-size: 2em;
    border: none;
    text-align: center;
    align-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50%;
}
