@charset "utf-8";

html {
background-color: #fff;
}
body {
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}

/*portada*/
#portada {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -236px;
	margin-left: -450px;
	height: 478 px;
	min-height: 478px;
	width: 900px;
	background-image:url(../img/portada.jpg);
	background-repeat:no-repeat;
}	

/*gracia roldan (dalt dreta)*/
#cap {
	margin-left: 355px;
	margin-right: 50px;
	margin-top: 25px;
	min-height: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	text-align: right;
}
.estet { font-size: 0.8em; }

/* menu cap*/
.menu {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
    height: 25px;
}
.menu li {
	display: block;
	float: left;
	list-style: none;
	position: relative;
}
.menu li a {
	color: #90957D;
    display: block;
	font-size: 1.2em;
    line-height: 0.1em;
    padding: 0 20px;
	margin-top: 18px;
    text-decoration: none;
}
.menu li:hover > a { 
	color: #000;
}

#menu_cap {
	padding-left: 318px;
	padding-right: 20px;
}

/*wrap*/
#wrap {
	position:absolute;
	left: 50%;
	margin-left: -450px;
	margin-top: 10px;
	height: 611px;
	width: 900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-repeat: no-repeat;
	border: 2px solid #90957D;
}

/*foto esquerra*/
#esquerra {
	margin:0;
	float:left;
	height: 500px;
	width: 300px;
	min-height: 500px;
	min-width: 300px;
	background-repeat:no-repeat;
}
.esq_d1 { background-image:url(../img/d1.jpg); }
.esq_d2 { background-image:url(../img/d2.jpg); }
.esq_d3 { background-image:url(../img/d3.jpg); }
.esq_d4 { background-image: none; background-color: #FFF; }
.esq_b1 { background-image:url(../img/b1.jpg); }
.esq_b2 { background-image:url(../img/b2.jpg); }
.esq_b3 { background-image:url(../img/b3.jpg); }
.esq_b4 { background-image:url(../img/b4.jpg); }
.esq_b5 { background-image:url(../img/b5.jpg); }
.esq_b6 { background-image:url(../img/b6.jpg); }

/*cos*/
#titol {
	padding-left: 338px;
	margin-top: 20px;
	height: 40px;
	text-align: left;
	font-size: 2.5em;
	line-height: 1.4em;
	color: #90957D;
}
#cos {
	margin-top: 0px;
	margin-left: 343px;
	padding-right: 40px;
	padding-top: 15px;
	font-size: 0.78em;
	line-height: 1.3em;
	text-align: left;
	height: 281px;
	overflow: hidden;
}

/*cos contacte / fotos*/
.mapa_fotos { width: 200px; }
.mapa_fotos img { margin-bottom: 10px; }

/* menu peu*/
#menu_peu_1 {
	height: 100px;
	width: 900px;
	background-color: #FFF;
	padding-top: 10px;
}
#menu_peu_2 {
	height: 82px;
	width: 750px;
	background-color: #FFF;
	padding-top: 10px;
}
#menu_peu_3 {
	height: 65px;
	width: 590px;
	background-color: #FFF;
	padding-top: 10px;
}
#peu {
	margin-top: 15px;
	font-size: 0.6em;
	text-align: center;
}

/* estils */
.img_marge { margin: 10px; }
.buto {
	padding-right:10px;
	float: left;
}
.buto_final {
	padding: 0px;
	float: left;
}
#cos li { margin-left:-20px; }
.negre { color:#000; }
.mapa_text { width: 200px; }
.mail { text-decoration: none; color: #90957D; } 
.mail:hover { text-decoration: underline; color: #000; } 
