/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    min-width:175px;     
    min-height:175px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/docroot/escacc/imgs/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

em:hover{
	  cursor:pointer;
}

.gallery { 
    max-height: 150px;
    max-width: 150px;
}

/*  Especial botons de compartir */

div.topsy_widget_data, div.topsy_widget_shortcode 
{
  float:right !important;

}

.fb_share_count_wrapper {
  padding-right:5px;
}

.fbshare{  
  float:left !important;
  left:-10px;
  padding:0.5em;
  position:relative;
  top:-5px;             
}

.fb_share_size_Small {
  margin-top:.5em;
  }
 /* ***************************************************** */
 

a.prev {
    background: url("/docroot/escacc/imgs/prev-arrow-catalog.jpg") no-repeat;
	display: block;
    float: left;  
	cursor: pointer;	
	font-size:1px;
	margin: 0px 0;
    width: 150px;
	
}

a.next {
    background: url("/docroot/escacc/imgs/next-arrow-catalog.jpg") no-repeat;
	display: block;
    float: left;  
	cursor: pointer;	
	font-size:1px;
	margin: 5px 0;
    width: 150px;
}
a.prev.disabled {	
	background: url("/docroot/escacc/imgs/prev-arrow-catalog-disabled.jpg") no-repeat !important;
	display: block;
    float: left;  
	cursor: pointer;	
	font-size:1px;
	margin: 0px 0;
    width: 150px;
	
} 

a.next.disabled {
	background: url("/docroot/escacc/imgs/next-arrow-catalog-disabled.jpg") no-repeat !important;
	display: block;
    float: left;  
	cursor: pointer;	
	font-size:1px;
	margin: 5px 0;
    width: 150px;
} 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/* ****************************************************** */

#scrollable-bloc.scrollable {
    height: 410px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

#scrollable-bloc.scrollable .items {
    background-color: white;
    height: 20000em;
    position: absolute;
    width: 150px;
}

#scrollable-bloc.scrollable .items .last {
	border-bottom: 2px solid #909090!important;
    margin-bottom: 15px!important;
}

#scrollable-rss.scrollable .items .item {
  min-height:375px;
}



/* **************************************** */

#scrollable-rss.scrollable {
    min-height: 510px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

#scrollable-rss.scrollable .itemsdelicious {
    background-color: white;
    height: 20000em;
    position: absolute;
    width: 150px;
}

#scrollable-rss.scrollable .itemsdelicious .item {
  min-height:50px;
}


#scrollable-rss.scrollable .itemsdelicious .last {
	border-bottom: 2px solid #909090;
    margin-bottom: 15px;
}

/* **************************************** */

#scrollable-enllacos.scrollable {
    min-height: 310px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

#scrollable-enllacos.scrollable .itemsenllacos {
    background-color: white;
    height: 20000em;
    position: absolute;
    width: 150px;
}

#scrollable-enllacos.scrollable .itemsenllacos .item {
  min-height:25px;
}

#scrollable-enllacos.scrollable .itemsenllacos .last {	
	border-bottom: 2px solid #909090;
    margin-bottom: 15px;
}

/* **************************************** */

#scrollable-mitjans.scrollable {
    min-height: 310px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

#scrollable-mitjans.scrollable .itemsmitjans {
    background-color: white;
    height: 20000em;
    position: absolute;
    width: 150px;
}

#scrollable-mitjans.scrollable .itemsmitjans .item {
  min-height:25px;
}

#scrollable-mitjans.scrollable .itemsmitjans .last {
	border-bottom: 2px solid #909090;
    margin-bottom: 15px;
}


/* ******************************************** */

div#main .xtradiv {
    margin-right: 92px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 515px;
}


div#main .xtradiv p.searcher {
    float: left;
    padding-right: 10px;
}




/* ******************************************** */

.description ol{
  margin-left:	18px;
}
