body {
    font-family: 'Merriweather', serif;
    background-image: url("../img/index/fondo2.png");
}

.barra {
    background-color: rgb(228, 80, 161);
    font-family: 'Mali', cursive;
}

.inicio{
background-image: url("../img/index/posiblefondocv.jpg");
background-repeat: repeat;
background-size: cover;
opacity: 80%;
}

.letratitulo{
    font-family: 'Cinzel', serif;
}

.sin-punto{
    list-style: none;
}

.imgsize{
    width: 400px;
    height: 400px;
}

.link-hover:hover{
    color:darkmagenta;
    font-size: 20px;
}

.letra{
    font-family: 'Libre Franklin', sans-serif;
}