﻿#MenuCabecera {
    width: 99%;
    height: 30px;
    display: table;
    border-spacing: 0;
    background-color: #00b362;
    text-align: right;
    color: #151515;
    padding-left: 10px;
    font-family: Verdana;
    font-size: 15px;
    text-decoration: none;
}


#Contenido
{
    position: absolute;
    top: 8%;
    left: 19%;
    width: 80%;
    height: 17px;

}

#home
{
    margin: 0 auto;
    width: 70%;
    height: 100%;
    text-align:center;
    z-index: 1;
    margin: 50px 50% 0px 25%;
    position:absolute;
}

#home div
{
    float: left;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}


.menu_list
{
    width: 17%; /* Ancho del menú */
}

.menu_head
{
    padding: 5px 10px;
    color: #D8D8D8; /* Color de las pestañas principales */
    cursor: pointer;
    position: relative;
    margin: 1px;
    margin-left: 0;
    margin-right: 0;
    font-family: Verdana;
    font-size: medium;
    background-color: #151515; /* Color de fondo */
    background-image: url(../Imagenes/flecha-abajo.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.menu_body
{
    display: none;
}

    .menu_body a
    {
        display: block;
        color: #151515; /* Color de los enlaces */
        background-color: #BDBDBD; /* Color de fondo de los enlaces */
        padding-left: 10px;
        font-family: Verdana;
        font-size:15px;
        text-decoration: none;
    }

        .menu_body a:hover
        {
            color: #08088A; /* Color de los enlaces al pasar el cursor */
            text-decoration: underline;
        }
    
.loader {
    /*width: 943px;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 67px;
    margin-left:auto;
    margin-right:auto;
    /* margin-left: -25%; */
    /*overflow: none;*/
    border: 0px solid;
    background-color: #f8f8f8;
    opacity: 0.8;
    z-index:999;
    padding-top:15%;
}

.cerrarsesion {
    display: inline-block;
    background-color: #F5F5F5;
    color: black;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 10px;
}    
    