/* 
    Created on : 13-may-2015, 10:39:16
    Author     : enoli
*/
    .programacion-encabezado {
        font-weight: bold;
        font-size:18px;
        //min-width: 600px;
    }
    .programacion-encabezado div {
        border:  2px #9B26B6 outset;
       // border-bottom:  2px #f90 outset;
        border-top:none;
        background-color:#9B26B6;
        text-align: center;
        color:#ffffff;
    }

    /* The CSS */
    .menu-header .headerItem{  }
    .menu-header #hora { }

    #banner{  }
    #btnBuscar{  }

    #selectSeniales {

    }
    #menu-container { 
       background-color:#222; 
    }
    #divSeparador{
         background-color:#222; 
    }
    #menuCanales {
        margin: 0;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
        background-color:#9B26B6;
        color:#ffffff;
        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: #333;
        color: #ffffff;
    }

    #labelmenuCanales { 
    }
    #labelmenuCanales:after {
        content:'\025be';
        font:32px "Consolas", monospace;
        color:#ffffff;
        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;
    }
    .menu-logo{
        margin: -10px auto !important;
        margin-left: -24px !important;
    }
    
    @media only screen and (max-width: 960px) {
        .menu-logo{
            margin: -9px auto !important;
        }
    }
 