/* CSS Document */
body {font: normal 12px verdana;}
ul,ol,li { margin:0; padding:0; }
a img,:link img,:visited img,fieldset { border:none; }
/* nav
 * ------------------------------------------------------------------------- */
#nav{background:url(menu.jpg) no-repeat;width:991px;height:53px;margin-bottom:0;}
#nav span{display:none;}
#nav li, #nav a{height:53px;display:block;}
#nav li{float:left;list-style:none;_display:inline;}
#nav-01{width:64px;margin-left:0px;}
#nav-02{width:123px;}
#nav-03{width:123px;}
#nav-04{width:131px;}
#nav-05{width:114px;}
#nav-06{width:126px;}
#nav-07{width:99px;}
#nav-08{width:105px;}/*211*/
#nav-09{width:77px;}
#nav-01 a:hover {background:transparent url("menu.jpg") -0px -53px no-repeat;}
#nav-02 a:hover {background:transparent url("menu.jpg") -64px -53px no-repeat;}
#nav-03 a:hover {background:transparent url("menu.jpg") -187px -53px no-repeat;}
#nav-04 a:hover {background:transparent url("menu.jpg") -310px -53px no-repeat;}
#nav-05 a:hover {background:transparent url("menu.jpg") -441px -53px no-repeat;}
#nav-06 a:hover {background:transparent url("menu.jpg") -555px -53px no-repeat;}
#nav-07 a:hover {background:transparent url("menu.jpg") -681px -53px no-repeat;}
#nav-08 a:hover {background:transparent url("menu.jpg") -780px -53px no-repeat;}
#nav-09 a:hover {background:transparent url("menu.jpg") -885px -53px no-repeat;}


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
    background-color:#368cc5;
	}

#nav li ul li { 
	height: 18px; 				/* Height of each drop down nav item */
	border-top:non;
	border:outset 1px #EEEEEE;
	
	}	

#nav li ul li a {
	width: 85%;
	height: 20px;				/* Height of each drop down nav item, should match above */
	line-height: 20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display: block;
	padding-left: 15px; /* separacion alineado izquierda */

		}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}

#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover { 
	background-image: none;
	color:#000000;
	text-decoration:underline;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width: 150px; }
#nav-04 ul, #nav-04 li { width: 220px; }
#nav-04 ul a:hover { 
	background-image: none;
	color:#000000;
	text-decoration:underline;
	}
#nav-05 ul, #nav-05 li { width: 160px; }
#nav-05 ul a:hover { 
	background-image: none;
	color:#000000;
	text-decoration:underline;
	}
#nav-06 ul, #nav-06 li { width: 160px; }
#nav-06 ul a:hover { 
	background-image: none;
	color:#000000;
	text-decoration:underline;
	}
/* Hover styles for drop down items */
#nav-02 ul a:hover { 
	background-image: none;
	color:#000000;
	text-decoration:underline;
	}
	

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width: 200px; }

/* about 1 */
#nav-01 ul a:hover { 
	background-image: none;
	color:#000000;
	text-decoration:underline;
	}

/* 1 */
#nav-01 ul, #nav-01 li { width: 165px; }




/* 
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url(../img/spacer.jpg) repeat-y; 
	width:760px; 
	margin:0 auto; 
	text-align:left; 
	}
	
