.campl-teaser p.campl-datestamp {
    color: #777777;
    background: none;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 10px;
}

.campl-promo-teaser .campl-vertical-teaser-txt.campl-no-top-padding {
    padding-top: 0;
}

.campl-teasers-borders .campl-teaser-border {
    border-left: 1px solid #e4e4e4;
    margin-left: -1px;
    border-right: 1px solid #e4e4e4;
}

.campl-teasers-borders.campl-column-first .campl-teaser-border {
    border-left: 0;
    margin-left: 0;
}

.campl-column-end.campl-teasers-borders .campl-teaser-border {
    border-right: 0;
}

.campl-teaser-editoria
{
    font-weight: normal;
    font-size: .9em;
    margin-bottom: 10px;
}

.campl-teaser-editoria a, .campl-teaser-editoria a:visited, .campl-teaser-editoria a:active, .campl-teaser-editoria a:hover{
    color: #888;
}

@media (min-width: 768px) {
    .campl-hide-teaser-divider .campl-teaser-divider {
        display: none;
    }
}

@media (max-width: 767px) {
    .campl-column-last.campl-hide-teaser-divider .campl-teaser-divider {
        display: none;
    }
}


/**
 *  UFOP EVENT TEASER
 */
.ufop-event-item
{
    float: left;
    width: 45%;
    min-height: 150px;
    margin: 10px 2.5%;
    margin-bottom: 30px;
}

.ufop-event-item .image
{
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px #ccc;
}


.ufop-event-item .campl-event-title
{
    text-align: left;
    font-size: 1.2em;
    color: #666;
    padding: 4px;
    margin-top: 15px;
}

.ufop-event-item .no-image
{
    margin-top: 0px;
}

.ufop-event-item .desc
{
    text-align: left;
    color: #666;
    padding: 4px;
    border-top: 1px solid #eee;
    margin-top: 5px;
}

.view-eventos3 .views-row-odd
{
    clear: both;
}