a { color: #00339B; }
:link,:visited { text-decoration:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
body {
  background-color: #fff;
  margin: 0; padding: 0; border: 0;
  text-align: center;
  font: 12px normal Helvetica, Verdana, Arial, sans-serif;
}
#contenedor {
  width: 700px;
  text-align: left;
  margin: 0 auto 0 auto;
  line-height: 1.4em;
}
#cabecera, #cabecera h1 a {
  display: block;
  height: 110px;
  width: 700px;
  background: url(cuba.gif) no-repeat;
}
#cabecera h1 span { display: none; }
#menu {
  width: 200px;
  float: right;
  border-left: 1px solid #DF1609;
  border-bottom: 1px solid #00339B;
  margin: 0 0 10px 10px;
  overflow: hidden;
}
#menu ul {
  margin: 0 auto 0 auto;
  list-style:none;
  font-weight: bold;
  font-size: 13px;
}
#menu ul li {
  height: 22px;
  width: 200px;
}
#menu ul li a {
  float: left;
  display: block;
  width: 190px;
  height: 20px;
  padding: 3px 5px 0 5px;
  text-align: center;
}
#menu ul li a:hover,
#menu ul li.actual a {
  color: white;
  background: #00339B;
}
#menu ul li.actual a {
  cursor: default;
}

#contenido {
  border-left: 1px solid #DF1609;
  border-right: 1px solid #00339B;
  padding: 5px;
}
#contenido ul li {
  margin-left: 2em;
}
#contenido ul li a:hover {
  text-decoration:underline;
}
h1, h2, p {
/*  width: 468px;
  margin-right: 18px;*/
}
h1 {
  text-decoration: none;
  font-size: 1.6em;
  letter-spacing: -1px;
  color: #DF1609;
}
h2 {
  margin-bottom: 0.5em;
  text-decoration: none;
  font-size: 1.2em;
  color: #333;
}
p {
  clear: left;
  margin-bottom: 1em;
}
#autor {
  font-weight: bold;
  font-size: 1.1em;
}


.fotografia {
  float: right;
  width: 200px;
  margin: 0 0 10px 10px;
  font-size: 0.9em;
}

#pie {
  background: #00339B;
  color: #fff;
  padding: 5px;
  margin-top: -1em;
}

div#qTip {
  padding: 3px;
  border: 1px solid #00339B;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #fafafa;
  color: #000;
  font: bold 10px Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
  width: 200px;

  -moz-border-radius: 12px;
  min-width: 200px;

  -moz-opacity:0.9;
  opacity:0.9;
  filter:alpha(opacity=90);
}