
.cf_panel {
    float: left;
    margin: 30px 30px 0px 0px;
}

.cf_table{
    margin-top: 30px;
}

#banner{
    height: 100px;
    background-color: #FFF;
}

#banner img {
    height: 80px;
    margin-left: 50px;
    margin-top: 10px;

}

#contenido {
    margin-bottom: 50px;
}

.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

#information{
    position: fixed;
    bottom: 50px;
    left: -260px;
    width: 305px;
    height: 50px;
    color: #fff;
    cursor: pointer;
}

#information div {
    width: 232px;
    height: 50px;
    float: left;
    
    background-color: #449d44;
    margin-right: 5px;
}

#information a {
    color: #fff;
}

#information img {
    float: right;
}

@media print{
  .oculto-impresion, .oculto-impresion *{
    display: none !important;
  }
}