/* CSS Document */

#button {
	width: auto;
	border-right: 0px solid #fff;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif,;
	background-color: #90bade;
	color: #333;
	font-size: 12px;
	font-weight: lighter;
	}
	/* step 2 */
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}
				/* step 3 */
				
	
		/* step 3 */
		
			#button li a {
		display: block;
		padding: 1px 1px 1px 0.1em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #FFFFFF;
		}
		
#button li>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #2586d7;
color: #800000;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}

/*Star Nuestros Amigos links menu */

#OutLinks {
	width: auto;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 0 0 0 0;
	margin-bottom: .5em;
	background-color: #90bade;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif,;
	color: #fff;
	font-size: 9px;
	font-weight: lighter;
	}

	#OutLinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		margin-bottom: 0px;
		}
		
			
		
		/* step 3 */
		
			#OutLinks li a {
		display: block;
		padding: 1px 1px 1px 0.1em;
		border-left: 1px solid #1958b7;
		border-right: 1px solid #508fc4;
		background-color: #2175bc;
		margin-bottom: 1px;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}
		
		/* Active Heading Nuestros Amigos */
		
		ul#links li#active
{
background-image:url(../System_images/top_bar_bg_03.png);
color:#ffffff;
font-size: 10px; marging-left: 3px;
margin-bottom: 2px;
}
 /*End out links code*/
 
 .rightborder {
border-right: 1px solid #000000;
border-color:#999999;
}
.leftborder {
border-left: 1px solid #000000;
border-color:#999999;
} 