img.icon-list {
    width:5%;
    height:5%;
}

img.icon-detail {
    width:10%;
    height:10%;
}

.container {
text-align: center;
margin:0 auto;
}

.legal_footer {
  float: center;
  margin-top: -30px;
  color: #FFF;
  padding-right: 5px;
}

.hr_footer {
  background-color: #d69900;
  height: 5px;
  width: 100%;
}

input.largerCheckbox { 
  transform : scale(2); 
} 

td.titulotable:hover {
  background: bisque !important;
  cursor: pointer;
}