/* 
    La clase "instrucciones" se aplica a los campos siguientes:
    - Descripci�n del tr�mite
    - Instrucciones de los documentos a presentar del tr�mite
    - Instrucciones de los conceptos de pago del tr�mite
    
    (El contenido de esos campos es editable en HTML por parte de los administradores desde el panel de administraci�n)
*/

.instrucciones table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.instrucciones table td,
th {
    border: solid 1px #5E6061;
    padding: 10px;
    vertical-align: top;
    word-wrap: break-word;
}

.instrucciones table th {
    font-weight: bold;
    background-color: #D5C023;
    color: #0D0D0D;
    text-align: center;
    vertical-align: top;
}

.instrucciones table caption {
    padding: 2px;
    font-weight: bold;
    background-color: #D5C023;
    color: #0D0D0D;
    text-align: center;
    vertical-align: top;
    margin: 5px 0;
}

.instrucciones table tr:nth-child(even) {
    background-color: #FFFFFF;
}

.instrucciones table tr:nth-child(odd) {
    background-color: #F2F2F2;
}