@charset "utf-8";
/* CSS Document */

.aire{	
  width:280px;
  height:80px;
  margin-left:20px;

  /*background:#145223;*/
	float:left;
	
	}
. aire img{
	text-decoration:none;
	border:0;
	margin-top:50px;
	}
#aire{
  width:700px;
	height:360px;
	margin-left:18px;
	margin-top:10px;
  margin-bottom:10px;
	background:#fff;
	overflow:auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	}
#aire img{border:0px;}
