﻿/*Parámetros generales para toda la página*/
.espacio-Menu {
    margin-top: 15%;
}
#margen-15 {
    margin-top: 15px;
}
.formatoLink h4 a {
    color: darkblue;
    text-decoration: none;
}
.formatoLink h4 a:hover {
    color: blue;
    text-decoration: none;
}