@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../font/OpenSans-Light.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../font/OpenSans.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../font/OpenSans-Bold.woff') format('woff');
}
    
/**********/
/* Layout */

html {
  /*overflow-y: scroll;*/
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.navbar-inner {
    min-height: 35px;
    height: 35px;
}

    .navbar .divider-vertical {
        height: 35px;
        margin: 0 9px;
        border-left: 1px solid #F2F2F2;
        border-right: 1px solid white;
    }
    
    .navbar .nav > li > a {
        padding: 8px 15px 7px;
    }

/* Layout */
/**********/


/****************/
/* Estilo admin */

.navbar .logo {
    /*border: 2px solid #BBB;*/
    border-radius: 3px;
    height: 32px;
    float: left;
    margin: 6px 8px 6px 0;
}

.navbar .nav > li > a {
    color: #777;
}

.page-header {
    margin: 10px 0 20px;
}

.filtro {
    margin-bottom: 0
}

.filtro .icon-filter.icon-large {
    color: #555;
    font-size: 18px;
    padding: 0 5px 0 3px;
    vertical-align: middle;
}

/* Estilo admin */
/****************/


/**********************/
/* Sidebar - Automenu */

.sidebar {
}
    .sidebar a {
        text-decoration: none;
    }
    
    .sidebar .active {
        display: block !important;
    }
    
    .sidebar .active a {
        color: black;
    }

    .sidebar .nivel-0 {
        margin-left: -20px;
        padding-left: 20px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .sidebar .nivel-0.active {
        background-color: #FBFBFB;
        background: -moz-linear-gradient(left, #fbfbfb 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fbfbfb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #fbfbfb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #fbfbfb 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #fbfbfb 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to right, #fbfbfb 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
        
        border-left: 4px solid #999;
        border-top: 1px solid #EEE;
        border-bottom: 1px solid #EEE;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    
    .sidebar .nivel-0.active .nivel-1 {
        display: block !important;
    }
    
    .sidebar .nivel-1.active a {
        color: #444;
        font-weight: bold;
    }

    .sidebar .nivel-1 {
        font-size: 14px;
        display: none;
        padding-left: 22px;
    }
    
    .sidebar .nivel-1 a {
        color: #555
    }

    .sidebar a + .nivel-1 {
        margin-top: 6px;
    }

    .sidebar .nivel-1 + .nivel-1 {
        margin-top: 10px;
    }
    
    
    .sidebar .nivel-1.active .nivel-2 {
        display: block !important;
    }
    
    .sidebar .nivel-2 a {
        color: #585858;
        font-weight: normal;
    }
    
    .sidebar .nivel-2.active a {
        color: #585858;
        font-weight: bold !important;
    }

    .sidebar .nivel-2 {
        font-size: 14px;
        display: none;
        padding-left: 22px;
    }
    
    .sidebar .nivel-2 a {
        color: #555;
        font-weight: normal !important;
    }

    .sidebar a + .nivel-2 {
        margin-top: 3px;
    }

/* Sidebar - Automenu */
/**********************/
