/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#body h1 {
	margin-bottom: 2px;
	font-size: 1.1em;
	font-weight: bold;
	color: #59595C;
}
#body .title {
	margin-bottom: 18px;
}
#body .title h3 {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #2b5fac;
}
#body .title h3 {
	margin: 0;
}
#body .title h4 {
	font-weight: normal;
	margin: 0;
}
#body .title .date {
	color:gray;
	font-size:0.8em;
	font-weight:normal;
	margin-top:2px;
}
#body .header {
	font-weight: bold;
	margin-bottom: 8px;
}
#body .header .filepic {
	float: left;
	margin-right: 18px;
	margin-bottom: 16px;
	border: 2px solid #398DC8;
}
#body .textbody {
	clear: left;
}
#body .socialmedia {
	position: relative;
	height: 24px;
	padding-bottom: 4px;
}
#body .socialmedia .share {
	float: left;
	margin-right: 8px;
}
#body .morenews {
	margin-top: 6px;
	margin-bottom: 20px;
	font-size: 0.85em;
}
#body .morenews a.less {
	background: url(../images/icn_arrow_left_16.png) no-repeat 0 1px;
	padding: 2px 8px 2px 20px;
}
#body .morenews a.list {
	background: url(../images/icn_list_16.png) no-repeat 0 1px;
	padding: 2px 8px 2px 20px;
}
#body .morenews a.more {
	background: url(../images/icn_arrow_right_16.png) no-repeat 0 1px;
	padding: 2px 8px 2px 20px;
	display: inline;
	font-weight: normal;
}
#body .filepic {
	float: left;
	margin-bottom: 14px;
	margin-right: 14px;
	border: 2px solid #398DC8;
}
#body .youtube {
	position: relative;
	height: 396px;
}
#body .youtube object {
	position: absolute;
	left: 154px;
	bottom: 0;
}
#body .youtube .links {
	position: absolute;
	left: 0;
	top: 0;
	width: 164px;
	height: 388px;
	background: url(../images/background_youtube.png) no-repeat 0 0;
	padding-top: 30px;
}
#body .youtube .links a {
	display: block;
	text-align: center;
	color: white;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	padding-top: 38px;
	padding-bottom: 28px;
	width: 95px;
	padding-left: 28px;
	padding-right: 28px;
}
#body .youtube .links a.ver {
	background: url(../images/icn_youtube_32.png) no-repeat center 0;
}
#body .youtube .links a.comment {
	background: url(../images/icn_comment_32.png) no-repeat center 0;
}
#body .youtube .links a.channel {
	background: url(../images/icn_youtubelike_32.png) no-repeat center 0;
}