.slide-desc-bg {
	background: #222;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.slide-desc-text {
	color: #fff;
	padding: 100px;
	text-align: left;
}
.slide-desc-text .slide-title {
	font-size: 1.2em; /* SQ */
	color: #eeee88;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.slide-desc-text .slide-title a {
	color: #eeee88;
}
.djslider .navigation-container a {
	outline: none;
	
}
.djslider-loader {
	background: url(loader.gif) center center no-repeat;
	
}

/* achica titulo SQ */
.slide-date{
  font-size: 85%;
}

.djslider li {
	text-align: center;
}

.djslider-interlineado
{
  font-family: Arial;
  line-height: 1.15em;
}

.djslider-interlineado .slide-date
{
  margin-top: 30px;
  margin-bottom: 10px;
}

.djslider-interlineado .djslider .slide-desc-text .slide-title{
  font-family: Arial !important;
  font-size: 1.5em   !important;
  font-weight: 700;
  line-height: 1.0em !important;
}

span.load-button {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #222;
	border: 1px solid #fff;
	box-shadow: 0 0 2px #fff;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 7px;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}
span.load-button-active {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

span.fecha {
   background-color: #999;
   padding: 3px;
   width: 110px;
   text-align: center;
   font-family:verdana, arial;
   font-size: 12pt;
}


/*** image on the left and 100% height of description area ***/
 
.djslider li {
	text-align: left;
}
.slide-desc,
.slide-desc-in {
	height: 100%;
}
.slide-desc-bg {
	background: #242424	;
	opacity: 1 !important;
	filter: alpha(opacity = 100)!important;
}
 
 
