@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background-image: url("shinecaro.png");
	background-attachment: fixed;
	
}

#header {
	width: 100%;
	height: 38px; position : fixed;
	background-color: #8399AF;
	background-image: url("bo_play_pattern.png");	
	color: white;
	top: 0;
	z-index: 1;
	position: fixed;
	border-bottom: 3px solid gray;	
}

#header a{
	margin-top:5px;
	/* margin-left: 10px; */
	width: 230px;	
	display:inline-block;
	text-align: right;
	vertical-align: middle;
	color: white;
	/* background-color: rgba(50, 50, 50, .60); */
	/* background-image: url("feed_add.png"); */
	background-repeat: no-repeat;
	background-position: left center;	

	
}

#header #logo{
	/* background-image: url("smartnews-logo-pesagi-kuru-min.png"); */
	background-image: url("expooLOGO.png"); 
	
	background-repeat: no-repeat;
	background-position: left center;	
	display:inline-block;
	
	width: 220px;
	height: 36px;	
}



#header span.date{	
	padding:3px;	
	display:inline-block;
	float:right;
	vertical-align: middle;	
	text-align: right;	
	background-color: rgba(60, 50, 50, .50);
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
	margin-top: 15px;
}


#all-news-container {
	background-color: #E6E6E6;
	background-image: url("shinecaro.png");
	background-attachment: fixed;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-left: 3px dotted gray;
	border-right: 3px dotted gray;
	border-bottom: 3px dotted gray;

}

#all-news-container .news-container {
	background-color: white;
	padding: 15px;
	font-family: arial, tahoma, verdana, sans-serif;
	padding-top:20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 15px;
	min-height: 76px;
	
}



#all-news-container .news-container .thumb{
	width: 96px;
	height: 96px;
	float: left;
	margin-right: 10px;
	
	padding: 1px;
	border: 1px solid gray;
}

#all-news-container .news-container h1.title {
	margin:0px;
	font-size: 1.0em;
	margin-bottom: 5px;
	
}
#all-news-container .news-container .title a{ 
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-weight: bold;
	color: #105CB6;
	text-decoration: none;
}

#all-news-container .news-container .title a:hover {
	text-decoration: underline;
}

#all-news-container .news-container .inner{
	margin-left:20px;
	margin-right:20px;
	text-align: justify;
}

#all-news-container .news-container .inner .abstract, .autor {
	display: inline;
	font-size: 12px;
	font-family: tahoma, verdana, sans-serif;
	
	line-height: 5px;
}

#all-news-container .news-container .autor {
	/* font-weight: bold; */
	font-style: italic;
}

#all-news-container .news-container .inner  .footer {
	display: inline;
	float: right;
	text-align: right;	
	
	line-height: 13px;
}

#all-news-container .news-container .inner .footer {
	font-size: 11px;
	font-family: tahoma, verdana, sans-serif;
	padding-right: 10px;
}

#all-news-container .news-container .inner .footer .source {
	color: #3395E0;
	text-decoration: none;
	font-style: italic;
	margin-right: 10px;
}

#all-news-container .news-container .inner .footer .source:hover {
	color: #105CB6;
}


#all-news-container .news-container .inner .footer .time {
	color: gray;
}



#consultaAnterior{
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-weight: bold;
	color: #105CB6;
	text-decoration: none;
	height: 20px;
	float:right;
	
}