body{
	border: none;
	margin: 0;
	background: #200001;
}
h2,#enviar{
	border: none;
	background-image: url(../img/h2.jpg);
	background-size: 100%;
	padding: 10px;
	text-align: center;
	width: 300px !important;
	font-family: 'Playball', cursive;
	color: #155e0d;
	font-size: 37px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}#logo{
	position: fixed;
	z-index: 999;
	left: 3%;
	top: 20px;
	width: 15%;
	max-width: 300px;
}#centro{
	width: 1000px;
	margin: auto;
}header{
}nav{
	position: fixed;
	height: 60px;
	width: 100%;
	top: 0;
	background: url(../img/nav.png);
	font-family: 'Playball', cursive;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    cursor: pointer;
}ul{
	width: 800px;
	float: right;
	padding: 0 5%;
	list-style: none;
	margin: 10px;
	cursor: pointer;
}
ul a{
	color: #155e0d;
	text-decoration: none;
	padding: 5px 4%;
	float: left;
	font-size: 30px;
	cursor: pointer;
}ul a li{
	cursor: pointer;
}
#menuA{
	position: absolute;
	top: 580px;
}#ubicacionA{
	position: absolute;
	top: 3050px;
}#contactenosA{
	position: absolute;
	top: 8500px;
}
#menu{
	color: #f6d898;
	font-family: 'Playball', cursive;
	font-family: sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 100;
}#fondoMenu{
	background: url(../img/fondoMenu.jpg);
	padding: 25px;
}#centroMenu{
	width: 950px;
	height: 2280px;
	background: url(../img/centroMenu.jpg);
}#menuLeft{
	float: left;
	width: 445px;
	border-right: 2px dotted #f6d898;
	padding: 20px;
}#menuRight{
	float: left;
	width: 420px;
	padding: 20px;
}#categoria{
	text-align: center;
	font-family: 'Playball', cursive;
	color: #155e0d;
	font-size: 37px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin: 20px 0;
    float: left;
    width: 100%;
}#producto{
	float: left;
	width: 100%;
	font-size: 
}#producto #nombre{
	float: left;
}#producto #puntos{
	float: left;
	margin-left: 5px;
}#producto #precio{
	float: right;
}#producto #descripcion{
	width: 100%;
	float: left;
margin: 0;
font-size: 14px;
margin-left: 20px;
}
#ubicacion{
	height: 800px;
}#punto{
	float: left;
}#punto img{
	width: 500px;
	border: 4px solid #f6d898;
}#info{
	width: 480px;
	float: left;
	color: #f6d898;
	font-family: 'Playball', cursive;
	text-align: center;
	font-size: 30px;
	margin: 100px 0;
}#info p{
	margin: 5px;
}#mapa{
	margin-top: -98px;
}#contactenos{
	float: left;
	height: 800px;
}footer{
	position: fixed;
	height: 60px;
	width: 100%;
	bottom: 0;
	background: url(../img/nav.png);
}footer p{
	float: left;
	font-family: 'Playball', cursive;
	font-size: 27px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	color: #155e0d;
	padding: 0px 4%;
	margin: 17px;
}#nachos{
	position: relative;
	float: right;
	margin-top: -700px;
	margin-right: 0px;
	z-index: -999;
}#fichaContacto{
	width: 600px;
	height: 350px;
	background: red;
	background: url(../img/fondoContactenos.jpg);
}#fichaContacto input, textarea{
	float: left;
	width: 90%;
	font-size: 25px;
	margin: 10px 20px;
}#enviar{
	float: left;
	margin-top: 40px !important;
	cursor: pointer;
}#globyte{
	width: 120px;
	float: right;
	margin-right: 15px;
	margin-top: 17px;
	opacity: 0.8;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}#globyte:hover{
	opacity: 1;
}