@charset "UTF-8";

.bg-temata {
    background-image: url('../img/bckg-temata.jpg');
    background-repeat: repeat-y;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-temata {
    color: white;
    font-size: 18px;
    width: 50%;
    float: left;               
}

.content-temata h3 {
    color: white;
    margin: 30px 0px 15px 0px;               
}

.content-temata p {
    color: white;
    font-size: 18px;              
}

.content-temata-right {
    margin-left: 5%;
    width: 45%;
}

.content-temata-right h3 {
    color: #1b4074;
}

.content-temata-right p {
    color: #1b4074;
}

