/* CSS Document */

*{		padding:0;
	margin:0;
}


body {
background-color: #FFFFFF;
background-image: url(../images/pattern01.jpg);
background-repeat: repeat;
padding: 20px 20px 20px 20px;
margin-bottom: 30px;
}

a:link, a:visited { color: #ff8a59; text-decoration: none }
a:hover { text-decoration: underline }

#container{
background : url(../images/fons_600.png) repeat-y;
width:600px;
height:520px;
text-align:left;
margin: auto;
}

#container_admin{
 background-color: #f4f6c2;
  	 border-right-color: #cccccc;
  	 border-right-style: dotted;
  	 border-left-color: #cccccc;
	 border-left-style: dotted;
     border-top-style: dotted;
     border-top-color: #cccccc;
     border-bottom-style: dotted;
     border-bottom-color: #cccccc;
	 width:500px;
	 height:auto;
	 margin-left: 100px;
	 margin-bottom:15px;
	 margin-top:15px;
	 text-align:left;
	 padding: 20px 20px 20px 40px;
	
	  
 	}


#contingut_mapa {
width:500px;
margin:auto;
}

#contingut_mapa_left {
width:250px;
padding: 20px 0px 0px 55px;
float:left;
}

#contingut_mapa_right {
text-align:right;
width:200px;
padding: 14px 55px 0px 0px;
float:right;
}


#header{
width:600px;
height:44px;
background:url(../images/header_600.png);
margin-left: 0px;
/*padding: 0px 20px 0px 0px; NUNCA MAIS CARLUS !!! Marge Superior*/
margin: auto;
margin-top:20px;
}


#clear {
height:20px;
clear:both;
}


#footer{
width:600px;
height:44px;
background:url(../images/footer_600.png);
margin-left: 0px;
/*padding:0px 0px 20px 0px; NUNCA MAIS CARLUS !!! Marge Inferior*/
margin: auto;
margin-bottom: 30px;
}


/* Estils de text */
.text {
font-size:13px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
padding:0 200px 10px 50px;
line-height:150%;
}
.text img{
border: none;}

.info_mapa {
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #7a7a7a;
}

 .print {
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #7a7a7a;
}
.print img { border: 0px	}
.print a:hover { text-decoration:underline;	}

.receptes {
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #ff8a59;
padding-left:35px;
}

/* Títols */
h1 {
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #ff8a59;
}
h2 {
font-size:26px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #ff8a59;
padding-bottom:20px;
font-style:italic;
line-height:100%;
}
h3 {
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #ff8a59;
padding-bottom:5px;
padding-top:10px;
font-style:italic;
/*text-decoration:underline;*/
}







