/*!
    font-family: 'Harmattan', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Open Sans', sans-serif;
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    font-family: sans-serif;
    font-size: 13px;
}
.no-margin{ 
    margin:0;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

#myCarousel.carousel {
    height: 530px;
}

#myCarousel.carousel .item,
#myCarousel.carousel .item.active,
#myCarousel.carousel .carousel-inner {
    height: 100%;
}

#myCarousel.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
#myCarousel .carousel-caption{
    font-family: 'Oswald', sans-serif;
    bottom: 50px;
    left:5%;
    right: 5%;
    z-index:20 !important;
}
#myCarousel .carousel-caption h2{
    text-shadow: 1px 2px 2px rgba(1, 1, 1, 1);
    line-height: 40px;
}
#myCarousel.carousel .btn{
    border-radius: 2px;
    color:#fff;
    font-size:17px;
    margin-top: 15px;
    padding:10px 20px !important;
    font-family: 'Harmattan', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#myCarousel.carousel .btn:hover,#myCarousel.carousel .btn:focus{
    color:#fff;

}
/*.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}*/
.bg{
    position: absolute;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.5);
    z-index:2;
    top:0;
}

.nav-top{
    background:#fff;
    /*border-bottom: 1px solid #000;*/
}
.nav-top .logo img{
    width: 120px;
    padding: 10px 5px;
}
.nav-top .call{
    text-align: right;
    padding-top: 30px;
}
.nav-top .call .btn{
    border-radius: 0px  ;
    font-size:14px;
    background: transparent;
    border-color:#6f9fd5;
    color:#6f9fd5; 
    font-family: 'Harmattan', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.nav-top .call .btn:hover,.nav-top .call .btn:focus{
    background: #455082;
    border-color:#455082;
    color:#fff;
}

.navbar{
    border-radius: 0;
    margin:0;
    background-image: linear-gradient(to bottom, #857252, #ffffff);
    background-repeat: repeat-x;
    border: none;

    /*border-top:1px solid #1b212a;

2b3250

    */

}
.navbar-inverse .navbar-nav > li > a{
    font-family: 'Harmattan', sans-serif;
    border-left:1px solid #182e4a;
    font-size: 20px;
    color:white;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
    .navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{
        background:#2b3250;
    }
    .navbar-inverse .navbar-nav > li.active > a,.navbar-inverse .navbar-nav > li.active > a:hover,.navbar-inverse .navbar-nav > li.active > a:focus{
        border-top:3px solid #001c3f;
        padding-top: 12px;
        background: #2b3250;
    }
.navbar-inverse .navbar-nav > li > a.last{
    border-right:1px solid #2b3250;
}

.dropdown-menu{
    background: #2b3250 none repeat scroll 0 0;
}
.dropdown-menu > li > a{
    padding-top: 5px;
    padding-bottom: 5px;
    background: #2b3250 none repeat scroll 0 0;
    border-top: 3px solid #2b3250;
    color: white;
    font-size: 14px ;
    font-weight: bold;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
    .dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{
        background:#6F9FD5;
        color:#fff;
    }
    .dropdown-menu > li > a i{
        margin-right: 3px;
    }
.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{

background: #455082;
    
}
.inicio-banner{
    margin:0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url('../images/bg2.jpg');
    /*background: url('../images/bg_section2-.png');*/
    background-color: #fff;
}

.course-form-box {
    background: #46080b none repeat scroll 0 0;
    padding: 25px 35px;
    text-align: center;
}
.course-form-box h3{
    color:#fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 0;
}
.course-form-box p{
    color:#ccc;
    margin-bottom: 20px;
}
.course-form-box .content_form {
    text-align: left;
}
.course-form-box .content_form input{
    background: #182e4a none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #334864;
    border-radius: 4px;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-sizing: inherit;
    color: #aaaaab;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: 41px;
    margin: 0 0 10px;
    padding: 0 7px;
    width: 100%;
}
.course-form-box .content_form textarea {
    background: #182e4a none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #334864;
    border-radius: 4px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #aaaaab;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 7px;
    width: 100%;
    text-align: left;
}
.course-form-box .content_form .btn{
    margin-top: 20px;
    border-radius: 0;
}


.inicio-row2{
    /*background: url('../images/bg_section2.png');*/
    background-color: #f7f7f7;
    background-size: 100px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
}
    .inicio-row2 h2{
        color:#212C56;
        background-color: #fff;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        text-align: center;
        margin:0 auto;
        margin-bottom: 20px;
        border:2px solid #212C56;
        display: inline-block;
        padding:10px 20px;
    }
    .inicio-row2 img{
        border:1px solid #212C56;
        padding:5px;
        background-color: #fff;
    }
    .inicio-row2 .filiales p{
        color:#555;
        line-height: 23px;
        margin-top: 10px;
    }
    .inicio-row2 .filiales .btn{
        margin-top: 5px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    .inicio-row2 p strong{
        color:#444;
    }
    .inicio-row2 .item{
        text-align: center;
    }
    .inicio-row2 .item h3{
        font-size: 45px;
        color:#6F9FD5;
    }
    .inicio-row2 .item h5{
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
    }
    .inicio-row2 .item p{
        text-align: justify;
        font-size: 12px;
        color:#777;
    }

.inicio-row2 .noticias .row{
    margin:0;
    text-align: left;
}
.inicio-row2 .noticias h2{
    margin-bottom: 30px;
}
.inicio-row2 .noticias img{
    border:1px solid #fff;
    padding: 3px;
    margin:0 auto;
}
.inicio-row2 .noticias .btn{
    border-radius: 0;
}
.inicio-row2 .noticias .item{
    margin:0 7px;
    margin-bottom: 10px;
    display: inline-block;
}
.inicio-row2 .noticias p{
    text-align: left;
}
.inicio-row2 a{
    margin-bottom: 5px;
}

.inicio-row3{
    /*background: url('../images/bg_section2-.png');*/
    background-color: #fff;
    text-align: center;
    color:#fff;
    padding-top: 0px;
    padding-bottom: 0px;
}
    .inicio-row3 h3{

    }
    .inicio-row3 .item{
        display: inline-block;
        margin:5px 10px;
    }
    .inicio-row3 img{
        width: 130px;
        background: #fff;
        padding:10px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .inicio-row3 img:hover{
        opacity: 0.5;
    }
    .inicio-row3 .cei img{
        width: 300px;
    }

/* Footer Styles */
.prefooter{
    color:#fff;
    font-size: 12px;
    margin:0;
    background: #10151c url("../images/envelope.png") no-repeat scroll right center;
    color: #aaaaab;
    padding: 40px 0;
}
    .prefooter h4{
        color:#fff;
    }
    .prefooter ul li{
        list-style: none;
        margin-bottom: 5px;
    }
    .prefooter ul li i{
        color:#999;
        margin-right: 3px;
    }
    .prefooter .logo{

    }
    .prefooter .logo img{
        width: 100px;
        padding:5px;
    }
    .prefooter .logo p{
        text-align: left;
        margin-top: 20px;
        line-height: 20px;
    }
.prefooter form input{
    border-radius: 0;
    margin-bottom: 10px;
    width: 70%;
    margin-left: 15px;
}
.prefooter form button{
    border-radius: 0;
    margin-left: 15px;
}
.prefooter .btn{
    border-radius: 0;
    background: transparent;
    margin-top: 10px;
}
    .prefooter .btn:hover,.prefooter .btn:focus{
        background:#6F9FD5;
        color:#fff;
    }
    .prefooter .btn i{
        color:#fff;
    }

footer {
    margin: 0;
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color:#aaa;
    font-size: 12px;
}
    footer p{
        margin:0;
    }


.section-banner{
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: left;
    position: relative;
}
    .section-banner h1{
        color:#fff;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        text-shadow: 1px 2px 2px rgba(1, 1, 1, 1);
        position: relative;
        z-index:15;

    }
section .container{
    min-height: 400px;
    padding-top: 30px;
    padding-bottom: 50px;
}
section.nosotros{
    background: url('../images/furley_bg2.png');
    -webkit-background-size:500px;
    background-size:500px;
    border-bottom: 1px solid #f3f3f3;
}
section.nosotros .tab-content{
    text-align: left;
}
section.nosotros .tab-content h3{
    text-transform: uppercase;
    margin-bottom: 25px;
    color:#182E4A;
    font-family: 'Oswald', sans-serif;
    padding-left: 15px;
    margin-top:0;
}
section.nosotros .tab-content i{
    margin-bottom: 10px;
    font-size:29px;
    margin-right: 5px;
    vertical-align: middle;
}
section.nosotros .tab-content #a p{
    text-align: left;
    line-height: 27px;
    font-size:14px;
}
section.nosotros .tab-content #a img{
    margin:30px auto 10px 15px;
}

section.nosotros .tab-content #b h4,section.nosotros .tab-content #d h4,section.nosotros .tab-content #e h4{
    margin-left: 15px;
    padding:0px;
    border-bottom:1px solid #eee;
    font-family: 'Harmattan', sans-serif;
    font-size:25px;
    color:#6F9FD5;
}
section.nosotros .tab-content #b p,section.nosotros .tab-content #d p,section.nosotros .tab-content #e p{
    margin-left: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}

section.nosotros .tab-content #c p{
    text-align: left;
    line-height: 25px;
    font-size:14px;
    margin-left: 15px;
}
section.nosotros .tab-content #d .item{
    margin-bottom: 30px;
}
section.nosotros .tab-content #d .item img{
    width: 100%;
}
section.nosotros .tab-content #d .item .detalle .nombre{
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}
section.nosotros .tab-content #d .item .detalle .cargo{
    color:#777;
    font-size:17px;
    line-height: 20px;
    font-family: 'Harmattan', sans-serif;
    font-style: italic;
}


