* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:oswald, helvetica, arial, sans-serif;
	background: url(../img/fondoo.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    background-position: 0%;
}

.logo {
    width: 15%;
    height: auto;
	position:absolute;
	top:20px;
	left: 20px;
}

.text {
    color:#fff;
    text-align: center;
}

.textI {
    color:#fff;
    text-align: justify;
}

.textF {
    color:#fff;
    text-align: center;
    text-size:10px;
}

.contenedor {
	width: 90%;
	max-width:900px;
	margin:auto;
}

.contenedorB {
	width: 100%;
	max-width:170px;
	margin:auto;
}

.pie {
	width: 100%;
	margin-top:8%;
}

.button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
	width:100%;
	height:50px;
	border:none;
	cursor:pointer;
	border-radius:5px;
}