@charset "utf-8";
/* CSS Document */

html, body{height:100%}

body{
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
}

h1{
font-size: 46px;
margin: 0px;
font-weight: normal;
letter-spacing: 2px;
line-height: 45px;
}

ul{
margin: 0px;
padding-left: 15px;
}

li{
margin-top: 5px;
}

p{
margin-top: 10px;
margin-bottom: 0px;
}

a{
text-decoration: none;
color: white;
}

img{
border:none;
}

#container{
margin-left:auto;
margin-right:auto;
text-align:left;
width:800px;
}

#content-container{
width: 100%;
height: 350px;
}

#content-left{
width: 210px;
height: 350px;
float: left;
}

#content-right{
width: 210px;
height: 350px;
float: left;
}

#div-menu{
height: 125px;
background-color: black;
font-size: 9px;
}

#div-menu a{
color: white;
padding-top: 2px;
display: block;
margin-left: 10px;
text-decoration: none;
font-weight: bold;
}

#div-menu a:hover{
color: #9a98ca;
}

#div-menu a.actiu, #treballa a.actiu{
color: #9a98ca;
}

.content-padding{
width: 5px;
height: 350px;
float: left;
}

#contingut{
width: 370px;
height: 350px;
background-color: #8c8acb;
float: left;
color: white;
}

#treballa{
background-color: black;
font-size: 10px;
margin-top: 0px;
}

#treballa a{
margin: 0px;
color: white;
padding-top: 1px;
padding-bottom: 2px;
border-top: 1px solid white;
display: block;
padding-left: 10px;
text-decoration: none;
font-weight: bold;
}

#treballa a:hover{
color: #9a98ca;
}

.div-marges{
margin: 5px 10px 0px 10px;
}

#foot{
font-size: 10px;
color: grey;
text-align: center;
margin-top: 15px;
}

a.pujar{
display:block;
height: 10px;
background-image:url(../img/up.gif);
background-position: 100% 100%;
background-repeat: no-repeat;
cursor: default;
}

a.pujar:hover{
background-image:url(../img/up-actiu.gif);
}


a.baixar{
display:block;
height: 10px;
background-image:url(../img/down.gif);
background-position: 100% 100%;
background-repeat: no-repeat;
cursor: default;
}

a.baixar:hover{
background-image:url(../img/down-actiu.gif);
}

.masies{
line-height: 18px;
}

.masies strong{
color: #c7c6ff;
text-transform:uppercase;
}

textarea, input.camp{
width: 250px;
background-color: #5d5db5;
border: 1px solid #9092df;
color: #FFFFFF;
font-size: 11px;
padding: 2px;
}

input.campnadal{
width: 250px;
background-color: #E9868B;
border: 1px solid #FC9994;
color: #FFFFFF;
font-size: 11px;
padding: 2px;
}

textarea.campnadal{
background-color: #E9868B;
border: 1px solid #FC9994;
}

textarea{
height: 50px;
overflow:auto;
}

input{
font-size: 11px;
}

/*lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lb-prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lb-next.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*fi de lightbox*/
