	.circulo {
		 width: 35px;
		 height: 35px;
		 -moz-border-radius: 50%;
		 -webkit-border-radius: 50%;
		 border-radius: 50%;
		 display: inline-block;
		 margin-left: 5px;
		 border: 1px #BCBCBC solid;
	}

	.detail:hover{

			cursor: pointer;

		}
