#planes{
	float: left;
	height: auto;
	width: 670px;
	margin-bottom: 20px;
	
}

#imagenplanes{
	float: left;
	height: 280px;
	width: 420px;
	
}

#botones{
	float: left;
	height: 260px;
	width: 250px;
	padding-top: 20px;
	
}
#botones a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: left;
	height: 55px;
	width: 230px;
	margin-top: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 55px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #207eb8;
	text-align: center;
	font-size: 18px;
}

#botones a:hover {
	text-decoration: none;
	background-color: #FF3300;
}
