* {
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.top {
    z-index: 1050;
    width: 100%;
    position: fixed;
    top: 0;
} 

.divtop {
    width: 100%;
    height: 40px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 5px;
    align-items: center;
    display: flex;
    background-color:#cce012;
    text-align: justify;
}

.divtop a {
    text-decoration: none;
}

.divlogo {
    width: 110px;
}

.textotop {
    width: 100%;
    padding-left: 15px;
    text-align: left;
}

.textotop_pc {
    display: block;
    font-size: medium;
    color: black;
}

.textotop_cel {
    display: none;
}

.textobanner {
    display: none;
}

.autofill_titulo {
    margin-top: 20px;
    margin-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    width: 90%;
    height: 70px;
    background-color: aquamarine;
    justify-self:center;
    align-items: center;
}

.autofill_conf {
    margin-top: 20px;
    margin-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    width: 90%;
    height: 70px;
    justify-self:center;
    align-items: center;
}

.autofill_form {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    width: 90%;
    background-color: rgb(221, 226, 224);
    justify-self:center;
}

.t_autofill_form {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 90%;
    background-color: #aff8b5;
    justify-self: center;
}

.c_autofill_form-1 {
    height: 30px;
    width: 40%;
    background-color:;
    color:#333333;
    text-align: right;
    font-weight: bold;
    font-size: small;
}
.c_autofill_form-2 {
    height: 30px;
    width: 60%;
}

.contactForm {
    display: flex;
    justify-self: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    /* width: 90%; */
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgb(214, 237, 241);
}

.about {
/*    display: flex; */
    padding-top: 15px;
    padding-bottom: 15px ;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 90%;
    height: auto;
/*    background-color: #ecf8f6; */
    background-color:;
    text-align: justify;
    justify-self: center;
}

.d2 {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 1px;
    padding-left: 1px;
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: #393b57;
}

.t1 {
    font-family:'Courier New', Courier, monospace;
    color:#ffffff;
    font-size: small;
}

.t2 {
    font-family: 'arial narrow';
    font-weight: bold;
    font-style: oblique;
    color: white;
    /* color:rgb(195, 218, 92); */
    font-size: large;
    }

.t3 {
    font-family: 'Arial, Helvetica, sans-serif';
    color: greenyellow;
    font-size: x-large;
    }

.t4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #cccccc;
    font-size: x-small;
    }     

.t5 {
    font-family: 'Arial, Helvetica, sans-serif';
    color: #cccccc;
    font-size: large;
}

.t6 {
    font-family: 'Arial, Helvetica, sans-serif';
    color: #cccccc;
    font-size: small;
}

.uyflag {
    width: 30px;
    height: 20px;
}

 .img_enconstruccion {
        width: 50%;
        height: 50%;
    }

header {
    z-index: 1050;
    width: 100%;
    background-color: #393b57 ;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    padding-top: 2px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 2px;
    /* padding: 1rem; */
}

.logo {
    margin-top: 10px;
    margin-left: 10px;
    width: 100px;
    height: 100px;
}

.menu {
    padding-right: 10px;
}

.nav {
    margin-right:;
    display: block;
    /* transition-duration: 0.1s; */
}

.nav-list {
    font-size: small;
    list-style-type: none;
    display: flex;
    gap: 1rem;
}

.nav-list li a {
    text-decoration: none;
    color:  rgb(177, 209, 224);
}

/* Inicio NUEVOS */ 

.nav-list li ul {
    text-decoration: none;
    display: block;
    }

/* FIN NUEVOS */

.abrir-menu {
    display: none;
}

.cerrar-menu {
    display: none;
}

.ghost {
    width: 80%;
    background-color: rgb(195, 218, 92);
    height: 165px;
}

.barra {
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center;
    background-color: rgb(221, 243, 247);
    display: flex;
    width: 100%;
    height: 40px;
}

.location {
    padding-left: 3px;
    height: 25px;
    align-content: baseline;
    /* width: 50%; */
    display: flex;
}

.buscador {
    justify-content: right;
    padding-right: 10px;
   /* right: 0;
    padding: 0; */
    display: flex;
   /* width: 50%; */
}

.buscarinp {
    width: 290px;
}

 main {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    }

.encon {
	display: flex;
	justify: center;
	width: 90%;
	background-color: lightgreen;
	align: center;
}

footer {
    font-size: medium;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 35px;
    padding-right: 10px;
    color: #cccccc;
    background-color: #475152;
    width: 100%;
    height: auto;
}

.footer a {
   /* color:rgb(221, 89, 89); */
   color: aqua
}

