/* Notícia - À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:left; width:700px;
	position:relative; left:45px;
	}

#toynoticia {
	float:left; width:200px; height:462px;
	background:url(img/noticia.gif) no-repeat 50px 10px; 
}
	
#noticia {
	float:left; width:450px; position:relative; 
	padding-top:29px;
	}

#imatge {
	float:left; position:relative; right:10px;
	/*width:115px; height:130px; */
	}	
	

#main a:link, 
#main a:visited {color:#59869B;}
#main a:hover {color:#333;}

	

