#cronica-header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0em;
	height: 12em;
	clear: both;
	
	border-bottom: 1px solid #444;
	
	overflow: hidden;	
}

#cronica-header .cronica-logo {
	position: relative;
	width: 100em;
	margin: 0 auto;
	height: 14em;
	top: 1em;
	left: 0;
	background-image:url(../img/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}



