/* Basic jQuery Slider essential styles */

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;
font-family: "Roboto", sans-serif;
font-size: 12px;
color: #4b4136;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;
display: none;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;
display: none;}
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;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #4b4136;
    /*display: none;*/}




/*


ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:rgba(255,255,255,0.5);
	color:#947F69;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#947F69;
	color:#fff;
}

*/
    
    
    
p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

/*----------------------basura-----------------------------*/

/*#container:hover { 
    background-color: #4b4136;
}


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




.d4x1_5_slider:hover { 
    background-image: url(img/banner01.jpg);
}*/


/*.d4x1_5_slider:hover {
filter: invert(1);
-webkit-filter: invert(1);
-moz-filter: invert(1);
-o-filter: invert(1);
-ms-filter: invert(1);
}*/

/*---------------------------------------------------*/

/*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;
}

h2{
	font-size: 48px;
}

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

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

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


/*
ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}*/




/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* Responsive */
/* Si es menor a 560PX */
@media screen and (max-width:560px){
    
p.bjqs-caption{
	background: rgba(255,255,255,0.5);
    height: 10px;
}

p.bjqs-caption{display:block;
    width:100%;
    margin:0;
    padding:2%;
    padding-bottom: 10px;
    position:absolute;
    bottom:0;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #4b4136;}