@charset "utf-8";
html {
    background: url(img/fondo_completo.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    /*background: #000;*/
    margin: 0;
    padding: 0;
    font-family: "Comic Sans";
    font-size: 11px;
    color: #bfecda;
}


.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

a {
    color: #9d9d9d;
    text-decoration: none;
}

a:visited {
    color: #9d9d9d;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

p {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Comic Sans";
    src: url('fonts/helveticaneue-heavyext_0.eot');
    src: url('fonts/helveticaneue-heavyext_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/helveticaneue-heavyext_0.woff') format('woff'),
    url('fonts/helveticaneue-heavyext_0.ttf') format('truetype'),
    url('fonts/helveticaneue-heavyext_0.svg#helveticaneue-heavyext_0') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Comic Sans";
    src: url('fonts/corbel_0.eot');
    src: url('fonts/corbel_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/corbel_0.woff') format('woff'),
    url('fonts/corbel_0.ttf') format('truetype'),
    url('fonts/corbel_0.svg#corbel_0') format('svg');
    font-weight: normal;
    font-style: normal;
}

.contenido_ex {
    min-width: 100%;
    height: auto;
    min-height: 364px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.contenido {
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.contenido .head {
    float: left;
    width: 900px;
    height: auto;
    min-height: 60px;
    margin-top: 24px;
}

.contenido .head .certificados {
    float: left;
    font-family: "Comic Sans";
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
}

.contenido .head .log {
    float: right;
    width: auto;
    height: auto;
    margin-top: 22px;
}

.contenido .head .log p {
    margin: 0;
    padding: 0;
}

.contenido .head .log span {
    color: #fff;
}

.nav-bar {
    background: #000;
    padding: 0;
}


/* -----------------------
Nav
------------------------*/
.container {
    max-width: 50em;
    margin: 0 auto;
}

.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav li {
    display: inline;
    margin: 0;
}

.nav a {
    display: block;
    padding: .7em 1.25em;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid gray;
}

.nav a:link {
    color: white;
}

.nav a:visited {
    color: white;
}

.nav a:focus {
    color: black;
    background-color: white;
}

.nav a:hover {
    color: white;
    background-color: green;
}

.nav a:active {
    color: white;
    background-color: red;
}

.content {
    float: left;
    width: 900px;
    height: auto;
    border-bottom: 1px dashed #5e5e5e;
    padding-bottom: 80px;
}

.gray_line {
    float: left;
    width: 900px;
    height: 1px;
    background: #1e1e1e;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gray_line2 {
    float: left;
    width: 900px;
    height: 1px;
    background: #1e1e1e;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -260px;
}

.contenido .zona {
    float: left;
    width: 900px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contenido .zona_form {
    float: left;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn_in_certificado {
    float: left;
    width: 228px;
    height: 38px;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    border-radius: 3px;
    margin-left: 200px;
}

.btn_in_certificado:hover {
    cursor: pointer;
    background: url(img/fondo_boton.jpg) top repeat-x;
}

.btn_in_certificado p a {
    float: left;
    width: 228px;
    height: 38px;
    line-height: 36px;
    background: url(img/btn_plus.png) bottom left no-repeat;
    font-family: "Comic Sans";
    font-size: 17px;
    color: #000;
    text-indent: 50px;
}

.btn_in_certificado:hover p {
    background: url(img/btn_plus.png) top left no-repeat;
    color: #fff;
}

.btn_ad_user {
    float: left;
    width: 228px;
    height: 38px;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    border-radius: 3px;
    margin-left: 30px;
}

.btn_ad_user:hover {
    cursor: pointer;
    background: url(img/fondo_boton.jpg) top repeat-x;
}

.btn_ad_user p a {
    float: left;
    width: 228px;
    height: 38px;
    line-height: 36px;
    background: url(img/btn_dude.png) bottom left no-repeat;
    font-family: "Comic Sans";
    font-size: 17px;
    color: #000;
    text-indent: 44px;
}

.btn_ad_user:hover p {
    background: url(img/btn_dude.png) top left no-repeat;
    color: #fff;
}

.btn_new_user {
    clear: both;
    width: 175px;
    height: 38px;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.btn_new_user:hover {
    cursor: pointer;
    background: url(img/fondo_boton.jpg) top repeat-x;
}

.btn_new_user p {
    float: left;
    width: 175px;
    height: 38px;
    line-height: 36px;
    background: url(img/btn_newdude.png) bottom left no-repeat;
    font-family: "Comic Sans";
    font-size: 17px;
    color: #000;
    text-indent: 50px;
}

.btn_new_user a {
    float: left;
    width: 175px;
    height: 38px;
    line-height: 36px;
    background: url(img/btn_newdude.png) bottom left no-repeat;
    font-family: "Comic Sans";
    font-size: 17px;
    color: #000;
    text-indent: 50px;
}

.btn_new_user:hover p {
    background: url(img/btn_newdude.png) top left no-repeat;
    color: #fff;
}

.content h1 {
    width: auto;
    height: auto;
    padding: 20px 0 0 0;
    margin: 0;
    font-family: "Comic Sans";
    /**font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: url(img/fondo_dashed.png) top left repeat-x;
}

.contenido .busqueda {
    float: left;
    width: 900px;
    height: auto;
    margin-top: 10px;
    margin-top: 10px;
}

.contenido .busqueda .campos {
    float: left;
    width: 230px;
    height: auto;
    margin-right: 30px;
}

.contenido .busqueda .campos label {
    float: left;
    width: 230px;
    height: 38px;
    line-height: 38px;
    font-family: "Comic Sans";
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    /*background: url(img/double_arrow.png) top left no-repeat;*/
    text-indent: 25px;
}

.contenido .busqueda .campos input {
    float: left;
    width: 220px;
    height: 38px;
    border: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    background: #bfecda;
    border-radius: 3px;
    margin-top: 0;
    text-align: left;
    line-height: 38px;
}

.contenido .busqueda .campos input:hover {
    background: #3f3f3f;
    cursor: default;
    text-align: left;
    cursor: text;
}

.contenido .busqueda form input {
    float: left;
    width: 118px;
    height: 38px;
    line-height: 36px;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    font-family: "Comic Sans";
    font-size: 17px;
    color: #000;
    text-align: center;
    border: 0;
    border-radius: 3px;
    margin-top: 38px;
}

.contenido .busqueda form input:hover {
    cursor: pointer;
    /*background: url(img/fondo_boton.jpg) top repeat-x;*/
    color: #fff;
}

.contenido .busqueda table {
    float: left;
    width: 898px;
    height: auto;
    border-collapse: collapse;
    border: 1px solid #202020;
    margin-top: 40px;
    color: #686767;
    color: #fff;
    font-weight: normal;
}

.contenido .busqueda table th {
    background: #474747;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #202020;
    font-weight: normal;
}

/*.contenido .busqueda table th a {*/
/*background: #474747;*/
/*padding-top: 20px;*/
/*padding-bottom: 20px;*/
/*border: 1px solid #202020;*/
/*font-weight: normal;*/
/*color: #9d9d9d;*/
/*text-decoration: none;*/
/*}*/

/*.contenido .busqueda table th a:visited {*/
/*color: #9d9d9d;*/
/*text-decoration: none;*/
/*}*/
/*.contenido .busqueda table th a:hover {*/
/*color: #fff;*/
/*text-decoration: none;*/
/*cursor: pointer;*/
/*}*/

.contenido .busqueda table td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.contenido .busqueda table .icons {
    width: 140px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
}

.contenido .busqueda table .icons2 {
    width: 93px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
}

.contenido .busqueda table .ico_glass {
    float: left;
    width: 46px;
    height: 19px;
    background: url(img/btn_glass.png) bottom no-repeat;
}

.contenido .busqueda table .ico_glass:hover {
    cursor: pointer;
    background: url(img/btn_glass.png) top no-repeat;
}

.contenido .busqueda table .ico_pen {
    float: left;
    width: 46px;
    height: 19px;
    background: url(img/btn_pen.png) bottom no-repeat;
    border-left: 1px solid #202020;
    border-right: 1px solid #202020;
}

.contenido .busqueda table .ico_pen:hover {
    cursor: pointer;
    background: url(img/btn_pen.png) top no-repeat;
}

.contenido .busqueda table .ico_pen2 {
    float: left;
    width: 46px;
    height: 19px;
    background: url(img/btn_pen.png) bottom no-repeat;
    border-right: 1px solid #202020;
}

.contenido .busqueda table .ico_pen2:hover {
    cursor: pointer;
    background: url(img/btn_pen.png) top no-repeat;
}

.contenido .busqueda table .ico_trash {
    float: left;
    width: 46px;
    height: 19px;
    background: url(img/btn_trash.png) bottom no-repeat;
}

.contenido .busqueda table .ico_trash:hover {
    cursor: pointer;
    background: url(img/btn_trash.png) top no-repeat;
}


.contenido .busqueda table .paginate {
    display: inline-block;
}

.contenido .busqueda table .paginate a {
    color: white;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.contenido .busqueda table .paginate a.active {
    background-color: #000000;
    color: white;
}

.contenido .busqueda table .paginate a:hover:not(.active) {
    background-color: #ddd;
}

.contenido .paginador {
    float: left;
    height: 21px;
    width: 900px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.contenido .paginador .pags {
    width: 350px;
    height: 21px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.contenido .paginador .pags .pag_left {
    float: left;
    width: 21px;
    height: 21px;
    background: url(img/btn_arrows_pag.png) bottom left no-repeat;
    margin-right: 5px;
    padding-top: 0 !important;
}

.contenido .paginador .pags .pag_left:hover {
    cursor: pointer;
    background: url(img/btn_arrows_pag.png) top left no-repeat;
}

.contenido .paginador .pags .pag_right {
    float: left;
    width: 21px;
    height: 21px;
    background: url(img/btn_arrows_pag.png) bottom right no-repeat;
    margin-left: 5px;
    margin-right: 0 !important;
    padding-top: 0 !important;
}

.contenido .paginador .pags .pag_right:hover {
    cursor: pointer;
    background: url(img/btn_arrows_pag.png) top right no-repeat;
}

.contenido .paginador .pags .paginas {
    float: left;
    width: auto;
    height: 21px;
    line-height: 21px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
}

.contenido .paginador .pags .active {
    color: #a51515;
    margin-right: 5px;
}

.contenido .paginador .pags .paginas a {
    margin-right: 5px;
    padding-top: 3px;
    float: left;
}

.contenido .paginador .pags .paginator strong {
    color: #a51515;
    float: left;
    margin-right: 3px;
    padding-top: 3px;
}

.contenido .paginador .pags .paginator a {
    margin-right: 5px;
    padding-top: 3px;
    float: left;

}

.contenido .paginador .pags .paginator .span_trucho {
    float: left;
    margin-right: 3px;
    padding-top: 3px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////                                                                ///////////////////////
///////////////////////                            Login                               ///////////////////////
///////////////////////                                                                ///////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.login {
    float: left;
    width: 900px;
    height: auto;
    border-top: 1px dashed #5e5e5e;
    border-bottom: 1px dashed #5e5e5e;
    margin-top: 20px;
}

.login h1 {
    width: 430px;
    height: auto;
    font-family: "Comic Sans";
    /**font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    clear: both;
    margin: -12px auto 0;
    padding: 0 10px;
}

.login h1, h2, h3 {
    text-transform: uppercase;
    text-align: center;
}

.login form {
    width: 380px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.form {
    margin-left: 200px;
}

.login form label {
    float: left;
    width: 380px;
    height: 38px;
    line-height: 38px;
    font-family: "Comic Sans";
    /**font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    /*background: url(img/double_arrow.png) left no-repeat;*/
    text-indent: 30px;
    margin-top: 20px;
}

.login form input {
    float: left;
    width: 370px;
    height: 38px;
    border: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    background: #bfecda;
    border-radius: 3px;
    color: #5e5e5e;
}

.login form p {
    float: left;
    width: 380px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    margin: 0;
}

.login form select {
    float: left;
    width: 380px;
    height: auto;
    min-height: 38px;
    border: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    background: #3f3f3f;
    border-radius: 3px;
    color: #fff;
}

.login form select option {
    height: 38px;
    height: 38px;
    line-height: 38px;
}

.login form .small {
    float: left;
    width: 110px;
    height: 38px;
    border: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    background: #3f3f3f;
    border-radius: 3px;
    margin-right: 5px;
    color: #fff;
}

.login form .p_small {
    float: left;
    width: 58px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    line-height: 38px;
    font-family: "Comic Sans";
    /**font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 5px;
}

.login form .short {
    float: left;
    width: 220px;
    height: 38px;
    border: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    background: #3f3f3f;
    border-radius: 3px;
    margin-right: 5px;
    color: #fff;
}

.login form .button {
    float: right;
    width: 118px;
    height: 36px;
    line-height: 35px;
    border: 0;
    padding: 0;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    border-radius: 3px;
    color: #000;
    font-family: "Comic Sans";
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.login form .button:hover {
    /*background: url(img/fondo_boton.jpg) top repeat-x;*/
    color: #fff;
    cursor: pointer;
}

.login form .entrar {
    width: 118px;
    height: 36px;
    line-height: 35px;
    border: 0;
    padding: 0;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    border-radius: 3px;
    color: #000;
    font-family: "Comic Sans";
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 130px;
    margin-bottom: 60px;
}

.login form .entrar:hover {
    /*background: url(img/fondo_boton.jpg) top repeat-x;*/
    color: #fff;
    cursor: pointer;
}

.one_button {
    clear: both;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.one_button input {
    width: 150px;
    height: 36px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    border-radius: 3px;
    color: #000;
    font-family: "Comic Sans";
    font-size: 17px;
    text-align: center;
    margin-right: 20px;
}

.one_button input:hover {
    /*background: url(img/fondo_boton.jpg) top repeat-x;*/
    color: #fff;
    cursor: pointer;
}

.bi_buttons {
    float: left;
    width: auto;
    padding-left: 38%;
    margin-bottom: 50px;
}

.bi_buttons input {
    float: left;
    width: auto;
    height: 36px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    border-radius: 3px;
    color: #000;
    font-family: "Comic Sans";
    font-size: 17px;
    text-align: center;
    margin-right: 20px;
}

.bi_buttons input:hover {
    /*background: url(img/fondo_boton.jpg) top repeat-x;*/
    color: #fff;
    cursor: pointer;
}

.tri_buttons {
    float: left;
    width: auto;
    padding-left: 28%;
    margin-bottom: 50px;
}

.tri_buttons input {
    float: left;
    width: auto;
    height: 36px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    border-radius: 3px;
    color: #000;
    font-family: "Comic Sans";
    font-size: 17px;
    text-align: center;
    margin-right: 20px;
}

.tri_buttons input:hover {
    /*background: url(img/fondo_boton.jpg) top repeat-x;*/
    color: #fff;
    cursor: pointer;
}

.login form .tri_buttons_form {
    float: left;
    width: auto;
    margin-bottom: 50px;
}

.login form .tri_buttons_form input {
    float: left;
    width: 150px;
    height: 36px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    border-radius: 3px;
    color: #000;
    font-family: "Comic Sans";
    font-size: 17px;
    text-align: center;
    margin-right: 20px;
}

.login form .tri_buttons_form input:hover {
    /*background: url(img/fondo_boton.jpg) top repeat-x;*/
    color: #fff;
    cursor: pointer;
}

form .tri_buttons_form {
    float: left;
    width: auto;
    margin-bottom: 50px;
}

form .tri_buttons_form input {
    float: left;
    width: 150px;
    height: 36px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    background: url(img/fondo_boton.jpg) bottom repeat-x;
    border-radius: 3px;
    color: #000;
    font-family: "Comic Sans";
    font-size: 17px;
    text-align: center;
    margin-right: 20px;
}

form .tri_buttons_form input:hover {
    /*background: url(img/fondo_boton.jpg) top repeat-x;*/
    color: #fff;
    cursor: pointer;
}

.detalles {
    float: left;
    width: auto;
    height: auto;
}

.detalles ul {
    float: left;
    width: inherit;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding-left: 120px;
}

.detalles ul li {
    float: left;
    width: 210px;
    height: auto;
    list-style: none;
    margin-right: 10px;
    font-family: "Comic Sans";
    font-size: 22px;
    color: #686767;
    overflow: hidden;
}

.detalles ul li p {
    margin: 0;
    padding: 0;
}

.detalles ul li span {
    float: left;
    width: 210px;
    color: #fff;
    font-family: "Comic Sans";
    /**font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
    line-height: 38px;
    /*background: url(img/double_arrow.png) left no-repeat;*/
    text-indent: 20px;
}

.prev_doc {
    float: left;
    width: 900px;
    height: 582px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.detalles_input {
    float: left;
    width: auto;
    height: auto;
}

.detalles_input ul {
    float: left;
    width: inherit;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.detalles_input ul li {
    float: left;
    width: 230px;
    height: auto;
    list-style: none;
    margin-right: 30px;
    font-family: "Comic Sans";
    /**font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    font-size: 10px;
    color: #686767;
    overflow: hidden;
}

.detalles_input ul li p {
    margin: 0;
    padding: 0;
    line-height: 38px;
}

.detalles_input ul li p strong {
    float: left;
    width: auto;
    height: auto;
    font-weight: normal;
    margin-top: 3px;
}

.detalles_input ul li p input {
    float: left;
    background: #3f3f3f;
    border: none;
    border-radius: 3px;
    color: #fff;
    width: 230px;
    height: 38px;
    line-height: 38px;
}

.detalles_input ul li p .radio {
    width: 15px;
    margin-right: 15px;
}

.detalles_input ul li span {
    float: left;
    width: 210px;
    color: #fff;
    font-family: "Comic Sans";
    /**font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
    line-height: 38px;
    /*background: url(img/double_arrow.png) left no-repeat;*/
    text-indent: 20px;
}

.current_image {
    float: left;
    width: 380px;
    height: auto;
    margin-bottom: 20px;
}

.radio2 {
    background: none !important;

}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////                                                                ///////////////////////
///////////////////////                            Footer                              ///////////////////////
///////////////////////                                                                ///////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer {
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 50px;
}

.footer p {
    float: left;
    width: 900px;
    height: auto;
}

.footer p span {
    float: right;
    color: #fff;
}

.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #3F3F3F;
    color: #fff;
    text-align: center;
    font-family: "Comic Sans";
    font-size: 20px;
    width: 380px;
    min-height: 40px;
}

.custom-input-file:hover {
    background-color: #000;
    color: #fff;
}

.custom-input-file .input-file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}

.custom-input-file .archivo {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
}

.custom-input-file:hover .archivo {
    background-color: #fff;
    color: #000;
}

.label_lamina {
    width: 250px !important;
    font-weight: bold;
    font-size: 14px;
}

.tabla_lamina {
    margin-left: -200px;
}

.fila_texto_lamina {
    height: 50px;
}