.bg-page {
    background:url(Pictures/Pbasenuevo12.jpg);
    background-color:#F0f3da;
    }
.bg-footer {
    background:url(/NewPages/Images/footer.jpg);
    background-repeat:no-repeat;
    background-color:#ffff66;
    }
.nav
    {
    font-family:Arial;
    font-size:13px;
    color:#00344E;
    font-weight:bold;
    line-height:1.0;
    display:block;
    text-transform: uppercase;
    margin:20px 30px 10px 20px;
    }
        .nav a:link 
            { 
            color: #00344E;
            text-decoration: none;
            }
        .nav a:visited 
            { 
            color: #00344E; 
            text-decoration: none;
            }
        .nav a:hover 
            { 
            color: #000000;
            text-decoration: none;
            }
.title1
    {
    font-family:Tempus Sans ITC;Verdana;
    font-size:20px;
    color:#C41130;
    font-weight:normal;
    margin:20px;
    }
.body
    {
    font-family:Tempus Sans ITC;Verdana;
 border:solid 0px black;
    font-size:14px;
    color:#000000;
    font-weight:normal;
    margin:20px 20px 20px 10px;
    }
        .body a:link 
            { 
            color: #993300;
            text-decoration: underline;
            font-weight: normal;
            font-size: 100%
            }
        .body a:visited 
            { 
            color: #993300; 
            text-decoration: underline;
            font-weight: normal;
            font-size: 100%
            }
        .body a:hover 
            { 
            color: #000000;
            text-decoration: none;
            font-weight: normal;
            font-size: 100%
            }
.footer
    {
    font-family:Tempus Sans ITC;arial;
    font-size:12px;
    color:#000000;
    font-weight:normal;
    text-align:center;
    }
        .footer a:link 
            { 
            color: #ecfa07;
            text-decoration: underline;
            font-weight: normal;
            font-size: 100%
            }
        .footer a:visited 
            { 
            color: #827f7f; 
            text-decoration: underline;
            font-weight: normal;
            font-size: 100%
            }
        .footer a:hover 
            { 
            color: #fab287;
            text-decoration: none;
            font-weight: normal;
            font-size: 100%
            }
	/* horizMenu.css */
/* unindent each unordered list */

#hmenu ul {
  margin-left: -2.5em;
 border:solid 0px black;
}

/* turn each list item into a solid gray block */
#hmenu li {
  list-style-type: none;
  border: black solid 0px;
  float: left;
  width: 7em;
  text-align: center;
}

/* set anchors to act like buttons */
#hmenu a {
  display: block;
  color: black;
  text-decoration: none;
}

/* flash anchor white when hovered */
#hmenu a:hover {
  background-color: white;
}

/* collapse nested lists */
#hmenu li ul {
  display: none;
}

/* display sublists on hover */
#hmenu li:hover > ul {
  display: block;
}

/* indent third-generation lists */
#hmenu li li li li li li li li li {
  margin-left: 1em;
}

#hcontent {
    display:block;
    border:solid 0px black;
    width:760px;
    float:right;
    margin:0px 0px 0px 0px;
    padding:0px; 
    }