.ac-container{
	width: 900px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: Cuprum;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #CCC;
	line-height: 33px;
	font-size: 19px;
}
.ac-container label:hover{
	background: #333;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #333;
	color: #FFF;
}
.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 div p a {
	color: #51B9FF;
	text-decoration: none;
}
.ac-container div p a:hover {
	color: #06A8FF;
	text-decoration: underline;
}

.ac-container input{
	display: none;
}
.ac-container article{
	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{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
}*/
/*.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;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}*/
.ac-container input:checked ~ article.ac-box130{
	height: 130px;
	background: url(../images/fundos/f01.png) repeat-x center 110px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box140{
	height: 140px;
	background: url(../images/fundos/f01.png) repeat-x center 130px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box170{
	height: 170px;
	background: url(../images/fundos/f01.png) repeat-x center 160px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box280{
	height: 280px;
	background: url(../images/fundos/f01.png) repeat-x center 270px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box300{
	height: 300px;
	background: url(../images/fundos/f01.png) repeat-x center 290px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box370{
	height: 370px;
	background: url(../images/fundos/f01.png) repeat-x center 360px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box390{
	height: 390px;
	background: url(../images/fundos/f01.png) repeat-x center 380px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box450{
	height: 450px;
	background: url(../images/fundos/f01.png) repeat-x center 440px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box490{
	height: 490px;
	background: url(../images/fundos/f01.png) repeat-x center 480px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box550{
	height: 550px;
	background: url(../images/fundos/f01.png) repeat-x center 540px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box640{
	height: 640px;
	background: url(../images/fundos/f01.png) repeat-x center 625px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box730{
	height: 730px;
	background: url(../images/fundos/f01.png) repeat-x center 720px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box850{
	height: 850px;
	background: url(../images/fundos/f01.png) repeat-x center 830px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box2220{
	height: 2220px;
	background: url(../images/fundos/f01.png) repeat-x center 2210px;
	padding-left:25px;
}
.ac-container input:checked ~ article.ac-box{
	height: 640px;
	background: url(../images/fundos/f01.png) repeat-x center 630px;
	padding-left:25px;
}
.ac-container div h3 {
	color: #FFF;
	margin-top: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
