@font-face {
    font-family: 'futura_ltcn_btlight';
    src: url('fonts/tt0200m-webfont.eot');
    src: url('fonts/tt0200m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0200m-webfont.woff') format('woff'),
         url('fonts/tt0200m-webfont.ttf') format('truetype'),
         url('fonts/tt0200m-webfont.svg#futura_ltcn_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


.slide {  
	z-index:1;
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}

#navi {  
	list-style:none;
	margin: 0px 0px 0px 0px; 
	padding:0;
	color:#fff;
	display:block;
}
#navi li {
	margin: 0px;
	padding: 0px 0px 0px 0px; //Ya no necesito el padding, tambien quitare el borde que puse antes.
	float:left;
	background-color:#000000;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;	
	
}
#navi li a {
	display:block; //Convertimos el vínculo en un bloque.
	text-decoration:none;
	text-align:left;
	color: #ffffff;
font: normal 11px  "Trebuchet MS", Arial, Helvetica, sans-serif;
width: 180px; /*width of sub menus*/
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-bottom: 1px dotted #999999;
	
}

#navi li a:hover {
	color:#000000;
	background-color:#F6DE00;
}

#navi li a:selected {
	color:#000000;
	background-color:#F6DE00;
}


#navi_1 {  
	z-index:1;
	list-style:none;
	margin: 0px 0px 0px 0px; 
	padding:0;
	color:#fff;
	display:block; }
	
#navi_1 li {
	margin: 0px;
	padding: 0px 0px 0px 0px; //Ya no necesito el padding, tambien quitare el borde que puse antes.
	float:left;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9; }
	
#navi_1 li a {
	display:block; //Convertimos el vínculo en un bloque.
	text-decoration:none;
	text-align:left;
	color: #ffffff;
    background-color: #000000;
	font: normal 12px  "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 180px; /*width of sub menus*/
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-bottom: 1px dotted #999999;
	background-image: none; 
}
	
#navi_1 li a:hover {
	color:#ffffff;
	background-color:#CC0000; }
	
#navi_1 li a:selected {
	color:#ffffff;
	background-color:#CC0000; }



#navi_2 {  
	list-style:none;
	margin: 0px 0px 0px 0px; 
	padding:0;
	color:#fff;
	display:block;
}
#navi_2 li {
	margin: 0px;
	padding: 0px 0px 0px 0px; //Ya no necesito el padding, tambien quitare el borde que puse antes.
	float:left;
	background-color:#000000;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;	
	
}
#navi_2 li a {
	display:block; //Convertimos el vínculo en un bloque.
	text-decoration:none;
	text-align:left;
	color: #ffffff;
font: normal 11px  "Trebuchet MS", Arial, Helvetica, sans-serif;
width: 180px; /*width of sub menus*/
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-bottom: 1px dotted #999999;
	
}


#navi_2 li a:hover {
	color:#000000;
	background-color:#F6DE00;
}

#navi_2 li a:selected {
	color:#000000;
	background-color:#F6DE00;
}




.ddsmoothmenu{
font: normal 14px  "Trebuchet MS", Arial, Helvetica, sans-serif;
width: 100%;
margin-left: 0px;
margin-top: 0px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding: 8px 7px 9px 9px;
color: #ffffff;
text-decoration: none;
font: normal 19px  'futura_ltcn_btlight';
	background-image:url(img/bg_botones.png);
	background-repeat: repeat-x;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #ffffff;
font: normal 19px  'futura_ltcn_btlight';
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #ffffff;
font: normal 19px  'futura_ltcn_btlight';
	background-image:url(img/bg_botones_hover.png);
background-repeat:repeat-x;



}

.ddsmoothmenu ul li a:hover{
color: #ffffff;
	background-image:url(img/bg_botones_hover.png);
	background-repeat: repeat-x;



}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 7px;
margin: 0;
border-top-width: 10px;
border-bottom: 13px solid gray;

}



/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 27px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: gray;
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:100;

}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 100;
}