/* misestilos.css 
Pure.css usa selectores específicos como .pure-menu .pure-menu-link.
Archivos de enlace:
 1 : Principal                 https://github.com/pure-css/pure/
 2 : Archivo menu-min.css      https://github.com/pure-css/pure-release
 3 : crear menu:               https://pure-css.github.io/menus/
*/
.custom-menu {
  background-color: red;
}

.custom-menu .pure-menu-link {
  color: black;
}

.custom-menu .pure-menu-link:hover {
  background: rgba(0, 0, 255, 0.3);
}

/* Estilos propios 

P {color:blue; 
   font-size:20px;
   font-family:Courier;
   font-weight:bold;
   line-height:30px;
   letter-spacing:5px;
   text-transform:capitalize;
   text-align:center;
   text-indent:30px;
  }

H1 { background: pink; }

H2 { background: red; }
*/
