/* 
    Document   : _header_logged
    Created on : 2013-02-18, 15:24:41
    Author     : solenzo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@font-face {
    font-family: 'Humanist';
    src: url('../../fonts/Humanist.ttf');
}
root { 
    display: block;
}

 .logo
{
    position:relative;
    width:100%;;
    float:left;
    margin:0;
    padding:0;
    border:0px solid red;
    margin-bottom:30px;
    
}
 .logo img
{
    position:relative;
    height:80px !important;
    float:left;
}

.element_menu{
    position:relative;
    float:right;
    margin:0;
    margin-top:30px;
    padding:0;    
    text-align:right;
}

.element_menu:hover{
    

}
.logout{
    position:relative;
    margin-top:0px;
}
.logout a{
    font-family: 'Lato',sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:15px;
    color:#9e7537;
    background-color:transparent;
    border: 1px solid #9e7537;
    padding:10px;
    margin-top:20px;;
    
}
.logout a:hover{
    text-decoration:underline;
    color:#9e7537;
}
.panel_link {
    font-family:"HelveticaBold", san-serif;
    font-size:10pt;
}


.infotitle{font-size:16px;font-family:"Lato", sans-serif; font-weight:700;color:black;}
.infotitle .text{border-bottom:1px solid black;padding-bottom:15px;}
.infotitle img{position:relative;float:left;width:100%;margin-top:10px;}