.accordion-content ul{
    margin:0 20px;
    padding: 0px;
  }
  .accordion-content ul li{
    margin:15px 0px;
  }
  .accordion-content ul li ul{
    margin:5px 20px;
    padding: 0px;
  }
  .accordion-content ul li ul li{
    margin:5px 0px;
  }
/*-------------------------------------------------*/
#accordion-container {
	font-size: 13px;
	/*background: #ffffff;
	padding: 5px 10px 10px 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc; */
	max-width: 100%;
}

.accordion-header {
	font-size: 16px;
	font-weight:normal;
	background: #ebebeb;
	margin: 5px 0 0 0;
	padding: 5px 25px 5px 18px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family:Lato;
	max-width: 100%;
}

.accordion-header-link {
	font-size: 16px;
	font-weight:normal;
	margin: 5px 0 0 0;
	padding: 5px 25px 5px 18px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family:Lato;
	max-width: 100%;
	background: url(../../tema_1/images/iconos/external_link.png) #ebebeb;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-header-link a{
	font-size: 16px;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
}

.accordion-header-text {
	font-size: 16px;
	font-weight:normal;
	color: #666666;
	margin: 5px 0 0 0;
	padding: 5px 25px 5px 18px;
	border: 1px solid #cccccc;
	color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family:Lato;
	max-width: 100%;
	background: #ebebeb;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: url(../../tema_1/images/iconos/active-header.gif) #cef98d;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background: url(../../tema_1/images/iconos/active-header.gif) #c6f089;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(../../tema_1/images/iconos/inactive-header.gif) #ebebeb;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(../../tema_1/images/iconos/inactive-header.gif) #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	max-width: 100%;
}