/* Full d'estil per defecte de la Casanova del Puig */

body {  
	background-color: #337537;
	background-image: url(fons.jpg);
	background-repeat: repeat-y;
}

div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	}

div.contacte {
	position: absolute;
	top: 10px;
	left: 12px;
	color: white;
	font-size: small;
}
a.links {
	color: white;
}
div.logo {
	position: absolute;
	top: 15px;
	right: 15px;
}
div.menuesq {
	position: absolute;
	top: 140px;
	left: 25px;
	/* width: 200px;*/
	/*font-size: large;*/
}
div.contingut {
	position: absolute;
	top: 170px;
	left: 25px;
	width: 450px;
}

div.galeria {
	position: absolute;
	top: 170px;
	left: 25px;
	/*width: 450px;*/
}

img.flotant {
	float: right;
	margin: 4px;
}

p {
	color: white;

}

img {
	color: white;
}