.h {
    font-size: medium;
    color:rgb(195, 218, 92);
}

.hid1 {
    display: none;
}

/* INICIO NUEVO CONTAINER Y BOX */

  
/* Inicio TABLAS */

.tblitem {
    padding-top: 1px;
    width: 100%;
    height: 200px;
    justify-self: center;
    box-shadow:  1px 1px 3px 1px blueviolet ;
}

.tbl1 {
    width: 100%;
    justify-self: cente;
}

.tbl2 {
    width: 100%;
}

.img {
    vertical-align: middle;
    width: 120px;
    height: 170px;
}

.t_titulo {
    width: 100%;
}

.c_titulo {
    text-align: center;
    height: 45px;
    background-color: rgb(33, 173, 173);
    color: white;
    font-weight: bold;
}

.c_subtitulo {
    padding-top: 10px;
    vertical-align: top;
    font-style: italic;
    font-size: medium;
    height: 20px;
    font-size: medium;
    color: black;

}

.c_descripcion {
    text-align: justify; 
    vertical-align: top;
    padding-left: 10px ;
    padding-right: 10px ;
    font-family: 'Arial Narrow' ;
    font-size: small ;
    color: #333333 ;
}

.masinfo {
    padding-left: 40px;
    color: blueviolet;
    font-size: medium;
    font-style: italic;
}

/* Fin TABLAS */

.d_contacto {
    display: none;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    justify-content: end;
    width: 100%;
    background-color: aquamarine;
}

.contacto {
    display: none;
    justify-content: center;
	margin: 0 auto;
	width: 90%;
	background: greenyellow;
}

.boton_consultaci {
        background-color: red;
        color: white;
        font-size: 16px;
        height: 40px;
        border: 1px solid #008CBA;
}

.form {
	margin-top:0px;
	padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        background-color: lightgreen;
        display: flex;
/*        justify-items: center; */
        justify-content: center;
/*        align-items: center; */
        font-size: small;
        }

.form a {
        text-decoration: none;
        color: red;
        font-size: larger;
        }

.numcedula {
        align: center;
        width: 200px;
        height: 40px;
        font-size: large;
        background-color: ;
}

.infoexiste {
/*	margin-top: 300px; */
        padding-left: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
/*        text-align: left; */
        background-color: rgb(235, 238, 82);

        a {
        text-decoration: none;
        color:green;
        }
}

.versocio a {
        text-decoration: none;
        color: white;
        font-size: small;
}

.tblsocio {
        width: 100%;
        border-collapse: collapse;
}

.tdsocio1 {
        width: 40%;
        font-size: small;
        padding-left: 5px;
        padding-right: 2px;
        background: #d5dede;
}

.tdsocio2 {
        width: 60%;
        height: 30px;
        background: #addfe0;
        padding-left: 5px;
        padding-right: 2px;
}

.imgpromo {
	width: 100%;
}

.contactConf {
    width: 80%;
    display: grid ;
    place-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #b2e0b0;
}

/* pantallas chicas */

@media screen and (max-width: 860px) {

    .textotop_cel {
        font-family: Arial, Helvetica, sans-serif;
        display: contents;
        /* color: antiquewhite; */
        color: black;
    }

    .textotop_pc {
        display: none;
    }


    .textobanner {
        font-size:small;
        display: contents;
        color: rgb(177, 209, 224);
    }

    .hid1 {
        display: block;
    }

    .logo {
        margin-top: 10px;
        width: 100px;
        height: 100px;
    }

    .abrir-menu {
        margin-right: 20px;
        display: block;
        border: 0;
        font-size: 1.5rem;
        background-color: #ffffff;
    /* background-color: darkolivegreen; */
        cursor: pointer;
    }

    .cerrar-menu {
        display: block;
        border: 0;
        font-size: 1.5rem;
        color: darkgoldenrod;
        background-color: transparent;
        cursor: pointer;
    }

    .nav {
        background-color: rgb(0, 0, 0, .8);
        display: flex;
        visibility: hidden;
        flex-direction: column;
        align-items: end;
        gap: 1rem;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 2rem;
        box-shadow: 0 0 0 100vmax rgb(0, 0, 0, .5);
    }

    .nav.visible {
        opacity: 1;
        visibility: visible;
    }

    .nav-list {
        flex-direction: column;
        align-items: end;
    }

    .buscarinp {
        width: 120px;
    }

    main {
	display: flex;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ffffff;
    }

    .img_enconstruccion {
        width: 90%;
        width: 80%;
    }

}


