body {
   color: #000000;
   background-color: #E9E9C5;
   /*background-image: url("imagenes/muro.jpg");*/
   background-repeat: repeat-y;
   background-position: top left;
   margin-top: 0px;
   margin-left:0px;
   margin-right:0px;   
   padding-top:0px;
   padding-left:0px;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }
  
div,p,th,td,li,dd {
   color: #000000;
   /* background-color: transparent; sale negro en Mac NN4 */
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }
  
h1 {
   color: #CA201C;
   background-color:#E9E9C5;
   width: 100%;
   border: none;
   padding: 3px;
   font-style: normal;
   font-weight: bold;
   font-size: 18px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }
  
h2 {
   color: #000000;
   background-color: transparent;
   /*width: 100%;*/
   border: none;
   padding: 3px;  
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }
  
  
h3 {
   color: #CC0000;
   background-color: transparent;
   font-style: normal;
   font-weight: bold;
   font-size: 14px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }
   
h4 {
   color: #336633;
   background-color: transparent;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }
   
h5 {
   color: #000000;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
   font-size: 10px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }
h6 {
   color: #000000;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
   font-size: 8px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }

a {
   color: #993300;
   background-color: transparent;
   font-style: normal;
   font-weight: bold;
   font-size: 10px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }

a:hover {
   color: #595E40;
   background-color: transparent;
   font-style: normal;
   font-weight: bold;
   font-size: 10px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: underline;
   }
   
a:visited { 
   color: #595E40; /* visited links */
   } 
  
img {
   border-width: 0;
   }

strong {
   color: #000000;
   background-color: transparent;
   font-style: normal;
   font-weight: bold;
   font-size: 10px;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   } 

a.colder {
   color: #000000;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   }

a.colder:hover {
   color: #548fb7;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   }

a.info {
   color: #000000;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   }

a.info:hover {
   color: #548fb7;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   }