@charset "UTF-8";
/* CSS Document */

/* ESTRUCTURA */
body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#centrador{
position:absolute;
left:50%;
top:50%;
width:1px;
height:1px;
z-index:1
}

#logo{
	position:absolute;
	left:-475px;
	top:-475px;
	width:169px;
	height:119px;
	z-index:3;
}

#menu{
	position:absolute;
	left:-478px;
	top:-182px;
	width:169px;
	height:417px;
	z-index:2;
	border-bottom:1px solid #666666;
	background-color:#e6eef2;
}

#desc{
width:100%;
height:180px;
overflow: auto;
background-color:#ffffff;
padding:10px;
overflow-x:hidden;
scrollbar-arrow-color: #333333;
scrollbar-base-color: white;
scrollbar-darkshadow-color: white;
scrollbar-track-color: white;
scrollbar-face-color: white;
scrollbar-shadow-color: #333333;
scrollbar-highlight-color: #333333;
scrollbar-3dlight-color: white;
}

#contingut{
	position:absolute;
	left:-309px;
	top:-196px;
	width:787px;
	height:430px;
	z-index:4;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}

#text{
	position:absolute;
	left:-309px;
	top:-196px;
	width:300px;
	height:396px;
	z-index:8;
	margin:20px;
	margin-left:40px;
	text-align:justify;
	
}

#linea1{
	position:absolute;
	left:66px;
	top:-136px;
	width:1;
	height:371px;
	z-index:5;
}

#linea2{
	position:absolute;
	left:478px;
	top:-196px;
	width:1px;
	height:396px;
	z-index:5;
	
}
h1{
border-bottom:1px dashed #999999;
padding:4px;
font-size:17px;

}
h3{
border-bottom:1px dashed #999999;
padding:4px;
font-size:20px;
}


#idiomes{
	position:absolute;
	left:277px;
	top:-212px;
	width:220px;
	height:13px;
	z-index:6;
}

#adreca{
	position:absolute;
	left:-436px;
	top:243px;
	width:880px;
	height:13px;
	z-index:7;
}

#imatge{
	position:absolute;
	left:67px;
	top:-194px;
	width:411px;
	height:429px;
	z-index:8;
	background-color:#e6eef2;
}

a:link,a:active,a:visited{
color:#333333;
text-decoration:none;
font-weight:bold;
}
a:hover{
color:#ca3651;

}

span.blanc{
color:#ce3751;
}

.menu img{
padding-top:0px;
}
.negre{
color:#000000;
margin-top:8px;
}

img{
border:none;
}

img a:hover{
border:1px solid #993300;
}

img a:link{
border:1px solid #000000;
}
img a:visited{
border:1px solid #000000;
}

input{
font-size: 10px;
color: #4a4646;
background-color:white;
	border:1px solid white;
}
SELECT{
font-family: verdana;
font-size: 10px;
color: white;
background-color:#666;
}