@charset "utf-8";
/* CSS Document */
body { background-image:url(../imatges/fons.gif); background-repeat:repeat; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;
}
div#centrar { position:absolute; left:50%; top:50%; width:1000px; height:600px; margin-left:-500px; margin-top:-300px;  }
div#menu { float:left; width:256px; height:600px; }
div#fons-blanc { float:right; width:659px; height:495px; margin-top:60px; background-image:url(../imatges/fons-blanc.gif); background-repeat:no-repeat;} 
div#logo { float:left; width:167px; height:167px; padding-left:54px; padding-top:60px; }
div#menu-empresa { float:left; width:205px; height:30px; padding-left:91px; padding-top:8px; }
div#menu-servicios { float:left; width:205px; height:30px; padding-left:91px; padding-top:24px; }
div#menu-contactar { float:left; width:205px; height:30px; padding-left:91px; padding-top:8px; }
div#menu-business { float:left; width:205px; height:30px; padding-left:91px; padding-top:8px; }
div#menu-situacion { float:left; width:205px; height:30px; padding-left:91px; padding-top:8px; }
div#direccio { float:left; width:205px; padding-left:91px; padding-top:36px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px; }
a.direccio_link:visited { 
	font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px; text-decoration:none;
	}
a.direccio_link:link {
	font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px; text-decoration:none;	
}

a.direccio_link:hover {
	font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px; text-decoration:underline;	
}
a.direccio_link:active {
	font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px; text-decoration:none;
	}
.mapa-text { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000;}

#wrap {
        background:#EEE;
        width:470px;
        margin:10px auto 10px auto;
        padding:10px;
}
h1 {
	font-family: helvetica, sans-serif, arial;
	color: #9F141A;
	font-size: 170%;
	margin-bottom: 0.2em;
}
h2 {
	font-family: helvetica, sans-serif, arial;
	color: #9F141A;
	font-size: 150%;
	margin-bottom: 0.2em;
}
#contactform {
	width:500px;
	margin:10px auto 10px auto;
}
form {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin : 0;
	padding : 0;
}
fieldset {
	float : left;
	margin : 0 .5em 0 .5em;
	padding : 1em;
	border : 1px solid #9F141A;
}
fieldset div {
	width:180px; /* Width for modern browsers */
	w\idth: 180px; /* Width for IE6 */
	border:0px solid #9F141A;
	margin:0 auto 0 auto;
	padding:1px;
}

* html fieldset div {
	width: 200px; /* Width for IE5 */
	w\idth: 180px; /* Width for IE6 */
}

fieldset div input {
	width: 176px; /* Width for modern browsers */
	w\idth: 176px; /* Width for IE6 */
	border : 3px double #9F141A;
	padding : 1px;
}

* html fieldset div input {
	width: 180px; /* Width for IE5 */
	w\idth: 176px; /* Width for IE6 */
}
fieldset div br {
	display : none;
}
legend {
	font-weight : bold;
	color : #000000;
	margin : 0;
	padding : 0.5em;
}
label {
	display : block;
}
label em {
	font-style : normal;
	text-decoration : underline;
	color : #900;
}
input {
	width: 180px;
	background: #fafbfc;
	border : 3px double #9F141A;
}
input#counter {
	margin:0px;
	border:3px double #9F141A;
	font-size: 100%;
}
input#submit {
	border: 3px double #9F141A;
	padding: .25em;
	background: #F1F8F6 url('fade.png') repeat-x;
	margin:5px 4px 5px 4px;
	color: #333;
	font-size:150%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input#counter:active, input#submit:active {
	border: 3px double #9F141A;

}
textarea {
	padding: 0;
	margin:5px auto 10px auto;
	background: #fafbfc;
	border : 3px double #9F141A;
	width: 180px;
	height:180px;
}
input:hover, textarea:hover {
	background:#fff;
}
input:focus, textarea:focus {
	border : 3px double #666;
	background:#fff;
}
#back {
        display:block;
        background:#333;
        color:#FAFBFC;
        width:250px;
        font-size:150%;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        padding:10px;
        margin:30px auto 30px auto;
}
#back:hover {
        background:#DDD;
        color:#555;
}