#module1 {
  width: 100%;
}
#module1 a{
	display: block;
	z-index:1;
	margin-top:-50px;
	background-color:transparent;
	position:relative;
	padding:30px 0 4px;
	text-align: center;
	background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
}

#module1 a.collapsed:after {
  content: '+ Ver Más';
}

#module1 a:not(.collapsed):after {
  content: '- Ver Menos';
}

#module1 #collapseIndex1.collapse:not(.show) {
    display: block;
    height: 70px !important;
    overflow: hidden;
}

#module1 #collapseIndex1.collapsing {
  height: 70px ;
}

#module2 {
  width: 100%;
}
#module2 a{
	display: block;
	z-index:1;
	margin-top:-50px;
	background-color:transparent;
	position:relative;
	padding:30px 0 4px;
	text-align: center;
	background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
}

#module2 a.collapsed:after {
  content: '+ Ver Más';
}

#module2 a:not(.collapsed):after {
  content: '- Ver Menos';
}

#module2 #collapseIndex2.collapse:not(.show) {
    display: block;
    height: 70px !important;
    overflow: hidden;
}

#module2 #collapseIndex2.collapsing {
  height: 70px ;
}