/* 
    Created on : 20-may-2016, 10:56:00
    Modified   : 24/01/2017
    Author     : Francisco Requena Rubio
    Author     : Óscar García-Tapia Armada
*/

/* Menu */

.derecha{
    float: right;
}

.flexible{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
}

.izquierda{
    float: left;
}

.menu{
    background: #124A1B;
    border: 0;
}

.logo{
    width:50px;
    height:40px;
}

#tabla-aplicaciones_content{
    background: #124A1B;
}

.texto-app{
    font-size: x-large; 
    color: #fff;
    position: relative;
    top: -4px;
    margin-left: 1%;
}

.ui-overlaypanel-content, .fondo{
    background: #124A1B;
}

#link-logo{
    margin-left: 60%;
}

#main-logo{
    width: 70%;
}

#capa-user{
    width: auto;
}

#welcome{
    width: 90px;
    height: 30px;
    font-size: small; 
    color: #fff;
    text-align: center;
}

/* Enlaces */

.fondo-efecto:hover{
    background: #0E5D30;
}

#apps{
    background-image: url("/Halley/javax.faces.resource/images/apps-x40.png.xhtml");
    width: 40px;
    height: 40px;
}

#help{
    background-image: url("/Halley/javax.faces.resource/images/help-x40.png.xhtml");
    width: 40px;
    height: 40px;
}

#info{
    background-image: url("/Halley/javax.faces.resource/images/info-x40.png.xhtml");
    width: 40px;
    height: 40px;    
}

#home{
    background-image: url("/Halley/javax.faces.resource/images/home-x40.png.xhtml");
    width: 40px;
    height: 40px;
}

#setup{
    background-image: url("/Halley/javax.faces.resource/images/setup-x40.png.xhtml");
    width: 40px;
    height: 40px;
}

#user{
    background-image: url("/Halley/javax.faces.resource/images/user-x40.png.xhtml");
    width: 40px;
    height: 40px;
}

#logout{
    background-image: url("/Halley/javax.faces.resource/images/logout-x40.png.xhtml");
    width: 40px;
    height: 40px;
}

/* Texto */

.blanco{
    color:#fff;
}

.puntero{
    cursor:pointer;
}

/* Media Queries */
@media screen and (max-width: 1500px){
    #link-logo{
        margin-left: 50%;
    }
}

@media screen and (max-width: 1278px){
    #link-logo{
        margin-left: 47%;
    }
}

@media screen and (max-width: 850px){
    #link-logo{
        margin-left: 44%;
    }
    #main-logo{
        width: 55%;
    }
}

@media screen and (max-width: 640px){
    #link-logo{
        margin-left: 35%;
    }
    #main-logo{
        width: 50%;
    }
}

@media screen and (max-width: 480px){
    #link-logo{
        margin-left: 18%;
    }
    #main-logo{
        width: auto;
    }
    #welcome{
        width: auto;
        height: 30px;
        font-size: medium; 
        color: #fff;
        text-align: left;
    }
}

@media screen and (max-width: 400px){
    #link-logo{
        margin-left: 8%;
    }
}