﻿@charset "UTF-8";



/* LISTA DE NOTÍCIAS  

09/01/15 - 
-------------------------------------------------------------------- */


#cef-news-listing {
    width:100%;
    color:#7D95A1;
}
#cef-news-listing a {
    color: #CF6718;
}
#cef-news-listing .cef-grouping-item ul li {
	width: auto;
	padding-left: 20px !important;
	background: url('/style library/images/arrow/arrow.png') no-repeat scroll 0px 38px transparent;
}
#cef-news-listing .cef-grouping-item .editorial{
    display: block;
    font-size: 11px;
    line-height: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#cef-news-listing .cef-item-content {
	width: 100%;
}
#cef-news-listing .cef-item-content-with-thumbnail {
	width: 498px;
	float: left;
}
#cef-news-listing .cef-item-thumbnail {
	width: 170px;
	min-width: 170px;
	float: right;
	margin: 0 10px;
}
#cef-news-listing h3, #cef-news-listing p, #cef-news-listing span.editorial {
    display: block;
}
#cef-news-listing h3 {
	margin-bottom: 0.45em;
    font-weight:700;
}
/* DETALHES DAS NOTÍCIA  ------------------------------------------------------------------ */
#cef-news .header .dates{
    color: #666666;
    font-size: 0.923em;
    margin-bottom: 5px;
}
#cef-news .title {
    margin-bottom: 20px;
}
#cef-news .title h1 {
    color: #CF6718;
    font-size:2.462em;
    font-weight:bold;
}
#cef-news .title h2 {
    color: #71858F;
    font-size: 1.385em;
}
#cef-news .editorial{
    border-top:1px solid #E4E5E6;
    font-size:11px;
    margin-bottom:30px; 
    padding-top:10px; 
    text-transform:uppercase;
}
#cef-news .content {
	font-size: 1.16em;
	letter-spacing: -0.02em;
	line-height: 1.45em;
    margin: 15px 0;
}
#cef-news .content .image {
	float: right;
	margin: 0 0 20px 20px;
    width: 328px;
}
#cef-news .image strong {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #EEEEEE;
	background-origin: padding-box;
	display: block;
	font-size: 0.813em;
	line-height: 1.3;
    padding: 0.67em;
	text-align: left;
}
#cef-news .signature {
	color: #929292;
	font-size: 1em;
	width: 100%;
	clear: both;
	margin: 10px 0 0 0;
}

/* FORMATACAO P IMPRESSAO */
@media print {
    #cef-news #printer-action {
        display: none !important;
    }
    #cef-news .content {
        color: #000 !important;
    }
}

#cef-news div.image {position:relative; width:auto; }

#cef-news div.image img{margin-bottom: 20px !important;}

#cef-news div.image .legenda {
	position:absolute;
	bottom:27px; 
	padding:15px 5px;
	margin-bottom: 0 !important;	
	font-size: 1.2em; 
	font-weight:normal; 
	color:#fff; 
	background-image:url(../Images/back_legend.png);
	line-height: 1em;
	width: 100%;
	}

#cef-news div.image .credito {
	position:absolute; 
	bottom:0; 
	right: 5px; 
	margin-bottom: 0 !important;
	font-size: 0.8em;
	}