﻿/*--------------------------------------------------------------
            # Efecto Tablas Collapse
        --------------------------------------------------------------*/

.input-sm {
    height: 20px;
    font-size: 9pt;
    width: 100%;
}

.letra {
    font-size: 9pt;
}

table {
    display: block;
    border-collapse: collapse;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 100%;
}

tbody {
    display: block;
}

    thead, tbody tr {
        display: table;
        width: 100%;
    }

tr {
    border-bottom: 1px solid #000;
}

input:[type=text] {
    border-bottom: 1px solid #C00;
    border: 0;
    outline: none;
}

.classtd {
    width: 80%;
}

a:hover {
    text-decoration: none;
}


.Nota {
    color: #7C9383;
}
    .Nota:hover {
        color: #F3DBA0;
    }


.DivTituloModal {
    color: white;
    font-family: Arial Black;
    background-color: #3d3d01;
    padding: 10px 0 10px 0;
}

.BtClose {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
    font-weight: normal;
    opacity: 1;
    margin-right: 0px;
    background-color: #F3DBA0;
    padding: 5px;
    border-radius: 10px;
    margin-top: 3px;
    color: #7c9283;
    font-size: x-large;
    border: 2px solid #7c9283;
}

    .BtClose:hover {
        background-color: #93B09D;
        color: white;
        border: 2px solid #F3DBA0;
    }

.LinkIconoSlider {
    color: #ffffff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    .LinkIconoSlider:hover {
        color: #7C9383;
        text-decoration: none;
    }

.BoxModal {
    padding: 20px;
    box-shadow: inset #7c9383 0 0 0 5px, inset #f3dba0 0 0 0 14px;
}





