/*-----------
www.sgclark.com
Stephen Clark
Mini-Slide Navigation - www.sgclark.com/sandbox/minislide
Last Updated: 1/28/2006

Inspired by Simplebits MiniTab Nav, and SlayerOffice Focus Slide Nav
------------*/

#navheader {
position:relative;
margin:0 auto;
width: 516px;
height:39px;
background-image:url(../images/fondoMenu.jpg);
padding:0 0 0 0;
z-index:0;
}

#navheader li {
position:relative;
display:inline;
font:11px arial;
font-weight:bold;
padding-top:21px;
z-index:20;
display : block;
float : left;
}

#navheader li a {
text-decoration:none;
color:#ede469;
display : block;
text-align : center;
padding-left:18px;
padding-right:18px;

}

#navheader li a:hover {
text-decoration:none;
color:#000000;
background:url(../images/fondoboton.jpg) repeat-x top left;
cursor: hand;

}

#navheader li a.activado {
text-decoration:none;
color:#000000;
background:url(../images/fondoboton.jpg) repeat-x top left;
cursor: hand;

}


#slider {
position:absolute;
background-image:url(../images/flechaMenu.png);
width:12px;
height:10px;
margin:0 2px 0 2px;
z-index:2;
margin-top:8px;
margin-left:8px;
}

/*---- Navigation Page Indicators ----*/
body#minislide li#home {
	color:#000000;
	background:url(../images/fondoboton.jpg) repeat-x top left;
	text-align : center;
	padding-left:12px;
	padding-right:12px;
	z-index:1;
}


