*{
    padding: 0;
    margin: 0;
    outline: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Condensed', sans-serif !important;
}
#cuerpo_inicio{
    position: relative;
    float: left;
    width: 80%;
    left: 10%;
    margin-top: 8%;
}
.popup_windows{
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: none;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 780ms;
    animation-iteration-count: 1;
}
.windows_header{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    text-align: right;
    padding-bottom: 8px;
    border-bottom: 1px solid #acff6a;
}
.windows_close{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
}
.windows_close a{
    color: #E90909;
    text-decoration: none;
    transition: all 230ms linear;
}
.windows_close a:hover{
    text-shadow: 0px 0px 3px #2b2b2b;
    transition: all 230ms linear;
}
.windows_titulo{
    position: relative;
    float: left;
    width: 100%;
    font-size: 24px;
}
.windows_body{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.windows_body table{
    width: 100%;
    text-align: center;
    border: 1px solid #acff6a;
}
.windows_body th{
    padding: 10px 5px;
    background-color: #acff6a;
    color: #5ca323;
}
.windows_body td{
    padding: 7px 2px;
    font-size: 18px;
    color: #004b8d;
    background-color: #bcd6ec;
}
/*======RESPONSIVO======*/
@media screen and (max-width: 800px){
    #cuerpo_inicio{
        margin-top: 15%;
    }
}
@media screen and (max-width: 370px){
    #cuerpo_inicio{
        margin-top: 18%;
    }
}
/*=======IMPRESION FORMATOS SERCO=========*/
#cuerpo{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    margin-top: 45px;
}
.button_print{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button_print input{
    display: none;
}
.button_print label{
    padding: 3px 15px;
    background-color: #00498e;
    color: #fff;
    font-size: 26px;
    border-radius: 7px;
}
.dual_cuerpo{
    text-align: left;
    position: relative;
    float: left;
    width: 70%;
}
.dual_cuerpo2{
    text-align: center;
    position: relative;
    float: left;
    width: 30%;
}
.dual_cuerpo2 table{
    width: 100%;
}
.dual_cuerpo2 td{
    border: 1px solid #00498e;
    padding: 1px 6px;
}
#fondo{
    background: #00498e;
    color: #fff;
}
.contenido_cuerpo{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contenido_cuerpo table{
    width: 100%;
}
.contenido_cuerpo td{
    border: 1px solid #00498e;
    padding: 1px 6px;
    text-align: center;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
  display: none;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    text-align: center;
    font-size: 100px;
    left: 50%;
  /* centers the loading animation horizontally one the screen */
    top: 50%;
  /* centers the loading animation vertically one the screen */
  /*background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);*/
  /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}