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

body{
	font-family: "Open Sans", helvetica, arial;
}

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:620px;
	margin:0 auto;
	padding-bottom:80px;
}

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

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

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

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

p.bjqs-caption{
background: rgba(0,0,0,0.7);
color: white;
}
/*h3{
position: absolute;
left: 0px;
bottom: 157px;
z-index: 999;
width: 98%;
padding-left: 2%;
background: rgba(0,0,0,0.7);
color: #6DB404;
font-weight: 600;
}
.tituloslidedos{
position: absolute;
left: 0px;
bottom: 69px;
z-index: 999;
width: 98%;
padding-left: 2%;
background: rgba(0,0,0,0.7);
color: #6DB404;
font-weight: 600;
}*/
.slideuno{
position: absolute;
left: 0px;
bottom: 0px;
z-index: 999;
width: 98%;
padding-left: 2%;
padding-bottom: 25px;
background: rgba(0,0,0,0.7);
color: white;
font-weight: 600;
font-size: 16px;
}
.slideuno h3{
	color: #6DB404;
}
.text{
position: absolute;
right: 60px;
top: 40px;
z-index: 999;
width: 98%;
padding-left: 2%;
padding-top: 25px;
background: rgba(0,0,0,0.7);
color: white;
font-weight: 600;
font-size: 13px;
width: 300px;
height: 500px;
overflow: auto;
}
.tituloslidecero{
position: absolute;
left: 0px;
top: -15px;
z-index: 999;
width: 98%;
height: 20px;
padding-left: 2%;
background: rgba(0,0,0,0.2);
color: #6DB404;
font-weight: 600;
font-size: 22px;
font-weight: bold;
text-align: center;
}