@charset "utf-8";
#holderNews {
	font-family: 'Roboto', sans-serif;
	border: thin solid #1D87CD;
	width: 900px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	margin-top: 10px;
/*	border-top-color: #1D87CD;
	border-right-color: #1D87CD;
	border-bottom-color: #1D87CD;
	border-left-color: #1D87CD;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;*/
}

#content1 {
	font-family: Roboto, sans-serif;
	font-size: 0.8em;
	display: block;
	padding: 2px;
	float: right;
	border: thin solid #FFF;
	width: 500px;
	height: 140px;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
	letter-spacing: 0.08em;
}

}
#topholder {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 30px;
	width: 900px;
    margin-left: auto;
	margin-right: auto;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
}
#titleNews {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 500;
	//letter-spacing: 0.08em;
	float: left;
	height: 50px;
	width: 240px;
	border: 2px solid #FFF;
	margin-left: 10px;
	margin-top: 4px;
	padding: 20px 0px 0px 10px;
	border-radius: 4px;
	color: #333;
}
