/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* mouse grab icon */


.giratorias{max-width:100%; }

#owl-demo .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 0px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




.grabbing { 
    cursor:url(../imagenes/grabbing.png) 8 8, move;
}


#owl-placas2 .owl-buttons {
	opacity: 0 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#owl-placas2:hover .owl-buttons {
	opacity: 1 !important;
	
}


.owl-page, .owl-buttons {cursor: pointer}

#owl-placas2{margin-bottom: 30px;}
.owl-pagination{position: relative; top: 0.4em; clear:both; }


.owl-theme .owl-controls{
	/*margin-top: 4px;*/
	text-align: center;
}

/* Styling Next and Prev buttons */

#nova.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}




.owl-prev {
	position: absolute;
	left: 1em;
	bottom: -2px;
	color: #999;
}
.owl-next {
	position: absolute;
	right: 1em;
	bottom: -2px;
	color: #999;
}

@media (min-width: 768px) {
.owl-prev {
/*	top: 40%;*/
	BACKGROUND-color: rgba(255,255,255,0.2);
	color: #999;
	 border-radius: 1em;
	width: 30px;
	height: 30px;   margin-left:0;
	bottom:0em;
	box-shadow:  none;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-next {
	/*top: 40%;*/
	BACKGROUND-color: rgba(255,255,255,0.2);
	color: #999;
		 border-radius: 1em;
	width: 30px;
	height: 30px;  margin-right:0;
		bottom:0em;
		box-shadow:  none;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-prev:hover {
	BACKGROUND-color: white;
	color: #333;
	 margin-left: -5px;
	 box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
.owl-next:hover {
	BACKGROUND-color: white;
	color: #333;
	 margin-right: -5px;
	  box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
}




/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=40);/*IE7 fix*/
	opacity: 0.4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #666666
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../imagenes/AjaxLoader.gif) no-repeat center center
}




/* GIRATORIAS INTERNAS */ 

.giratorias_internas .owl-wrapper-outer{overflow: hidden;}

.giratorias_internas .owl-carousel{overflow: inherit;}

.giratorias_internas .owl-prev {
	position: absolute;
	left: -2em;
	top: -2px;
	color: #999;
}
.giratorias_internas .owl-next {
	position: absolute;
	right: -2em;
	top: -2px;
	color: #999;
}

@media (min-width: 768px) {
.giratorias_internas .owl-prev {
	top: -2px;
	BACKGROUND-color: transparent !important;
	color: #666;
	 border-radius: 12px;
	width: 30px;
	height: 60px;   margin-left:0;
	left: -35px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.giratorias_internas .owl-next {
top: -2px;
	BACKGROUND-color: transparent !important;
	color: #666;
	border-radius: 12px;
	width: 30px;
	height: 60px;  margin-right:0;

	right: -35px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.giratorias_internas .galeria  .owl-prev, .giratorias_internas   .galeria .owl-next {top: 0px !important; }


.giratorias_internas .owl-prev:hover {

	color: #000;
	 margin-left: -5px;
}
.giratorias_internas .owl-next:hover {

	color: #000;
	 margin-right: -5px;
}
}

#owl-id{background-color: white;}
#owl-id .item {border: 6px solid #ddd; display: inline-block; padding: 4px; margin:10px;}

.padding20{padding: 4px;}
#owl-id .item h3{text-align: center;}

@media (min-width: 768px) {

	.padding20{padding: 20px;}
	#owl-id .item{padding: 20px;}
	#owl-id .item h3{text-align: left;}

	}


	.galeria  .owl-item{text-align: center; background-color: white;	}

	.galeria  .owl-pagination{
	display: block !important; padding-bottom: 40px; text-align:  left; padding-left: 10px;
}

.giratorias_internas .item { width: 90%	;}

.anchoInitial .item{width: initial !important;}
