.ultimoscurriculum{
    margin-top: 4rem;
    width: 100%;
    text-align: center;
    color: #fdfdfd;
    background-color: #1B5C98;
   
}
.error{
    margin-top: 2rem;
    margin: 2rem;
    width: 300px;
    background: red;
    margin: 0 auto;  
}

.imagentabla{   
   width: 15rem;
}
.imagen-index{
    width: 15rem;
    
}
.datospersonales{
    margin-top: 2rem;
    width: 80%;

}

a{text-decoration:none}
.entrada-blog-index{
    margin-bottom:2rem}
    @media (min-width:768px)
{
.entrada-blog-index
{display:grid;
    grid-template-columns:1fr 2fr;
    -moz-column-gap:2rem;
    column-gap:2rem}}

.imagen-pequeño{

    width: 10rem;
}