#nomcli {
    position:absolute;
    background-image: url('../images/fondos/datos.png');
    background-repeat: no-repeat;
    background-size: 100%; 
    width: 100%;
    height: 85%;
    margin-top: 14%;
}


#texto {
    position:absolute;
    background-image: url('../images/textos/datos1.png');
    background-repeat: no-repeat;
    background-size: 100%; 
    width: 80%;
    height: 80px;
    margin-top: 13%;
}

#texto1{
    position: absolute;
    font-size: 20px;
    color: #848484;
    font-family: Century Gothic, Century Gothic;
    text-align: center;
    padding-top: 15px;
    padding-left:25%; 
}

#nomC {
    position: relative;
    text-align:left;
    margin-left: 15%;
    font-size: 20px;
    color: white;
    font-weight: bold;
    top:20%;
}

#nombre {
    position:absolute;
    background-image: url('../images/textos/nombre.png');
    background-repeat: no-repeat;
    background-size: 100%; 
    width: 154px;
    height: 51px;
    margin-top: 22%;
    left:15%;
}

.txt{
   // position: absolute;
    font-size: 20px;
    font-family: Century Gothic, Century Gothic;
    text-align: center;
    height: 51px;
    width: 30%;
    margin-top: 0%;
    margin-left: 30%;   

}

#telefono {
    position:absolute;
    background-image: url('../images/textos/telefono.png');
    background-repeat: no-repeat;
    background-size: 100%; 
    width: 154px;
    height: 51px;
    margin-top: 0%;
    left:15%;
}

#email {
    position:absolute;
    background-image: url('../images/textos/e-mail.png');
    background-repeat: no-repeat;
    background-size: 100%; 
    width: 154px;
    height: 51px;
    margin-top: 0%;
    left:15%;
}

#sucursal {
    position:absolute;
    background-image: url('../images/textos/sucursal.png');
    background-repeat: no-repeat;
    background-size: 100%; 
    width: 154px;
    height: 51px;
    margin-top: 0%;
    left:15%;
}

#siguiente{
    position:absolute;
    background-image: url('../images/btn/siguiente.png');
    background-repeat: no-repeat;
    background-size: 100%; 
    width: 59px;
    height: 59px;
    margin-top: 0%;
    left:45%;   
    border-radius: 27px 27px 27px 27px;
}

#atras{
    position:absolute;
    background-image: url('../images/btn/atras.png');
    background-repeat: no-repeat;
    background-size: 100%; 
    width: 59px;
    height: 59px;
    margin-top: 0%;
    left:35%;   
    border-radius: 27px 27px 27px 27px;
}