@import url('https://fonts.googleapis.com/css?family=Mandali|Montserrat+Alternates');

html, body {
  	overflow-x: hidden;
}

*{
	margin: 0;
	padding: 0;
	font-family: 'Mandali', sans-serif;
}

html, body {
  overflow-x: hidden;
}

body {
	position: relative;
}

section#contenedor_general{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-image: url(../imagenes/bg_servicios.jpg);
	background-size: cover;
	background-position: center 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

section#body{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}

/*section#scrolldown{
	margin: auto;
	padding: 6px;
	width: 150px;
	height: 45px;
	background: steelblue;
	border-radius: 50px;
}*/

section#scrolldown{
	margin: auto;
	width: 140px;
	height: 105px;
}

p#titulo{
	text-align: center;
	font-weight: lighter;
	font-size: 1.5em;
	color: white;
}

p#menorque{
	-webkit-transform: rotate(270deg);
	text-align: center;
	color: white;
	font-size: 1.3em;
}

section#seccion{
	width: 100%;
	height: auto;
	margin-top: 20px;
	background-color: white;
}
















































