#a{
	width:auto;
	height:160px;
	background-color:transparent;
	margin:0px 0px 0px 0px;
}
#b{
	width:200px;
	height:150px;	
	background:url(IMAGES/circulo1.png) no-repeat center;
	float: left;
	text-align:center;	
	margin: 10px 10px 10px 50px;
	}
#c{
	width:200px;
	height:150px;
	background:url(IMAGES/circulo2.png) no-repeat center;
	float:left;
	text-align:center;
	margin: 10px 10px 10px 10px;
	}
#d{
	width:200px;
	height:150px;
	background:url(IMAGES/circulo3.png) no-repeat center;
	float:left;
	text-align:center;
	margin: 10px 10px 10px 10px;
	}
#label1{
	width:auto;
	height:85px;
	background:url(IMAGES/label1.png) no-repeat center;
	text-align:center;
	padding:inherit;
	
}
#label2{
	width:auto;
	height:85px;
	background:url(IMAGES/label2.png) no-repeat center;
	text-align:center;
	padding:inherit;
	
}
#label3{
	width:auto;
	height:95px;
	background:url(IMAGES/label3.png) no-repeat center;
	text-align:center;
	padding:inherit;
	
}
#label4{
	width:auto;
	height:85px;
	background:url(IMAGES/label4.png) no-repeat center;
	text-align:center;
	padding:inherit;
	
}
#label5{
	width:auto;
	height:85px;
	background:url(IMAGES/label5.png) no-repeat center;
	text-align:center;
	padding:inherit;
	
}

input[type="radio"]{display: none;
}
input[type="radio"] + label span{
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(img/check_radio_sheet.png) -38px top no-repeat;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor:pointer;
  }

input[type="radio"]:checked + label span{
  background: url(img/check_radio_sheet.png) -57px top no-repeat; 
  float: none;
  
}
#separar{
	width:auto;
	height:20px;
}
