/* slider para responsive. */
.bg-section .auxi .rsWithBullets {position: relative;}
.bg-section .auxi .rsWithBullets .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #e5e5e5;);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.bg-section .auxi .rsWithBullets .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.bg-section .auxi .rsWithBullets .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	background: #a1a1a1; border:2px solid #a1a1a1; cursor:pointer;
}
.bg-section .auxi .rsWithBullets .rsBullet.rsNavSelected span {
	background-color: #c51f37;
}

.bg-section .auxi .rsOverflow .rsArrow.rsArrowDisabled {}
.bg-section .auxi .rsOverflow .rsArrow .rsArrowIcn {background: url("/master/imag/auxi/sprite.png") no-repeat; width:30px; height:30px; position:absolute; top:85px; cursor:pointer;}
.bg-section .auxi .rsOverflow .rsArrow.rsArrowLeft .rsArrowIcn {background-position: -340px -655px;}
.bg-section .auxi .rsOverflow .rsArrow.rsArrowRight .rsArrowIcn {background-position: -340px -735px; right:0;}

.rs_seccion_responsive_items {width: 100%; min-height: 250px;}

.rsArrowLeft {cursor:pointer; height:30px; position:absolute; top:0; width:30px; left:0;}
.rsArrowRight {cursor:pointer; height:30px; position:absolute; top:0; width:30px; right:0;}