body {
    padding-top: 70px;
    background-image: url("../img/greyzz.png");
}

.breadcrumb {
    /*background-color: #ffffff;*/
}
.jumbotron {
    /*background-color: #ffffff;*/
}
#myeditor {
    /*height: 50px;*/
}
/* Top Nav */
ul.dropdown-menu {
    background-color: #263238;
}
.navbar .nav-link, .btn, .nav-tabs .nav-link, .nav-pills .nav-link, .breadcrumb, .dropdown-menu .dropdown-item, .tooltip {
    line-height: 22px;
    font-weight: 500;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #e74b47;
    color: #ffffff;
}

ul.dropdown-menu li a {
    color: #fff;
}
.navbar-inverse {
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.24)
}

.header {
    z-index: 1;
    /*background: #2c3e50;*/
    background-image: url("../img/random_grey_variations.png");
    color:#FFF;
    font-size:17px;
    margin-top:-19px;
    margin-bottom: 20px;
    min-height:150px;
    padding:15px;
    text-shadow:0 1px 0 rgba(0,0,0,.15)
}
.header .header-logo {
    margin-top:10px;
    padding-right:30px;
    float:left
}
.header .header-text h1 {
    font-family:"Titillium Web",sans-serif
}
.header .lead,.header h1 {
    margin-bottom:0
}
.header a{
    color:#f39c12
}
.header a:hover {
    color:#f39c12
}
@media screen and (min-width:768px) {
    .header {
        font-size:17px;
        padding:20px 15px;
    }
}

@media screen and (max-width:480px) {
    .header .header-logo {
        display:none;
    }
    .header .social-network {
        display: none;
    }
    .carousel-caption {
        display: none;
    }
    .header {
        text-align: center;
    }
}

.copyright {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    width:100%;
    background:#263238;
    margin-top: 20px;
    padding:20px 0 10px 0;
}
.copyright  {
    font-size:14px;
    margin-bottom:0;
    color: #fff;
}
.copyright a {
    color: #fff;
}
/*PETA*/
#map img {
    max-width: none;
}
#map label {
    width: auto;
    display: inline;
}
div#map {
    width: 100%;
    height: 350px;
    float: left;
}

#map1 img {
    max-width: none;
}
#map1 label {
    width: auto;
    display: inline;
}
div#map1 {
    width: 100%;
    height: 550px;
    float: left;
}

#map2 img {
    max-width: none;
}
#map2 label {
    width: auto;
    display: inline;
}
div#map2 {
    width: 100%;
    height: 450px;
    float: left;
}

#map3 img {
    max-width: none;
}
#map3 label {
    width: auto;
    display: inline;
}
div#map3 {
    width: 100%;
    height: 650px;
    float: left;
}

#map_canvas img {
    max-width: none;
}
#map_canvas label {
    width: auto;
    display: inline;
}
div#map_canvas {
    width: 100%;
    height: 550px;
    float: left;
}

#peta {
    width: 100%;
    height: 450px;
    margin-bottom: -10px;
}

div#siteNotice {
    width:450px;
    height:100%;
}

.rounded { border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; }
