.fascia-sccordion{
clear:both}
.hr-accordion{
	display:inline;
	float: left;
	margin:1px 0 0px 0;
	width:100%;
background:#FFF;    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */}
.ac-container{
	width: 100%;
	margin: 30px 0 0 0;
	text-align: left; 
}
.ac-container label{
font-family: 'Kameron',serif;

	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #4b392f;

	line-height: 33px;
	font-size: 19px;
	background: #ffffff;

	padding:4px;	

}
.ac-container label:hover{
	background: #fff;	color:#b38b4d
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #b38b4d;
	color: #fff;
	border:none !important;

}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;

	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	
	padding: 20px 0;
	margin:0px;

}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;

}
.ac-container input:checked ~ article.ac-small{
	height: 370px;
}
.ac-container input:checked ~ article.ac-01{
	height: 290px;
}
.ac-container input:checked ~ article.ac-03{
	height: 330px;
}
.ac-container input:checked ~ article.ac-04{
	height: 120px;
}
.ac-container input:checked ~ article.ac-02{
	height: 470px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}




.nome-prof{ display:block; clear:both;
  background: none repeat scroll 0 0 #b38b4d;
    border: medium none !important;
    color: #fff; font-family: 'Kameron',serif;
    font-size: 19px;
    height: 30px;
    line-height: 33px;
    padding: 4px; width:100%;}


.desc-prof{ color: #706b6b;
    display: block;
    font-family: 'Kameron',serif;
    font-size: 15px;
    line-height: 1.6;
	padding-bottom:30px;
	padding-top:10px;
    text-align: justify; 
}
.desc-prof a{ text-decoration:none; color:#b38b4d}