@font-face {
    font-family: 'arialnarrow';
    src: url('fonts/arialn-webfont.eot');
    src: url('fonts/arialn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arialn-webfont.woff') format('woff'),
         url('fonts/arialn-webfont.ttf') format('truetype'),
         url('fonts/arialn-webfont.svg#arialnarrow') format('svg');
    font-weight: normal;
    font-style: normal;
}



.slide {  

	z-index:1;

	list-style:none;

	margin:0;

	padding:0;

	display:block;

}



#navi_2 {  

	list-style:none;

	margin: 7px 0px 0px 0px; 

	padding:0;

	color:#000;

	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:#FFFFFF;

    /* for IE */

    filter:alpha(opacity=70);

    /* 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: #000000;

	font-size:11px;

    font: normal 11px "Verdana", Times, 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:#ffffff;

    background:#99CC00 url(img/spacer.png);

	

}



#navi_2 li a:selected {

	color:#ffffff;

    background:#99CC00 url(img/spacer.png);



}









.ddsmoothmenu{


    font-family: 'arialnarrow';
	font-size: 12px;
	font-weight:normal;

width: 100%;

}



.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: 0px 0px 0px 0px;

padding-left: 10px;

padding-right: 10px;

padding-top: 6px;





color: #2d2b2b;

text-decoration: none;

    font-family: 'arialnarrow';

    font-size: 12px;





}



* 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-family: 'arialnarrow';

    font-size: 13px;



}



.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

    color: #ffffff;

    font-family: 'arialnarrow';

    font-size: 13px;

	background: url(img/raiz.png);

	background-position:center;

	background-repeat:no-repeat;

padding-bottom: 70px;

}



.ddsmoothmenu ul li a:hover{

color: #ffffff;

}



.ddsmoothmenu li.raiz a:hover{

color: #ffffff;

background: url(img/raiz.png);

background-position:center;

background-repeat:no-repeat;

padding-bottom: 70px;

}



.ddsmoothmenu li.sinraiz a:hover{

color: #ffffff;

padding-bottom: 6px;

}



	

/*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;

}