body {
    background: #FAFAFA;
}
/* TOP NAV SECTION */
#top-navbar {
    background: #2D3F4B;
    height: 35px;
}
#top-navbar #left-links {
    height: 35px;
}
#top-navbar #left-links a {
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    padding: 0px 4px;
    transition: 1s;
    text-decoration: none;
}
#top-navbar #left-links a:hover {
    color: white;
}
#top-navbar #right-links {
    height: 35px;
}
#top-navbar #right-links a {
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    padding: 0px 4px;
    transition: 1s;
    text-decoration: none;
}
#top-navbar #right-links a:hover {
    color: white;
}
/* TOP NAV SECTION */

/* LOGO AND SEARCH SECTION */
#logo-search {
    padding: 10px 0px;
    background: white;
    /*background: url('http://turinter.com/image/sledsc.jpg');*/
    background-position: center center;
    background-repeat: no-repeat;
}
#logo-search #logo-search-right button {
    margin-top: 25px;
}
/* LOGO AND SEARCH SECTION */

/* MAIN NAVBAR SECTION */
#main-navbar {
    background: #183C8E;
    border-radius: 0px;
    margin: 0px;
}
/* MAIN NAVBAR SECTION */

/* SEARCH FILTERS SECTION */
#search-filters {
    background: lightgrey;
    background-image: url('../../../../../image/carousel/marypalmeras.jpg');
    background-size: cover;
    background-position: bottom center;
    padding: 125px 0px;
}
#search-filters #search-content {
    background: rgba(0,0,0,0.8);
    padding: 25px;
    border-radius: 10px;
    color: rgba(220,220,220,1);
    display: none;
}
.btn-tabs {
  background-color: rgba(255,255,255,0.2);
  border: solid 1px rgba(0,0,0,0.5);
}
.tab-title {
    margin: 30px 0px;
    color: rgba(200,200,200,1);
}
/* SEARCH FILTERS SECTION */

/* BREADCRUMBS SECTION */
.jum-title-breadcrumbs
{
    padding: 20px 0px 20px 0px;
    background-image: url("../../../../../image/carousel/mod-slide-2.jpg");
    background-position: center center;
    background-size: cover;
    border-top: solid 5px rgba(135, 222, 239, 0.5);
}
.jum-title-breadcrumbs h3
{
    color: #2d3f4b;
    margin: 0px;
    font-weight: bold;
}
.jum-title-breadcrumbs p
{
    margin: 0px;
    font-size: 12px;
}
.breadcrumb
{
    margin: 10px 0px 0px 0px;
    background-color: transparent;
    padding: 0px;
    border: none;
}
.breadcrumb > li > a,
.breadcrumb > .active
{
    color: #2d3f4b;
    font-size: 12px;
    font-weight: bold;

}
.breadcrumb > li + li:before
{
    color: #2d3f4b;
    content: "> ";
    padding: 0 3px;
    font-weight: bold;
}
/* BREADCRUMBS SECTION */

/* TARIFARIO SECTION */
.divider {
    border-top: 1px double #7d7d7d;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
}
.divider span {
    background: #f9f9f9;
    display: inline-block;
    padding: 0 24px;
    position: relative;
    top: -15px;
}
#filters {
    margin: 0px 0px 50px 0px;
}
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #f4ed31;
    color: rgb(24, 60, 141);
}
/* TARIFARIO SECTION */

/* FOOTER SECTION */
.jum-footer
{
    background-color: rgba(245,245,245,1);
    padding: 50px 0px;
    margin-bottom: 15px;
}
.jum-footer .container .row .col-sm-4 h5
{
    margin-top: 10px; 
}

#footer-one
{
    background-color: rgb(255, 255, 255);
    border-top: solid 1px rgba(150, 150, 150, 0.3);
    padding: 15px;
}
#footer-one a img
{
    display: inline-block;
    margin: 5px 20px 5px 20px;
    padding: 0px;
    height: 60px;
}
#footer-separator
{
    background-color: rgb(52, 40, 116);
    height: 10px;
}
#footer-two
{
    background-color: #fdf401;
    padding: 10px;
    color: rgb(52, 40, 116);
    font-size: 12px;
}
/* FOOTER SECTION */