.anugran {
margin-top:1em;
background-color:black;
color:white;
font-size:14px;
text-align:center;
width:280px;
}

.anugran h3{
font-size:17px;
}

#uber{
width:960px;
/*border:1px solid red;*/
margin:0 auto 0 auto;
position:relative;
height:100%;
}




ul,li , h2{
	list-style:none;
	padding:0;
	margin:0;
	font-size:100%;
}
	


#noticias {
	width:250px;
	font-size:12px;
	position:absolute;
	top:10%;
	left:0px;
	padding:5px;
	padding-bottom:20px;
	min-height:300px;
	/*background-color:#000;*/
	background:url(../images/fons_noticies.png);
	
}

#noticias h2{

	background-color:#FC0;
	color:#000;
	padding:5px;
	margin-bottom:10px;
	text-align: center;
	font-weight:bold;
}

#noticias li{
	margin-bottom:2px;
}

#noticias a{
	padding:5px 10px 10px 15px;
	text-decoration:none;
	/*background-repeat:repeat-y;*/
	background-position:left top;
	display:block;
	background-color:#1A1A1A;
	color:#FFF;
}

#noticias a span{
	font-size: 10px;
	color:#FC0;
}

#noticias a:hover span{
	text-decoration:underline;
}




#noticias li.tipus0 a{
	color:#CCC;
}

#noticias li a:hover{
	background-color:#0A0A0A;
}

#noticias li.tipus1 a{
	background-color:#040;
	font-weight:bold;
}

#noticias li.tipus1 a:hover{
	background-color:#020;
}

#noticias li.tipus2{
	margin-bottom:5px;
}
#noticias li.tipus2 a{
	border:2px solid red;
	background-color:#900;
	background-image:url(../images/decor_urgente.gif);
	font-weight:bold;
	
}

#noticias li.tipus2 a:hover{
	background-color:#700;
}
