/* CSS Document */

div#newsHome
{
	margin-left: 10px;
	height: 250px;
	width: 554px;	
}

div#newsHomeContainer
{
	width: 554px;
	background: url(../imatges/news/newsBackground.gif) left top repeat-y;
}

ul.newsHomelist
{
	margin: 0;
	padding: 0;
	height: 430px;
	width: 530px;
	overflow: auto;
}

ul.newsHomelist li
{
	clear: left;
}

div.noticiaDestacat
{
	margin-left: 20px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;	
}

div.noticiaDestacat table
{
	width: 460px;
}

div.noticiaFoto
{
	float: left;
	width: 174px;
}

div.noticiaInfo
{
	padding-left: 5px;
	display: block;
	color: white;
	font-weight: bold;
}

div.noticiaInfo span
{
	color: #fca303;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 4px;
}

div.noticiatitular
{
	margin-bottom: 20px;

}

div.noticiatitular a
{
	text-decoration: none;
	color: white;
}

div.noticiatitular a:hover
{
	text-decoration: underline;
}

div.noticiacos
{
	color: black;
	padding-bottom: 10px;
	background: url(../imatges/news/filetFinalNoticia.gif) left bottom no-repeat;
	margin-bottom: 10px;
}