*{
    margin: 0px;
    }
div{
    background: transparent;
    padding:10px;
    }

header{
    border-bottom: 3px solid #454852;
    background-color: #e6ff99;
    font-size: 50px;
    height: 90px;
    text-shadow: black;
    width: 100%;
}

.todo{
    background-color: #2F4F4F;
    width: 100%;
    height: 100%;
    min-height: 120vh;
}
.main {
    background: linear-gradient( to bottom, #454852, #000000);
    padding:10px;
    color: whitesmoke;
    border:  2px solid #e6ff99;
}
#mas{
float: right;
}

.iconos{
    float: right;
    margin-right: 7%;
    margin-top: -7%;
}
.iconos2{
    display: none;
    }
ol{
    float: right;
    margin-right: 7px;
}
ol a{
    font-size: large;
    color: rgba(50, 53, 47, 0.89);
    text-shadow:2px 2px 6px #6e6e6e;
}
ol a span{
    font-size: large;
    color: rgba(34, 36, 32, 0.89);
    text-shadow:2px 2px 6px #6e6e6e;
}
.atras{
    float: left;
}
.guardar{
    float: right;
}
button{
    background-color: white;
}
nav .nota{
    display: none;
}
select {
    color: aquamarine;
}
.Num{
    width: 25px;
}
input, select, textarea {
    border-radius: 8px;
}
#footer{
    position: relative;
    float: right;
    background-color: transparent;
    color: whitesmoke;
    z-index: 1000;
    margin-bottom: 20px;
}
#Notarapida{
    display: none;
}

@media screen and (max-width: 800px) {
    header{
        font-size: x-large ;
        height: 55px;
    }
    #Notarapida{
        display: none;
    }
    .iconos2{
        display: block;
        margin-right: 3%;
        float: right;
        position: relative;
        margin-top: -33px;
        background-color: transparent;
    }
    .iconos2 ol a {
        position: relative;
        font-size: medium;
        margin-top: 2%;
        float: left;
        display: block;
        z-index: 500;
    }
    .iconos{
        display: none;
    }

}