/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:30px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{
	width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 2px solid #3ABAB5;}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#3ABAB5;}
.owl-carousel2.owl-theme .owl-nav.disabled+.owl-dots{ display:none;}

.owl-carousel2.owl-theme .owl-nav [class*=owl-]{position:absolute;}

.owl-carousel2.owl-theme .owl-nav{position: absolute;top: 50%;width: 100%; margin-top: -40px; opacity:0; -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.owl-carousel2.owl-theme:hover .owl-nav{opacity:1;}

.owl-carousel2.owl-theme .owl-nav .owl-prev{
    width: 14px;
    height: 19px;
	background: url(../imagenes/bg_direction_nav.png);
    z-index: 100;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
	left:5px;}

.owl-carousel2.owl-theme .owl-nav .owl-next{
	width: 14px;
    height: 19px;
	background: url(../imagenes/bg_direction_nav.png);
	background-position:right;
    z-index: 100;
    cursor: pointer;
    text-indent: -9999px;
	right: 5px;}
.owl-carousel2.owl-theme .owl-dots{
	position: relative;
	bottom:55px;
}

.owl-carousel2.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    display: block;
	-webkit-transition: all 0.3s ease;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border: none !important;
}

.owl-carousel2.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	    background: #3ABAB5;}

