

#nav{
    background: #4C412F;
    text-align: center;
    color: white;
    padding-bottom: 1%;
}


.fondo {
    width: 100%;
    background-color: #3c3c3c;
}


#div{
    margin-top: 5%;
    text-align: center;
    margin-left:15%;
    color: white;
    width: 70%;
    height: 70%;
    margin-bottom: 5%;
    border-radius:45px;
    background: #41464b;
}
/* modificamos el scroll del div */
#div::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}


.titulo{
    color: #0dd1fd;
    text-align: center;
}

/* campos de informacino personal */
#Nombre{
    text-align: center;
}
#Apellido_p{
    text-align: center;


}
#Apellido_m{
    text-align: center;


}
#apellidos{
    padding-top: 2%;
    padding-bottom: 2%;
}
#Correo{
    margin-bottom: 2%;
    text-align: center;

}
#Contraseña{
    text-align: center;
}
.campos{
    outline: none;
    border-radius: 10px;
    border: 0;
    border: 3px solid #000000;
    font-family: Arial, Helvetica, sans-serif;
}
.aceptar{
    font-style: italic;
    color: white;
    background: transparent;
    border-radius: 25px;
    border: 2px solid #0dd1fd;
    height: 40px;
    width: 130px;
    margin-bottom: 2%;
}
.aceptar:hover{
    font-style: italic;
    color: black;
    background: #0dd1fd;
    border-radius: 25px;

    height: 40px;
    width: 130px;
    margin-bottom: 2%;
}







/* cuanta */
#no_cuenta{
    text-align: center;
}
#div_cuenta{
    margin-top: 10%;
    text-align: center;
    margin-left:15%;
    color: white;
    width: 70%;
    height: 50%;
    margin-bottom: 3%;
    border-radius:45px;
    background: #41464b;
}


/* modificamos el scroll del div */
#div_cuenta::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}





.footer{
    background-color: #3C3C3C;
    color: white;
    text-align: center;
  }
.img_footer{
    margin: 2%;
}


.pie{
    background-color:  #3c3c3c;
    color: rgba(255, 255, 255, 0);

}

/*Toas*/
#succes{
    visibility: hidden;
    display: hidden;
    position: fixed;
    top:0;
    width: 100%;
    text-align: center;

}
