/**
 * 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: 0 0 30px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
	height: auto;
}
.page .bx-wrapper li {
margin: 0 5px;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;

}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* 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: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        position: absolute;
        z-index: 100;
        top: 90%;
        height: 22px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
        background: #fff;
        border: 1px solid #FFFFFF;
        text-indent: -9999px;
        display: block;
        width: 15px;
        height: 15px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
        background: transparent;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-prev-custom a, .bx-next-custom a{
	position:absolute;
text-indent: -9999px;
width: 100%;
outline: 0;
height: 56px;
display: block;
top: 0;
}
.bx-prev-custom {
	position:absolute;
	left: -20px;
	top: 40%;
	background: url(images/controls2.png) no-repeat 0px 0px;
	width: 75px;
	height: 56px;
	z-index: 100;	
}

.bx-next-custom {
	position:absolute;
	right: -20px;
	top: 40%;
	background: url(images/controls2.png) no-repeat -117px 0;
	outline: 0;
	width: 75px;
	height: 56px;
	
	z-index: 100;	
}
/*.bx-prev-custom:hover {
	background-position: 0 0;
}

.bx-next-custom:hover {
	background-position: -117px 0;
}*/

.bx-wrapper .bx-prev {
	left: -20px;
	background: url(images/controls2.png) no-repeat 0px 0px;
}

.bx-wrapper .bx-next {
	right: -20px;
	background: url(images/controls2.png) no-repeat -117px 0px;
}

/*.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -117px 0;
}*/

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 75px;
	height: 56px;
	text-indent: -9999px;
	z-index: 100;
}

.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: 20px;
	width: 100%;
	text-shadow: 1px 1px 0 #000000;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 5px 0px;
	line-height: 1em;
	font-weight: 500;

}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width:240px) {
	.bx-wrapper {
	margin: 0 0 0px;
	}
	.bx-prev-custom {
	background: url(images/controls2.png) no-repeat -20px -12px;
	height: 30px;
	top: 20%;
	}
	.bx-next-custom {
	background: url(images/controls2.png) no-repeat -97px -12px;
	height: 30px;
	top: 20%;
	}
	.bx-prev-custom:hover {
		background-position: 0 -12px;
	}
	.bx-next-custom:hover {
		background-position: -117px -12px;
	}
}
@media screen and (min-width:241px) and (max-width:320px) {

	.bx-wrapper {
	margin:0 0 0px;
	}
	.bx-prev-custom {
	background: url(images/controls2.png) no-repeat -20px -12px;
	height: 30px;
	top: 20%;
	}
	.bx-next-custom {
	background: url(images/controls2.png) no-repeat -97px -12px;
	height: 30px;
	top: 20%;
	}
	.bx-prev-custom:hover {
		background-position: 0 -12px;
	}
	.bx-wrapper .bx-next {
	    background-position:-117px -15px;
	}
	.bx-wrapper .bx-prev {
	    background-position: 0 -15px;
	    left: -20px;
	}	
	.bx-next-custom:hover {
		background-position: -117px -12px;
	}
	.bx-wrapper .bx-controls-direction a{height: 25px;}	
}
@media screen and (min-width:321px) and (max-width:480px) {


}/* Aqu� ingresaras el estilo de los elementos que necesites cambiar para que se adapten correctamente a una resoluci�n max de 340px*/
@media screen and (min-width:481px) and (max-width:800px) {

}/* Ingresa el estilo de los elementos que necesites cambiar para que se adapten correctamente a una resoluci�n max de 480px*/
@media screen and (min-width:801px) and (max-width:1024px) {

}
@media screen and (min-width:1024px) {

}/* Ingresa el estilo de los elementos que necesites cambiar para que se adapten correctamente a una resoluci�n max de 768px*/
