body{
	background-image:url("http://www.buscarfondos.com/file/1743/2560x1440/crop/band-aid-skate.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-attachment:fixed;
	text-align: center;
}



#tabla {
	position:fixed;
	width:100%;
	background: black;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 160px;
	z-index: 1;


}
#tienda{
	margin-left:47px;
	position:relative;
	top:200px;
	left:0px;
	right:0px;
	background:rgba(0,204,204,0.5);
	width:29%;
	border-radius:15px;
}
#imagen{
	border-radius:15px;
	height:75px;
	width:300px;
}
#titulo{
	font-style: italic;
	font-size:40px;
}
#articulo{
	margin-left:1000px;
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	background:rgba(0,102,51,0.70);
	width:38%;
	border-radius:15px;
}
#imagen1{
	border-radius:15px;
	height:75px;
	width:70px;
}
#form{
	margin-left:30px;
	position:relative;
	top:-200px;
	left:0px;
	right:0px;
	background:rgba(255,255,0,0.70);
	width:38%;
	border-radius:15px;
}

#skates{
	margin-left:300px;
	position:relative;
	top:-200px;
	left:0px;
	right:0px;
	background:rgba(255,255,255,0.70);
	width:70%;
	border-radius:15px;
	font-style:italic;
	font-size:40px;
	height:300px;
}
#titulo2{
	font-style:italic;
	font-size:40px;
}

#imagen3{
	border-radius:15px;
	height:375px;
	width:370px;
}