@font-face {
    font-family: 'VarelaRoundRegular';
    src: url('VarelaRound-Regular-webfont.eot');
    src: url('VarelaRound-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('VarelaRound-Regular-webfont.woff2') format('woff2'),
         url('VarelaRound-Regular-webfont.woff') format('woff'),
         url('VarelaRound-Regular-webfont.ttf') format('truetype'),
         url('VarelaRound-Regular-webfont.svg#varela_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{   
  font-family: "VarelaRoundRegular", Arial, Helvetica, sans-serif;
  font-size: 14px;
}


body {    
  padding-top: 0;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.navbar-fixed-top, .navbar-fixed-bottom{
    position:static;
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #0B4568, #0D2C40);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0B4568), to(#0D2C40));
    background-image: -webkit-linear-gradient(top, #0B4568, #0D2C40);
    background-image: -o-linear-gradient(top, #0B4568, #0D2C40);
    background-image: linear-gradient(to bottom, #0B4568, #0D2C40);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0B4568', endColorstr='#ff0D2C40', GradientType=0);
    border-color: #252525;
}

.row{
    margin-left: 0;
}

.footer{
    margin-top: 15px;
}

.footer p{
    text-align: center;
    font-size: 13px;
}

.container{
   
}

.logo{
    float:left;
    display: block;
    line-height: 43px;
    height: 43px;
    margin-right: 30px;
}

.logo img{
    width:100px;    
}

div.content{
    margin-top:10px;
    padding:10px;
    background:#fff;
    border: 1px solid #e1e1e8;
    border-radius: 6px;
}

div.gadget{  
    position: relative;
    margin: 15px 0;
    padding: 10px 19px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.gadget div.alert .msg{
    font-size: 16px;
    line-height: 20px;
}

div.gadget table{    
    margin-top: 5px;
}

div.gadget table legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    border: 0;
}

div.gadget p.lasttime{
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color:#8899a6;
}

div.trafico-total div.gadget table{
    margin:0 auto;
    font-size:11px;
    margin-bottom: 5px;
}


div#gadget-mapa_uso_red{
    margin:0px;
}

div.mapa-uso-red div.gadget{
    margin:0px;
}

div.mapa-uso-red div.gadget input{
    margin: 0 0 0 10px;
}

div.success h3{
    color:green;
}

div.errors h3{
    color:red;
}

.izq{
    float:left;
}

.der{
    float:right;
}

div.btn-bar-inicio{
    text-align:right;   
    margin:5px;
} 