

/* 1. IMPORT SECTION */

	@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');




/* 2. BASIC STYLES */

	html, body {
		height: 100%;
	}

	body {
		font-family: "Oxygen", Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.7857;
		letter-spacing: 0.075em;
		color: #333333;
		background-color: #fff;
	}

	a { 
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a:hover {
		color: #000;
	}

	a, a:hover, a:active, a:focus, button:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

	h1 {
		font-size: 32px;
		font-weight: bold;
	}


	
	#parqueo{
		background-color: #fff;
		color: #070707;
		padding-top: 20px;



