@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One);

*{
	margin: 0;
	padding: 0;
	font-family: 'Julius Sans One', sans-serif;
}

section#contenedor_general{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-image: url(../pictures/foxtail.png);
	background-position: center 0px;
	background-repeat: repeat;
	overflow: hidden;
}

section#body{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}

section#scrolldown{
	margin: auto;
	width: 200px;
	height: 60px;
}

p#titulo{
	text-align: center;
	font-weight: lighter;
	font-size: 1.5em;
	color: black;
}

p#menorque{
	-webkit-transform: rotate(270deg);
	text-align: center;
	color: black;
	font-size: 1.3em;
}

section#seccion{
	width: 100%;
	height: 0px;
	margin-top: 20px;
	background-color: white;
}
















































