/* Slider */
.jssorb05 {
	position: absolute;
	left:0;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div{
	background:url(imagenes/inactivo.png) no-repeat;
	background-size:contain;
}
.jssorb05 div:hover{
	background:url(imagenes/activo.png) no-repeat;
	background-size:contain;
}
.jssorb05 .av{
	background:url(imagenes/activo.png) no-repeat;
	background-size:contain;
}
.jssorb05 .av:hover{
	background:url(imagenes/inactivo.png) no-repeat;
	background-size:contain;
}
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	top:50% !important;
}
.jssora22l { 
	background:url(imagenes/flecha-izq.svg) no-repeat;
	background-size:contain;
}
.jssora22r {
	background:url(imagenes/flecha-der.svg) no-repeat;
	background-size:contain;
}
.contenidoTextoSlide{
	font-family:black;
	color:#0C3;
	top:45% !important;
	margin-top:-17px;
	position:absolute;
	width:100%;
	color:#FFF;
	letter-spacing:1px;
	text-align:center;
}
.tituloSlide{
	font-size:15px;
}
.subtituloSlide{
	font-size:25px;
	margin-top:-2px;
}
/* Slider */