.pagina {
  font-family: 'Lato', sans-serif;
}
.contenedor {
  margin: 0 auto;
}
#mensaje1 {
  margin: 0 auto;
  margin-top: 70px;
  clear: both;
  text-align: center;
  font-size: 22px;
  font-family: 'Pontano Sans', sans-serif;
  color: #5C5C5C;
}
#mensaje2 {
  font-family: 'Lato', sans-serif; 
  margin: 0 auto;
  margin-top: 15px;
  clear: both;
  text-align: center;
  font-size: 15px;
  color: #5C5C5C;
 }
.rsuencontrados {
  margin: 0 auto;  
  min-height: 350px; 
/*  background-image: url("../globalimag/Img_encontrados_L.png");*/
  background-repeat: no-repeat;
  font-size: 14px;
  color: #5C5C5C;
}
.pines{
  margin:0 auto;
}
.botones {
    margin: 0 auto;
    max-width: 520px;
}
.boton_add {
    padding-top: 12px;
    width: 250px;
    color: white;
    background-color: #003459;
    border-radius: 7px;
    font-size: 15px;
    margin-top: 30px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    float: left;
    margin-right: 20px;
  }
.boton_add:hover {
  color: #FF5627;
  }
.boton_add1 {
    padding-top: 12px;
    width: 250px;
    color: white;
    background-color: #003459;
    border-radius: 7px;
    font-size: 15px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    margin: 30px auto;
  }
.boton_add1:hover {
  color: #FF5627;
  }
.boton_avist {
    padding-top: 12px;
    width: 250px;
    color: white;
    background-color: #FF5627;
    border-radius: 7px;
    font-size: 15px;
    margin-top: 30px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    float: left;
  }
.boton_avist:hover {
  color: #003459;
  }
.historico_encontrados {
  clear: both;
  }
.pines_reg {
  width: 600px;
  margin:0 auto;
  margin-top: 10px;
  clear: both;
  border-collapse: collapse;
  margin-bottom: 40px;
 }
caption {
  width: 60%;
  margin-top: 15px;
  color:  #FF5627;
  font-size: 22px;
  text-align: left;
  border-bottom-style: solid;
  border-bottom-color: #FF5627;
  border-bottom-width: 1px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.pines_reg th {
  border-bottom-style: solid;
  border-bottom-color: #5C5C5C;
  border-width: 1px;
}
.separador {
height: 15px;
}
.fila_nov {
  font-size: 14px;
}
.fila_itm {
  font-size: 14px;
  color: #003459;
  line-height: 30px;
}
#sello {
  text-align: right;
}
.boton_nov {
  width: 120px;
  color: #FF5627;
  text-decoration: underline;
  background-color: transparent;   
  text-align: center;
  border-style: none;
  cursor: pointer;
  margin-left: 10px;  
  margin-right:10px;
 }
.boton_nov:hover {
  color: #5C5C5C;
 }
.boton_itm {
  width: 120px;
  color: #003459;
  text-decoration: underline;
  background-color: transparent;   
  text-align: center;
  border-style: none;
  cursor: pointer;
  margin-left: 10px;  
  margin-right:10px;
 }
.boton_itm:hover {
  color: #5C5C5C;
 }
#fecha {
  width: 85px;
 }
#descripcion {
  padding-left: 15px;
 }
.boton {
  clear: left;
  margin-left: 20px;
  text-align: center;  
}
#boton_volver {
  width: 120px;
  background-color: #003459;
  border-radius: 3px;
  color: white;
  padding-top: 2px;
  font-size: 15px;
  height: 23px;   
  cursor: pointer;
  border-style: none;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  }
#boton_volver:hover {
  color:  #FF5627;
  }
.fa-pencil, .fa-trash-o, .fa-plus-square {
  color: #C5C5C5;
}
.fa-pencil:hover, .fa-trash-o:hover, .fa-plus-square:hover {
  color: #FF5627;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
#mensaje1 {
  margin-top: 70px;
  }
#mensaje2 {
  }
}
@media screen and (min-width: 781px) and (max-width: 980px) {
/*.rsuencontrados {
  background-image:url("../globalimag/Img_encontrados_M.png");
  }*/
#mensaje1 {
  font-size: 19px;
  margin-top: 60px;
  }
#mensaje2 {
  }
}
@media screen and (min-width: 521px) and (max-width: 780px) {
#mensaje1 {
  font-size: 17px;
  margin-top: 60px;
  }
#mensaje2 {
  }
.pines_reg {
  width: 500px;
  }
}
@media screen and (min-width: 451px) and (max-width: 520px) {
#mensaje1 {
  font-size: 17px;
  margin-top: 30px;
  }
#mensaje2 {
  }
.pines_reg {
  width: 100%;
  }
}
@media screen and (max-width: 450px) {
.rsuencontrados {
  margin-left: 3px;
/*  background-image: none;*/
  }
#mensaje1 {
  font-size:  17px;
  margin-top: 30px;
  }
#mensaje2 {
  margin-right: 10px;
  margin-left: 0px;
  }
.fila_nov {
  font-size: 13px;
  }
.fila_itm {
  font-size: 13px;
  }
caption {
 width: 100%; 
  }
.pines_reg {
  width: 100%;
  }
#fecha {
  font-size: 13px;
  width: 80px;
  }
#descripcion {
  padding-left: 5px;
  }
}