.table td.nombre {
    max-width: 173px;
}
.table td.nombre span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 768px){
  .articulomod {
      font-size: 11px;
  }
  .pagination{
    font-size: 20px;
  }
}
.fa-arrow-up{
  color:green
}
.fa-arrow-down{
  color:brown
}
.has-error{
  color: red
}

.table-container ul.pagination {
    overflow: auto;
    margin: 0;
    padding: 10px;
    border: 1px solid #F4782E;
    list-style: none;
}
.table-container ul.pagination > li > a {
    text-decoration: none;
    font-weight: bold;
}
.table-container ul.pagination li {
    float: left;
    line-height: 34px;
    margin-left: 10px;
}
.table-container ul.pagination li:first-child {
    margin-left: 0;
}

.table-container ul.pagination li.cardinality {
    float: right;
    color: #8d8d8d;
}

.current span b {
  color: black;
}

.pagination li {
    display: inline-block;
}

#Search{
width:550px;height:49px; border:3px solid black;
padding-left:48px;
padding-top:1px;
font-size:22px;color:blue;
background-image:url('images/search.jpg');
background-repeat:no-repeat;
background-position:center;outline:0;
}

#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.pie{
  right: 0;
  left: 0;
  bottom: 0;
  position: relative;
}
._404{
   text-align:center;
   font-size: 100%;
   height: 50%;
   letter-spacing: 15px;
}
._1{
   text-align:center;
   font-size: 100%;
   line-height: 80%;
}
