#mycustomscroll {
	/* DIMENSIONES DEL SCROLL */
	width: 400px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #F1F1F3;*/
	margin: 0 auto;
	padding: 0px 15px 15px 15px;
}

