#left {
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
}
#left h2{
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
#left h3{
	font-family: "arial", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
	.left_articles {
		margin: 0px 0 2px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 3px 12px 3px 8px;
	}
		.date { 
		font-size: .9em; 
		padding: 0 0 0 12px; 
		background:url(images/news.gif) no-repeat center left; 
		color: #808080; 
		}
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
	}
	.portada {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 176px;
			height: 270px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #F2F9FF;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.left_box a{
		text-decoration: none;
	}
	.left_box a:hover{
		text-decoration: none;
		font-size: 11px;
		background-color: Black;
		color: #F6F9FA;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		