/* Notícies - Àrea de Participació Ciutadana - Ajuntament d'Alcúdia  
   stylesheet © 2007 28Motivos http://www.28motivos.com
  --------------------------------------------------------------------------- */
@import url(../estil.css);

#header {
	background:url(img/header.gif) no-repeat;
	}

#body {
	background:url(img/body.gif) repeat-y;
	}

#footer {
	background:url(img/footer.gif) no-repeat;
	}


#main {
	float:none; margin-left:0px; padding-left:0px; 
	}


#noticies {float:left; width:525px; padding-top:20px; position:relative; left:230px; margin-top:20px;}
#newsleft {float:left; width:172px; padding:0px; margin:0px;}

#part_dreta{float:right; width:348px; padding:0px; margin:0px; position:relative;}
#newsright {float:right; width:172px; padding:0px; margin:0px; position:relative; }
#newsmiddle{float:left; width:172px; padding:0px; margin:0px; position:relative;}


#noticies .noticia, #noticies .noticia_destacada_pc, #noticies .noticia_destacada_dl, #noticies .noticia_destacada_jov {
	float:left; width:165px; 
	border:1px solid #ccc; 
	padding:3px; margin-bottom:5px;
	}

#noticies .noticia_destacada_pc { border:1px solid #59869B;}
#noticies .noticia_destacada_dl { border:1px solid #BD955A;}
#noticies .noticia_destacada_jov { border:1px solid #800000;}

h2 {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:2px;
	text-transform:none;
}

#titol_pc { padding-left:4px; color:#FFFFFF; background-color:#59869B;font-size:10px; margin-bottom:3px; text-transform:uppercase}
#titol_jov { padding-left:4px;color:#FFFFFF; background-color:#800000;font-size:10px;	margin-bottom:3px;text-transform:uppercase}
#titol_dl { padding-left:4px;color:#FFFFFF; background-color:#BD955A;font-size:10px;	margin-bottom:3px;text-transform:uppercase}

.jov {color:#800000;}
.pc {color:#59869B;}
.dl {color:#BD955A;}

a.jov:link, a.jov:visited {
	color:#800000; /*background:#fff*/;
	}
	
a.pc:link, a.pc:visited {
	color:#59869B; /*background:#fff*/; 
	}
	 
a.dl:link, a.dl:visited {
	color:#BD955A; /*background:#fff*/;
	}

a.jov:hover {color:#fff; background:#800000;}
a.pc:hover {color:#fff; background:#59869B;}
a.dl:hover {color:#fff; background:#BD955A;}



#noticies .noticia .foto {
	float:left; width:85px;  margin:0px; padding:0px;
	}
#noticies .noticia .nofoto {
	float:left; width:85px; height:63px; background:#deded1; margin:0px; padding:0px;
	}

#noticies .noticia .text {
	margin-left:2px;
	}

#noticies .noticia .text h2 {
	margin:0px;
	letter-spacing:normal;
	padding:3px 0px;
	font-size:0.7em;
	font-weight:bold;
	text-transform:uppercase;
	}


.data {
	font-size:8px;
	/*padding-bottom:2px;*/
	color:#444;
	}

#noticies .noticia p {margin:0px;}

#noticies #altresNoticies {
	//position:absolute;
	bottom:0px; right:0px;
	display:block;
	width:170px;
	height:12px;
	background:url(img/mesnoticies.jpg) no-repeat;
	text-indent:-9000px;
	clear:both;
	}

#noticies #altresNoticies:hover {
	background-position:0px -13px;
}


#toynoticies {
	background-image:url(img/toynoticies.gif);
	top:-205px; left:210px;
	width:279px; height:254px;
	}


#toyllistadistribucio {
	background-image:url(img/llistadistribucio.gif); 
	background-position: top left;
	top:20px; left:60px;
	width:96px; height:132px;
	}

#toyservei010 {
	background-image:url(img/servei010.gif);
	background-position: top left;
	top:20px; left:60px; /*170*/
	width:100px; height:100px;
	}
	
#toyllistadistribucio:hover, #toyservei010:hover {
	background-position:top right;
	}