/* Generated by Zemia Media, a media company dedicated to spread the knowledge on Earth Sciences */

  body {
    margin-left: 0;
    margin-top: 0; 
    background: url("Images/background_tile.png");
    }

  .Page { 
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-top: none;
    border-bottom: none;
    text-align: center;
    width: 760px;
    background-color: rgb(214, 227, 227);
    margin: 0px auto;
    font-family: Bitstream Vera Sans, Trebuchet MS, Verdana, Helvetica, sans-serif;
    }
    
  .Topheader {
    height: 64px;
    background-color: rgb(214, 227, 227);
    text-align: right;
    padding: 10px;
    }
    
  .Container {
    position: relative;
    background-color: rgb(214, 227, 227);
    width: 760px;
    text-align: center;
    }

  .SelectorBar {
    position: absolute;
    top: 10px;
    left: 20px;
    background: url("Images/barra_seleccion.png");
    color: rgb(214, 227, 277);
    vertical-align: bottom;
    text-align: center;
	 font-weight: bold;
    font-family: Bitstream Vera Sans, Trebuchet MS, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    height: 20px;
    width: 720px;
    }

  .SelectorBar a:link, .SelectorBar a:visited {
    text-decoration: none;
    color: rgb(214, 227, 227);
    }

  .SelectorBar a:hover, .SelectorBar a:active {
    text-decoration: none;
    color: rgb(252, 228, 9);
    }

  .Contents {
    position: absolute;
    top: 30px;
    left: 140px;
    background: url("Images/background.png");
    font-size: 14px;
    width: 480px;
    }
    
  .Contents h1 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 20px;
    color: f54029;
    text-align: left;
    }

  .Contents p {
    margin-bottom: 4px;
    padding-left: 40px;
    padding-right: 15px;
    text-align: justify;
    }

  .Menu {
    position: absolute;
    top: 40px;
    left: 10px;
    font-size: 15px;
    color: rgb(0, 145, 64);
    width: 120px;
    text-align: right;
    }

  .Menu p {
    border-bottom: 2px solid;
    border-color: f54029;
    }
  
  .Menu a:link, .Menu a:visited {
    text-decoration: none;
    color: rgb(0, 145, 64);
    }

  .Menu a:hover, .Menu a:active {
    text-decoration: none;
    color: 007dc2;
    }
    
  .Right {
    position: absolute;
    top: 40px;
    left: 630px;
    font-size: 15px;
    color: 007dc2;
    width: 120px;
    text-align: left;
    }

  .Right p {
    }
  
  .Right a:link, .Right a:visited {
    text-decoration: underline;
    color: 007dc2;
    }

  .Right a:hover, .Right a:active {
    text-decoration: underline;
    color: rgb(0, 145, 64);
    }