*{
    margin: none;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box ;
    box-sizing:  border-box;
}
body{
    background: #eff3ed;
}
.navegacion{
    max-width: 900px;
    margin: 8px auto;
    background: #641e16 ;
}
.navegacion ul{
    list-style: none;
}
.menu >li{
    display:  inline-block
}
.menu > li > a{
    display:block;
    padding:5px 15px;
    color: #21ba6e;
    font-family: sans-serif;
    text-decoration: none;
}
.menu li a:hover{
    color:#eef3e9;
    transition: all.3s;
}
.submenu{
    position: absolute;
    background: #641e16 ;
    width: 10%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1.5ss;
    
}
.submenu li a{
    display: block;
    padding: 6px;
    color: #e0eae5;
    font-family: sans-serif small;
    text-decoration: none;
    text-align: center;


}
.menu li:hover .submenu {
    visibility: visible;
    opacity: 1;
}

   .styled-table 
   {
   height:100px; 
   width:50px;
    margin-left: 0;
    margin: 25px 0;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    min-width:  600px;
    box-shadow: 0 0 10px rgba(85, 50, 50, 0.727);
   text-align: left;
   }   

   .cuadro {
    height: 50px;
    width:100px;
    background-color: rgb(233, 242, 242);
    border: 1px solid rgb(25, 30, 16) ;
    
   }
   .cuadro {
    height: 150px;
    width: 200px;
background-color: rgb(230, 241, 241);
border: 2px solid color(srgb rgb(47, 12, 12) green blue);
   }

   .cuadro2{
    height: 50px;
    width:100px;
    background-color: rgb(233, 242, 242);
    border: 1px solid rgb(25, 30, 16) ;
    
   }
   .cuadro2 {
    height: 150px;
    width: 200px;
background-color: rgb(230, 241, 241);
border: 2px solid color(srgb rgb(47, 12, 12) green blue);
   }

   .contenedor {
display: flex;
justify-content:center;

   }
   .columna1{
    background-color: #e2dcdb;
    padding: 30px;
    margin: 0 20px;
   }

   .columna2{
    background-color: #e2dcdb;
    padding: 30px;
    margin: 0 20px;
   }
   .columna3{
    background-color: #e2dcdb;
    padding: 30px;
    margin: 0 10px;
   }
.texto{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  
}
 .parrafo{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 }

 .imagen{
    width:250px;
    height: 150px;
    
    
    
 }
 
 .contenedor_i{
    display: flex;
    justify-content: right;

 }
  
 
.pre{
        font-family: 'Lucida Sans', 
        'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode',
         Geneva, Verdana, sans-serif; 
         text-align:justify;     

    
}

.modal{
    max-width: 50%;
}

.tx{
    font-size: 40px;
}

.btn-abrir-modal {
    /*display: block;
    max-width: max-content;*/
    padding:10px 20px;
    /*background-color:#222020;
    border-radius:1px;
    box-shadow: 0px;*/
    font-size: 18px;
    /*border: 1px solid #641e16;
    color: #fff;*/
    font-weight: 600;
    cursor: pointer;
    /*transition: .3s all;
    margin-top:20px;
    text-align: center;*/
    line-height: 25px;
    text-decoration: underline;
}
.btn-abrir-modal:hover{
    /*background-color: transparent;
    border: 2px solid #2c0b0b;
    color: #100d0d;*/
    text-decoration: none;
    color:#641e16;
}

dialog {
    width: 80%;
    max-width: 1200px;
    height: calc(100% - 200px);
}
dialog blockquote {
    position: relative;
}

.contain-close-modal {
    position: sticky;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn-cerrar-modal{
    background-color: #641e16;
    padding: 10px 30px;
    width: max-content;
    cursor: pointer;
    border-radius:10px;
    color: #fff;
    border: 2px solid #641e16;
    text-align: center;
    font-weight: 700;
}

.btn-cerrar-modal:hover{
    background-color: #fff;
    border: 2px solid #641e16;
    color: #641e16;
}

@media (min-width: 768px) {
    .contain-close-modal {
        padding: 20px;
    }
    .btn-cerrar-modal {
        font-size: 14px;
    }
}

body{
    color-scheme: ;
    background-color: ;:#000
}
.box{
    width: 600px;
    height: 60px;

margin-left: auto;
margin-right: auto;
}
.box::before{
    opacity: 0;
}

.box:hover::before{
    content:attr(data-content);
    opacity: 1;
}

