/*=============================================
SECCIÓN
=============================================*/
.logo{
  float: left;
  position: relative;
}
.logo img{
  width:100%;
  height: auto;
  float: center;
}
.logo p{
  text-align: left;
  color: rgb(0,0,0);
  font-family: 'playregular', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
/*=============================================
SECCIÓN
=============================================*/
.separarInfo{
  padding-left: 20px;
  padding-right: 20px;
}
#seccion h1{
  font-family: 'bebas_neueregular';
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 4px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 15px;
}
/*=============================================
FORMULARIO
=============================================*/
/* Estilo sin borde de caja y sin fondo*/
.campoUserPass {
  display: inline-block;
  background-color: #c0b7ab;
  border: 0px;
  border-bottom: 1px solid #0f0f0f;
  width: 100%;
  height: 30px;
  font-family: 'courier_newregular';
  font-size: 16px;
  line-height: 16px;
  color: #0f0f0f;
  text-align: left;
  outline: 0;
}
.campoUserPass:focus {
  outline:0px;
}

::placeholder {
  font-family: 'courier_newregular';
  color: #0f0f0f; /* gris */
  opacity: 1; /* Firefox */
  font-size: 16px;
  line-height: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'courier_newregular';
  color: #0f0f0f;
  font-size: 16px;
  line-height: 16px;
}
::-ms-input-placeholder { /* Microsoft Edge */
  font-family: 'courier_newregular';
  color: #0f0f0f;
  font-size: 16px;
  line-height: 16px;
}

