#separador{
	width:615px;
	height:5px;
	margin:30px auto;
	background:url(../imagenes/linea.png) no-repeat;
	}

#home{
	background:none;
	}

#texto-vida{
	width:700px;
	margin:0 auto;
	color:#3B2F7D;
	text-align:justify;
	}

#recuadro{
	width:341px;
	float:left;
	}
	
#testimonio{
	padding:0 40px;
	text-align:justify;
	color:#aba7c4;
	}

#testimonio h4{
	color:#3B2F7D;
	text-align:center;
	margin:0;
	padding:0;
	}

#recuadro.texto-confident{
	color:#3B2F7D;
	text-align:justify;
	}

#mas-testimonios{
	float:right;
	padding:10px;
	background:#BF57A2;
	}

#mas-testimonios a{
	text-decoration:none;
	color:#FFF;
	}

#mas-testimonios a:hover{
	color:#542f49;
	}


#reflexiones{
	padding:0 40px;
	text-align:left;
	color:#aba7c4;
	}

#reflexiones ul li{
	list-style:url(../imagenes/bullet.png);
	}


#tiempo-libre{
	padding:0 40px;
	text-align:justify;
	color:#3B2F7D;
	}
	
	
	
	/***********/
	
	.ac-container{
	width: 312px;
	/*margin: 10px auto 30px auto;*/
	text-align: left;
}
.ac-container label{
	/*padding: 5px 20px;*/
	position: relative;
	z-index: 20;
	display: block;
	height: 350px;
	cursor: pointer;
}

.ac-container label h3{
	color:#3497DB !important;
	text-align:left;
	font-weight:bolder;
	text-transform:uppercase;
	}

.ac-container label:hover{
	/*background: #fff;*/
}

	
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	/*background: #c6e1ec;
	color: #3d7489;
	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(../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{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	/*, box-shadow 0.6s linear*/
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.ac-container article p{
	color: #777;
	line-height:23px;
}

.ac-container input:checked ~ article{
	/*, box-shadow 0.1s linear*/
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
	/*box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	/*height: 400px;*/
	height:auto;
	width:312px !important;
	margin-top:50px;
	/*border:none !important;*/
	border-left:3px solid #C061A4;
	padding-left:15px;
	padding-right:15px;
	
}

article h3{
	color:#3497DB;
	margin:0;
	padding:0;
	}
	
#imagen-productos{
	visibility:visible;
	}