@charset "UTF-8";

a { color: #999; }
a:hover { background-color: #000; }
#cabecera { background-color: #000; }
#navega-principal a:hover, #navega-principal .on { color: #999; }
#navega-interna { border-bottom-color: #000; }
#pie, #partners { border-top-color: #000; }
.numeracion { background-color: #000; }

#blog-izq {
	margin: 20px;
	float: left;
	width: 740px;
	display: inline;
	overflow: hidden;
}
#blog-columna {
	margin: 20px;
	float: right;
	width: 140px;
	display: inline;
	overflow: hidden;
}
.blog-item {
	clear: both;
	margin-bottom: 10px;
}
.blog-titular {
	float: left;
	width: 180px;
	display: inline;
	overflow: hidden;
}
.blog-titular h2 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 20px;
}
.blog-txt {
	color: #333;
	line-height: 1.4em;
	font-size: 1.15em;
	float: right;
	width: 536px;
	display: inline;
	overflow: hidden;
}

