/*NUEVOS ESTILOS AL SISTEMA*/

.table-celda tr { 
line-height: 40px; 
}
.table-celda  td { 
 width: 300px;   
 padding-left: 20px;
 }
 .table-celda2 tr { 
line-height: 40px; 
}
.table-celda2  td { 
 width: 100px;   
 padding-left: 20px;
 }

.form-control-grid {
  -display: block;
  width: 100%;
  height: 24px;
  padding: 6px 8px 2px 0px;
  -padding-left: 50px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-grid:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.GridWeb td {
line-height: 35px; 
padding: 0px 5px 0px 10px;
}

.Tbl_Filtro td {
line-height: 20px; 
padding: 0px 5px 0px 15px;
}
.form-control{ 
display : inherit;
font-size: 12px;
height: 26px;
padding-top: 2px;
}
.thumbnail{
	line-height: 2.7;
}