/* Estilos para el bloque lateral aside */
aside  {
    float: left;
    width: 28.5%;
    padding: 0.5%;
    border: 2px groove #ffffff;
    border-radius: 4px;
    background-image: linear-gradient(-45deg, #fbf773, #fd8980);
    box-shadow: 5px 5px 20px #ffffff;
}
aside h3 {
    text-align: center;
    font-size: 1em;
}
aside h2   { 
    float: left;
    font-size: 1em;
    font-weight: normal;
    color: white;
}
aside ul li {
margin-bottom: 0;
}
aside a {
	text-decoration:none;
    color:#0b4fed;
    font-size: 0.8em;
}
aside a:hover {
	color:#e31010;
	font-style: oblique;
}


