@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
.ac-container{
	width: auto;
	margin: 10px auto 30px auto;
	text-align: left;
	margin-left: 25px;
	margin-top: 40px;
}
.ac-container label{
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #092E58;
	line-height: 33px;
	font-size: 14px;
	font-weight: 400;
	background: #FFF;
	transition: all 0.5s;
}

.ac-container i {
	font-size: 24px;
	color: #092F57;
	position: absolute;
	margin-left: 5px;
	margin-top: 10px;
}

.ac-container label:hover{
	background: #092E58;
	color: #E60935;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #FFF;
	color: #E60935;
	font-weight: 700;
}

.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{
	font-style: italic;
	color: #666;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	margin-left: 30px;
}
.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: 90px;
}

.ac-container ul {
	margin:0;
}

.ac-container a {
	text-decoration: none;
	color: #333;
	font-family: 'Montserrat', sans-serif;
}

.ac-container li {
	margin:0;
	list-style-type: none;
	font-size: 13px;
	height: 25px;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: -20px;
	color: #2A4B6E;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.3s;
}

.ac-container li:hover {
	color: #DD0330;
	cursor: pointer;
}

.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 240px;
}

/* MENU CURSOS */
.ac-container input:checked ~ article.ac-small-cursos-ninios{
	height: 230px;
}

.ac-container input:checked ~ article.ac-small-cursos-adolescentes{
	height: 130px;
}

.ac-container input:checked ~ article.ac-small-cursos-adultos{
	height: 460px;
	padding-top: 20px;
}
/* DETALLE CURSOS */

.aco-containerDet {
	width: 600px;
	margin: 0;
	text-align: left;
	margin-left: 0px;
}
.aco-containerDet label{
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 47px;
	cursor: pointer;
	color: #000;
	line-height: 47px;
	font-size: 18px;
	background: #FFF;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	font-weight: 700;
	transition: all 0.5s;
}
.aco-containerDet label:hover{
	background: #000;
	color: #FFF;
}

.aco-containerDet input:checked + label,
.aco-containerDet input:checked + label:hover{
	background: #FFE74F;
	color: #000;
	border: 0;
}

.aco-containerDet label:hover:after,
.aco-containerDet input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 16px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.aco-containerDet input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.aco-containerDet input{
	display: none;
}
.aco-containerDet 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;
}
.aco-containerDet article p{
	color: #333;
	line-height: 23px;
	font-size: 14px;
	padding-top: 20px;
	margin-left: 0px;
}

.aco-containerDet article img{
	margin: 0px 15px 15px 0px;
	float: left;
}

.aco-containerDet 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;
}
.aco-containerDet input:checked ~ article.aco-small{
	height: 270px;
}

.aco-containerDet ul {
	margin:0;
}

.aco-containerDet li {
	margin:0;
	list-style-type: none;
	font-size: 14px;
	height: 25px;
	padding-top: 5px;
	padding-left: 2px;
	transition: all 0.3s;
}

.aco-containerDet li:hover {
	background-color: #000;
	color: #FFF;
	cursor: pointer;
}

.aco-containerDet input:checked ~ article.aco-medium{
	height: 180px;
}
.ac-containerDet input:checked ~ article.ac-large{
	height: 230px;
}

.aco-containerDet input:checked ~ article.aco-adolescentes{
	height: 280px;
}

/* NIÑOS DE 6 A 12 AÑOS*/

.aco-containerDet input:checked ~ article.aco-ninioHastaDoceComedia{
	height: 110px;
}

.aco-containerDet input:checked ~ article.aco-ninioHastaDoceCanto{
	height: 220px;
}

.aco-containerDet input:checked ~ article.aco-niniosComediaHastaNueve{
	height: 300px;
}

/* ADOLESCENTES */
.aco-containerDet input:checked ~ article.aco-adolescentesCanto{
	height: 500px;
}

.aco-containerDet input:checked ~ article.aco-adolescentesDanza{
	height: 400px;
}

.aco-containerDet input:checked ~ article.aco-adolescentesTeatro{
	height: 700px;
}

/* ADULTOS */

.aco-containerDet input:checked ~ article.aco-adultos{
	height: 800px;
}

/* DETALLE CARRERAS */

.aco-containerDetCarreras {
	width: 600px;
	margin: 0;
	text-align: left;
	margin-left: 0px;
}
.aco-containerDetCarreras label{
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 47px;
	cursor: pointer;
	color: #000;
	line-height: 47px;
	font-size: 18px;
	background: #FFF;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	font-weight: 700;
	transition: all 0.5s;
}
.aco-containerDetCarreras label:hover{
	background: #000;
	color: #FFF;
}

