/* CSS Document */
#header {
	float:left;
	width:630px;
	background:#ffffff url(../img/nav/bg.gif) repeat-x bottom;
	font-size:9px;
	line-height:normal;
	font-weight: normal;
	font-variant: normal;
  }

#header ul {
  margin:0;
  padding:2px 2px 0; /* separa las pesta�as de arriba y izq */
  list-style:none;
  }
  
#header li {
  float:left;
  background:url(../img/nav/left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 11px;
  }

#header a {
  float:left;
  display:block;
  background:url(../img/nav/right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  color:#333333;
  }

#header .enlacerojo {color: #FF0000;}
#header a.enlacerojo:link     {color: #FF0000;}
#header a.enlacerojo:visited  {color: #FF0000;}
#header a.enlacerojo:hover    {color: #FFFFFF;}
#header a.enlacerojo:active   {color: #FF0000;}  

/* Commented Backslash Hack    hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {  color:#ffffff;  }
#header #current {  background-image:url(../img/nav/left_on.gif);  }

#header #current a {  
  background-image:url(../img/nav/right_on.gif);  
  color:#333;
  font-weight:bold;
  padding-bottom:5px;
  }
