.articulo > .titulo{
    color: #0097a9;
    font-weight: bold;
	margin-bottom: 3px;
	margin-top: 7px;
}

.articulo > .parrafo {
	margin-bottom: 0px;
}
.articulo > .parrafo > .subtitulo{
    font-weight: bold;
}

.articulo > .link{
    color: #0097a9;
}

.articulo > .link:hover{
    color: #0C2340;
}

#nav_pagination {
	margin-top: 20px;
	justify-content: center;
}



/*SearchBar*/

.formulario {
    border-radius: 5px;
    padding: 20px;
    background-color: #0C2340;
}

.formulario label {
    color: white;
}

.formulario h2{
    color: white;
}

.buscador {
    margin-top: 2px;
}

.btn-search {
    margin-top: 3px;
    width: 100%;
    box-sizing: border-box;
    background-color: #0097a9 !important;
    color: white !important;
}

.btn-clear {
    margin-top: 3px;
    width: 100%;
    box-sizing: border-box;
    background-color: #D50032 !important;
    color: white !important;
}

.celda-busqueda {
    width: 100% !important;
}

.wait-to-load {
    text-align: center;
    margin: auto;
    width: 50%;
}

@media (max-width: 992px) {
    
    .ini {
        width: 37%;
        text-align: right;
        margin-right: 2%;
    }

    .prev {
        width: 60%;
    }

    .next {
        width: 37%;
        text-align: right;
        margin-right: 2%;
    }

    .fin {
        width: 60%;
    }

    .num-pag {
        width: 33%;
    }



    .formulario {
        margin-bottom: 20px;
    }
}