.header {
    max-width:100%;
    min-width: 100px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    position: absolute;
}


.inicio {
    min-width: 3px;
    position:relative;
    left: 45px;
    top: 45px;
    font-family:sans-serif;
    color: white;
    
}

.fix {
    color: #19f;
    font-size: 1.5em;
    font-family:sans-serif;
    font-weight:900;
    text-align:center;
}

.fix2 {
    background-color: #19f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 70%;
    height:auto;
    position:fixed;
    top: 20px;
    right:10px;
    color: #222;
    font-family:sans-serif;
    font-weight:900;
    padding:10px;
    text-align:center;
}



