h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #6e4044;
}

.tabla {
    width: 100%;
    font-size: 13px;
}

.tabla a{
    font-weight: bold;
    font-size: 13px;
}

.card-it {    
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 10px;    
}

.card-it:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
.desconexion {
    text-align: center;
    text-shadow: 1em;
    font-size: 20px;
    color: white;
    background-color: red;
    vertical-align: middle;
    padding-top: 1.5%;
    margin-top: 20px;    
}

.contenedor{
    display: flex;
    align-items: center;
    height: 850px;
}


.contenido {    
    width: 100%;
    /* height: 850px; */    
    height:90vh;
    background-image: linear-gradient(
        to bottom,
        rgb(255, 255, 255),
        rgba(112, 111, 111, 0.70)
      ), url('/vendor/adminlte/dist/img/hands2.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;    
}

.imagen-inicio {
    width: 60%; 
}

.columna-inicio{
    padding-left: 20px;
    padding-right: 20px;    
}

.columna-inicio p {    
    text-align: justify;
}

.texto-inicio{
    width: 100%;
    text-align: center;
    font-size: 50px;
    margin-top: 50px;    
}

.fila-inicio{
    margin-top: 100px;
    text-align: center;

}


th {
    text-align: center; 
    font-size: 17px;    
}

.td-medio{
    font-size: 13px;
    text-align: center;    
}

.menu-button{
    margin-right: 7px;
    margin-bottom: 7px;
    width: 130px;
}

.ctrl-archivos{
    font-size: 7px;
    margin-right: 2px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border-color: #757474;
}

.galeria {    
    max-width: 150px;
    width: 100%;
    border-radius: 10px;            
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;        
}

.galeria:hover {
    box-shadow: 0 8px 16px 10px rgba(0,0,0,0.2);
}

.mayusculas{
    text-transform: uppercase;
}

.minusculas{
    text-transform: lowercase;
}

.boton_link{
    background: none;
    border: 0;
    color: inherit;  
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
}

.boton_link:hover{
    color: red;
}


.boton_link2{
    background: none;
    border: 0;
    color: blue;  
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;    
}

.boton_link2:hover{
    color: red;
}
