/* OWL Accesos */

.owl-carousel .owl-nav {
	position:absolute;
	top: 35%;
	width:100%;
	margin: 0 auto;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav .owl-prev {
	color:transparent;
	width:19px;
	height:60px;
	margin: 0;
    padding: 0;
    background: none;
    display: inline-block;
    cursor: pointer;
    background: url(../../../img/prev.png);
    margin-left: -30px;
}

.owl-carousel .owl-nav .owl-next {
	color:transparent;
	width:19px;
	height:60px;
	margin: 0;
    padding: 0;
    background: none;
    display: inline-block;
    cursor: pointer;
    background: url(../../../img/next.png);
    float:right;
    margin-right: -30px;
}

.owl-carousel .owl-nav [class*='owl-']:hover {
	opacity: .8;
}

 .owl-carousel .owl-nav .disabled {
 	opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
	margin-top: 20px;
}

.owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #777;
}
