/* 
    Created on : 13-may-2015, 10:39:16
    Author     : enoli
*/

@font-face {
    font-family: 'Gothic-regular';
    src: url(fonts/GothicA1-Regular.woff2) format('woff2'),
         url(fonts/GothicA1-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  
  }

  @font-face {
    font-family: 'Gothic-bold';
    src: url(fonts/GothicA1-Bold.woff2) format('woff2'),
         url(fonts/GothicA1-Bold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  
  }

    .programacion-encabezado {
        font-weight: bold;
        font-size:18px;
        min-width: 600px;
    }
    .programacion-encabezado div {
        border:  2px #f8f9fa outset;
       border-bottom:  2px #f90 outset;
        border-top:none;
            background-color:#f8f9fa;
        text-align: center;
        color: #7c7c7d;
    }

   
    #menu-container { 
       background-color:#7c7c7d; 
    }
    #divSeparador{
         background-color:#7c7c7d; 
    }
    #menuCanales {
        margin: 0;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
        background-color:#f8f9fa;   
        color:#7c7c7d;
        border:none;
        outline:none;
        display: inline-block;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        cursor:pointer;
        font-weight: bold;
        font-size:18px;
    }
    #menuCanales option{
        background: #f8f9fa;
        color: #7c7c7d;
    }

   
    #labelmenuCanales:after {
        content:'\025be';
        font:32px "Consolas", monospace;
        color:#f8f9fa;
        right:4px; top:-8px;
        padding:0 8px 0px;
        margin-bottom: 2px;
        position:absolute;
        pointer-events:none;
    }
    #labelmenuCanales:before {
        content:'';
        right:6px; top:0px;
        width:20px; height:20px;
        position:absolute;
        pointer-events:none;
        display:block;
    }
    .navbar-inverse .navbar-nav>li>a
    {
        color: white !important;
    }
    
    .navbar-inverse, .navbar-collapse, .navbar-form, .navbar-brand 
    {
        background: #3347ec  !important;
    }
    
    div.container-fluid 
    {
       color: #7c7c7d;
    }
    
    .navbar-inverse, .navbar-nav>li>a
    {
        color: #7c7c7d !important;
    }

    .programacion-encabezado div
    {
    height: 100%;
    text-align: center;
    padding: 8px;
    background: #444 !important;
    border-color: #333 !important;
    color: WHITE !important;
    }

    #menuCanales
    {
    background: #444 !important;
    color: WHITE !important;
    }
    
    .programacion-logo
    {
    background: #3347ec !important;
    color: WHITE !important;
    }

    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #f8f9fa ;
    background-color: #7c7c7d;
    }