.outerlim {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
}

.lim {
    margin-right: 10px;
    margin-left: 10px;
    box-shadow: 0 0 50px 10px #000000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 40px;
    border-radius: 6px;
    background-color: #ffffff;
}

body {
    background-color: #435c84;
}

.content {
    text-align: justify;
    background-color: #ffffff;
}

.content img {
    max-width: 100%;
}

.fl {
    padding: 20px;
    text-align: center;
    color: #dddddd;
}

div.logo {
    margin-top: 80px;
    padding: 0;
    background-color: #ffffff;
}

img.logo {
    max-width: 100%;
}

.carousel-example-generic {
    height: 200px;
}

.did {
    padding: 5px;
    border: 1px solid #888;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    float: left;
    background-color: #ffffff;
}

.pic {
    width: 150px;
    height: 150px;
}

h1, h2, h3 {
    color: #030763;
    display: block;
    text-align: left;
}

.preloader{
    background-color:#435c84;
    position:absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width:100%;
    height:100%;
    z-index:9999999;
}

.img-left {
    width: 350px;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.img-right {
    width: 350px;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

.clean {
    padding-top: 0px;
    padding-left: 0px;
}

nav img {
    height: 18px;
}





