body {
    background: #fff;
    font-family: Roboto,sans-serif;
}

header {
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media (min-width: 1200px){ /* container a maxima resolucion*/
    .container {
        max-width: 1000px;
    }
}

p{
    color: rgba(33,33,33,1);
}

h1, h2, h3, h4, h5 ,h6{
    font-family: 'Roboto Slab', serif;
}


h1 a{
    text-decoration: none !important;
    color: #000 !important;
}

h1 a:hover{
    color: #000 !important;
}

ul{
    list-style: none;
}

.border-blue{
    border-bottom: 8px solid #0051ff;

}

.title-banner{
    background-color: #0f69b4 !important;
    color: #fff !important;
    padding: 8px 10px;
}


.menu-menu-redes {
    list-style: none;
    float: right;
    margin-top: 20px;
}

.menu-menu-redes li {
    margin: 0;
    float: left;
}

.menu-menu-redes li a {
    margin: 15px;
    color: #0f69b4;
}

nav{
    overflow: hidden;
    border-bottom: 1px solid #c5c5c5;
    background-image: linear-gradient(to top, #dedede , #fff);
}

.table{
    font-size: 13px;
}

/*
.main-menu{
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu > li{
    border-right: 1px solid #c5c5c5;
    float: left;
}

.main-menu > li:hover {
    background-color: #acd9ef5c;
    transition: all 500ms linear;
}

.main-menu > li:last-child{
    border-right: 0px;
}

.main-menu > li > .nav-link{
    font-size: 15px;
    padding: 0.8rem 0.7rem;
    display: block;
    color: #000;
    font-weight: 100;
}

.main-menu > .menu-item-has-children > a:after {
    content: ' ';
    margin-left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #475156;
    top: -2px;
    position: relative;
}

.main-menu > li:hover .sub-menu{
    display: block;
}

.sub-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    width: 250px;
    z-index: 10;
    box-shadow: 2px 3px 9px #0000009e;
}

.sub-menu > li{
    background-color: #0f69b4;
    border-bottom: 1px solid #2c8cda;
}

.sub-menu > li:hover{
    background-color: #001c41;
}

.sub-menu > li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 8px;
    font-size: 15px;
    font-weight: 100;
}

.sub-menu > li:last-child{
    border-bottom: 0px solid; 
}

.sub-menu > li:hover > .child-sub-menu{
    display: block;
}

.sub-menu > .menu-item-has-children > a:after {
    content: ' ';
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    top: -2px;
    position: relative;
}

.child-sub-menu{
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 250px;
    margin-top: -32px;
    position: absolute;
    width: 215px;
    z-index: 10;
    box-shadow: 2px 3px 9px #0000009e;
}

.child-sub-menu > li{
    background-color: #0f69b4;
    border-bottom: 1px solid #2c8cda;
}

.child-sub-menu > li:last-child{
    border-bottom: 0px solid; 
}

.child-sub-menu > li:hover{
    background-color: #001c41;
}

.child-sub-menu > li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 8px;
    font-size: 15px;
    font-weight: 100;
}

/***/

/*
.info-main{
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-main li{
    margin: 15px;   
}


.info-main li a{
    text-decoration: none;
    color: gray;
    display: block;
    font-size: 14px;
    font-weight: 100;
}

.info-main li a:before {
    background-color: #B71C1C;
    content: '';
    display: inline-block;
    height: 5px;
    margin-right: 10px;
    width: 5px;
}


/***/

/*
.list-sidebar{
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-sidebar li{
    margin-bottom: 10px;
}



/***/

footer{
    font-size: 0.8em;
    color: gray;
}

footer a{
    text-decoration: none;
    color: gray;
}

footer .bicolor {
    height: 2px;
}

.bicolor span {
    display: block;
    float: left;
    height: 100%;
}

.bicolor span.azul {
    background: #0f69b4;
    width: 46%;
}

.bicolor span.rojo {
    background: #eb3646;
    width: 54%;
}

footer .bicolor2 {
    width: 170px;
    height: 20px;
}

.bicolor2 span {
    display: block;
    float: left;
    height: 100%;
}

.bicolor2 span.azul {
    background: #0f69b4;
    width: 46%;
}

.bicolor2 span.rojo {
    background: #eb3646;
    width: 54%;
}

.main-banner{
    position: relative;
}

/*
.banner {
    display: block;
    overflow: hidden;
    text-decoration: none;
    border-radius: 3px;
    background-color: #fff;
}

.banner-blue {
    display: block;
    overflow: hidden;
    text-decoration: none;
    border-radius: 3px;
    background-color: #0167b7;
}


.banner.border-banner-blue {
    border: 1px solid #006fb3;
}

.banner.border-banner-grey {
    border: 1px solid #aaa;
}

.banner.border-banner-shadow {
    box-shadow: 0 1px 2px 0 rgba(133,133,133,.8);
}

.banner:hover {
    text-decoration: none;
}

.banner .img_frj {
    position: absolute;
    top: 0;
    width: 100px;
}

.banner .banner_content {
    margin-top: 20px;
    margin-bottom: 8px;
}

.banner .banner_content .img_mrg {
    font-size: 32px;
}

.banner .banner_content .d_row span {
    font-size: 16px;
    line-height: 8px;
}

.banner .banner_content{
    font-family: 'gobCl';
}

.banner.banner-white h3, .banner.banner-white span {
    color: #006fb3;
}

.banner.banner-blue h3, .banner.banner-blue span {
    color: #fff;
}

.banner.banner-blue .img_frj {
    border:1px solid #fff;
}


.banner .banner_content .d_row h3 {
    font-size: 20px;
    line-height: 12px;
    font-weight: 600;
}

.banner .banner_content .d_col h3 {
    display: inline-block;
    font-size: 28px;
    line-height: 34px;
}*/

table th{
    text-align: center; 
    vertical-align: middle !important;
}