section.filiales{
    background: url('../images/furley_bg2.png');
    -webkit-background-size:500px;
    background-size:500px;
    padding-top: 30px;
    padding-bottom: 30px;
}
section.filiales .container{
    background-color: #fff;
    border: 1px solid #eee;
}
section.filiales #filiales{
    height: 500px;
    width: 100%;
    margin-top: 20px;
}
section.filiales .tabla{
    margin-top: 20px;
    margin-bottom: 20px;
}
section.filiales .filiales-top{
    text-align: center;
    margin-bottom: 20px;
}
section.filiales .item{
    vertical-align: top;
    background-color: #fff;
    padding:10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: left;
}
section.filiales .item img {
    width: 100%;
}
section.filiales .item h2{
    color:#212C56;
    font-size:15px;
    text-transform: uppercase;
    font-weight: bolder;
    margin:5px auto;
}
section.filiales .item p{
    font-size:12px;
    margin:0;
}

section.contactos{
    background: url('../images/furley_bg2.png');
    -webkit-background-size:500px;
    background-size:500px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
    background: #F9F9F9;
    padding: 25px;
    margin:0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}


section.contactos #filiales{
    height: 550px;
    width: 100%;
    margin-top: 10px;
}

#contact i{
    margin-right: 5px;
    color:#212C56;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #212C56;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #6F9FD5;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/* custom inclusion of right, left and below tabs */



