div.menu {position:absolute;
          width:190px;
          height:600px;
          top: -7px;             
          right: -230px;     
          margin-left: -390px;         		  
	       }


body {font: normal 80.5% verdana;
      background-color: #a0b89d;
     }


p  {font-family: verdana;
	  font-size: 12px;
		text-align:justify;		
    }

h3  {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	    }

ol  {font-family: verdana;
	  font-size: 12px;
		text-align:justify;		
    }

ul  {font-family: verdana;
     font-size: 12px;
     text-align:justify;		
    }

td {font-family: verdana;
	 font-size: 12px;	        
    }
	
div.empresa {
	position:absolute;
	left:10px;
	width:500px;
	height: 409px;

             }
			 
div.mapa    {position:absolute;
             left:10px;
			 width:500px;

             }
			 
td.imcv {font-family: verdana;
	         font-size: 10px;	        
    }
	
span {font-size:14px;
color:#CC0000;       
     }
	 
span.par {font-size:12px;
          color:#CC0000;       
     }
	 
.menu_list {	
	width: 190px;
}
.menu_head {
	color:#fff;	
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #689463 center right no-repeat;
}

.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  height:20px;
  color:#006699;
  margin:1px;
  background-color:#689463;
  padding-left:20px;
  font-weight:bold;
  text-decoration:none;
}

.menu_body a:visited{   
  color: #ffff00;
  }  

.menu_body a:hover{
  background-color:#FFF;
  color: #000;
  text-decoration:none;
  }
  
  
.menu_item {
	color:#fff;	
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #689463 center right no-repeat;
}


a:link.item{
  display:block;
  color:#fff;
  margin:1px;
  background-color:#689463;
  font-weight:bold;
  text-decoration:none;
}

a:visited.item{   
  color: #fff;
  }  
  
a:hover.item{
  background:#689463;
  color: #fff;
  text-decoration:none;
  }  
  
