@charset "utf-8";
/* CSS Document */

.slider-vertical img {
	float: left;
}

.contenedor-slider {
	width:270px;
	height:220px;
	overflow: hidden;
	position: relative;
	margin:5px 0 0 0;
}
.bloque-slider {
	position: relative;
	top: 0;

}
.modulo-slider {
	height:300px;
	width:90%;
	/* los paddings los coloque independientes para que se puedan obtener por javascript */
	padding:10px;
	position:relative;
	margin: 0 40px 0 0;
}
.modulo-slider h4 {
	margin: 0;
	width:190px;
	color:#900;
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
}
.mover-slider-vertical {
	position: absolute;
	width: 36px;
	right: -1px;
	top: 20px;
	margin: 0;
	/*background: #fff url(../images/slider-vertical-bg.jpg) no-repeat 0 4px;*/
}
.mover-slider-vertical {
	display: block;
	width: 21px;
	height: 21px;
	margin: 10px 0 40px 20px;
	text-indent: -9999em;
	outline: none;
	line-height: 0;
	font-size: 0;
}
.subir-slider,.bajar-slider {
	cursor:pointer;
}

/* @end slide-vertical */
