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

 #body .press {
 	position: relative;
	padding-left: 68px;
	margin-top: 24px;
 }
 #body .press .date {
 	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding-top: 3px;
	text-align: center;
	color: gray;
	border: 3px solid gray;
 }
 #body .press .date strong {
 	display: block;
	font-size: 1.1em;
 }
 #body .press .date span {
 	display: block;
	font-size: 0.8em;
 }
 #body .press h3 {
 	margin: 0;
 }
 #body .links {
	margin-top: 3px;
 }
 #body .press a {
 	font-size: 0.85em;
	font-weight: bold;
	margin-right: 6px;
 }
 #body .press .link {
 	background: url(../images/icn_computer_10.png) no-repeat 0 2px;
	padding-left: 14px;
 }
 #body .press .toggle {
 	background: url(../images/icn_list_collapsed.png) no-repeat 0 3px;
	padding-left: 14px;
 }
 #body .press .toggle.expanded {
 	background: url(../images/icn_list_expanded.png) no-repeat 0 3px;
 }
 #body .press .header {
 	min-height: 58px;
 	margin-bottom: 18px;
 }