.botonUserPass{
  font-family: 'courier_newbold';
  color: #0f0f0f;
  background-color: transparent;
  border-style: solid;
  border-color: #0f0f0f;
  border-radius: 0px;
  width: 150px;
  height: 35px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 3px;
  outline: 0;
}
.botonUserPass:hover {
  background-color: #ff6A17;
}
/*========================================
TABLA
=============================================*/
table{
	border: 0;
	/*border-collapse: separate;*/
	border-spacing: 20px 5px;
}
th{
  font-family: 'Conv_HelveticaLTStd-Roman';
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  text-align: left;
  color: #000000;
	background-color: none;
	border-bottom: 2px solid black;
	height:35px;
  width:auto;
  padding-left: 15px;
  padding-right: 15px;
}
td{
  font-family: 'courier_newregular';
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: left;
  color: #000000;
  background-color: none;
  border: 0;
  height:35px;
  width:auto;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
.infoAdicional{
  font-family: 'Conv_HelveticaLTStd-Roman';
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  text-align: left;
  color: #000000;
  font-weight: 700;
}
@media screen and (min-width: 601px) and (max-width: 900px){
  th{
    font-size: 12.5px;
    line-height: 12px;
    letter-spacing: 1px;
  }
  td{
    font-family: 'courier_newregular';
    font-size: 14.5px;
    line-height: 19.5px;
    letter-spacing: 1px;
  }
  .infoAdicional{
    font-size: 12.5px;
    line-height: 12.5px;
    letter-spacing: 1px;
  }
}
/*=============================================
BUSCAR
=============================================*/
.buscar {
  display: inline-block;
  position: relative;
  /*margin-right: 15px;*/
}
.buscar input[type="text"]{
  background: none;
  border:2px solid #E63610;
  color: #E63610;
  height: 30px;
  padding: 0 10px;
}
.buscar input[type="text"]:hover,
.buscar input[type="text"]:focus {
  color: #717171;
}
.buscar .icono {
  color:#E63610;
  position: absolute;
  right: 0;
  background: none;
  border:none;
  cursor:pointer;
  padding: 6px;
  font-size: 16px;
  line-height: 16px;
}
.buscar .icono:hover {
  color: #717171;
}
/*=============================================
botonos acciones
=============================================*/
.filtrar{
  display: inline-block;
  background-color: #c0b7ab;
  border: 0px;
  border-bottom: 1px solid #0f0f0f;
  width: 250px;
  height: 30px;
  font-family: 'courier_newregular';
  font-size: 16px;
  line-height: 16px;
  color: #0f0f0f;
  text-align: left;
  outline: 0;
}
.botonAction{
  font-family: 'courier_newbold';
  color: #0f0f0f;
  background-color: transparent;
  border-style: solid;
  border-color: #0f0f0f;
  border-radius: 0px;
  width: 140px;
  height: 30px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
  line-height: 0px;
  cursor: pointer;
  letter-spacing: 3px;
  outline:0;
}
.botonAction:hover {
  background-color: #ff6A17;
}
.botonEntrada{
  font-family: 'courier_newbold';
  color: #0f0f0f;
  background-color: transparent;
  border-style: solid;
  border-color: #0f0f0f;
  border-radius: 0px;
  width: 160px;
  height: 30px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
  line-height: 0px;
  cursor: pointer;
  letter-spacing: 3px;
  outline:0;
}
.botonEntrada:hover {
  background-color: #ff6A17;
}
.botonEditar{
  font-family: 'courier_newbold';
  color: #0f0f0f;
  background-color: transparent;
  border-style: solid;
  border-color: #0f0f0f;
  border-radius: 0px;
  width: 100px;
  height: 25px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
  /*line-height: 0px;*/
  cursor: pointer;
  letter-spacing: 3px;
  padding-left: 10px;
  padding-right: 10px;
  outline:0;
}
.botonEditar:hover {
  color: #0f0f0f;
  background-color: #ff6A17;
}
.botonEditarSolicitud{
  font-family: 'courier_newbold';
  color: #0f0f0f;
  background-color: transparent;
  border-style: solid;
  border-color: #0f0f0f;
  border-radius: 0px;
  width: 100px;
  height: 25px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
  /*line-height: 0px;*/
  cursor: pointer;
  letter-spacing: 3px;
  padding-left: 10px;
  padding-right: 10px;
  outline:0;
}
.botonEditarSolicitud:hover {
  color: #0f0f0f;
  background-color: #ff6A17;
}
.botonEditarCliente{
  font-family: 'courier_newbold';
  color: #0f0f0f;
  background-color: transparent;
  border-style: solid;
  border-color: #0f0f0f;
  border-radius: 0px;
  width: 100px;
  height: 25px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
  /*line-height: 0px;*/
  cursor: pointer;
  letter-spacing: 3px;
  padding-left: 10px;
  padding-right: 10px;
  outline:0;
}
.botonEditarCliente:hover {
  color: #0f0f0f;
  background-color: #ff6A17;
}
input[type=checkbox]
{
  /* Doble-tamaño Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari y Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}
/*.botonBiaypi{
  font-family: 'courier_newbold';
  color: #0f0f0f;
  background-color: transparent;
  border-style: solid;
  border-color: #0f0f0f;
  border-radius: 0px;
  width: 100px;
  height: 30px;
  text-transform: none;
  margin-top: 0px;
  font-size: 16px;
  line-height: 0px;
  cursor: pointer;
  letter-spacing: 3px;
  outline:0;
}
.botonBiaypi:hover {
  background-color: #ff6A17;
}*/
.botonGuardar{
  font-family: 'courier_newbold';
  color: #0f0f0f;
  background-color: transparent;
  border-style: solid;
  border-color: #0f0f0f;
  border-radius: 0px;
  width: 230px;
  height: 30px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
  line-height: 0px;
  cursor: pointer;
  letter-spacing: 3px;
  outline:0;
}
.botonGuardar:hover {
  background-color: #ff6A17;
}
@media screen and (max-width: 1028px){
  .botonBiaypi{
    margin-top: 5px;
  }
}
.botonPerdida{
  font-family: 'courier_newbold';
  color: #0f0f0f;
  background-color: red;
  border-style: solid;
  border-color: #0f0f0f;
  border-radius: 0px;
  width: 270px;
  height: 30px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
  line-height: 0px;
  cursor: normal;
  letter-spacing: 3px;
  outline:0;
}

/*============================================
PAGINACIÓN
=============================================*/
.paginacion {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  margin-top: 50px;
}
.paginacion ul {
  list-style: none;
}

.paginacion ul li {
  display: inline-block;
  margin-right: 10px;
}

.paginacion ul .active a {
  background: #ce7f08;
}

.paginacion ul .disabled {
  background: green;
  display: inline-block;
  font-family: "Oswald", Arial, helvetica, sans-serif;
  padding: 10px 10px;
  cursor:not-allowed;
  color:#fff;
  text-decoration: none;
}

.paginacion ul li a {
  display: inline-block;
  font-family: "Oswald", Arial, helvetica, sans-serif;
  padding: 10px 10px;
  background: #424242;
  color:#fff;
  text-decoration: none;
}

.paginacion ul li a:hover {
  text-decoration: none;
  background: #3299bb;
}

@media screen and (min-width: 601px) and (max-width: 900px){
  .separarInfo{
    padding-top: 30px;
  }
}

/*=============================================
BUSCAR
=============================================*/
.buscar {
  display: inline-block;
  position: relative;
  /*margin-right: 15px;*/

}
.buscar input[type="text"]{
  background: none;
  border:1px solid #0f0f0f;
  color: #0f0f0f;
  height: 30px;
  padding: 0 10px;
  outline: 0;
  width: 250px;
}
.buscar input[type="text"]:hover,
.buscar input[type="text"]:focus {
  color: #0f0f0f;
  outline: 0;
  width: 250px;
}
.buscar .icono {
  color:#0f0f0f;
  position: absolute;
  right: 0;
  background: none;
  border:none;
  cursor:pointer;
  padding: 6px;
  font-size: 16px;
  line-height: 16px;
}
.buscar .icono:hover {
  color: #ff6A17;
}

/*=============================================
BUSCAR
=============================================*/

#footer{
  position: fixed;
  bottom: 0;
  /*top: 65px;*/
  left: 0;
  height: 30px;
}
.derechos {
  background: orange;
  width: 220px;
}
#footer h4{
  text-align: left;
  color: #0f0f0f;
  font-family: 'courier_newbold';
  font-size: 16px;
  padding: 0px 4px;
  margin-right: 4px;
}

/*******************/
.espacioCelda1, .espacioCelda2 {
  width: 100%;
  height: 25px;
  display: none;
}

@media screen and (min-width: 1000px) and (max-width: 1250px){
  .espacioCelda1, .espacioCelda2 {
    display: block;
  }
}