#noticiasTitulo
{
	width:130px;
	height:35px;
	position: absolute;
	left: 20px;
	top: 328px;
	z-index: 3;
	overflow:hidden;
}

#noticiaContenedor
{
	width:800px;
	height:160px;
	position: absolute;
	left: 13px;
	top: 378px;
	z-index: 3;
	overflow:visible;
}

#mesnoticies
{
	width:430px;
	height:20px;
	position: absolute;
	right: 0px;
	top: -50px;
	z-index: 3;
	overflow:visible;
}

#noticia1
{
	width:371px;
	height:69px;
	position: absolute;
	left: 7px;
	top: 11px;
	z-index: 4;
	overflow:hidden;
}

#noticia2
{
	width:371px;
	height:69px;
	position: absolute;
	left: 430px;
	top: 11px;
	z-index: 4;
	overflow:hidden;
}

#noticia3
{
	width:371px;
	height:69px;
	position: absolute;
	left: 7px;
	top: 87px;
	z-index: 4;
	overflow:hidden;
}

#noticia4
{
	width:371px;
	height:69px;
	position: absolute;
	left: 430px;
	top: 87px;
	z-index: 4;
	overflow:hidden;
}

#noticiaFlecha
{
	width:16px;
	height:16px;
	position: absolute;
	left: 5px;
	top: 0px;
	z-index: 5;
	overflow:hidden;
	background-image:  url(../imgs/otros/flecha.jpg);
}

#noticiaTitulo
{
	width:332px;
	height:17px;
	position: absolute;
	left: 37px;
	top: 1px;
	z-index: 5;
	overflow:hidden;
	color:#32404B;
	font-size:8pt;
	text-align:left;
	letter-spacing: 0.5pt;
	font-family: Arial;
	font-weight:bold;
}

#noticiaResumen
{
	width:371px;
	height:45px;
	position: absolute;
	left: 0px;
	top: 22px;
	z-index: 5;
	overflow:hidden;
	color:#32404B;
	font-size:8pt;
	text-align:left;
	letter-spacing: 0.1pt;
	font-family: Arial;
	font-weight:normal;
}

a:link
{
	color:#43535E;
	text-decoration:none;
}
a:visited
{
	color:#43535E;
	text-decoration:none;
}
a:hover
{
	color:#43535E;
	text-decoration:underline;
}
a:active
{
	color:#43535E;
	text-decoration:none;
}