


/* -------------------------------------------------------------------- GENERALES -- */
html{
   overflow:hidden;
}

body{
   padding-top:6%;
}

#contGral{/*border-bottom:1px solid orange;*/
   width:815px;
   height:700px;
   overflow:hidden;
   margin:auto;
   position: relative;
}

.listaHtalA li,.listaHtalA dt,.listaHtalA dd{
   float:left;
}

.listaHtal li{
   display:inline;
}

.col{/*border:1px solid gray;*/
   float:left;
}

.colDcha{/*border:1px solid red;*/
   float:right;
}

.brH{/*evita solapa con elementos flotados*/
   clear:both;
}

.ajuste, .listaHtalA .ajuste{
   float:none;
   height:1%;
}
/* ...................................................... LISTAS ..*/
div#texto ul,
ul#menuTexto
{
   list-style-image:url('../imgs/bulletTxt.gif');
}

ul#menuFamilias {
   list-style-image:url('../imgs/bulletFam.gif');
}
ul#menuFamiliasDet {
   list-style-image:url('../imgs/bulletDet.gif');
}
/* :::::::::::::::::::::::::::::::::::::FORMULARIO DE BÚSQUEDA */

   form#busca{/*border:1px solid gray;*/
      position: absolute;
      top:54px;
      left:470px;
   }
      form#busca label{
         font-size:11px;
         font-weight: bold;
         color:#6A6868;
      }

      form#busca #txtBusca{
         border: 0px;
         background: #DED8D8;
         width:100px;
      }
      form#busca #btnBusca{


         margin-right:22px;
         margin-top:4px;
         background: white;
         color:#AC1A2F;
         /*color: white;*/
         font-size:12px;
         font-weight: bold;
         text-decoration: underline;
         border:0px;
      }