.aco-containerDetCarreras input:checked + label,
.aco-containerDetCarreras input:checked + label:hover{
	background: #F17709;
	color: #FFF;
	border: 0;
}

.aco-containerDetCarreras label:hover:after,
.aco-containerDetCarreras input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 16px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.aco-containerDetCarreras input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.aco-containerDetCarreras input{
	display: none;
}
.aco-containerDetCarreras 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;
}
.aco-containerDetCarreras article p{
	color: #333;
	line-height: 23px;
	font-size: 14px;
	padding-top: 20px;
	margin-left: 0px;
}

.aco-containerDetCarreras article img{
	margin: 0px 15px 15px 0px;
	float: left;
}

.aco-containerDetCarreras 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;
}
.aco-containerDetCarreras input:checked ~ article.aco-small{
	height: 270px;
}

.aco-containerDetCarreras ul {
	margin:0;
}

.aco-containerDetCarreras li {
	margin:0;
	list-style-type: none;
	font-size: 14px;
	height: 25px;
	padding-top: 5px;
	padding-left: 2px;
	transition: all 0.3s;
}

.aco-containerDetCarreras li:hover {
	background-color: #000;
	color: #FFF;
	cursor: pointer;
}

.aco-containerDetCarreras input:checked ~ article.aco-medium{
	height: 180px;
}
.ac-containerDetCarreras input:checked ~ article.ac-large{
	height: 230px;
}


/* CARRERAS */
.aco-containerDetCarreras input:checked ~ article.aco-danza{
	height: 860px;
}

.aco-containerDetCarreras input:checked ~ article.aco-danza-estudios{
	height: 500px;
}

.aco-containerDetCarreras input:checked ~ article.aco-danza-docentes{
	height: 500px;
}

.aco-containerDetCarreras input:checked ~ article.aco-canto-contenido{
	height: 1150px;
}

.aco-containerDetCarreras input:checked ~ article.aco-canto-estudios{
	height: 1970px;
}

/* ESTUDIO */
.aco-containerDetGrabacion input:checked ~ article.aco-estudio-servicios{
	height: 2400px;
}


/* DETALLE GRABACION */

.aco-containerDetGrabacion {
	width: 600px;
	margin: 0;
	text-align: left;
	margin-left: 0px;
}
.aco-containerDetGrabacion label{
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 47px;
	cursor: pointer;
	color: #000;
	line-height: 47px;
	font-size: 18px;
	background: #FFF;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	font-weight: 700;
	transition: all 0.5s;
}
.aco-containerDetGrabacion label:hover{
	background: #000;
	color: #FFF;
}

.aco-containerDetGrabacion input:checked + label,
.aco-containerDetGrabacion input:checked + label:hover{
	background: #F17709;
	color: #FFF;
	border: 0;
}

.aco-containerDetGrabacion label:hover:after,
.aco-containerDetGrabacion input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 16px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.aco-containerDetGrabacion input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.aco-containerDetGrabacion input{
	display: none;
}
.aco-containerDetGrabacion 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;
}
.aco-containerDetGrabacion article p{
	color: #333;
	line-height: 23px;
	font-size: 14px;
	padding-top: 20px;
	margin-left: 0px;
}

.aco-containerDetGrabacion article img{
	margin: 15px 15px 15px 0px;
	float: left;
}

.aco-containerDetGrabacion 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;
}
.aco-containerDetGrabacion input:checked ~ article.aco-small{
	height: 270px;
}

.aco-containerDetGrabacion ul {
	margin:0;
}

.aco-containerDetGrabacion li {
	margin:0;
	list-style-type: none;
	font-size: 14px;
	height: 25px;
	padding-top: 5px;
	padding-left: 2px;
	transition: all 0.3s;
}

.aco-containerDetGrabacion li:hover {
	background-color: #000;
	color: #FFF;
	cursor: pointer;
}

.aco-containerDetGrabacion input:checked ~ article.aco-medium{
	height: 180px;
}
.ac-containerDetGrabacion input:checked ~ article.ac-large{
	height: 230px;
}

.aco-containerDetGrabacion input:checked ~ article.aco-danza{
	height: 1450px;
}

.ac-container a {
	color: #DD0632;
	font-family: 'Oswald', sans-serif;
}

.sinFlecha {
	width: 145px;
	height: 30px;
	float: left;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
	color: #092E58;
}

.sinFlecha:hover {
	background-color: #092F53;
	color: #D9022E;
}