body {
    text-align: center;
}

ul{
    padding: 0;
}

li {
    list-style: none;
    margin: .5em 0;
}

.submenu {
    display: inline-block;
	list-style:none;
	width: 100%;
	line-height:1.2em;
	font-size:1.1em;
	text-align:center;
	font-weight:bold;
	margin-top:5px;
    cursor: pointer;
  box-shadow:1px 2px 1px #000;
  border-radius: 5px;
}

.submenu:hover {
	box-shadow:1px 3px 1px #000;
}

.submenu small {
	margin:0px;
	font-size: .9em;
	font-weight:bold;
}

.submenu p {
    color: black;
    margin: 2px;
}

.children {
    box-shadow:0px 0px 0px #AAA;
	overflow: hidden;
	font-size: 0px;
	transition: all 0.25s linear;
}

.children li {
	margin: 0;
	padding: 0;
	line-height: 0px;
}

.children li a {
	font-size: 0px;
	margin: 0;
	padding: 0;
}

.mostrar {
	font-size: 1em;
	transition: all 0.25s linear;
	
}

.mostrar li {
	margin-bottom: 2px;
	padding: 2px;
	line-height: 1em;
}

.mostrar li a {
	margin: 5px 0;
	font-size: 1em;
	padding:.5rem 0 .5rem 0;
	display: inline-block;
	text-decoration:none;
	box-shadow:1px 3px 1px #000;
	width: 90%;
  color: #000;
  border-radius: 5px;
}

.link_fav{
	display: block;
	padding: .5em;
	margin: .5em;
	text-align: left;
	border-radius: 5px;
	box-shadow:1px 3px 1px #000;
	color: black;
	font-weight: bold;
}

.focus {
	font-weight: bold;
}

@media (max-width: 600px) {
	nav {
		bottom: 0;
		max-width: 100%;
	}
	main {
		margin-bottom: 56px;
	}
  }