/* COLUMNA DCHA */
   .cabDcha,
   .menuDcha{/*border:1px solid gray;*/
      float: right;
      width: 174px;
      padding:0px
               5px;
      position: relative;
      top:4px;
     /* border-bottom: 1px dotted #648264;*/
   }

   .cabDcha{
      border-top:6px solid #B9C3B9;
      border-top-color:#A4AEA4;
      color:#0FAA0E;
      color:#869686;
      color:#869386;
      color:#647364;
   }

   .menuDcha{
      padding-left:3px;
      text-indent: 10px;
      padding-top:4px;
      padding-bottom:15px;
      color:#648264;
      color:#647364;
      color:#869386;
      background: white;
   }

.menuDcha li,
.menuDcha dt,
.menuDcha dd{
   width:100%;
   /*margin-top: 4px;*/
   text-align: right;
   border-bottom: 1px dotted #A8B3A8;

}

#menuCats li,
#menuInvestigacion dt{
   margin-top:4px;
}

#menuCats li a,
#menuInvestigacion dt.cab{
   font-weight: bold;
   text-transform: uppercase;
}
/*MENU CATEGORIAS*/


/* MENU SUSCRIBE */
#menuSuscribe{
   margin-top:40px;
   border-top: 1px dotted #648264;
   border-bottom: 1px dotted #648264;
}

#menuSuscribe img{
   position: relative;
   top:3px;
}

/*MENU INVESTIGACION */

#menuInvestigacion dd{
   float: right;
   padding:5px;
   border:1px dotted #C2C9C2;
   width:90%;
   margin-top:5px;
   margin-bottom:10px;
}

#menuInvestigacion dd{
   overflow:hidden;
}

#menuInvestigacion a{
   padding-right:10px;
   display: block;
   float: right;
   clear: both;
   width:80%;
   text-decoration:underline;
   margin-top:2px;
}




