body {
  background: #eeeeee;
  color: #000000;
}


h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -2px;
  margin-top: -15px;
}

h1 span#alberto {
  font-size: 48px;
  font-weight: bold;
  color: #555555;
  padding-right: 5px;
}

h1 span#perdomo {
  font-size: 48px;
  font-weight: bold;
  color: #222222;
}

h2 {
  font-size: 24px;
}

h2 strong {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}

p {
  font-size: 16px;
}

a {
  color: #111111;
  padding: 2px 3px;
  background-color: #80FE80;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #111111;
  background: none;
  text-decoration: underline;
  font-weight: bold;
}

strong {
  color: #111111;
  padding: 2px 3px;
  background-color: #F9FC7B;
}

span#email_1 {
  font-size: 46px;
  font-weight: bold;
  color: #777777;
}

span#email_2 {
  font-size: 46px;
  line-height: 150%;
  font-weight: bold;
  color: #555555;
}

span#email_3 {
  font-size: 46px;
  line-height: 150%;
  font-weight: bold;
  color: #222222;
}

div#content {  
  background-color: #eeeeee;
  color: #222222;
  padding-top: 40px;
  padding-bottom: 10px;
}

div#navbar {  
  padding-top: 20px;
}

div#navbar ul {  
/*  list-style: none;  */
  margin: 0;
  padding: 0;
  list-style-type: none;
}  

div#navbar ul li {  
  float: right;  
  margin: 0 0.5em; 
  font-weight: bold;
  font-size: 16px;
  display: inline;
}

div#navbar ul li a {  
  color: #222222;    
}

div#content ul {  
  list-style: none;  
  display: block;  
  margin: 0 10px;
  padding-top: 0px;
}  

div#content ul li {  
  float: right;  
  margin: 0 1.5em; 
  font-weight: bold;
  font-size: 16px;  
}

div#content ul li a {  
  color: #222222;    
}

div#content img#picture {
  border: 3px solid #666666;
}

div#content img#logo_aentos {
  margin-top: -70px;
  float: right;
}

div#contact {  
  background-color: #FEFEDE;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
}

div#contact p  {  
  font-size: 16px;
}

div#contact ul {  
  list-style: none;  
  display: block;  
  margin: 0 10px;
  padding-top: 30px;
}  

div#contact ul li {  
  float: left;  
  font-size: 16px;
  font-weight: bold;  
}

div#contact ul li a {  
  color: #222222;  
}

div#footer {  
  background-color: #222222;
  color: white;
  padding-top: 20px;
  padding-bottom: 10px;
}

div#footer p {  
  font-size: 14px;
}