<style type="text/css">
ul.page-list.subpages-page-list {
    list-style: none;
    list-style-type: none;
    background-color: #eee;
    border: 2px solid #CCC;
    padding: 20px;
	font-size: 20px;
	display: inline-block;
	

}
/* Lecciones */

ul.lecciones {
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}

ul.lecciones li {
	list-style-type: none;
	background-color: #f9f9f9;
	margin: 5px;
	padding: 5px 5px 5px 15px;
}

ul.lecciones li:hover {
	background-color: #f1f1f1;

}

ul.lecciones li:first-child {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border: 0px solid #000000;

}

ul.lecciones li:last-child {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 0px solid #000000;
}


ul.lecciones a {
	margin: 0;
	border: none;
}
ul.wpb_page_list {
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}

ul.wpb_page_list li {
	list-style-type: none;
	background-color: #f9f9f9;
	margin: 5px;
	padding: 5px 5px 5px 15px;
}

ul.wpb_page_list li:hover {
	background-color: #f1f1f1;

}

ul.wpb_page_list li:first-child {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border: 0px solid #000000;

}

ul.wpb_page_list li:last-child {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 0px solid #000000;
}


ul.wpb_page_list a {
	margin: 0;
	border: none;
}
</style>