
/* -----------------------------------------------------------    NEWS */
.boxnews {
	clear: both;
}
.news {
	margin: 0px;
}
.news tit{
	text-align: left;
}
.news texto {
	text-align: justify;
}
.news texto img{
	position: relative;
}
.newsfotoprincipal img {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 2px;
	border: 1px solid #ccc;
}
.newsfotocol {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	clear: left;
}
.newsfotocol img {
	margin: 2px 4px;
	padding: 1px;
	border: 1px solid #ccc;
}
.newsinfo {
	font-size: 0.8em;
	color: #666;
	padding-bottom: 5px;
	border-bottom: 1px dashed #bbb;
}
.newstit {
	font-size: 1.6em;
	font-weight: bold;
}
.newstexto {
	padding: 4px 0;
	font-size: 0.9em;
	text-align: justify;
}
.newsdata {
	font-size: 0.8em;
	color: #666;
	background-color:#ddd;
	padding: 2px;
}
.newsref {
	font-size: 0.9em;
	color: #666;
	padding: 2px;
}
.newsnota {
	font-size: 0.7em;
	color: #888;
	padding: 10px;
}
.newspiefoto {
	position: relative;
	float: left;
	clear: left;
	font-size: 0.85em;
	color: #999;
	margin-top: -10px;
	padding-right: 10px;
	padding-left: 10px;
}
.newsvideo {
	position: relative;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 2px;
}


