*{
    margin: 0%;
   /* border: 1px solid red;*/
}
#banner_1{
    width: 100%;
    height: 40px;
}
#banner_1 img{
    width: 100%;
    height: 100%;
}
#banner_1 img:hover{
    position: absolute;
    left: -80px;
    width: 110%;
    height: 45px;
}

#banner_2{
    display: flex;
    position: relative;
    background-color: rgb(236, 236, 236);
    align-items: center;
    justify-items: center;
    justify-content: center;
    border: 1px solid black;
}
#be{
    width: 32px;  
    margin: 0%;
}
#guion{
    margin-top: 5px;
    font-size: 56px;
}
td{
    align-items: center;
}
#logo{
    top:25%;
    left: 6%;
    width: 15%;
    height: 50%;
}
#in_busc{
    width: 30px;
    height: 42px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: white;
    margin-left: 20px;
    z-index: 3;
}
#buscar{
    position: relative;
    left: -10px;
    width: 500px;
    height: 40px;
    top:25%;
    border-bottom: 0.5px solid black;
    border-top: 0.5px solid black;
    border-right: 0.5px solid rgba(255, 255, 255, 0);
    border-left: 0.1px solid rgba(255, 255, 255, 0);
    font-weight: normal;
    z-index: 2;
    padding-left: 10px;
    /*border: 1px solid blue;*/
}
#lupa{
    position: relative;
    left: -10px;
    width: 30px;
    height: 42px;
    padding-right: 8px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid rgba(255, 255, 255, 0);
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: white;
    z-index: 3;
}
#buscar:focus{
    outline: none;         
}

#icono{
    margin: 0%;
    padding: 0%;
    width: 5%;
}
#seleccion{
    align-items: center;
    justify-items: center;
}
#opciones{
    display: flex;
    padding: 0%;
    list-style-type: none;
}
li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    font-size: 15px;
}
#opciones a{
    text-decoration: none;
}
li:hover{
    background-color: rgb(42, 122, 227);
}

.caja_img{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;   
}
img{
    width: 100%;
    height: auto;
}

.sub_caja_img{
    display: flex;
    transition: 2s ease;
}

/* Botones de navegación */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}
.caja_indice{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.selector{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
}
.caja_selector{
    top: -10px;
    width: auto;
    height: 14px;
    display: flex;
    overflow:visible;
    position: relative;
    align-items: center;   
    background-color: white;
    padding: 5px;
}
.caja_selector_izq{
    top: -10px;
    width: 1px;
    left: 5px;
    height: 14px;
    display: flex;
    overflow:visible;
    position: relative;
    align-items: center;   
    background-color: white;
    padding: 5px;
    border-top-left-radius: 50%;
    border-bottom-left-radius:50%
}
.caja_selector_der{
    top: -10px;
    width: 1px;
    left: -5px;
    height: 14px;
    display: flex;
    overflow:visible;
    position: relative;
    align-items: center;   
    background-color: white;
    padding: 5px;
    border-top-right-radius: 50%;
    border-bottom-right-radius:50%
}
.ind{
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid black;
    background-color: blue;
    margin: 3px;

}
