/* Horaris - À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;
	}

#toyhoraris {
	float:left; width:251px; height:547px;
	background:url(img/horaris.gif) no-repeat 0px 10px; 
}
	
#horaris {
	float:left; width:430px; 
	position:relative; top:-30px;
	}	
	
#horaris .apartat {
	background:#dedede; 
	padding:5px 0px;
	margin-bottom:20px;}
#horaris .apartat p {margin:0px; background:#dedede;}	
#horaris h2 {
	color:#666; background:#dedede; 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	margin-bottom:0px;
	
}

#main h2, #main p, #main h3 {padding-left:20px;}
#main h2, #main h3 { text-transform:uppercase; font-weight:bold; font-size:0.75em;}
#main p {color:#777; background:#fff;}

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

	
