#headerContainer {
	margin-right: auto;
	margin-left: auto;
	background: url(../imgs/indexfondoCielo.jpg) repeat-x;
}

#header {
	width: 920px;
	height: 282px;
	margin-right: auto;
	margin-left: auto;
}

.logo {
	padding-right: 46px;
	padding-top: 11px;
	padding-bottom: 20px;
	float: left;
	margin: 0;
}

#slideshow {
	/*padding-left: 320px;*/
	width: 600px;
	height: 199px;
	background-repeat: no-repeat;
	background-position: left top;
}



/* @group Menu */

#menu {
	width: 920px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-bottom: 3px;
	padding-top: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	display: block;
}

#menu li.menuNature {
	background: transparent url(../imgs/menu1-10.png);
}

#menu li.menuHiking {
	background: transparent url(../imgs/menu2-10.png);
}

#menu li.menuBooks {
	background: transparent url(../imgs/menu3-10.png);
}

#menu a {
	display: block;
	padding-top: 36px;
	height: 0;
	!important
	color: #000;
	text-decoration: none;
	overflow: hidden;
}

* html #menu a:link, * html #menu a:visited {
	height: 36px;
	he\ight: 0;
}

#menu a#menuNature {
	background: transparent url(../imgs/menu1-10.png) no-repeat right top;
	width: 307px;
}

#menu a#menuHiking {
	background: transparent url(../imgs/menu2-10.png) no-repeat;
	width: 307px;
}

#menu a#menuBooks {
	background: transparent url(../imgs/menu3-10.png) no-repeat;
	width: 306px;
}

#menu a#menuNature:hover {
	background-position: top left;
	z-index: 50;
	width: 307px;
}

#menu a#menuHiking:hover {
	background-position: top right;
	z-index: 50;
	width: 307px;
}

#menu a#menuBooks:hover {
	background-position: top right;
	z-index: 50;
	width: 306px;
}

* html #menu a:hover {
	height: 44px;
	he\ight: 0;
}

/* @end */

/* @group Submenu */

#submenu {
	width: 920px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu li {
	float: left;
	display: block;
	/*

width: 230px;*/
	text-align: center;
}

#submenu a {
	display: block;
	color: #133951;
	text-decoration: none;
	/*

line-height: 30px;*/
	margin-left: 4em;
	margin-right: 4em;
	margin-top: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

#submenu a:link {
	
}

#submenu a:hover {
	border-bottom: 1px dotted #000;
	color: #396c8c;
	text-align: center;
	background-color: #d2e4f0;
}

/* @end */