input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.alaizquierda{
	float: left;
}
.capadifumina{
	position: absolute;
    background-color: rgba(255, 255, 255, 0.49);
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
}
.camposelecc{
	margin-left: -15px;
}
.camposelecc>input[type="number"]{
	display: inline-block;
    width: calc(100% - 50px);
}
.camposelecc>input[type="checkbox"]{
	display: inline-block;
	width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}
.camposelecc>input[type="text"]{
	display: inline-block;
    width: calc(100% - 50px);
}
.camposelecc>input[type="date"]{
	display: inline-block;
    width: calc(100% - 50px);
}
.camposelecc>select{
	display: inline-block;
    width: calc(100% - 50px);
}
.quitar_penalizacion{
  cursor: pointer;
  text-align: center;
  height: 30px;
  padding: 4px !important;
  margin-bottom: 0px !important;
}
.quitar_reserva{
  cursor: pointer;
  text-align: center;
  height: 30px;
  padding: 4px !important;
  margin-bottom: 0px !important;
}
.width50{
  width: 50%;
}
.otrosautores_elemento{
  border: 1px #bdbdbd solid;
  float: left;
  text-align: left;
  margin: 2px 2px 0px 2px;
  width: 47%;
  border-radius: 4px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.titulo{
  color: white;
  text-shadow: 0.05em 0.05em #560000;
}
.subtitulo{
  color: yellow;
  font-weight: 200;
  font-size: 24px;
  font-family: helvetica;
}
#contenido{
  min-height: 700px;
}
header{
  background-color: #C71E1E;
  border-bottom: 2px blue solid;
}
footer{
  color: white;
  background-color: #c71e1e;
  height: 50px;
}
footer div div em{
  line-height: 50px;
}
.iconinicio{
  width: 150px;
}
.cuadroicon{
  text-align: center;
  padding: 20px;
}
.cuadroicon div{
  background-color: rgba(128, 128, 128, 0.16);
  width: 290px;
  padding: 20px;
  margin: auto;
  font-size: 18px;
}
.cuadroicon div:hover{
  background-color: rgba(128, 128, 128, 0.26);
}
.libros{
  float: right;
  height: 50px;
}
.opcionesauxiliares{
  width: 150px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.opcionesauxiliares img{
  
}
.opcionesauxiliares span{
  margin: 20%;
  font-size: 16px;
  color: grey;
  font-weight: 500;
}
.encabezado-titulo{
  margin-bottom: 20px;
}
.encabezado-titulo img{
  width: 84px;
}
.encabezado-titulo span{
  font-size: 30px;
  line-height: 90px;
  margin-left: 20px;
}
.icono-peq{

}
.encabezado-subtitulo{
  margin-bottom: 25px;
}
.encabezado-subtitulo img{
  width: 34px;
  margin-top: -12px;
}
.encabezado-subtitulo span{
  font-size: 30px;
  margin-left: 20px;
  color: grey;
}
.seccion{
  border: 1px #e2e2e2 solid;
  padding: 15px;
  margin: 15px;
}
.btn-login{
    width: 130px;
    margin: -8px 0px -7px 0px;
    padding: 8px 8px 13px 8px;
    text-align: center;
}
.btn-login:hover{
  background-color: #e2e2e2;
}


/*ESTILOS SOBREESCRITOS TABLAS*/
table.dataTable thead th, table.dataTable thead td{
  color: red;
  font-weight: 700;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{
  background-color: #ffffde !important;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
   background-color: #ffffde; 
}
table.dataTable.display tbody tr:hover>.sorting_1{

}
table.dataTable.display tbody tr.even>.sorting_1{
      background-color: white;
}
table.dataTable.display tbody tr.even>.sorting_1:hover{
      background-color: #ffd8d8 !important;
}
table.dataTable.display tbody td:hover{
  background-color: #ffd8d8 !important;
}
table.dataTable tbody tr:hover{
  background-color: #ffd8d8 !important;
}
table.dataTable thead td{
      border-bottom: 1px solid red !important;
}
table.dataTable.display tbody td{
      border-top: 1px solid #ffcfcf !important;
}
table.dataTable.no-footer{
      border-bottom: 1px solid red !important;
}
table.dataTable tbody tr.selected{
  background-color: #ffd8d8 !important;
}
table.dataTable tbody tr.selected td.sorting_1{
  background-color: #ffd8d8 !important;
}