html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { height: 101%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

.LetrasMenu{
	  font-family: 'Petit Formal Script', cursive; font-size: 1.3em; font-weight: bold; letter-spacing: -0.03em; text-shadow: 1px 1px 0px #000000;
}
.LetrasMenuOpciones{
	  font-family: 'Petit Formal Script', cursive; font-size: 0.80em; letter-spacing: -0.03em; color: #FFFFFF;
}


/* nav menu styles */
#nav {
  display: block; 
  width: 200px; 
  margin: 0 auto; 
}

#nav li { }

#nav > li > a { 
  display: block; 
  padding: 6px 8px;
  font-size: 1.3em;
  font-weight: bold;
  color: #686868;
  text-decoration: none;
  border-bottom: 1px solid #212121;
  text-align:right;
}
#nav > li > a:hover, #nav > li > a.open {
  color:#FFF;
  border-bottom-color: #FFFFFF;
  background-color: #4B4B43;
  background: -webkit-gradient(linear, left top, left bottom, from(#4B4B43), to(#393A3F));
  background: -webkit-linear-gradient(top, #4B4B43, #393A3F);
  background: -moz-linear-gradient(top, #4B4B43, #393A3F);
  background: -ms-linear-gradient(top, #4B4B43, #393A3F);
  background: -o-linear-gradient(top, #4B4B43, #393A3F);
  background: linear-gradient(top, #4B4B43, #393A3F); 
}
#nav li a:hover{
	color:#FFF;
}

#nav li ul { display: none; background: #000000; }

#nav li ul li a { 
  display: block; 
  background: none;
  padding: 10px 0px;
  padding-left: 30px;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: bold;
  color: #e3e7f1;
  text-shadow: 1px 1px 0px #000;
  text-align:right;
}
#nav li ul li a:hover {
  background: #333333;
}