/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: #585858;
  font-family: Verdana;
}
p {
  color:#585858
  font-family: Verdana;
}
div{
  color:#585858
}

#fecha {
   font-family:Verdana;
   color:#B40404;
   font-size:16px;
}

#capa1 { width:100%;
   height:15px;
   margin:auto;
   Padding:15px 10px 20px 5px;
   background:#F2F2F2;
   font-family:Verdana;
   color:#585858
   font-size:16px;
   z-index:1;
   }
}                        