select {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 16px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}

select:focus {
  outline: none;
}

#menu {
    background-color: #003375;
}

#menu:hover {
    background-color: #cccccc;
}

#menubar{
    float: right;
}

footer{
    margin: 0px;
    text-align: center;
}

hr{
    border-color: #5697b0;
}

.col-md-3{
    background-color: #DDDDDD;
    border-radius: 4px;
}

.ui-datepicker-month, .ui-datepicker-year{
    float: left;
}

#tfecha, #tfechato {
    font-size: 16px;
}

#img_cat{
    width: 15px;
}

#li_catalogos{
    display: inline;
    list-style-type: none;
    padding-right: 15px;
}

.success{
    margin-bottom: 0px;
}

.table thead tr th {
    vertical-align: middle;
    background-color: #003375; 
    color: #dddddd;
}

.table{
    margin-bottom: 0px;
}

.table-responsive{
    height: 100%;
    overflow-y: auto;
}

#enlace_img, #cab_img {cursor: pointer}

#enlace_img {font-size: 12px;}

#cab_img {font-size: 20px;}

#cedula {width:100%;}

.panel-izq{
    background-color: #DDDDDD;
    border-radius: 4px;
}