/* 
    Document   : news
    Created on : 26-feb-2013, 11.26.37
    Author     : Portatile
    Description:
        Purpose of the stylesheet follows.
*/

h1 {
    margin: 0px;
    padding: 0px;
    font-family: 'Comfortaa',cursive;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    color: #515252;
}

.boxNewsCont {
    border-bottom: 1px dashed #000000;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.boxTit {
    padding-bottom: 15px;
}


.boxImg {
    float: left;
    padding-right: 10px;
}

.boxDataTxt {
    float: left;
    width: 470px;
}

.boxContinua {
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}

#back_news {
    padding-bottom: 10px;
}