/*
 * General
 */

html, body {
  margin: 0;
  padding: 0;
  font-family: calibri, sans-serif;
  font-size: small;
}

img { 
  -ms-interpolation-mode: bicubic; 
  border: none;
}

a {
  color: #A08479;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*
 * Specific
 */
 
img#background {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
}

img#intro-background-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  cursor: pointer;
}

img#intro-background-right {
  position: absolute;
  top: 0;
  left: 49.9%;
  width: 50%;
  cursor: pointer;
}

.content {
  padding-top: 3em;
  color: #404040;
  position:relative;
  z-index:1;
}

.content h1 {
  font-size: 240%;
}

.content h2 {
  font-size: 120%;
}

#home-es {
  margin-left: 55%;
  width: 40%;
  margin-right: 5%;
  color: #404040;
}

#home-en {
  margin-left: 5%;
  width: 40%;
  margin-right: 55%;
  color: #7F7F7F;
  text-align: right;
}

.leader {
  font-style: italic;
  width: 60%;
  margin-top: 2em;
  margin-bottom: 3em;
}

.intro {
  margin-bottom: 3em;
}

/**
 * Navigation
 */

.navigation {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  height: 110px;
  background: white;
}

.navigation img {
  border-style: none;
}

.navigation table {
  width: 100%;
}

.navigation table  td {
  width: 10%;
  text-align: center;
  vertical-align: top;
}

.navigation a{
  font-size: 12px;
  text-transform: uppercase;
}

.navigation .en  a{
  color: #A0A0A0;
}

.navigation .es .en  a{
  color: #A0A0A0;
}

.navigation  .en .es a{
  color: #A08479;
}

.navigation a:hover{
  text-decoration: none;
}
.navigation p {
  margin-top: -10px;
}
.navigation div {
  margin-top: -10px;
}
.navigation img {
  margin: 0px;
}