/* CSS Document */

div#home
{
	margin-left: 10px;
	height: 250px;
	width: 553px;
	margin-bottom: 20px;
	color: white;

}

div#home .detallFoto
{
	font-size: 80%;
}

div#home .detallFoto strong
{
	font-weight: bold;
}

div#homeContainer
{
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../imatges/AraFemBackground.png) left top repeat-y;
	height: 231px;
}

div.shortcutprograma
{
	float: left;
	width: 150px;
	height: 200px;
}

div.infoprograma
{
	display: block;
}

div#home h1
{
	color: white;
	font-weight: bold;
	font-size: 100%;
}

div#homeContainer h1
{
	margin-bottom: 5px;
	margin-left: 2px;
}

div#homeContainer p
{
	color: white;
	margin-top: 10px;
	font-size: 90%;		
}

div#homeContainer .mesinfo
{
	margin-top: 20px;
	color: #ff3300;
	font-size: 85%;
}

div#homeContainer .mesinfo a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

div#homeContainer .detallFoto
{
	padding: 5px;
	width: 130px;
}

div#homeContainer .mesinfo a:hover
{
	text-decoration: underline;
}

div#news
{
	margin-left: 10px;
	width: 553px;	
	clear: left;
}

div#newsContainer
{
	background: url(../imatges/NewsBackground.png) left top repeat-y;
	height: 228px;
}


div#newsContainer .noticiaFoto
{
	margin-right: 5px;
}

div.noticiaInfo
{
	margin-left: 10px;
	display: block;
}

div.logonews
{
	float: right;
	margin-right: 20px;
}

ul.newslist
{
	margin: 0;
	padding: 0;
	height: 200px;
}

ul.newslist li
{
	clear: left;
	height: 70px;
}

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

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

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

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

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

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