#correcto{
    color: green;
    font-size: 13px;
    font-family: "Montserrat", sans-serif; 
    font-weight: 500;
}

#error, .error{
    color: #970a0a;
    font-size: 13px;
    font-family: "Montserrat", sans-serif; 
    font-weight: 500;
}

.menu, .texto{
    font-size: 13px;
    font-family: "Montserrat", sans-serif; 
    font-weight: 500;
}

.textochico{
    font-size: 10px;
    font-family: "Montserrat", sans-serif; 
    font-weight: 500;
}

.textotachado{
    font-size: 13px;
    font-family: "Montserrat", sans-serif; 
    text-decoration: line-through;   
    font-weight: 500;
}

.textogrande{
    font-size: 17px;
    font-family: "Montserrat", sans-serif; 
    font-weight: 500;
}

.text-warning{
    color:#0f7986ff;
    font-weight: 500;
}

a:link {
    text-decoration: none;
    color: #35353d;  
    font-weight: 500;
}

a:hover {
    text-decoration: none;
    color: #444;   
    font-weight: 500;
}

a:visited {
    text-decoration: none;
    color: #35353d;    
    font-weight: 500;
}

.opcion{
    text-decoration: none;
    color: #444;
    font-weight: 500;
}

#envoltura{
    margin: auto;
    width: 100%;
    position: relative;
    top:80px;
    background-color: rgba(255,255,255,0);
    border-radius: 8px;
}

body, html {
    height: 100%;
    line-height: 1.8;
    background: #484848ff;
    font-family: "Montserrat", sans-serif; 
    font-size-adjust: inherit;    
} 

.glyphicon {
    font-size: 16px;
}

.fa {
    font-size: 16px;
    font-weight: 500;
}

.well {
    background-color: rgba(255, 255, 255, 1);
    border-top: 4px solid #e8824fff;    
    border-bottom: 2px solid #e8824fff;
    box-shadow: 0px 4px 4px #000;
    background-color: #e9e9eb;    
}

.irarriba {
    z-index:4;
    width:44px;
    height:44px;
    opacity:0.5;
    position:fixed;
    bottom:66px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('../..//img/irarriba.png') no-repeat;
}

.irabajo {
    z-index:4;
    width:44px;
    height:44px;
    opacity:0.5;
    position:fixed;
    bottom:22px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('../..//img/irabajo.png') no-repeat;
}

.list-group-item-warning{
    background-color: lightgray;
}

.tableFixHead {
    overflow-y: auto;
    height: 669px;
}
.tableFixHead thead th {
    position: sticky;
    top: 0;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th,
td {
    padding: 8px 16px;
    border: 1px solid #ccc;
}
th {
    color: black;
    background: #e9e9eb;    
}

a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffffff;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

a:hover::before {
    transform: scaleX(1);
}