body{
	margin: 0;
	background-image: 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;
	font-family: 'Josefin Sans', sans-serif;
}#inicioB{
	margin: 0;
	background-image: url(img/fondoInicio.jpg) !important;
    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;
	font-family: 'Josefin Sans', sans-serif;
}#intro{
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fefbec;
    z-index: 999999;
}#introLogo{
	width: 300px;
	margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: none;
}header{
	width: 100%;
	height: 200px;
	background: #fff;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 9;
}#logo{
	width: 180px;
	margin-top: 5px;
}nav{
}#menu{
	list-style: none;
	width: 820px;
	margin: auto;
	margin-top: 12px;
	font-size: 18px;
}#menu li{
	float: left;
	padding: 5px 50px;
	background: url(img/li.jpg) right center no-repeat;
}#last{
	background: none !important;
}#menu li:hover a{
	color: #f9b745;
}#menu li a{
	text-decoration: none;
	color: #4b3c13;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}.contenedor{
	width: 100%;
	background: url(img/fondo-contenedor.jpg);
	max-width: 800px;
	margin: 220px auto;
	padding: 10px 30px;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.62);
	-moz-box-shadow:    0px 0px 24px 0px rgba(0, 0, 0, 0.62);
	box-shadow:         0px 0px 24px 0px rgba(0, 0, 0, 0.62);
	font-size: 18px;
}#inicio{

}#quienes{
	
}#quienes img{
	width: 800px;
	margin: 40px 0;
}#productos{
	height: 650px;
}#contacto{
	margin-bottom: 50%;
	height: 590px;
	background-image: url(img/fondoC.jpg);
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 700px;
}.as{
	height: 40px;
	width: 100%;
	position: relative;
}#quienesA{
	margin-top: 100%;
}.lista{
	width: 150px;
	margin: 0 25px;
	float: left;
}.lista p{
	margin: 3px 0;
}.lista h3{
	border-bottom: 2px solid #efae30;
}#datos{
	width: 300px;
	border-top: 1px solid #efae30;
	text-align: center;
	margin: 30px auto;
}#datos img{
	width: 100px;
	margin: 15px 0;
}#datos p{
	margin: 5px 0;
}