.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: #c68200 !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropbtn>img{
    width: 100%;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content>a:hover{
    color: black;
    background-color: #c68200;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#recordatorio{
    text-align: left;
    background-color: white;
    float: right;
    width: 30%;
    margin: 20px;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid black;
}

#notificaciones{
    width:50%;
    height:75px;
    float: left;
    padding-right:10px;
    text-align: right;
}
.dropdown-content2 {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: white;
    color: black;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-align: left;
    margin: 20px;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid black;
}
.dropdown-content2 a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}
#notificaciones:hover .dropdown-content2 {
    display: block;
}
.dropdown-content2>a:hover{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
