h1
  {
   font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
   text-indent: 20px;
   color: #000033; 
   text-decoration: none;
   font-weight:normal;
   font-size: 40px;
   background-color: white;  
  }

form
  {height: auto;
  }

div.menu
   {width=100%;
   background-color:black;
   }

div.menu a,form,p
  {font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
   text-indent: 20px;
   background-color: black;
   color: white; 
   height: 80px;
   display:inline-block;
   text-decoration:none;
   vertical-align: bottom;
   }
div.menu a:hover
  {background-color: blue;
   color: white; 
  }
div.menu input
  {vertical-align: bottom;
  }


.fbuscar
  {height: auto;
   text-decoration: bold;
   background-color: blue;
  }


  
.trfm
  {font-family: "Arial", Arial Narrow, sans-serif;
   font-size: 14px;
   color:white;
  }
.trfm a
  {color: white; 
   text-decoration:none;
  }

.trfm a:hover
  {color: orange; 
  }



form.frfm
  {width: 100%;
   height: auto;
   background-color: white;  
   font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
   color: white;
  }