
@import url('canvas-overlay.css');

#canvas-body h2 strong { float: none; display: inline; }
#canvas-img { float: left; margin: 20px 0 0 20px; }
#canvas-content { height: 430px; }
.scroll { height: 430px; }

#page {
	margin-top: 20px;
	height: auto;
	background: black url('/images/copa-small.png') no-repeat left bottom;
}

#news { position: relative; }
#sidebar {
	position: absolute; top: 0; left: 45px;
}

#sidebar li a.mes{
	display: block;
	width: 120px;
	margin: 0 0 3px 0;
	padding: 3px;
	border: 1px solid #242526;
	text-align: center;
}

#sidebar li a {
	display: block;
	width: 120px;
	margin: 0 0 3px 0;
	padding: 3px;
	border: 1px solid #242526;
	text-align: left;
}

.post {
	overflow: hidden;
	margin: 0 auto 15px auto;
	width: 490px;
	height: 166px;
	background: url('/images/new-bg.png');
}
.post img.photo-post {
	display: block;
	float: center;
	border: 1px solid white;
	margin: 12px 0 2px 10px !important;
	margin: 12px 8px 4px 10px;
}
.post .post-body {
	margin: 0 0 0 155px;
	padding: 8px;
}
.post .post-body h2 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid gray;
	font-size: 16px;
	font-weight: bold;
	
	height:50px;
	overflow: hidden;
}
.post .post-body p {
	height: 48px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
}
.post .post-info { clear: both; margin: 5px 0 0 0; }
.post .post-info p { margin: 0 12px; }
.post .post-info p.data { float: left; width: 67px; height: 19px; padding: 5px 0 0 0; text-align: center; background: black url('/images/new-data-bg.png') no-repeat; }
.post .post-info p.link { float: right; }

#pager {
	width: 360px;
	height: 50px;
	margin: 30px auto 0 auto;
	text-align: center;
}
#pager li { display: inline; margin: 0 5px; }
#pager li.active a { text-decoration: underline; color: #AAA; } 
#pager li.first a { display: block; margin: 4px 0 0 0; float: left; width: 10px; height: 11px; overflow: hidden; text-indent: -1000em; background: url('/images/new-pager-bg.png'); }
#pager li.last a  { display: block; margin: 4px 0 0 0; float: right; width: 10px; height: 11px; overflow: hidden; text-indent: -1000em; background: url('/images/new-pager-bg.png') -10px 0; }