.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    color:#182E4A;
}

.tabs-left > .nav-tabs {
    border: 1px solid #eee;
    padding-left: 15px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tabs-left > .nav-tabs > li{
    border:1px solid #eee;
    margin-top: 5px;
    margin-bottom: 5px;
    padding:2px;
}
.tabs-left > .nav-tabs > li > a {
    margin-right: 0px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color:transparent;
}
.tabs-left > .nav-tabs .active{
    border:1px solid #182E4A;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    background-color:#182E4A;
    color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:none;
}
.tab-content > .tab-pane{
    background-color: #fff;
    border:1px solid #eee;
    padding-top: 00px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}


section.carreras{
    background: url('../images/furley_bg2.png');
    -webkit-background-size:500px;
    background-size:500px;
    border-bottom: 1px solid #f3f3f3;
}
section.carreras .detalle{
    margin: 20px auto 40px auto !important;
    text-align: center;
    width: 50%;
}


.cbp-caption .bg-dark{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(0,0,0,.6);
    display: flex !important;
    /* flex-direction: column;*/
    align-items: center !important;
    /* justify-content: center;*/
}
.cbp-caption-defaultWrap{
    display: flex !important;
    /* flex-direction: column;*/
    align-items: center !important;
    /* justify-content: center;*/
    padding-left:10px !important;
    padding-right: 10px !important;
}
.cbp-caption-defaultWrap h5{
    color:#fff;
    display: block;
    margin:0 auto;
    text-align: center;
    font-size:23px;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    /*background: rgba(0,0,0,.6);
    border:2px solid #fff;*/
    padding:10px 20px;
    line-height: 31px;
}

.cbp-caption .btn{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    color:#fff;
}
    .cbp-caption .btn:hover,.cbp-caption .btn:focus{
        background: #fff;
        color:#222;
    }




.section-banner .bg-dark{
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    z-index:10;
}
.tabs-carreras h3{
    color:#222;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    position: relative;
    z-index:15;
}
.panel-group-carreras{
    padding-left: 15px;
}
.panel-group-carreras hr{
    margin-top:10px;
    margin-bottom:10px;
}
.panel-group-carreras p{
    margin:0;
    font-size:12px !important;
}
.panel-group-carreras .depto{
    font-size: 17px !important;
    text-transform: uppercase;
}

.panel-group-carreras .detalle-carrera h2{
    font-size:20px;
    font-family: "Oswald",sans-serif;
    color:#428bca;
    text-transform: uppercase;
}
.panel-group-carreras .detalle-carrera p{
    font-size:13px !important;
    line-height: 25px !important;
}
.panel-group-carreras .detalle-carrera ul li{
    margin-bottom: 8px;
    margin-top: 8px;
}
.panel-group-carreras .detalle-carrera .enlace{
    display: block;
    margin-bottom: 10px;
    margin-left: 25px;
}

.carreras-container .detalle{
    padding-left: 15px;
    margin-bottom: 20px;
    font-size:14px !important;
    line-height: 25px !important;
}

.carreras-container .enlace{
    display: block;
    margin-bottom: 10px;
    margin-left: 25px;
}
.carreras-container .enlace i{
    font-size:15px !important;
    margin:5px 2px 5px 0 !important;
}

#f h4{
    color:#182E4A;
}
#f ul{
    margin-top:15px;
}
#f ul li{
    list-style:none;
    padding-left: 15px;
    margin-bottom: 10px;
}


