
.titulo{
  font-size: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;;
}
.oculto{
    display: none;
}
.datos{
 /*background-color: #00d166;*/
}
.pUnica:hover{
    background-color:lightsteelblue;
}
.boton {
  color:white;
  background:#000;
  border:0px;
  margin: 1px;
  width:80px;
  height:19px;
  cursor: pointer;
  border-radius:5px;
} 
.cabeceraAnteriores{
  background-color: #000;
  color:#FFF;
}
.colorFondo{
  background-color:#ababab;
}

.h3{
  font-size: larger ;
}
.btns{
    min-width: 300px;         
}
.btns a{
text-decoration: none;
color:black;
}
.btns a:hover{
text-decoration: none;
color:#FFF;
}
/*-----botones----links*/

.button {
  margin: auto;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 1rem;
  color: #fafafa ;
  background-color: #00d166;
  border: none;
  border-radius: 3px;
  box-shadow: 1px 1px 10px rgba(50, 50, 50, 0.4);
  transition: 0.3s all ease;
  letter-spacing: 0.1rem;
  font-size: 0.85rem;
  position: relative;
  top: 0;
  right: 0;
  padding-left: 2.5rem;
  float: left;
  }
.button:after, .button:before {
position: absolute;
font-family: "Barrio", sans-serif;
font-weight: bold;
font-size: 1rem;
color: #006b34;
transition: 0.3s all ease;
}
.button:before {
content: "_";
position: absolute;
left: 1.4rem;
top: 0.9rem;
}
.button:after {
content: ">";
position: absolute;
left: 0.8rem;
top: 1rem;
}
.button:hover {
box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
top: -0.1rem;
right: -0.1rem;
cursor: pointer;
}
.button:hover:before {
content: "_";
position: absolute;
left: 0.75rem;
top: 0.55rem;
transform: translateY(-1px);
}
.button:hover:after {
content: ">";
position: absolute;
left: 1.1rem;
top: 1rem;
} 
.btn {
    display: inline-block;
    background: #e2e2e2;
    border: 0;
    line-height: 2.5em;
    padding: 0 0 0 1em;
    margin-bottom: 1em;
    outline: none;
    text-decoration: none;
    color: #000;
  }
  .btn .arrow {
    display: inline-block;
    line-height: 2.5em;
    text-align: center;
    background: #333;
    color: white;
    font-size: 1em;
    width: 2.5em;
    transition: margin 200ms;
    margin-left: .75em;
  }
  .btn:hover {
    background: white;
  }
  .btn:hover .arrow {
    margin-left: 1.25em;
    background-color: #262626;
  }
  .btn:active {
    background: #ccc;
  }
  .btn:active .arrow {
    margin-left: 1.5em;
  }
  
  .btn-info .arrow {
    background-color: indianred;
  }
  .btn-info:hover .arrow {
    background-color: #c14e4e;
  }
  
  .btn-learn .arrow {
    background-color: salmon;
  }
  .btn-learn:hover .arrow {
    background-color: #f56d5e;
  }
  
/*-----botones FIN----links*/
.img_logo{
  text-align: center;
  background-size: cover;
}

@media only screen and (min-width : 901px) {

  .contenido_historial{
    padding: 10px;
  }
  .contenido_historial p {
    padding: 10px;
    margin: 3px;
  }
  .contenido_historial a{
    text-decoration: none;
  }
.ant_fecha{
    width: 30%;
}
.ant_datos{
    padding-left: 10px;
    width: 50%; 
    font-weight: bold;
    word-break: break-all;
}
.ant_botones{
   /* width: 20%;*/
    float: right;
}
  button::-moz-focus-inner {
    border: none;
  }
  body {
    padding: 2em;
    background-color: #eee;
  }
}

@media only screen and (max-width : 900px) {
    body {
      padding: 1em;
      background-color: #eee;
    }
    .contenido_historial{
      display: block;
      width: 100%;
    }
    .pUnica{
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .ant_fecha,
    .ant_datos,
    .ant_botones{
      display: block;
      /*float: left;*/
      width: 100%;
      margin:10px;
  
    }
    .ant_fecha{
      font-weight: bold;
    }
    .cabeceraAnteriores{
    padding: 10px;
    }

}