.cuadro-categorias {
	width: 728px;
	height: 740px;
	background: #e7d3fc;
	border: none;
	border-radius: 5px;
	margin: 3px 0px;
}

.h1 a {
	color: rgba(255,255,255,1);
	font-size: 20px;
	text-decoration: none;
	vertical-align: text-top;
}

.h1 a:hover {
	text-decoration: underline;
}

.h1 img {
	margin: 5px 10px;
}

.cuadro-categorias ul {
		list-style-type: none;
		padding: 10px 10px;
}

.cuadro-categorias li {
	width: 220px;
	height: 160px;
	border: none;
	float: right;
	margin: 3px 6px;
	text-align: center;
}

.cuadro-categorias img {
	border: 1px rgba(255,255,255,0.9);
}

.cuadro-categorias img:hover {
     color: #72179D;
     border: 3px solid ;
     
      
}     

.cuadro-categorias li a {
	font: Arial;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.cuadro-categorias li a:hover {
	color: #72179D;
	font-weight: bold;
}

.mas {
	float: right;
	margin: 10px;
}

.mas a{
	font-size: 18px;
	color: #72179D;
	text-decoration: none;
	font-weight: bold;
}

.mas a:hover {
	color: #a90dce;
	text-decoration: none;
	font-weight: bold;
}