
a { font-size: 0.9em; text-decoration: none; }
a:hover { text-decoration: underline; }

td.txt-gral { 

font-size: 0.9em; 
color:#666666;
text-decoration: none; }
div.clsContent {
width:85%;
text-align:justify;
}

#wrapper { width: 985px; } /* Width of "page" */
body.print #wrapper { margin: 0; width: 100%; }
#wrapper {
  background-color: #fff;
  margin: 0 auto; /* Make content centered */
}


/* = End Widths = */


/* =========================== */
/* = Page-specific Overrides = */
/* =========================== */
body.home ul#primaryNav { height: 26px; }

#wrapper {
  background-color: #FFF;
  margin: 0 auto; /* Make content centered */
}

#header { }
   /* Top Navigation */
  ul#primaryNav {
    background: #89a7b4 url("../images/bg.png"/*tpa=http://www.egs.pe//images/bg.png*/) repeat-x 0 0;
    clear: both;
    height: 34px;
  }
    ul#primaryNav li {
      border-right: 1px solid #fff; /*PAblosky deberia ir 1px*/
      float: left; /* Keep nav in a line */
	  /*height: 8px;*/
      position: relative;
      z-index: 3;
	  border-botton: 1px solid #ff0000;
    }
      ul#primaryNav li a {
        background-position: 100% 0;
        background-repeat: no-repeat;
        display: block;
        height: 26px;
        outline: none;
        text-indent: -32000px;
      }
        ul#primaryNav li.a a, ul#primaryNav li a.over { background-color: transparent; background-position: 0 0; }

        #navHome a { background-image: url("../images/home.png"/*tpa=http://www.egs.pe//images/home.png*/); width: 57px; }
        #navProducts a { background-image: url("../images/products.png"/*tpa=http://www.egs.pe//images/products.png*/); width: 90px; }
          #navProducts ul a { width: 10em; }
        #navIndustries a { background-image: url("../images/industries.png"/*tpa=http://www.egs.pe//images/industries.png*/); width: 95px; }
          #navIndustries ul a { width: 11em; }
        #navServices a { background-image: url("../images/services.png"/*tpa=http://www.egs.pe//images/services.png*/); width: 81px; }
          #navServices ul a { width: 10em; }
        #navSupport a { background-image: url("../images/support.png"/*tpa=http://www.egs.pe//images/support.png*/); width: 81px; }
          #navSupport ul a { width: 10em; }
        #navCommunity a { background-image: url("../images/community.png"/*tpa=http://www.egs.pe//images/community.png*/); width: 95px; }
          #navCommunity ul a { width: 11em; }
        #navPartners a { background-image: url("../images/partners.png"/*tpa=http://www.egs.pe//images/partners.png*/); width: 86px; }
          #navPartners ul a { width: 10em; }
        #navNewsevents a { background-image: url("../images/news_events.png"/*tpa=http://www.egs.pe//images/news_events.png*/); width: 137px; }
          #navNewsevents ul a { width: 13em; }
        #navCompany a { background-image: url("../images/company.png"/*tpa=http://www.egs.pe//images/company.png*/); width: 81px; }
          #navCompany ul a { width: 10em; }
		 /* #navCommunity a { background-image: url(http://www.egs.pe//images/community.png); width: 95px; }
          #navCommuity ul a { width: 10em; }*/
        
        ul#primaryNav li ul { 
          display: none;
          background: #E9E6CE;
          border: 1px solid #fff;
          border-top: 0px solid #fff;;
         /* left: -1px;*/
       /*   position: absolute;*/
        /*  z-index: 6;*/
        }
          ul#primaryNav li.over ul { display: block; }
          ul#primaryNav li ul li {
            border-bottom: 1px solid #DDDDC1;
            border-right: 0;
            float: none;
            padding: 0;
          }
            ul#primaryNav li ul li a {
              background: 0;
              color: #000;
             /* display: block;*/
              height: auto !important;
              padding: 1px 1 1px 1px;
              text-indent: 0;
            }
              ul#primaryNav li ul li a:hover { 
			    padding: 1px 1 1px 1px;
				text-indent: 0;
                background: #eeedde;
				/*border-top: 1px solid #ADC2E0;
				border-bottom: 1px solid #ADC2E0;*/
				/*border-left: 1px solid #ADC2E0;
				border-right: 1px solid #ADC2E0;*/
                color: #000;
                height: auto;
				text-decoration: none;
              }
        



