
#imagen {
	position:relative;
	width:490px;
	height:375px;
	z-index:1;
}
#sombra {
	position:absolute;
	width:490px;
	height:80px;
	z-index:1;
	background-color:#006600;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	top: -28px;
	font-family: Verdana;
	font-size:12px;
	color:white;
}
#noticias {
	position:relative;
	width:600px;
	height:300px;
	z-index:2;
	/* left: 288px; */
	/* top: 90px; */
}

.tablaNoticias {
font-family: Verdana;
font-size:10px;
border: solid 1px #E4E4E4;
}

.tablaNoticias td {
border: solid 1px #F3F3F3;
}

.seleccion {
font-family: Arial;
font-size:12px;
background-color:#009900;
font-weight:bold;
color:white;
cursor:pointer;
}

.noseleccion {
font-family:Arial;
font-size:12px;
background-color:#FF9900;
cursor:pointer;
}
