#menu {
	overflow: auto;
}
h2,h3 {
	text-align: right;
	margin-right: 5px;

}
h2 {
	height: 122px;
}
#anteriores {
	overflow: auto;
	/*height: 470px;*/
	height: 634px;
}
#anteriores ul {
	list-style-type: none;
}
#anteriores ul li {
	text-align: right;
	margin: 8px 0 8px 0;
	width: 712px;
	margin-right: 5px;
}
#anteriores ul li a {}
#anteriores ul li a:hover {
	background-color: #ffcc33;
}
.prensa {}
.prensa_on {
	background-color: #ffcc33;
}
.prensa_off {
	cursor: pointer;
}