﻿body {
    font-family: "Segoe UI", sans-serif;
    font-size: 12px;
}

a {
    color: rgb(0,137,225);
}

    a:link {
        text-decoration: none;
    }

    a:active {
        color: rgb(0,137,225);
    }

    a:visited {
        color: rgb(0,137,225);
        text-decoration: none;
    }

    a:hover {
        color: rgb(255,0,0);
    }


.NewTitulos {
    font-size: 55px;
    color: rgb(0,71,142);
    line-height: 50px;
    font-weight: normal;
    font-style: normal;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
