#tituloNoticias {
	width:					83px;
	height:					27px;
	background:				url('images/layout.png');
	background-position:	-407px -13px;
	position:				absolute;
	left:					43px;
	top:					330px;
}

#tituloNoticias h2 {
	display:none;
}

#ultimasNoticiascontenedor {
	width:					340px;
	height:					125px;
	position:				absolute;
	top:					375px;
	left:					43px;
	overflow:				hidden;
}

#ultimasNoticiascontenido {
	width:					340px;
	border-top:				5px solid #444;
}

#ultimasNoticiascontenido .noticia {
	width:					330px;
	height:					55px;
	border:					5px solid #444;
	border-top:				0;
	font-size: 				10px;
	font-family: 			Arial, Geneva, Helvetica;
	color:					#ccc;
	background:				url('images/puntitosNoticias.png') no-repeat;
	background-position:	10px 11px;
	background-color: 		#2b2b2b;
	font-weight: 			normal;
	overflow:				hidden;
	position:				relative;
}

#ultimasNoticiascontenido .noticia h3 {
	margin:					0;
	font-family: 			Arial;
	font-size: 				10px;
	position:				relative;
	left:					30px;
	top:					9px;
	font-weight: 			normal;
	width:					250px;
	overflow:				hidden;
	height:					12px;
}

#ultimasNoticiascontenido .noticia h3 a{
	color: 					#cccccc;
	text-decoration: 		none;
}

#ultimasNoticiascontenido .noticia .resumen {
	margin:					0;
	font-family: 			Arial;
	font-size: 				10px;
	position:				relative;
	left:					9px;
	top:					14px;
	color:					#a2a2a2;
	width:					315px;
	display:				block;
}

#ultimasNoticiascontenido .noticia .fecha {
	font-family: 			Arial;
	font-size: 				10px;
	font-weight:			normal;
	position:				absolute;
	left:					285px;
	top:					9px;
	color:					#ac0034;
}

#ultimasNoticiasarriba {
	width:					10px;
	height:					10px;
	background:				url("images/layout.png") no-repeat;
	background-position: 	-312px -353px;
	cursor: 				pointer;
	position:				absolute;
	top:					497px;
	left:					400px;
}

#ultimasNoticiasabajo {
	width:					10px;
	height:					10px;
	background:				url("images/layout.png") no-repeat;
	background-position: 	-312px -363px;
	cursor: 				pointer;
	position:				absolute;
	top:					507px;
	left:					400px;
}

/*--- INTERNACIONALIZACION ---*/

body.en #tituloNoticias ,body.en #ultimasNoticiasarriba,body.en #ultimasNoticiasabajo {
	background-image: url("images/layoutEN.png");
}

body.cat #tituloNoticias ,body.cat #ultimasNoticiasarriba,body.cat #ultimasNoticiasabajo {
	background-image: url("images/layoutCAT.png");
}