body{
	background-image: url("fons.jpg");
	font-family: Arial;
}

div{
	background-color: rgba(255,255,255,0.85);
	border-radius: 10px;
}

#tot{
	width: 80%;
	margin: auto;
	height: 700px;
	background-color: rgba(0,0,0,0);
}

#cos{
	padding: 20px;
	margin: 10px;
	float: right;
	position: static;
	width: 100%;
	height: 400px;
}	

#despega{
	margin: 10px;
	float: right;
	width: 84%;
	height: 120px;
	
}

#icona{
	margin: 10px;
	float: left;
	width: 12%;
	height: 120px;
}

#avio{
    display:block;
    margin:auto;
}

#form{
	width: 60%;
	background-color: rgba(0,0,0,0);
	float: right;
}

#dates{
	background-color: rgba(0,0,0,0)
}

#registre{
	margin-left: 20px;
	float: left;
	clear: left;
	background-color: rgba(0,0,0,0);
}


footer{
    margin: auto;
	width: 43%;
	padding: 3px;
	text-align: center;
	clear: both;
	background-color: rgba(255,255,255,0.85);
}