section.resoluciones{
    background: url('../images/furley_bg2.png');
    -webkit-background-size:500px;
    background-size:500px;
    border-bottom: 1px solid #f3f3f3;
}

.resoluciones .contenedor{
    background-color: #fff;
    border:1px solid #eee;
    margin-top:40px;
    margin-bottom: 40px;
    padding:20px;
}
.resoluciones h3{
    margin-bottom: 30px;
    color: #182e4a;
    font-family: "Oswald",sans-serif;
    padding-left: 15px;
    text-transform: uppercase;
}


.inicio-carreras ul{
    text-align: left;
}
.inicio-carreras ul li{
    list-style: none;
    margin-bottom: 10px;
    font-size:15px;
    background-color: #fff;
    padding:5px 10px 5px 15px;
    border:1px solid #eee;
}
.inicio-carreras ul li i{
    margin-right: 10px;
}
.inicio-carreras ul li a{
    color:#222;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

@media(max-width:565px) {

}
@media(max-width:450px) {
    .nav-top .call{
        padding-top: 0;
        width: 100%;
    }
    .nav-top .call .btn{
        margin-top:5px;
        margin-bottom:5px;
    }
    .logo{
        display: block !important;
        float: none;
        width: 100%;
        text-align: center;
    }
}
@media(max-width:300px) {

}


.noticias {
    background-color: #fff;
    border: 2px solid #212c56;
    color: #212c56;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    margin: 0 auto 20px;
    padding: 0px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500 !important; 
    line-height: 1.1 !important;
}
.imgnoticiamini{
    padding-bottom: 10px;
    padding-top: 60px;
    height: 150px;
    position: relative;
    text-align: left;
}
.vertodasnoticias{
    text-align: center;
    color: black;
    margin-top: 40px;
}
.titulonoticiamini{
    
    text-align: left !important;
    font-weight: bold;
}
.nav-tabs li{
    margin-bottom:5px !important;
}
.nav-tabs .current_page_item, .nav-tabs .current_page_item:hover {
    border: 1px solid  !important;
}

.nav-tabs  .current_page_item a, .nav-tabs  .current_page_item:hover a{
    background-color: #46080b;
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
}

.fc-center h2{
    color: white;
    margin-top: 10px !important;
    text-transform: uppercase;
    
}



.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;

}

.fondolistados{
    background: url('../images/bg_section1.png');

}

.categorias {
    width: 400px;
    margin-right: 60px;
    background: white;
    list-style: none;
    text-align: center;
    font-size: 12pt;
    border: 2px solid #212c56;
}
.categorias ul {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    list-style: none;
}

.listadonoticias{
    margin-bottom: 20px;
}