
.enlaces .blogindex .lead
{
    font-size: 12px;
    line-height: 16px;
}
.enlaces .descripcion
{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
}
.enlaces h2.h2Titulo
{   
    font-size: 22px;
    margin: 20px 0 10px 0;
}
.enlaces .meta
{
    margin: 0 0 5px 0;
}
.enlaces h2.h2Titulo a
{
    color: #444444;
    font-weight: 600;
}
.enlaces h2.h2Titulo a:hover
{
    color: #008393;
    
}
.enlaces .blogindex a:hover,
.enlaces .blogindex a:focus
{
    color: #008393;
}
.enlaces .categories a.activo
{
    color: #008393;
    font-weight: bold;
}
.enlaces .imagen
{
    height: auto;
    max-width: 150px;
    margin: 20px 0 0 0;
    width: 100%;
}
@media (max-width: 768px){
    .enlaces h2.h2Titulo
    {
        font-size: 18px;
    }
    .enlaces .descripcion
    {
        font-size: 13px;
    }
}