* { margin: 0; padding:0; }

body{
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	position:relative;
	top:20px;
	background-color:rgba(110,31,125,1.00);
	height:4200px;
}

#wrapper{
	width: 800px;
	height:3600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	top:40px;
	border-radius:20px;
	box-shadow:rgba(44,42,43,1.00) 0px 10px 30px;
}

#slider{
	position:relative;
	top:-20px;
}

#sombra{
	position:absolute;
	top:280px;
	left:-20px;
}

h1{
	position:relative;
	font-size: 24px;
	text-align: center;
	top:30px;
	color:rgba(194,0,25,1.00);
	font-family:"Arial Rounded MT Bold", Arial, "Arial Bold";
	line-height:30px;
	
}

h2{
	position: relative;
	text-align: center;
	top: 45px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12px;
	color: rgba(126,126,126,1.00);
}


#botones{
	position:relative;
	top:80px;
	text-align:center;
	letter-spacing:50px;
}

h3{
	position: relative;
	text-align: center;
	font-family: "Arial Rounded MT Bold", Arial, "Arial Bold";
	top: 135px;
	font-size: 50px;
	color:rgba(61,15,88,1.00); 
}


#productos{
	position:relative;
	top:300px;
	text-align:center;
	
}


#foot{
	position:relative;
	top:600px;
	left:-2px;
}

h4{
	position: relative;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 35px;
	top: 400px;
}













	