body {
    padding-top: 90px;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
}



.carousel-inner .item img{

    display: block;
    max-height:500px;
    width: 100%;
    height: auto;
}


.carousel-caption h1{
    font-size:60px;
    text-align: center;
    color:#ff7100;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption p{
    font-size:20px;
    text-align: center;
    text-shadow: 0 3px 4px rgba(0,0,0,0.6);
}



footer a{
    color:#ffffff;
}
footer{
    background-color: #F57E20;
    padding-bottom: 40px;
    color:#ffffff;
}
footer h3{
    color:#353535;
    font-size:28px;
}



.navbar-default{
    height:90px;
    background-color: #ffffff;
}

.navbar-menu{
    margin-top: 20px;
}

.navbar-default .navbar-collapse {
    margin-top:40px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 20px;
    }
}






h1.noticia{
    font-size:30px;
}










#news_latest ul{
    list-style-type: none;
    padding-left: 0px;
}

#news_latest li{
    border-top: 1px solid #c0c0c0;
    padding: 5px 5px 0 5px;
}
#news_latest li:hover{
    background-color: #f1f1f1;
}

#news_latest a{
    text-decoration:none;
    color:#5a5a5a;
}
#news_latest h4{
    margin-bottom:2px;
}
#news_latest .img-thumbnail{
    max-width: 150px;
    float: left;
    margin-right: 10px;
}






#news_search ul{
    list-style-type: none;
    padding-left: 0px;
}

#news_search li{
    padding: 15px 10px;
}
#news_search li:hover{
}

#news_search a{
    text-decoration:none;
    color:#5a5a5a;
}
#news_search h2{
    color:#ff7100;
    margin-bottom:2px;
}
#news_search .img-rounded{
    max-width: 280px;
    max-height: 200px;
    width:auto;
    height:auto;
    float: left;
    margin-right: 10px;
}