/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2008 / www.ecimtech.com
 */

#bodytext .letter {
	margin: 0;
	border-bottom: 1px solid silver;
}
#bodytext .letter p {
	font-style: italic;
	margin: 22px 5px 22px 40px;
}

#bodytext .news {
	position: relative;
	top: -30px;
	right: 0;
}
#bodytext .news a.more {
	display: block;
	text-align: right;
	font-weight: bold;
	background: url(../images/nav_decoration.png) no-repeat center right;
	padding-right: 16px;
}
#bodytext .news .decoration img {
	float: none;
	border: 0;
}
#bodytext .news hr {
	display: block;
	clear: both;
	margin: 15px 0 15px 0;
	height: 1px;
}
#bodytext .news img {
	float: left;
	margin-right: 20px;
	border: 1px solid black;
}

#bodytext .news h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #494B4F;
	margin-top: 40px;
}
#bodytext .news h4 span {
	display: block;
	font-size: 8pt;
	font-weight: normal;
}
#bodytext .news p a {
	display: block;
	text-align: right;
}