* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
p {
	font-size: 15px;
	margin: 0 0 20px 0;
}
#page-wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font: bold 40px Sans-Serif;
	margin: 0 0 20px 0;
}
/* Generic Utility */
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/* Specific to example one */


#example-one .nav {
	overflow: hidden;
}
#example-one .nav li {
	float: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	display: inline-block;
}
#example-one .nav li.last {
	margin-right: 0;
}
#example-one .nav li a {
	display: block;
	color: white;
	font-size: 15px;
	text-align: left;
	border: 0;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#example-one ul {
	list-style: none;
}
#example-one ul li a {
	display: block;
	padding : 4px;
	color: #666;
	
}
#example-one ul li a:hover {
	color: white;
	background-image: url(../../../img/actividades/blanco.png);
	background-repeat: repeat;
	
}
#example-one ul li:last-child a {
	border: none;
}
#example-one ul li.nav-one a.current, #example-one ul.featured li a:hover {
	color: white;
	background-image: url(../../../img/actividades/blanco.png);
	background-repeat: repeat;
}
.nav {
	height: 39px;
	background-image: url(../../../img/actividades/menu_back.jpg);
	background-position: center top;
}
#guanacastle {
	width: 960px;
	background-image: url(../../../img/mapa/sendero_guanacaxtle.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 880px;
}
#zanate {
	width: 960px;
	background-image: url(../../../img/mapa/sendero_sanate.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 880px;
}
#sabanal {
	width: 960px;
	background-image: url(../../../img/mapa/sendero_sabanal.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 880px;
}
#cruz_monte {
	width: 960px;
	background-image: url(../../../img/mapa/sendero_cruz_monte.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 880px;
}
#embarcaciones {
	width: 960px;
	background-image: url(../../../img/mapa/ruta_embarcaciones.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 880px;
}

body {
	background-color: #000;
}
.list-wrap {
	height: 880px;
	overflow: hidden;
}
