.contenido{

	height: 20%;

}
.mas{
	color: green;
	font-weight: bold;
	cursor: pointer;
}

.mas:hover{
	color: lightgreen;
}