.ac-container{
	width: 98%;
	margin: 10px auto 30px auto;
	text-align: left;	 font-family: 'webfontregular';
}

.ac-container label{
		 font-family: 'webfontregular';
	padding: 5px 15px;
	padding-top:.8em;
	position: relative;
	z-index: 20;
	display: -block;
	height: 20px;
	cursor: pointer;
	color: #000;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 14px;
	font-size: 1em;
	 background: #f5f5f5; /* opacity: 0.7; */
	
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background:#fdb912;opacity: 0.7; 
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
/* 	background: #c6e1ec; */
	color: #fff;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.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(../img/acordion/arrow_down.png) no-repeat center center;		
}
.ac-container input:checked + label:hover:after{
	background-image: url(../img/acordion/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{
	
	color: #000;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	/* text-shadow: 1px 1px 1px rgba(255,255,255,0.8); */
}
.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-small{
	height: 175px;
}

.ac-container input:checked ~ article.ac-medium{
	height: 235px;
}
.ac-container input:checked ~ article.ac-medium2{
	height: 545px;
}
.ac-container input:checked ~ article.ac-large{
	height: 400px;215%;margin-left:-25;
}
.ac-container input:checked ~ article.ac-large2{
	height: 880px; background-color:#fff;
}
.ac-container input:checked ~ article.ac-large3{
	height: 880px;width:205%;z-index: 98;background:#fff;margin-left:-105%;
}
@media screen and (max-width: 600px){
	/* section#principal{height:60em;} */
	 section#contenedor_bilio{width:100%;/* height:35em;/ */* background-color:#e125ca; */display:block;margin-left:-.4em;}

	section#contenedor_bilio  article#contenedor_biblio_iquierda{width:100%;/* background-color:#3396FF; */display:block;margin-left:-1.2em;}
section#contenedor_bilio article#contenedor_biblio_iderecha{width:100%;/* background-color:#3396FF; */display:block;margin-left:-1.2em;}
.ac-container input:checked ~ article.ac-small{height: 170px;width:100%;z-index: 99;}
.ac-container input:checked ~ article.ac-medium{height: 225px;}
.ac-container label{
		 font-family: 'webfontregular';
	
	font-size: .7em;
	
	
}
}

@media screen and (min-width: 1090px) and (max-width: 1204px){
	 section#contenedor_bilio{width:100%;  /* background-color:#e125ca;  */ display:block;margin-left:-3.4em;}
	 section#contenedor_bilio  article#contenedor_biblio_iquierda{width:70%;/* background-color:#3396FF; */display:block;margin-left:8.2em;}
	 section#contenedor_bilio article#contenedor_biblio_iderecha{width:70%;/* background-color:#3396FF; */display:block;margin-left:8.2em;}
	.ac-container input:checked ~ article.ac-small{height: 200px;width:100%;z-index: 99;}
.ac-container input:checked ~ article.ac-medium{height: 225px;}
.ac-container label{
		 font-family: 'webfontregular';
	
	font-size: 1em;
	
	
}
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
/* @media screen and (min-width: 800px) and (max-width: 1090px) */