body
   {
      margin: 0;
      padding: 0;
      font: 85% arial, hevetica, sans-serif;
      text-align: left;
      color: #505367;
      background-color: #cc9900;
      alink: #000099;
      link: #ff0000; 
      vlink: #990099;
   }
#container
   {
      margin: 2em auto;
      width: 800px;
      height: 591px;
   }
#header
   {
      width: 800px;
      height: 42px;
      padding-top:  5px;
      text-align: center;
      background-image: url("images/bar1.jpg");
   }
#menu
   {
      float: left;
      width: 180px;
      height: 504px;
      background-image: url("images/LeftTab.jpg");
   }
#contents
   {
      width: 620px;
      height: 504px;
      margin-top: 0px;
      margin-left: 180px;
      font-weight: bolder;
      color: black;
   }
#contents2
   {
      width: 620px;
      height: 504px;
      margin-top: 0px;
      margin-left: 180px;
      font-size: x-large;
      font-weight: bolder;
      color: black;
   }
   #map {
	width:330px;
	float:right;
	}
#texto {
	width:290px;
	float:left;
	}
#map * {
	padding: 0 20px;
	}
#texto * {
	padding: 0 8px;
	font-size: large;
   font-weight: bolder;
   color: black;
	}
#footer	
   {
      clear: both;
      height: 45px;
      padding-top:  3px;
      font-weight: bold;
      color: black;
      text-align: center;
   }
   
   
   
   
