.ac-container{
	width:90%;
	margin: 20px 30px 0 0;
	text-align: left;   
}
.ac-container label{
    color: #6b397c;
    display: block;
    font-family: "Quicksand",sans-serif;
    letter-spacing: -1px;
    margin-top: 1.2em;
    padding: 5px 8px 4px;
    position: relative;
    text-align: right;
    width: auto;
	background-color: #F0EBFE;
    font-size: 2em;
	font-weight:600;
	/**/
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	height: 30px;
	cursor: pointer;
	line-height: 33px;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.5), 
		0px 2px 2px rgba(0,0,0,0.1);
 	/*background-image: url(../img/acc-ac.png) no-repeat center center;*/
}
.ac-container label:hover{
	background: #F0EBFE;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background:#6b397c;
	/*background: #F0EBFE;*/
	/*color: #6B397C;*/
	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:before,
.ac-container input:checked + label:before{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	/*right: 13px;*/
	top: 8px;
	margin-left:-30px;	
}

.ac-container input#ac-4 + label:before
{
	background: transparent url(../img/acc-ac-m.png) no-repeat center center;		
}
.ac-container input#ac-4:checked + label:before{
	background-image: url(../img/acc-ac.png);
}
.ac-container input#ac-1 + label:before
{
	background: transparent url(../img/acc-eyc-m.png) no-repeat center center;		
}
.ac-container input#ac-1:checked + label:before{
	background-image: url(../img/acc-eyc.png);
}
.ac-container input#ac-2 + label:before
{
	background: transparent url(../img/acc-ms-m.png) no-repeat center center;		
}
.ac-container input#ac-2:checked + label:before{
	background-image: url(../img/acc-ms.png);
}
.ac-container input#ac-3 + label:before
{
	background: transparent url(../img/acc-av-m.png) no-repeat center center;		
}
.ac-container input#ac-3:checked + label:before{
	background-image: url(../img/acc-av.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	max-height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: max-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;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.ac-container input:checked ~ article{
	-webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: max-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: auto;
}
.ac-container input:checked ~ article.ac-medium{
	max-height: 4000px;
	/*max-height: 1400px; (agranda hacia abajo el cuadro de avisos y temas de interes)*/
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}

.redondeado{
padding:4px; /* Espacio entre la imagen y el borde */
background:#FFF; /* Color de fondo que se ve entre el espacio */
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
border-radius: 5% 5% 5% 5%; /* Borde redondeado */
box-shadow: 0px 0px 4px #666; /* Sombra */
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

#acmult
{
	cursor:pointer;
}
#inmult
{
	display:inline-block;
}
#actualiza
{
	position:relative !important;
}
.box-multimedia3 {height: auto;margin-left: auto;margin-right: auto;min-height: 70px;position: relative;width: auto;box-shadow:0px 2px 6px #000;-moz-box-shadow:0px 2px 6px #000;-webkit-box-shadow:0px 2px 6px #000;}
/*
body
{
  background-color: #5f5f5f !important;
  background-image: url("../images/layout/back_body2.jpg") !important;
}*/

@media screen and (min-device-width:300px) and (max-device-width:480px){
	.ac-container input:checked ~ article.ac-medium{
	max-height: 3000px;
}
}