/* left side */
.contenidoNormal { float: left; width: 60%; margin: 3em 0 1em 0; }
/* right side */
.contenidoAuxiliar { float: right; width: 35%; margin: 3em 0 1em 0;}

.news-list-container .news-list-item .bodytext {
	text-align: justify;
}
.news-list-container .news-list-item .news-list-category {
	font-style: oblique;
	font-weight: bold;
}
.news-list-container .news-list-item .news-list-morelink {
	font-weight: bolder;
	font-size: 1.5em;
}
.news-list-container .news-list-item .news-list-date {
	font-style: oblique;
	font-weight: bold;
	color: #999999;
}
.box .news-amenu-container {
	background-image: url(images/ArchiveBackground_128.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10em;
}
/* search form */
#search {
        background: #fff url(images/searchbg_red.gif) no-repeat;
}

