﻿div.Aspirante {
    width: 700px;
    margin: auto;
    background-color: slategray;
    color: white;
    padding: 8px 8px;
    text-align: center;
    font-size: large;
    font-weight: 600;
    border: 1px solid silver;
    border-radius: 15px 15px;
}

table.TblDescrip {
    width: 990px;
    margin: auto;
}

    table.TblDescrip label.Titulo {
        width: 100%;
        padding: 20px 10px 0px 10px;
        font-weight: 700;
        font-size: x-large;
        text-align: center;
    }

    table.TblDescrip td.Fmt {
        padding: 5px 5px;
    }

    table.TblDescrip label.Head {
        width: 100%;
        padding: 4px 15px;
        border-radius: 5px 7px;
        /*background-color: #48a9c5;*/
        background-color: steelblue;
        font-weight: 600;
        font-size: medium;
        text-align: center;
        color: white;
    }

    table.TblDescrip label.Text {
        width: 100%;
        height: 56px;
        padding: 4px 15px;
        border-radius: 5px 7px;
        text-align: center;
        font-weight: 500;
        font-size: medium;
        border: 1px solid gray;
        background-color: ghostwhite;
    }

.w-25 {
    width: 25%;
}

.w-20 {
    width: 20%;
}


/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/


table.Menu {
    width: 100%;
    border: 1px solid darkslategrey;
}
    table.Menu tr.Fila {
        background-color: lightslategray;
        border-bottom:1px solid white;
    }
    table.Menu td.Head {
        color: yellow;
        padding: 2px 2px;
        text-align: right;
        font-weight: 500;
        font-size: small;
    }
    table.Menu td.Text {
        color:white;
        padding:2px 2px;
        text-align:left;
        font-weight:500;
        font-size:small;
    }
    table.Menu td.Botton {
        padding: 2px 2px;
        text-align: center;        
    }


/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
table.TblBlack {
    border: 1px solid gainsboro;
    margin: auto;
}

    table.TblBlack td.Titulo {
        background-color: black;
        color: white;
        text-align: center;
        font-weight: 600;
        padding: 7px 3px 4px 3px;
    }

    table.TblBlack td.SubTitulo {
        background-color: cornsilk;
        font-size: x-large;
        border-bottom: 1px solid gainsboro;
    }

    table.TblBlack td.SubTitulo2 {
        background-color: cornsilk;
        font-size: large;
        font-weight:600;
        text-align:center;
        border-bottom: 1px solid gainsboro;
        padding:5px 7px;
    }

    table.TblBlack td.Head {
        text-align: right;
        font-weight: 600;
        padding: 5px 10px;
    }

    table.TblBlack td.Texto {
        text-align: center;
        font-weight: 600;
        padding: 10px 10px;
    }

    table.TblBlack td.Texto2 {
        text-align: left;
        font-weight: 500;
        padding: 5px 10px;
        color: saddlebrown;
    }

    table.TblBlack td.Boton {
        background-color: steelblue;
        font-weight: 600;
        padding: 12px 15px;
        text-align: center;
    }


/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/


.arr-bread {
    padding: 0;
    list-style: none;
    background-color: #bfa47c;
}

    .arr-bread li, .arr-bread li span {
        display: inline-block;
        vertical-align: top;
    }

        .arr-bread li:not(:first-child) {
            margin-left: 0px
        }

        .arr-bread li + li:before {
            padding: 0;
            content: ""
        }

        .arr-bread li span, .arr-bread li:not(:first-child) span {
            padding: 0 10px 0 25px;
        }

        .arr-bread li span {
            position: relative;
            color: #fff;
            text-decoration: none;
            border: 1px solid #FFF;
            background-color: #bfa47c;
            font-size: 15px;
            font-weight: 500;
        }

        .arr-bread li:first-child span {
            padding-left: 10px
        }

        .arr-bread li span:after, .arr-bread li span:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
        }

        .arr-bread li span:before {
            right: -10px;
            z-index: 3;
            border-left-color: #bfa47c;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .arr-bread li span:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #fff
        }

        .arr-bread li span.select {
            background-color: maroon;
            color: whitesmoke;
            border: 1px solid #FFF;
            font-size: 15px;
            font-weight: 600;
        }

            .arr-bread li span.select:after, .arr-bread li span.select:before {
                border-left-color: maroon;
            }

        .arr-bread li span.aqui {
            background-color: forestgreen;
            color: whitesmoke;
            border: 1px solid #FFF;
            font-size: 15px;
            font-weight: 600;
        }

            .arr-bread li span.aqui:after, .arr-bread li span.aqui:before {
                border-left-color: forestgreen;
            }
