
/* estils generals */
BODY {font-family:Verdana; font-size:12px; margin:0px; background-color:#727d76; overflow-x:hidden;
scrollbar-base-color: #333333;
scrollbar-arrow-color: #EDE3A0;
scrollbar-3dlight-color: #4B4B4B;
scrollbar-darkshadow-color: #333333;
scrollbar-face-color: #5A3129;
scrollbar-highlight-color: #333333;
scrollbar-shadow-color: #333333;
scrollbar-track-color: ##333333;
}
A {color:#B69045; text-decoration:none; }
A:hover {color:#EDE3A0; text-decoration:underline; }
IMG.alphaImage {behavior: url('js/pngbehaviorIE.htc'); border:0px red solid;}
H1 {color:#EDE3A0; font-weight:normal; font-size:20px; margin-bottom:5px;}
H1 IMG {margin-left:5px; margin-right:5px; float:right; margin-top:-25px;}
TD {color:white;}
P {text-align:justify;}

/* LOADING */
DIV.loading {background:url(../images/loadingBackground.gif); text-align:center; width:80px; height:70px; padding:10px; font-size:11px; overflow:hidden; opacity:0.7; filter:alpha(opacity=70);}


/* estils contenidor */
DIV.contenidor {
    width:689px; 
    margin-left:auto; 
    margin-right:auto; 
    background-color:#727D76; 
}
DIV.capsalera {
    background-color:red;
}
DIV.esquerra {
    float:left;
    width:246px; 
    height:693px; 
    background-color:#724230;
    background-image:url('../images/pagina_esquerra.png'); background-repeat:repeat-y; 
    text-align:center;
    color:#EDE3A0;
}
DIV.centre {
    float:left;
    width:439px;
    height:693px;
    background-color:#333333;    
    padding:0px;
    margin:0px;
}
DIV.centreSuperior {
	padding:0;
	margin:0;
    width:439px;
    height:520px;
    color:white;
    overflow-y: auto;
    overflow-x: hidden;
    font-weight:bold;
}

DIV.centreInferior {
    height:170px;
    width:100%;
}
DIV.marqueeNoticies {
    width:215px;   
    float:left;     
    height:150px;
    overflow: hidden;
    margin:5px;
    margin-top:10px;
    font-size:10px;
    font-weight:bold;
    
}
DIV.marqueeNoticies DIV {padding-bottom:5px; }
DIV.marqueeNoticies SPAN.titol {color:#B69045; }
DIV.marqueeNoticies SPAN.cos {color:#767C7A; text-transform: capitalize; }

DIV.divBanner {
    float:left; 
    width:195px;
    height:160px;
    margin-top:10px;
}
DIV.divBanner IMG {border-width:0px;}
DIV.peu {
    clear:both;
    color:#D3DAAC;
    text-align:center;
    background-color:#727D76;
    font-size:10px;
}

DIV.paginaSenseMarges {font-weight:bold; width:439px; background-color:#333333; padding:0px; color:white; }
DIV.pagina {font-weight:bold; padding:10px; color:white;}


/* idiomes */
DIV.idiomes {color:#EDE3A0; padding-top:10px; font-size:10px; }
DIV.idiomes A.selected {color:#EDE3A0; }

/* logo */
DIV.logo {text-align:center; padding-top:25px;}
DIV.logo IMG { width:155px; height:130px; border-width:0px;}
    
/* menu */
DIV.menu {padding:20px; font-size:18px;}
DIV.menu A {display:block; padding:5px; }
DIV.menu A:hover {display:block; padding:5px; }
DIV.menu A.selected {display:block; color:#EDE3A0; padding:5px; background-color:#5A3129; text-decoration:underline;background:url(../images/pagina_menuItemHover.png);}
DIV.menu A.selected:hover {display:block; color:#EDE3A0; padding:5px; background-color:#5A3129; text-decoration:underline;}

/* descripcio */
DIV.descripcio {font-weight:bold; padding:20px; font-size:16px; height:120px; margin-top:30px;}

/* imageGallery */
DIV.imageGallery {}
DIV.imageGallery IMG {border:3px #EEE0A1 solid; cursor:pointer; }
DIV.imageGallery DIV.list {color:#EEE0A1; text-align:center;}
DIV.imageGallery DIV.list A {padding:3px; padding-bottom:2px; }
DIV.imageGallery DIV.list A:hover {}
DIV.imageGallery DIV.list A.selected {background-color:#EEE0A1; color:black; padding:3px; }
DIV.imageGallery DIV.list A.selected:hover {}
DIV.imageGalleryPopup {border:3px #EEE0A1 solid; background-color:white; }
DIV.imageGalleryPopup {cursor:hand}

/* imageGallerySlideShow */
DIV.imageGallerySlideShow {}
DIV.imageGallerySlideShow IMG {display:none; }
DIV.imageGallerySlideShowTitle {position:absolute; color:#EDE3A0; font-weight:bold; text-align:right; padding:5px; background-color:white;
    background-image:url('../images/pagina_esquerra.png');     
}