@charset "UTF-8";

/* CSS Document */

body {
    /*background-color: #CCC; color:#000000;*/
    /*background-image: url("../img/metal1.jpg");*/
    background-color: #ccc !important;
    padding: 0;
    margin: 0;
}

.negrita {
    font-weight: bold;
}

h1 {
    color: #223466;
    text-align: center;
}

div,
p,
ul,
li,
a,
h1,
h2,
h3,
h4,
form,
label,
input {
    padding: 0;
    margin: 0;
    text-align: left;
}

.spacer {
    line-height: 0;
    font-size: 0;
    clear: both;
}

#encabezado {
    width: 90%;
    position: relative;
    height: 300px;
    background-image: url(../img/logotipo.png);
    background-position-x: center;
    background-position-y: 5px;
    background-repeat: no-repeat;
    background-color: #7dcea0;
    margin-left: auto;
    margin-right: auto;
}

#panel {
    position: relative;
    display: block;
    width: 100%;
    height: 29px;
}

#panel a {
    text-transform: uppercase;
    font-size: 12px !important;
    text-decoration: none;
}

#panel>table {
    float: right;
}

#usuario {
    margin-top: 30px;
    left: -200px;
    position: absolute;
    display: block;
    width: 100%;
    height: 29px;
    text-transform: uppercase;
}

#usuario>table {
    float: right;
    margin-right: -190px !important;
}

#menu {
    position: relative;
    top: 1px;
    background-color: #a5c94b;
    height: 39px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#contenedor {
    background-color: #fff;
    width: 90%;
    position: relative;
    heigth: 868px;
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
}

#fotter {
    width: 90%;
    position: relative;
    height: 51px;
    margin-left: auto;
    margin-right: auto;
    /*background-image:url(../img/footer.jpg);*/
    background-color: #7dcea0;
}

#tablaLogin {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 30%;
    padding: 20px;
    height: 30%;
}

#contenedorLogin {
    display: block;
    width: 90%;
    height: 100px;
}

#imgLogin {
    display: block;
    width: 90%;
}

#imgLogin>img {
    display: block;
    margin: 0 auto;
}

#camposLogin {
    display: block;
    width: 95%;
    margin: 0 auto;
}

#imprimir {
    position: absolute;
    left: 750px;
    top: 10px;
    width: 70px;
    height: 50px;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
select {
    padding: 8px;
    font-size: 14px;
}

input[type="text"]:not(.form-control) {
    height: 25px;
}

table td {
    font-size: 16px;
    padding-top: 10px;
}

.listing {
    width: 80%;
}

.listing td {
    padding: 10px;
    font-weight: 100;
}

#txtlogin {
    width: 160px;
}

.btn-imprimir {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.centrar-botones {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#overlay_vue {
    position: fixed;
    /* Sit on top of the page content */
    display: block;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /* Black background with opacity */
    z-index: 100;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

#overlay_vue>#icono {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}