/*
	 CSS-Tricks Example - MagicLine Demo
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
body {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 14px;
	background-color: #666666;
}

header { padding: 100px 0 0 0; display: block; }
header h1 { width: 670px; margin: 0 auto; }
a { color: #eee; }
a:hover { color: white; }

.nav-wrap {
	background-color:#000099;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 000099;
	border-bottom-color: 000099;
	float:left;
	width: 680px;
}

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */



/* Example One */
#example-one { 
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
	width: 670px; 
}
#example-one li { 
	display: inline-block;	
}
#example-one a { 
	color: #bbb; 
	font-size: 10px; 
	float: left;
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#example-one a:hover { 
	color: white; 
}
#magic-line { 
	position: absolute;
	bottom: -2px; 
	left: 0; 
	width: 100px; 
	height: 2px; 
	background: #fff;
}
.current_page_item a {
	color: white !important;
	font-weight: bold;
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}
.twoColLiqLtHdr #container #header #engranaje {
	margin-right: 12px;
}
.twoColLiqLtHdr #container #footer .fltlft {
	margin-top: 12px;
}
img {
	margin-right: 12px;
}
.twoColLiqLtHdr #container #header #SpryMenu {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFBD;
	border-bottom-color: #FFFFBD;
	border-left-color: #FFFFBD;
}
