*{
margin:0;
padding:0;
}
/* body{  
background-color:orangered;
font-family: 'Pathway Gothic One', sans-serif;
}
header{
background:gray;
text-align:center;
box-shadow:0 .1em 1em black;
height:30px;
line-height: 30px;
vertical-align:middle;
}
header a{
color:whitesmoke;
text-decoration:none;
}
header a:hover{
color:#ddd;
}
 #slider{
margin:150px auto;
box-shadow: 0 .1em 1em black;
-webkit-box-shadow: 0 .1em 1em black;
-moz-box-shadow: 0 .1em 1em black;
-o-box-shadow: 0 .1em 1em black;
}*/
 
 
/* ESTILOS DEL SLIDESHOW */
 
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
 
 
.bjqs-caption{
color:black;
background:whitesmoke;
opacity:.75;
}
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.bjqs-markers{
position: relative;
margin: auto;
bottom: 30em;
font-size:0.1em;
z-index:5;
}
ol.bjqs-markers li a{
padding: 1px 10px;
background: transparent;
color: rgba(255,255,255,0);
margin: 2px 0.3em;
border: 1px solid #ffffff;
text-decoration: none;
transition:background .5s ease;
-webkit-transition:background .5s ease;
-moz-transition:background .5s ease;
-o-transition:background .5s ease;
}
li.active-marker a, ol.bjqs-markers li a:hover{
background:#ffffff!important;
}
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a {
display: block;
padding: 10px;
background: transparent;
font-family: 'Aaargh';
color: #ccc;
	font-size: 4em;
text-decoration: none;
opacity:.75;
 
transition:color .5s ease, background .5s ease;
-webkit-transition:color .5s ease, background .5s ease;
-moz-transition:color .5s ease, background .5s ease;
-o-transition:color .5s ease, background .5s ease;
}
ul.bjqs-controls.v-centered li a:hover{
    background:transparent;
    color:#666;
	font-family: 'Aaargh';
	font-size: 4em;
	cursor: default;
}
