img{
	border: none;
}body{
	border: none;
	margin: 0;
	font-family: arial;
	background: url(../img/fondo.jpg);
	background-attachment: fixed !Important;
	-webkit-background-size: cover !Important;
	-moz-background-size: cover !Important;
  	-o-background-size: cover !Important;
  	background-size: cover !Important;
  	background-position: center;
}#d{
	background: url(../img/fondoD.jpg);
}header{
	position: fixed;
	height: 100%;
	width: 250px;
	background: #000;
	border-right: #DBA901 groove 6px;
	overflow: scroll;
}#logo{
	float: left;
	width: 70%;
	margin: 20px 35px;
}#menu{
	float: left;
	width:100%;
	height: 320px;
	border-top: 1px solid #fff;
	font-size: 15px;
}#menu ul{
	float: left;
	display: list-item;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	padding: 0;
}#menu li{
	float: left;
	list-style: none;
	width: 230px;
	padding: 5px;
	cursor: pointer;
}#menu li:hover{
	background: url(../img/fondoAbajo.jpg);
	background-size: 100%;
}#menu #first{
	border: none;
}a{
	color: #DBA901;
	margin-top: 2px;
	text-decoration:none;
}#center{
	background: rgba(255, 255, 255, 0.7);
	width: 700px;
	height: 1000px;
	margin: auto;
	float: left;
	margin-top: 50px;
	margin-bottom: 40px;
	border-radius: 10px;
	margin-left: 28%;
	padding: 10px 30px;
}#puntos{
	float: left;
	margin: 2px;
}#puntos img{
	width: 158px;
	cursor: pointer;
}#puntos p{
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-weight: bolder;
}
#marcasDiv{
	width: 650px;
	height: 300px;
	background: #fff;
	border-radius: 10px !Important;
	float: left;
	margin: 0;
	padding-top: 30px;
}#marcas{
	float: left;
	width: 160px;
}#marcas img{
	width: 90px;
}#marcas p{
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
}#poporo{
	position: absolute;
	float: left;
	margin-left: 0px;
	z-index: 0;
	width: 200px;
}#contactenos{
	position: relative;
 	width: 370px;
 	height: 280px;
	top: 30px;
	left: 110px;
	padding: 50px 25px;
	z-index: 1;
}.fichaContacto{
	width:500px;
	font-family: 'Pontano Sans', sans-serif;
	float: left;
	margin-right: 15px;
}.fichaContacto #contacto{
}.fichaContacto input,textarea,select {
	height: 50px;
	width:500px;
	float:left;
	margin-top:6px;
	border-radius:5px;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 21px;
	padding: 3px 5px 3px 5px;
  	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}.fichaContacto textarea,select{
  border: 2px inset #fff;
  border-radius: 5px;
}.fichaContacto select{
  width: 270px;
}.fichaContacto #enviar{
  color: #fff;
  width:100px;
  float:right;
  font-size:14px;
  margin-top: 15px;
}.fichaContacto #mensaje{
	height: auto !Important;
}footer{
	position: fixed;
	bottom: 70px;
	width: 250px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
}footer p{
	color: #fff;
	margin: 2px;
}.flipInX{
	height: 500px;
}#social img{
	width: 30px;
	padding: 10px 8px;
}
#result {
  width:100%;
  margin:auto;
  margin-top:50px;
  text-align:center;
  display:none;
  color: #000;
}#enviado{
  width:280px;
  font-family: 'Pontano Sans', sans-serif;
  float: left;
  margin-right: 15px;
  text-align: center;
  text-shadow:#fff 1px 1px 0px;
  font-weight: bold;
  display: none;
  height: 260px;
}#enviado img{
  width: 25%;
  box-shadow: 2px 2px 5px;
}#loading{
	background-image:url(../loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	width:100%;
	float: left;
	margin-right: 15px;
	height: 260px;
	display:none;
}#globyte{
	position: fixed;
	width: 120px;
	left: 60px;
	bottom: 20px;
}
@media all and (max-width:500px) {
	body{
		background-attachment: fixed !Important;
	  	background-size: auto 100% !Important;
	}
}