/*- Menu 2-----------es el menu HORIZONTAL---------------- */

#menu2{
	height: 68px;
	/*border-right-style: solid;              */
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-left: 22px;
	padding-top: 13px;
	margin-top: 0px;
	background-color: #FFFFFF;
/*	border-right-width: 1px;
	border-right-color: #000099;
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #000099;
	border-bottom-style: none;*/
}
#menu2 #titulo{
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	padding-top: 10px;
}







/*- Menu 3-----------es el menu VERTICAL---------------- */
	
#menu3 {
	margin: 0px;
	list-style-type: none;
   /*	border-top-width: 1px;*/
	border-right-width: 1px;
	border-left-width: 1px;
  /*	border-top-style: solid;                         */
	border-right-style: solid;
	border-left-style: solid;
  /*	border-top-color: #BCD2E6;              */
	border-right-color: #BCD2E6;
	border-bottom-color: #BCD2E6;
	border-left-color: #BCD2E6;
	}
	
	
#menu3 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;

}




#menu3 li a {
	height: 24px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	}


#menu3 li.titulo {
background:  #DBE8F2;
height: 24px;
display: block;
text-decoration: none;
padding: 8px 0 0 10px;
color: #333333;
font-weight: bold;       
background:  url(menu3.gif) 0 -32px;

	}


	
#menu3 li a:link, #menu3 li a:visited {
	color: #2B95FF;
	display: block;
	background:  url(menu3.gif);
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #0066FF;
	background:  url(menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	font-weight: bold;
  /*letter-spacing: 1px;*/
    border-left: 2px solid  #99CCFF;
  /*    border-left: 8px solid  #99CCFF;  */
	}

.destacado{border:1px dashed red;
  }

	

