body {font-family:Helvetica, Arial, sans-serif; font-size:14px; padding:0px; margin:0px;}



/* Àrees */

#area-esquerra {
	width:250px;
	position:absolute;
	top:28px;
	left:15px;
	height:585px;
}

#area-dreta {
	position:absolute;
	top:28px;
	bottom:0px;
	left:275px;
	right:0px;
	padding-right:10px;
	overflow:auto;
}




.header {font-family:Georgia, "Times New Roman", Times, serif; padding-bottom:20px;}
.title {font-size:24px; font-weight:bold;padding-bottom:10px; color:#1A5291; line-height:23px;}
.subtitle {font-size:13px; color:#333; font-style:italic;}
.cerca {color:#333; font-size:12px; font-weight:bold;}
.filtra {color:#333; font-size:12px; font-weight:bold; padding-top:40px; padding-bottom:3px; text-align:left;}



/* Estils bombolla */
.bombolla {margin:0px;}
.titol {font-size:16px; font-weight:bold; line-height:18px; color:#1A5291;}
.fitxa {font-size:12px; color: #333; border-bottom:solid 1px #CCC; border-top:solid 1px #CCC; padding-top:3px; padding-bottom:3px; margin-top:10px; margin-bottom:10px;line-height:18px;}
.peu-imatge {font-size:11px; color:#999;}
.descripcio {font-family:Georgia, "Times New Roman", Times, serif; line-height:18px; margin-top:10px; margin-bottom:10px;}
.opinio {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; padding:10px; background-color:#D6E0F1; line-height:18px;}


/* Retocs aparença general */
.exhibit-facet {padding-top:8px;}
.exhibit-facet-value {font-size:12px;}
.exhibit-facet-value-link {color:#333;}
.timeline-band-1 .timeline-date-label {display:none;}
.exhibit-facet-header-title {color:#333; font-size:12px;}
/* .exhibit-facet-value-count {display:none;} */
.exhibit-resizableDivWidget-resizer {display:none;}
.exhibit-legendWidget-entry {font-size:13px;}




/* migas */

#crumb {
    color: #333;
    background-color: white;
    border-bottom: 1px solid #ccc;
    padding: 3px 8px;
	margin: 0px;
}

#crumb li {
	display: inline;
    padding-left: 10px;
    padding-right: 0px;
    background-image: url(imatges/estructura/arrow-crumb.gif);
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

#crumb li:first-child
{
background:none;
}

#crumb a:link { color: #666; text-decoration:none; }
#crumb a:hover { color: #666; text-decoration:underline}
#crumb a:visited { color: #666; }

#crumb span {
    font-weight: bold;
}



/* colofó */

#colofo {
	margin-top: 25px;
	width:250px;
	color:#666;
	font-size: 12px;

}

#gracmonlogo {
	border-top: 1px solid #ccc;
	color:#ccc;
	padding-top:7px;
	padding-bottom:0px;
}

#about {
	padding-bottom:10px;
}

#about a { color: #333 }
#about a:link { color: #333; text-decoration:none; }
#about a:hover { color: #333; text-decoration:underline}
#about a:visited { color: #333; }


#ministerio {
	color:#ccc;
	line-height:14px;
	padding-top: 5px;
}




/* Carregant */

.exhibit-busyIndicator {display:none}






/* pop-ups */


.popup {
    display:none; 
    width:30em; 
    border: 5px solid white;
    background-color: white;
    color: black;
    font-size: 12px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 30%;
    z-index: 1001;
    padding: 20px;
}

#projecte {
	top: 50px;
	min-height:80px; 
}

#credits {
	top: 50px;
	min-height:80px;
}

/* #bibliografia p{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
} */

#glossari {
	top: 50px;
	min-height:80px;
}	

#ajuda {
	top: 50px;
	min-height:80px;
}

#modalBackground {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1000;
}





div.simileAjax-bubble-border-left {
    position:   absolute;
    left:       -50px;
    top:        0px;
    width:      50px;
    height:     100%;
}
div.simileAjax-bubble-border-left-pngTranslucent {
    background: url(http://www.simile-widgets.org/timeline/api/images/bubble-left.png) top right repeat-y;
}

div.simileAjax-bubble-border-right {
    position:   absolute;
    right:      -50px;
    top:        0px;
    width:      50px;
    height:     100%;
}
.simileAjax-bubble-border-right-pngTranslucent {
    background: url(http://www.simile-widgets.org/timeline/api/images/bubble-right.png) top left repeat-y;
}

div.simileAjax-bubble-border-top {
    position:   absolute;
    top:        -50px;
    left:       0px;
    width:      100%;
    height:     50px;
}
.simileAjax-bubble-border-top-pngTranslucent {
    background: url(http://www.simile-widgets.org/timeline/api/images/bubble-top.png) bottom left repeat-x;
}

div.simileAjax-bubble-border-bottom {
    position:   absolute;
    bottom:     -50px;
    left:       0px;
    width:      100%;
    height:     50px;
}
.simileAjax-bubble-border-bottom-pngTranslucent {
    background: url(http://www.simile-widgets.org/timeline/api/images/bubble-bottom.png) top left repeat-x;
}

div.simileAjax-bubble-border-top-left {
    position:   absolute;
    top:        -50px;
    left:       -50px;
    width:      50px;
    height:     50px;
}
.simileAjax-bubble-border-top-left-pngTranslucent {
    background: url(http://www.simile-widgets.org/timeline/api/images/bubble-top-left.png) bottom right no-repeat;
}

div.simileAjax-bubble-border-top-right {
    position:   absolute;
    top:        -50px;
    right:      -50px;
    width:      50px;
    height:     50px;
}
.simileAjax-bubble-border-top-right-pngTranslucent {
    background: url(http://www.simile-widgets.org/timeline/api/images/bubble-top-right.png) bottom left no-repeat;
}

div.simileAjax-bubble-border-bottom-left {
    position:   absolute;
    bottom:     -50px;
    left:       -50px;
    width:      50px;
    height:     50px;
}
.simileAjax-bubble-border-bottom-left-pngTranslucent {
    background: url(http://www.simile-widgets.org/timeline/api/images/bubble-bottom-left.png) top right no-repeat;
}

div.simileAjax-bubble-border-bottom-right {
    position:   absolute;
    bottom:     -50px;
    right:      -50px;
    width:      50px;
    height:     50px;
}

.simileAjax-bubble-border-bottom-right-pngTranslucent {
    background: url(http://www.simile-widgets.org/timeline/api/images/bubble-bottom-right.png) top left no-repeat;
}

div.simileAjax-bubble-close {
    position:   absolute;
    right:      -10px;
    top:        -12px;
    width:      16px;
    height:     16px;
    cursor:     pointer;
}
.simileAjax-bubble-close-pngTranslucent {
    background: url(http://www.simile-widgets.org/timeline/api/images/close-button.png) no-repeat;
}



