/* Reglas personalizadas CSS */

/*links generales*/

#content a:hover   {
    color: #205c90 !important;
    text-decoration: underline;
}

#content a:visited   {
    color: #205c90 !important;
    text-decoration: none;
}

/*sumario de ficheros PDF*/
.summary   {
  line-height: 1.8em;  
}

/*líneas descripción*/
.documentDescription   {
  margin-top:20px;
  margin-bottom:30px;
}

/*Cuadro de Contenidos relacionados*/
#relatedItemBox {
  border: 1px dotted #CCC;
  width: 99%;
  background-color: #f0f0f0;
  padding: .5em;
  overflow: hidden;
}

/*lineas a puntos*/
hr{
    border:1px dotted #336699;
    /*width: 50%;*/
}
/* titulos azules negrita   */
.TitolBlau {
    color: #616E85 !important;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc !important;
    width: 90%;
}
p.TitolBlau:before {
    /*content: ">" !important;*/
    content: url(img/fletxa_gris_dreta.png);
    padding-right: 3px;
    line-height: 20px;
    }
/* titulos azul fuerte   */
.TitolBlaufort {
    color: #474a64 !important;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc !important;
    width: 90%;
}

/*titols agenda
.headline a {
    color: #2d88db !important;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    border-bottom: 1px dotted #ccc !important;
    width: 90%;
}
a.headline:visited   {
    color: #2d88db !important;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    border-bottom: 1px dotted #ccc !important;
    width: 90%;
}*/
/*llegiu mes*/
.more a{
    color: #97a3b0 !important;
    font-size: 10px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc !important;
    width: 80px;
}
.more:before a{
    content: "+" !important;
}

/*data de publicació*/
.description {
    color: #6c7092 !important;
    font-size: 10px;
   /* font-weight: bold;*/
    border-bottom: 1px dotted #ccc !important;
    width: 80px;
}
/* titulos con icono PDF   */
.TitolPDF {
    font-weight: bold;
    text-decoration: none;
}
p.TitolPDF:before {
    content: url(img/pdf_icon.png);
    padding-right: 3px;
    line-height: 20px;
    }
a.TitolPDF:before{
    content: url(img/pdf_icon.png);
    padding-right: 3px;
    line-height: 20px;
    }

/*TURISME - GUIA PRACTICA*/
/* titulos con avion   */
.TitolBlauAvio {
    color: #474a64 !important;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc !important;
    width: 90%;
}
p.TitolBlauAvio:before {
    content: url(img/avio_icon.png);
    padding-right: 3px;
    line-height: 20px;
    }
    
/* titulos con autobus   */
.TitolBlauAutobus {
    color: #58647a !important;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc !important;
    width: 90%;
}
p.TitolBlauAutobus:before {
    /*content: ">" !important;*/
    content: url(img/autobus_icon.png);
    padding-right: 3px;
    line-height: 20px;
    }

/* titulos con tren   */
.TitolBlauTren {
    color: #58647a !important;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc !important;
    width: 90%;
}
p.TitolBlauTren:before {
    /*content: ">" !important;*/
    content: url(img/tren_icon.png);
    padding-right: 3px;
    line-height: 20px;
    }

/*listas con icono*/
.IconoLista:before {
    content: url(img/fletxa_gris_dreta.png);
    padding-right: 3px;
    vertical-align: top;
    }
p.IconoLista:hover {
     background:#f5f5f5;
    }
    
/*linea separadora  */
.documentByLine {
   line-height: 25px !important;  
   /*border-bottom: 1px dotted #ccc !important;
   width: 590px;*/
    } 


/*ESTILOS CAROUSEL   */
.carousel-text {
background-color: #000000;
opacity: 0.8;
/*bottom: 0px;*/
left: 0;
padding: 10;
position: absolute;
width: 600px;
text-align:center;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
}
.carousel-banner-1 {
display: block;
}
.carousel-pager {
    /*margin: 0.75em 0;*/
    margin:0 auto; /*center-aligned*/
}
.carousel-pager-item,
.carousel-pager-button-prev,
.carousel-pager-button-next {
    background-color:  #757575;
    padding: 0.25em 0.5em;
    text-align:center;
}
.carousel-pager-item-active {
    background-color: #9FB0B5;
    text-align:center;
}
.carousel-pager-item-active:link,
.carousel-pager-item-active:visited,
.carousel-pager-item-active .carousel-title {
color: white;
}
.carousel-pager-item-classic {
cursor: pointer;
}
.carousel-settings-introduction {
margin-bottom: 1em;
}

/*Text sobre foto*/

.imageText {
    position: relative;
    width: 100%; /* for IE 6 */
}

.imageTextsobre {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    }

.imageTextsobre span {
    color: white;
    font: bold 24px/45px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    padding: 10px;
    }

/* SLIDERS PAG INTERIORES */

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
#sliderFrame 
{
    position:relative;
    width:100%;
    max-width: 600px;
    margin:0 auto; /*center-aligned*/
    height: 310px;
}

#slider, #slider div.sliderInner {
    width:100%;height:310px;/* Must be the same size as the slider images */
}

#slider {
    background:#fff url(img/loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

#slider img {
    width: 100%;
}

/* image wrapper */
#slider a.imgLink, #slider  {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
#slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background:none;
}
#slider div.mc-caption {
	font: bold 14px/20px Helvetica;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
#slider div.mc-caption a {
	color:#FB0;
}
#slider div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/

#slider div.navBulletsWrapper  {
    top:320px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(img/bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */

#slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(img/loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider img, #slider>b, #slider a>b {
	position:absolute; border:none; display:none;
}

#slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}


/* TEXT MUTED*/
.text-muted a{ 
    font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    color: #7C8790; 
    text-decoration: none; 
    text-indent: 0.2cm;   
}
.FonsBlauTable-bordered td{
    background:#eff6ff;
}
/*LINEA PUNTOS VISTA COLECCIONES*/
#div-bordercol { 
border-bottom:1px dotted #c1e7fa;
} 



/* ------------------------------------- 
    	NEWSLETTER 
------------------------------------- */
.hiddenStructure{
    display: none;   
}
#footer_alta {
    text-align: justify !important;
    color: #696969 !important;
    font-size: 10px;
}

/* ------------------------------------- 
        cerca 
------------------------------------- */
.documentFirstHeading{ 
    color: #572502 !important;
}
