/* Demo CSS - You do not need this css in your own slider */

body{
	font-family: sans-serif;
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    display:none;
}

h2{
	font-size: 48px;
}

pre + h2{
	margin-top: 80px;
}

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}

#Image-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{    
    width:55px;
    height:55px;
	display:block;	
    text-indent: 100%;    
    white-space: nowrap;
    overflow: hidden;
    outline: none;		
}

.bjqs-prev a {  
    background: url(../img/redisenio/flecha-izquierda.png) -54px 0;
}

.bjqs-next a {
    background: url(../img/redisenio/flecha-derecha.png) -54px 0;
}

ul.bjqs-controls.v-centered li a:hover{
	background-position: 0px 0px;
}

ol.bjqs-markers li a{ 
	background:url(../img/redisenio/paginador-slider.png) no-repeat;
	color:#fff;
	margin:5px;
	text-decoration: none;
    width: 12px;
    height: 12px;
    white-space: nowrap;
    overflow: hidden;
    outline: none;		
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background-position: -12px 0px;
}

/*p.bjqs-caption, .titulo-rotador{
	background: rgba(255,255,255,0.5);
    color: blue;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}*/
                    
.titulo-rotador {
   background: rgba(5, 39, 71, 0.8) none repeat scroll 0 0;
    color: blue;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    top: 340px;
}

.titulo-rotador a {   
    display: block;
    color: #fff;
}