/*RESET CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;

	
}

/*CSS*/

.banner {width:840px; height:300px;}


body {
	font-family:verdana;
	
	
	
}


#herba {
	margin:0px auto 0 auto;
	width:840px;
	overflow:hidden;
	background:url('../img/grass.jpg');
	
}

#contenedor {
	margin:0px auto 0 auto;
	width:730px;
	overflow:hidden;
	padding:5px;
	background:url('../img/bg.jpg');
	
}

h1 {
	color:#4cbc04;
	font-family: Georgia;
	font-size: 20px;
	font-style:italic;
	
	
	
}
.frase {
	color:#fff;
	font-family: Georgia;
	font-size:23px;
	font-style:italic;
	float:right;
	padding-top:30px;
	text-align:right;
	padding-right:20px;
	
	
}

.petit {
	font-size:11px;
	font-style:italic;
	padding-top:20px;
}
#logo {
	height:130px;
	padding-left:20px;
	
}

h2 {
	color:#5d6003;
	font-family: Georgia;
	font-size:15px;
	font-style:italic;
	padding-bottom:10px;
	
	
}

#imatge {
	float:left;
	width: 454px;
	padding:0;
	margin-top:-30px;
	
}

/*
#fons {
	
	overflow:hidden;
	position:relative;
	width:730px;
	padding:30px 20px 30px 10px
}*/

#text {
	
	/*background-color:#fff;*/
	background:url('../img/mantel.jpg')no-repeat;
	padding:15px;
	float:right;
	font-size:14px;
	width: 200px;
	height:240px;
	/*border: solid 5px #4cbc04;*/
	margin-top:12px;
	margin-bottom:5px;
	margin-right:20px
	text-align:left;
	color:#000;
		
}

#contacte {
	
	float:right;
	background:url('../img/fulla.png')no-repeat;
	margin-right:-20px;
	margin-top:-50px;
	padding-top:35px;
	padding-left:10px;
	width: 201px;
	height:155px;
	text-align:center;
	font-family: Georgia;
	font-size:20px;
	font-style:italic;
	font-weight:bolder;
		
}



#contacte a {
	color:#fff;
	text-decoration:none;
	
}

#contacte a:hover {
	color:#fff;
	text-decoration:underline;
	
}
