#accordeon {
	width: 100%;
	border: 10px solid #fff;
	
	margin: 10px;
}

.acc-head {
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	font-size: 21px;
}

.acc-body {
	padding: 0px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
	display: none;
}
.plus:before {

background: #f8f8f8;
    line-height: 40px;
    right: 19px;
    text-align: center;
    top: 1px;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 26px;
    width: 35px;
    height: 40px;
    color: #000000;
	margin-right: 12px;
	}