@charset "UTF-8";

#anchor_temata {
    position:relative;
    top: -140px;
    display:block;
}

.bg-temata {
/*
    background-image: url('../img/bckg-temata-v2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
*/
    background-color: #232959;
    padding: 30px 0px 30px 0px;
}

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

.content-temata h3 {
    color: white;
    font-size: 22px;
    margin: 15px 0px 15px 0px;               
}

.content-temata-2 {
    color: white;
    font-size: 18px;
    font-weight: normal;
    padding: 50px 0px 0px 50px;
    width: 45%;
    float: left;                              
}