section.enlaces{
    width: 100%;
    max-width: 1200px !important; 
    margin: 0 auto !important; 
}
section.enlaces article {
    text-align: center;
    margin: 1em 0;
}
section.enlaces article p {
    font-family: Roboto, "Open sans", Arial, sans-serif;
    font-size: 0.85em;
    line-height: 200%;
    padding: 0.4em 0.3em;
}
section.enlaces article h2 {
    padding: 0.5em 0 0 0;
    font-weight: normal;
    font-size: 2em;
}
section.enlaces img {
    max-width: 50%;
    height: auto;
}
section.enlaces a {
    margin: 1em auto 0 auto;
    padding: 1.5em 0;
    max-width: 80%;
    height: auto;
    display: block;
    border-radius: 20em;
    border: solid 3px transparent;
        -moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
        -webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
        -o-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
        -ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
        transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}

section.enlaces article a:hover, section.enlaces article a:active {
    border: solid 3px #00303c;
}
