@font-face {
    font-family: "Titulos";
    src: url("css/fuentes/ErasBoldITC.ttf");
}

@font-face {
    font-family: "Subtitulos";
    src: url("css/fuentes/eras-medium-itc.ttf");
}

@font-face {
    font-family: "Textos";
    src: url("css/fuentes/Lato-Light.ttf");
}
p{
    font-family: 'Textos';
}
#servicios p{
    font-family: 'Subtitulos';
}
#footer, #copyrights {
    background-color: #00285c!important;
    color: #fff !important;
}
#footer a, #copyrights a{
    color: #fff !important;
}

