/* México 2008
  (c) Sergio Luján Mora, 2009
*/

* {
  margin: 0;
  padding: 0;
}

html {
  overflow: scroll;
}

body {
  margin: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

p, blockquote  {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.2em;
  text-align: justify;
}

ul, ol {
  margin-bottom: 1em;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2.2em;
  font-variant: small-caps;
}

h2 {
  font-size: 2em;
  font-variant: small-caps;
}

h3 {
  font-size: 1.6em;
}

ul, ol {
  margin-left: 30px;
}

blockquote {
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  background-color: #dddddd;
  font-style: italic;
}

a {
  text-decoration: none;
  color: green;
}

a:hover {
  text-decoration: underline;
}

img, object, embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgCaption {
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
}

#selectlanguage {
  background-color: #eeeeee;
}

.selectedlanguage {
  font-weight: bold;
}

#maintitle {
  display: none;
}

#left {
  float: left;
  width: 240px;
  font-size: 1.2em;
  text-align: left;
}

#left p {
  font-size: 0.7em;
}

#left ul {
  list-style: none;
  margin-left: 0px;
}

#left ul ul {
  margin-left: 10px;
  font-size: 0.9em;
}

#right {
  margin-left: 250px;
  padding-left: 5px;
  border-left: 2px solid red;
}

.selectedmenu {
  color: red;
  font-weight: bold;
}

#footer {
  clear: both;
  background-color: #eeeeee;
}