html { 
  padding:0px;
  margin:0px;
  height:100%;
}

body {
  background-color: #e8e8e8;
  font-size: 0.875em;
  font-family: Arial, Verdana, Sans-Serif;
  color: #484a43;  
  padding: 0px;
  margin: 0px;
  height: 100%;

}


/* divs */

#logo {

  text-align: center;
  padding: 105px 0px 350px 0px;

}

#content {

  width: 500px;
  padding: 120px 0px 0px 60px;
  background-color:#e8e8e8;


}

/* textos */

p { 
color: #484a43;
font-size: 0.85em;
font-family: Arial, Verdana, sans-serif;
}


h1 {
display: inline;
font-size: 1.2em;
font-style: bold;
color: #484a43;
}

.fecha {
display: inline;
font-size: 0.875em;
font-style: italic;
color: #242521;
}

a:link, a:visited, a:active { 
color: #242521;
font-style: bold;
text-decoration: underline;
}
 
a:hover {
text-decoration: none;
}

a.clear {
border:0;
text-decoration: none;
}

img {
border:0;
}