.busqueda__titulo > h1{

    margin-top:10px;
    margin-bottom:10px;

}





.busqueda_bloque{

    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;

}



.busqueda_post{

    min-width:320px;
    max-width:320px;
    height:auto;

    background-color: rgba(214,214,214,.2);
    margin-bottom: 30px ;
    border-radius: 3px;
    box-shadow: 0px 12px 18px -10px rgba(0, 0, 0, 0.3);
}


.busqueda_thumb > img{
    min-width:100%;
    max-width:100%;
    height:auto;

}
.busqueda_datos{
    padding:0px 20px 20px 20px;
}
.busqueda_titulo-post{
    margin-top:30px;
    padding-bottom: 20px;
    border-bottom:2px solid var(--base-color);
}
a.busqueda_link{font-size:18px;}
a.busqueda_link,a.busqueda_link:visited {color:var(--base-color);}
a.busqueda_link:hover{color:var(--base-color);}


.busqueda_fecha{

    font-size: 15px;
    color:var(--base-color);
    padding: 10px 15px 20px 0;
}
.busqueda_mas > a.busqueda_link,.busqueda_mas > a.busqueda_link:visited{
    font-size:15px;color:var(--base-color);
}


.busqueda__paginacion{
    
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    margin-bottom: 20px;


}

