@charset "UTF-8";
/* CSS Document */
#carruselCasaEco { display:block; position:relative !important;}
#owl-demo .item {
	padding: 0px 0px;
	margin: 10px 5px;
	color: #FFF;
	text-align: center;
	color:#333;
}
.customNavigationEco {
	text-align: center;
}
.customNavigationEco 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);
	z-index:11;
}

.btnEco { width:46px; height:60px; background-color:#50A42B; position:absolute !important; top:80px; z-index:100; text-align:center; line-height:60px; cursor:pointer;}
.btnEco:hover { background-color:#3B7A20;}
.btnEco.next { right:0;
-webkit-border-radius:8px 0 0 8px;
   -moz-border-radius:8px 0 0 8px;
        border-radius:8px 0 0 8px;
}
.btnEco.prev { left:0;
-webkit-border-radius:0 8px 8px 0;
   -moz-border-radius:0 8px 8px 0;
        border-radius:0 8px 8px 0;
}

i.btnEco-prev { width:23px; height:23px; display:block; background-image:url(/static/contenido/CasaEco/img/sprite.png); background-position:-183px -496px; margin:18px auto 0;}
i.btnEco-next { width:23px; height:23px; display:block; background-image:url(/static/contenido/CasaEco/img/sprite.png);  background-position:-211px -496px; margin:18px auto 0;}

.owl-carousel .owl-item { width:209px !important;}
 .owl-theme .owl-controls .owl-page span { display:none;}
 
 #caja-flotante {
    width: 990px;
    height: auto;
    background-color: #50a42b !important;}

