/*font family*/
@font-face {
    font-family: 'Roboto';
    src:url('../font/Roboto-Regular/Roboto-Regular.eot');
    src:url('../font/Roboto-Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Regular/Roboto-Regular.woff') format('woff'),
        url('../font/Roboto-Regular/Roboto-Regular.ttf') format('truetype'),
        url('../font/Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*.slogan{  font-family:  'News Cycle', sans-serif; }*/
.fs20{ font-size:20px; }
.fs30{ font-size:30px;  }
.fs40{ font-size:40px; }
.fs50{ font-size:50px; }
.fs60{ font-size:60px; }
.pos-abajo{ margin-top:20px; text-align: right; }
.pos-arriba-izq{ margin-top:10px; text-align: left; }
html, body{ 
    font-family: 'Roboto', 
    sans-serif; 
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
}

/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 4.6rem;
  background:#000000;
  color:white;
  padding: 0;
}
.color { color:#ffcb0f; font-weight: bold; }


#cerrar-s{
    background: transparent;
    color: #ffffff;
    border: 0px;
    text-decoration: none;
}

#title-sist{
    font-size: 17px;
    color: #ffcb0f;
    margin: 0px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}

#nombre-usuario{
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    width: 100%;
}

#barraDeNavegacion ul li a{
    font-size: 15px;
}

#nav-barra{
    border-bottom: 1px solid #7e7e7e47;
    background: #464646;
}


#nav-barra a.navbar-brand img {
    width:250px; }

#nav-barra a.navbar-brand{

}

#relleno-sup{
    height:75px;margin:0px;

}
 #logo_adm{
        width: 250px;
   }




/* MENU DE SEMINUEVOS */


#content-menu{
    background: #222222; height: 78px;
}

ul#lista-menu-semi{
    width: 100%; height: height: 78px;
}
ul#lista-menu-semi li {
    list-style: none;
}
ul#lista-menu-semi li a{
 float: left; display: block; text-align: center; padding: 10px 15px;
}

ul#lista-menu-semi li a p{
    font-size:11px; color:#AAAAAA; margin:0;padding:0;
}
ul#lista-menu-semi li a:hover{
    background:rgba(255,255,255,0.1);
   text-decoration: none;
}


/*promos para smarthphone*/
@media (max-width: 576px){ 
    #nav-barra a.navbar-brand{
        text-align: left;
    }

    #nav-barra a.navbar-brand img {
        width:160px; 
    }
    #relleno-sup{
        height:110px;margin:0px;
    }

    #title-sist{
        font-size: 14px;
        color: #ffcb0f;
        margin: 0px;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }

    ul#lista-menu-semi{
        margin:0; padding:0 10px; 
    }
    ul#lista-menu-semi li a{
     float: left; display: block; text-align: center; padding: 10px 10px;
    }
    ul#lista-menu-semi li a img{
        width:45px;
    }
    ul#lista-menu-semi li a p{
    font-size:9px;
}

}