

.mainContent {
	float:right;
	width: 250px;
	height:388px;
	overflow-y: scroll;
    overflow-x: hidden;
		
}


/* Scroll Personalizado */

.mainContent::-webkit-scrollbar {
	width: 7px;
}

.mainContent::-webkit-scrollbar-thumb {
	background: red;
	border-radius: 5px;
}
#content {
	
	overflow-y: scroll;
    overflow-x: hidden;
		
}

/* Scroll Personalizado */

#content::-webkit-scrollbar {
	width: 7px;
}

#content::-webkit-scrollbar-thumb {
	background: red;
	border-radius: 5px;
}