﻿@import url("../css/fuentes.css");

.enlaces {
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 5px;
    font-family: "Arial-Regular";
    color: #303030;
    transition: .3s;
}

    .enlaces:hover{
        color: #941B80;
        text-decoration: none;
        transform: scale(1.1);
    }

.firma {
    color: #303030;
}

.separador{
    color: #941B80;
}
