﻿.resolucion {
    margin-bottom: 1em;
    box-shadow: 5px 2px 15px 0px rgba(0, 0, 0, 0.2);
}

.resolucion-caracter-reservado {
    margin-bottom: 0;
}

.resolucion-body {
    padding: 1em;
    margin-top: 1em;
    font-size: 0.7em;
}

.resolucion-header {
    background-color: #385e9d;
    color: white;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.caracter-reservado {
    background-color: #001d4c;
}

.resolucion-numero {
    font-weight: 600;
    margin-left: 1rem;
    margin-bottom: 0;
}

    .resolucion-numero:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f15c';
        font-weight: 900;
        margin-right: 1rem;
    }

.resolucion-tipo {
    font-weight: 400;
    text-align: center;
    margin-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.resolucion-fecha {
    font-weight: 400;
    font-size: large;
    text-align: center;
    margin-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.scrollResults {
    height: 800px;
    overflow: auto;
    overflow-x: hidden;
}

/*---LISTADOS---*/

.resoluciones-table-header {
    margin: 1em;
    text-align: center;
    vertical-align: middle;
    font-size: 0.7em;
}

.resoluciones-table-item {
    text-align: justify;
    font-size: 0.6em;
    margin: 0;
}

.resoluciones-table-caracter-reservado {
    font-style: italic;
}

/*--/LISTADOS---*/
