/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 20px auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: auto;
}

/** THEME
===================================*/

.grupos .bx-viewport {}
.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;*/
	/*left: -5px;*/
	/*background: #fff;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,.40);
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 97;
}

/* PAGER */
.commentsContainer .bx-wrapper .bx-has-pager {
	width: 100%;
}
.bx-wrapper .bx-has-pager {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.commentsContainer .bx-wrapper .bx-pager {
	top: initial;
	bottom: -50px;
	width: auto;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	background-color: transparent;
	margin-left: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.commentsContainer .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	left: 0;
	vertical-align: middle;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: block;
	*zoom: 1;
	*display: inline;
	position: relative;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.commentsContainer .bx-wrapper .bx-pager.bx-default-pager a {
	width: 6px;
	height: 6px;
	background: #B3B3B3;
	margin: 0 12px 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 7px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 25px;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child a {
	margin-bottom: 0;
}
.commentsContainer .bx-wrapper .bx-pager.bx-default-pager a:hover,
.commentsContainer .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #998cf2;
	background: -moz-linear-gradient(-180deg, #998cf2 0%, #37986B 100%);
	background: -webkit-linear-gradient(-180deg, #998cf2 0%,#37986B 100%);
	background: linear-gradient(-180deg, #998cf2 0%,#37986B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#998cf2', endColorstr='#37986B',GradientType=1 );
	border: 0;
	width: 10px;
	height: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
	border: 2px solid #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	-webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;
	webkit-transform:scale(0.9); -moz-transform:scale(0.9); transform:scale(0.9); left:-150px; background:url(../img/transparent.png); 
}

.bx-wrapper .bx-prev:before {content:" ";width:17px;height:4px;display:block;background:#fff;position:absolute;left:0px;transform:rotate(-45deg); -o-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -webkit-transition: .3s;
   -moz-transition: .3s;
    -ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
        transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%;
        top: 30px;}
.bx-wrapper .bx-prev:after {content:" ";width:17px;height:4px;display:block;background:#fff;position:absolute;left:-2px;transform:rotate(45deg); -o-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); top:28px; -webkit-transition: .3s;
   -moz-transition: .3s;
    -ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
        transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%;}

.bx-wrapper .bx-prev:hover:before {transform:rotate(-55deg); -o-transform:rotate(-55deg); -moz-transform:rotate(-55deg); -webkit-transform:rotate(-55deg); -ms-transform:rotate(-55deg); background:#37986B; left:1px;}
.bx-wrapper .bx-prev:hover:after {transform:rotate(55deg); -o-transform:rotate(55deg); -moz-transform:rotate(55deg); -webkit-transform:rotate(55deg); -ms-transform:rotate(55deg); background:#37986B;}

.bx-wrapper .bx-next {
	-webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;
	webkit-transform:scale(0.9); -moz-transform:scale(0.9); transform:scale(0.9); right:-160px; background:url(../img/transparent.png);
}

.bx-wrapper .bx-next:before {content:" ";width:17px;height:4px;display:block;background:#fff;position:absolute;left:0px;transform:rotate(45deg); -o-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); -webkit-transition: .3s;
   -moz-transition: .3s;
    -ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
        transform-origin: 100% 100%; -o-transform-origin: 100% 100%; -moz-transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; 
        top: 30px;}
.bx-wrapper .bx-next:after {content:" ";width:17px;height:4px;display:block;background:#fff;position:absolute;left:2px;transform:rotate(-45deg); -o-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); top:28px; -webkit-transition: .3s;
   -moz-transition: .3s;
    -ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
        transform-origin: 100% 100%; -o-transform-origin: 100% 100%; -moz-transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; }

.bx-wrapper .bx-next:hover:before {transform:rotate(55deg); -o-transform:rotate(55deg); -moz-transform:rotate(55deg); -webkit-transform:rotate(55deg); -ms-transform:rotate(55deg); background:#37986B; left:-1px;}
.bx-wrapper .bx-next:hover:after {transform:rotate(-55deg); -o-transform:rotate(-55deg); -moz-transform:rotate(-55deg); -webkit-transform:rotate(-55deg); -ms-transform:rotate(-55deg); background:#37986B;}


.bxSlider-cont-club-grupos .bx-wrapper .bx-prev{left: -11px; background: url('../../img/frontend/controls-actividades.png') no-repeat 0 0px; background-size: auto 40px;}
.bxSlider-cont-club-grupos .bx-wrapper .bx-next{ right: -11px; background: url('../../img/frontend/controls-actividades.png') no-repeat -40px 0px; background-size: auto 40px;}

.galeria .bx-wrapper .bx-prev{left: 26px; background: url('../../img/frontend/controls-actividades.png') no-repeat 0 0px;}
.galeria .bx-wrapper .bx-next{ right: 26px; background: url('../../img/frontend/controls-actividades.png') no-repeat -50px 0px;}

.galeria-thumbnail .bx-wrapper .bx-prev{left: -26px; background: url('../../img/frontend/controls-actividades.png') no-repeat 0 0px;}
.galeria-thumbnail .bx-wrapper .bx-next{ right: -26px; background: url('../../img/frontend/controls-actividades.png') no-repeat -50px 0px;}


.bxSlider-cont-club-grupos .bx-wrapper .bx-controls-direction a{ width: 40px; height: 40px;}
.bxSlider-cont-club-grupos .bx-wrapper .bx-prev{left: -20px; top: 33px;}
.bxSlider-cont-club-grupos .bx-wrapper .bx-next{right: -18px; top: 33px;}

.grupos .bx-wrapper .bx-next{right: -25px;}
.grupos .bx-wrapper .bx-prev{left: -25px;}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 55%;
	margin-top: -36px;
	outline: 0;
	z-index: 99;
	text-indent: -9999px;
	width: 32px;
	height: 70px;
}
/*Noticias*/
.noticias .bx-wrapper .bx-controls-direction a {top:-54px; border-left: 1px solid #fff;}
.noticias .bx-wrapper .bx-prev{left: 203px;}
.noticias .bx-wrapper .bx-prev {background: url('../../img/frontend/arrow3-a.png') no-repeat 0 0px; background-position: center center; width: 57px; height: 55px; margin: 0;}
.noticias .bx-wrapper .bx-prev:hover{-webkit-transform:scale(0.9); -moz-transform:scale(0.9); transform:scale(0.9); background-color: rgba(0,0,0,.2)}
.noticias .bx-wrapper .bx-next {background: url('../../img/frontend/arrow3-b.png') no-repeat 0 0px; background-position: center center;  width: 57px; height: 55px; margin: 0;  right: -4px;}
.noticias .bx-wrapper .bx-next:hover{-webkit-transform:scale(0.9); -moz-transform:scale(0.9); transform:scale(0.9); background-color: rgba(0,0,0,.2)}

/*Horascopo*/
.horascopo .bx-wrapper .bx-controls-direction a {top:-54px; border-left: 1px solid #fff;}
.horascopo .bx-wrapper .bx-prev{left: 203px;}
.horascopo .bx-wrapper .bx-prev {background: url('../../img/frontend/arrow3-a.png') no-repeat 0 0px; background-position: center center; width: 57px; height: 57px; margin: 0;}
.horascopo .bx-wrapper .bx-prev:hover{-webkit-transform:scale(0.9); -moz-transform:scale(0.9); transform:scale(0.9); background-color: rgba(0,0,0,.2)}
.horascopo .bx-wrapper .bx-next {background: url('../../img/frontend/arrow3-b.png') no-repeat 0 0px; background-position: center center;  width: 57px; height: 57px; margin: 0;  right: -4px;}
.horascopo .bx-wrapper .bx-next:hover{-webkit-transform:scale(0.9); -moz-transform:scale(0.9); transform:scale(0.9); background-color: rgba(0,0,0,.2)}

/*Actividades*/

.actividades .bx-wrapper .bx-prev {
	left: 5px;
	background: url('../../img/frontend/controls-actividades.png') no-repeat 0 0px; 
	-webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;
}

.actividades .bx-wrapper .bx-next {
	right: 5px;
	background: url('../../img/frontend/controls-actividades.png') no-repeat -50px 0;
	-webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;
}

/*Cont-aside Grupos HOME*/
.cont-aside.grupos.home .bx-wrapper .bx-next{right: -26px;}
.cont-aside.grupos.home .bx-wrapper .bx-prev{left: -26px;}

/* home*/
.cont-article.home .bx-wrapper .bx-controls-direction a{top:25%;}
.cont-article.home .bx-wrapper .bx-prev{left:0;}
.cont-article.home .bx-wrapper .bx-prev {
	left: -13px;
	background: url('../../img/frontend/controls-actividades.png') no-repeat 0 0px; 
	opacity: 1; background-size: auto 40px;
	-webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;
}
.cont-article.home .bx-wrapper .bx-next {
	right:-11px;
	background: url('../../img/frontend/controls-actividades.png') no-repeat -40px 0;
	opacity: 1; background-size: auto 40px;
	-webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; transition: all 0.1s ease 0s;
}
.cont-article.home .bx-wrapper .bx-controls-direction a{width: 40px; height: 40px; margin-top: -10px;}
.cont-article.home .proximas .bx-wrapper .bx-controls-direction a{width: 40px; height: 40px; margin-top: -20px;}


.actividades .bx-wrapper .bx-prev:hover {}

.actividades .bx-wrapper .bx-next:hover {}

.actividades .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 68;
}

.galeria .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 68;
}
.galeria-thumbnail .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 68;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*Contenido Subido*/
.contenido-subido .bx-wrapper .bx-prev {
	left: -25px; width: 50px; height: 50px;
	background: url('../../img/frontend/controls-actividades.png') no-repeat 0 0px;;  
	background-size: auto 50px;
}

.contenido-subido .bx-wrapper .bx-next {
	right: -25px; width: 50px; height: 50px;
	background: url('../../img/frontend/controls-actividades.png') no-repeat -50px 0;
	background-size: auto 50px;
}
.contenido-subido .bx-wrapper .bx-controls-direction a{margin-top: -25px;}