
#centro, #derecha {
	float: none;
	width: auto;
	margin-left: 25%;
}

#centro .interior {
	padding-right: 2em;
}

#submenu .categorytitle {
	text-indent: -100em;
}

/* --- */

#frontpage .frontpage {

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#frontpage .frontpage:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#frontpage .frontpage .image {
	float: right;
	margin: 0 0 .2em 1em;
}

#frontpage .frontpage .image img {
	vertical-align: middle !important; /* Para Fraifrox, a los demás no les afecta salvo a IE6 */
	vertical-align: baseline; /* Para IE 6 */
}

#frontpage .frontpage .description {
	font-size: 1.2em;
	line-height: 1.5em;
}

#highlighted .entries {
	padding: 1px 2em 0 0;
	margin-top: 1em;
	border: 0;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#highlighted .entries:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#highlighted .entry {
	width: 45%;
}

#highlighted .evenentry {
	float: left;
	clear: left;
}

#highlighted .oddentry {
	float: right;
}
