body {
	
	margin: 0;
	font: bold 16px 'PT Sans', Helvetica, Arial, sans-serif;
	color: #034699;
        border-radius: 5px;
}





#slider {		
	position: relative;
	background: #fff url(../images/loading.gif) center center no-repeat;
	z-index: 10;
        border-radius: 5px;
        align: left;

}


#slider img {
	visibility: hidden;
        border-radius: 5px;

}


a.slider-nav {	
	width: 35px;
	height: 34px;
	top: 50%;
	margin-top: -17px;		
}


.slider-nav.prev {
	background: url(../imagenes/left-arrow.png) no-repeat;
	left: -0px;
}

.slider-nav.next {
	background: url(../imagenes/right-arrow.png) no-repeat;
	right: -0px;
}


.slider-timer {
	width: 20px;
	height: 30px;
}

.slider-timer.play {
	background: url(../imagenes/slider-play.png) center center no-repeat;
}

.slider-timer.pause {
	background: url(../imagenes/slider-pause.png) center center no-repeat;
}

.slider3d .control-links {
	margin-top: -20px;
}

.slider2d .control-links, #slider.fallback .control-links {
	bottom: -50px;
}


.slider-caption {
	background: #fff;
        background: rgba(255, 255, 255, 0.7);	
	color: #000;
        border-radius: 5px;

}

.slider-caption a {
	color: #2D6294;
}



#description {	
	width: 400px;
        border-radius: 5px;

}

#description h3 {
	font: 42px 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #3A61A8;	
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	text-align: center;
	margin-bottom: 40px;
        border-radius: 5px;
}

#description p {	
	margin: 20px 0 40px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #333;
        border-radius: 5px;
}

#description ul {
	margin: 20px 0 40px 0;
        border-radius: 5px;
}










/* ccslider content */



/* Styles for next/prev and play/pause buttons */
a.slider-nav {
	position: absolute;	
	top: 50%;
	z-index: 200;	
	cursor: pointer;
	display: none;	
}

.slider-nav.prev {	
	left: 0;
}

.slider-nav.next {	
	right: 0;
}

.ccslider:hover .slider-nav {
	display: block;
}

.slider-timer {	
	position: absolute;	
	right: 20px;	
	top: 20px;
	z-index: 200;	
	cursor: pointer;
	display: none;
}

.ccslider:hover .slider-timer {
	display: block;
}


/* Styles for the control links */
.control-links {
    position: absolute;
    line-height: 0;
}



/* Caption styles */
.cc-caption {
	display: none;
}

.slider-caption {
	background: #fff;
    background: rgba(255, 250, 250, 0.5);


    z-index: 101;
    color: #000;
    padding: 10px;
    font-size: 14px;
    position: absolute;
	overflow: hidden;
	display: none;
}

.slider-caption.bottom {
	left: 0;
	right: 0;
    bottom: 0;
}

.slider-caption.top {
	left: 0;
	right: 0;
    top: 0;
}

.slider-caption.left {
	left: 0;
	top: 0;
    bottom: 0;
	width: 100px;
}

.slider-caption.right {
	right: 0;
	top: 0;
    bottom: 0;
	width: 100px;
}






/* Containers for custom HTML content */
.cc-htmlwrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
        border-radius: 5px;
} 

.cc-html {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
        border-radius: 5px;
}

.cc-html img {    /* This ensures that images inside custom html content are visible */
	visibility: visible !important;
        border-radius: 5px;
}





/* position the canvas elements for 3d effect */
.ccslider canvas {
	position: absolute;
	top: 0;
	left: 0;
        border-radius: 5px;
}










