
.scrollable {
	float: right;
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 525px;
	height:70px;
	position: relative;
	/* custom decorations */
	border:1px solid #335C91;
	background: #FFF;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:15px 5px 15px 21px;
	background-color:#fff;
	padding:2px;
	/*border:1px solid #ccc;*/
	cursor:pointer;
	/*width:35px;*/
	height:35px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

.carrusel{
	background: #003376 url(../../imag/back/backCarru.jpg) repeat-x 0 0;
	padding: 5px;
	margin-bottom: 10px;
	clear: left;
}
.infoSena{
	float: left;
	text-align: center;
	width: 80px;
	color: #FFF;
	
}
.infoSena em{
	font-style: normal;
	font-size: 11px;
	color: #88A0BF;
	display: block;
	margin-bottom: 5px;
}
.infoSena strong{
	font-size: 30px;
	display: block;
	margin-bottom: 5px;
}
.infoSena span{
	font-size: 9px;
	display: block;
	line-height: 110%;
}
/* Botones */

.prevPage{
	display: block;
	width: 25px;
	height: 24px;
	text-indent: -10000px;
	background: url(../../imag/boto/botoAtraCarru.jpg) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 999;
}
.nextPage{
	display: block;
	width: 25px;
	height: 24px;
	text-indent: -10000px;
	background: url(../../imag/boto/botoAdelCarru.jpg) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 20px;
}

