.owl-theme .owl-controls {
	text-align:center;
	margin-top:10px;
}

.owl-theme .owl-controls .owl-buttons div {
	color:#fff;
	font-size:12px;
	padding:3px 10px;
	margin:5px;
	background:#000;
	filter:Alpha(Opacity=90);
	opacity:0.9;
	display:inline-block;
	zoom:1;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left:-3%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right:-3%;
}

.owl-theme .owl-controls .owl-buttons [class*=owl-] {
    width:25px;
    height:40px;
    font-size:20px;
    color:#fea000;
    text-align:center;
    line-height:200%;
    bottom:45%;
    padding:0 5px;
    margin:0;
    background:#4301c7;
	border-radius:5px;
	box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);
    position:absolute;
    transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    color:#4301c7;
	text-decoration:none;
    background:#fea000;
	filter:Alpha(Opacity=100);
	opacity:1;
}

.owl-theme .owl-controls .owl-page {
	display:inline-block;
	zoom:1;
	*display:inline;
}

.owl-theme .owl-controls .owl-page span {
	width:15px;
	height:15px;
	margin:5px 7px;
	background:#1a7382;
	border-radius:50%;
	filter:Alpha(Opacity=50);
	opacity:0.5;
	display:block;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter:Alpha(Opacity=100);
	opacity:1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	width:auto;
	height:auto;
	font-size:12px;
	color:#fff;
	padding:2px 10px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}

.owl-item.loading {
	min-height:150px;
	background:url('../imagenes/owlc_slid_load.gif') no-repeat center center;
}

/*** MEDI QUER ***/
@media (min-width:240px) and (max-width:480px) {

	.owl-theme .owl-controls .owl-buttons [class*=owl-] {
		width:45px;
		height:45px;
		font-size:26px;
		bottom:45%;
	}
	
}

@media (min-width:1792px) {
	
	.owl-theme .owl-controls {
		margin-top:13px;
	}
	
	.owl-theme .owl-controls .owl-buttons div {
		font-size:16px;
		padding:4px 13px;
		margin:7px;
	}
	
	.owl-theme .owl-controls .owl-buttons [class*=owl-] {
		width:67px;
		height:67px;
		font-size:40px;
		padding:0 7px;
		box-shadow:0px 7px 13px 0px rgba(0,0,0,0.2);
	}
	
	.owl-theme .owl-controls .owl-page span {
		width:20px;
		height:20x;
		margin:7px 9px;
	}
	
	.owl-theme .owl-controls .owl-page span.owl-numbers {
		font-size:16px;
		padding:2px 13px;
		-webkit-border-radius:40px;
		-moz-border-radius:40px;
		border-radius:40px;
	}

}