body{
    background-color: #939c9a;
}

.menui{
    height: 35px;
    width: 35px;
    position: absolute;
    top: 4px;
    left: 16px;
}

.notificacion{
    height: 35px;
    width: 35px;
    margin-right: auto;
}

.header a {
    font-size: 20px;
}

.img{
    height: 105px !important;
    width: 105px !important;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
 }
.header {
    background-color: #62ecc5;
    overflow: hidden;
    width: 70%;
    text-align: center;
    height: 35px;
    font-family: 'Raleway', sans-serif;
    border-radius: 5px 5px 5px 5px;
}

.menu  {
    background-color: #3a3a3a;
    width: 70%;
    list-style-type:none;
    padding-top: 10px;
    height: 400px;
    font-family: 'Droid Serif', serif;
    border-radius: 5px 5px 5px 5px;
}

.menu a {
    text-align: center;
    margin-left: 93px;
    border-bottom: 1px solid white;
    border-radius: 1px 1px 1px 1px;
    margin-bottom: 10px;
    color: white;
}

.menu ul img{
    height: 15px !important;
    width: 15px !important;
    transform: rotate(180deg);
    margin-top: 3px;
    margin-left: 15px;
    text-align: left;
}
.menu li {
    float: left;
    display: block;
    background-color: #3a3a3a;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    width: 35%;
    color: white;
}

.menu ul {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    width: 45%;
    margin-left: 27px;
    border-radius: 1px 1px 1px 1px;
    color: white;
    padding: 0px !important; 
}
.menu ul:hover {
    background-color: #ddd;
    color: black;
    width: 35%;
}

.footer {
    width: 70%;
    background-color: #62ecc5;
    bottom: 10px;
    border-radius: 5px 5px 5px 5px;
}

.footer a { 
    font-family: 'Raleway', sans-serif;
}