@charset "UTF-8";
html, body {
	overflow-y:scroll;
	overflow-x:hidden;
	font-family: Caviar;
	font-size: 16px;
    box-sizing: border-box;
	line-height: 1.5;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
	margin:0px;
	height: 100%;
}
* {
	box-sizing:border-box;
}
*, *:before, *:after {
    padding: 0;
    margin:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#sfondo {
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #333;
	background-image: url(../_images/anto-2.jpg);
	background-position: center;
	background-size: 600px;
	background-repeat: no-repeat;
}