﻿/********************************************************************************************/
/********************************************Menú********************************************/
/********************************************************************************************/
.divItems {
    bottom: 0;
    right: 3vw;
    text-align: right;
    position: absolute;
}

    .divItems input[type=submit] {
        color: #462774;
        margin-left: 1vw;
        font-family: Corbel;
        border-radius: unset;
        background-color: transparent;
        border-bottom: 0.15vw solid #aaaaaa;
    }

        .divItems input[type=submit]:hover {
            color: white;
            border-style: none;
            border-radius: 0.25vw;
            background-color: #7e3b8f;
        }
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
