﻿/*Web Part*/
.noticias-container{
	width:100%;

}

.noticias-tile{
	float:left;
	display:inline;
	width:260px;
	height:400px;	
}

.noticias-tile:first-child{
	margin:0 20px 0 0;
}

.noticias-tile:nth-child(2){
	margin:0 20px 0 0;
}

.noticias-tile:nth-child(3){
	margin:0 20px 0 0;
}


.noticias-tile{
	margin:0;
}


.noticias-container .noticias-list{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;	
}

.noticias-image{
	width:100%;
	height:160px;
	background-position:top center;
	background-size:cover;
	cursor:pointer;
}

.noticias-details{
	width:100%;
	margin-top:10px;
}

.noticias-details span:first-child{
	font-family:"Segoe UI", sans-serif;
	font-size:12px;
	color:#4A4A4A;
	line-height:16px;
	text-align:left;
}

.noticias-details span:first-child:before{
	font-family:"FontAwesome";
	content: "\f02b";
	padding-right:4px;
}


.noticias-details span:last-child{
	font-family:"Segoe UI";
	font-size:12px;
	color:#707070;
	line-height:16px;
	text-align:left;
	float:right;
	font-style:italic;
}

.noticias-content{
	margin:8px 0;
	word-wrap: break-word;
}

.noticias-content h3{
	margin-bottom:12px;
	color:#007ac3;
}

.noticias-content a{
	font-family:"Segoe UI";
	font-size:20px;
	color:#007AC3;
	line-height:24px;
}

.noticias-content a:first-child:visited{
	font-family:"Segoe UI";
	font-size:20px;
	color:#007AC3;
	line-height:24px;
}


.noticias-content p{
	font-family:"Segoe UI";
	font-size:14px;
	color:#000000;
	line-height:17px;
	text-align:left;
}

.noticias-footer{
	width:100%;
}

.noticias-footer a{
	font-family:"Segoe UI";
	font-size:12px;
	font-weight:700;
	color:#007AC3;
	line-height:19px;
	text-align:right;
	float:right;
}

.noticias-chrome-scanal {
    color: #4A4A4A;
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    padding: 40px 0;
}

.mais-noticias a{
	color:#4a4a4a;
	text-transform: uppercase;	
	float:right;
	padding-right:50px;
	font-size:11px;
	font-weight:700;	
}
