@charset "UTF-8";
/* CSS Document */

.chalver_container{
	width: 734px;
	height: auto;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px #CCC;
}

.chalver_container strong{
	font-weight: bold;
}

.chalver_container iframe{
	margin: 20px 0px;
}

/* INICIO ACORDION */


.ac-container{
	width: auto;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
   font-family: Open-sans, Arial, sans-serif;
	position: relative;
	z-index: 20;
	display: block;
	height: 40px;
	cursor: pointer;
	color: white;
	line-height: 33px;
	font-size: 14px;
	background-color:#00578e;
	border:1px solid #cfd1d1;
   margin-bottom:1px;
   font-weight:bold;
   border-radius:5px;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background-color: #f5f7f7;
	color: #00578e;
	border-bottom:3px solid #d8d5d5;
}

.ac-container input:checked + label{
	margin-top: 5px;
}

.img_mas{
display:block;
width:28px;
height:20px;
background-image:url(../image/mas_color.png);
float:left;
margin-top:8px;
margin-left:8px;	
}

.ac-container input:checked + label  .img_mas{
background-image:url(../image/mas_bn.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;
	width:100%;
}

.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:auto;
	border:1px solid #cfd1d1;
	margin-bottom:20px;
	padding:25px;
	background-color:#f5f7f7;
	box-sizing: border-box;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
	border:1px solid #cfd1d1;
	margin-bottom:20px;
	padding:25px;
	background-color:#f5f7f7;
	box-sizing: border-box;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
	border:1px solid #cfd1d1;
	margin-bottom:20px;
	padding:25px;
	background-color:#f5f7f7;
	box-sizing: border-box;
}

.cuerpotxt_chalver{
	color:#333333;
    font-family: 'Open Sans', sans-serif;
	line-height: 1.2em;
	font-size: 14px;
	text-align: justify;
}

.chalver_divider{
	border: 2px solid #00578e;
	margin: 15px 0px 15px 0px;
}