body, html {
	scrollbar-face-color: #FFCC66;
	scrollbar-shadow-color: #CC6600;
	scrollbar-highlight-color: #FF9933;
	scrollbar-3dlight-color: #CC6600;
	scrollbar-darkshadow-color: #996633;
	scrollbar-track-color: #FFCC66;
	scrollbar-arrow-color: #996633;
}


  A
  {
    text-decoration: none;
  }

  .texto
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 12px;
  }

  .menuActivo
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 22px;
    color: #663300;
    border: 2px #663300 solid;
    background-color: #FFCC66;
    text-align: right;
    padding: 0 10px 0 10px;
    }
  
  .menuLink
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 20px;
    color: #FFCC66;
    padding: 0 10px 0 10px;
  }
  
  .textoParrafo
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 10pt;
    color: #333333;
    padding: 2px 0 0 0;
  }
  
  .tituloTexto
  {
    font-family: geneva, franklin gothic heavy, arial;
    font-size: 13pt;
    color: #BD6E00;
    padding: 9px 0 6px 0;

  }
  
  .subTituloTexto
  {
    font-family: geneva, franklin gothic heavy, arial;
    font-size: 12pt;
    color: #BD6E00;
    padding: 6px 0 3px 0;
  }
  
  .tablaDatos
  {
    background-color: #FFCC66;
    border: 1px #663300 solid;
    padding: 10px 10px 10px 20px;
    margin-left: 10px;
  }
  
  .formTexto
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 10pt;
    color: #BD6E00;
  }
  
  .formCampo
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 10pt;
    color: #663300;
    border: 1 #663300 solid;
  }
  
  .boton
  {
    font-family: geneva, franklin gothic heavy, arial;
    font-size: 10pt;
    color: #BD6E00;
    font-style: italic;
    background-color: #FFCC66;
    margin-top: 3px;
  }
  
  A.menu:hover 
  { 
    font-family: geneva, franklin gothic medium cond, arial; 
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 10px 0 0;
    background-color: #FFDD66;
    width: 170px;
  }

  A.menu:active
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 20px;
    color: #FFCC66;
    padding: 0 10px 0 0;
    background-color: TRANSPARENT;
    width: 170px;
  }

  A.menu:link
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 20px;
    color: #FFCC66;
    padding: 0 10px 0 0;
    background-color: TRANSPARENT;
    width: 170px;
  }

  A.menu:visited
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 20px;
    color: #FFCC66;
    padding: 0 10px 0 0;
    background-color: TRANSPARENT;
    width: 170px;
  }

  .galeriaDatos
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 10pt;
    color: #663300;
	 text-align: right;
  }
  
  .tituloGaleria
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 22px;
    color: #CC6600;
    border: 2px #663300 solid;
    background-color: #993A1C;
    text-align: center;
    padding: 0 10px 0 10px;
	 margin-left: 10px;
	 width: 140px;    }
	 
  .enlaceGaleria
  {
    font-family: geneva, franklin gothic medium cond, arial;
    font-size: 14px;
    color: #FFCC66;
    border-bottom: 2px #CC6600 solid;
	 border-top: 2px #FFCC66 solid;
	 border-left: 2px #FFCC66 solid;
	 border-right: 2px #CC6600 solid;
    background-color: #D58710;
    text-align: center;
    padding: 0 10px 0 10px;
	 margin-left: 10px;
	 width: 140px;
	 cursor: pointer;
    }
