﻿.akordeon
{
    width: 460px;
	max-width:800px;
	color:rgba(255,255,255,1);
    behavior: url(PIE.htc);
}

.akordeonds
{
    width: 100%;
	max-width:800px;
	color:rgba(255,255,255,1);
    behavior: url(PIE.htc);
}

.akordeonds a {
	text-decoration:none;
	color:rgba(255,255,255,1);
	font-size:0.9em;
	font-weight:600;
}

.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 35px;
}
.akordeon-item .akordeon-item-body
{
    overflow: hidden;
}
.akordeon-icon
{
	color:rgba(255,255,0,0);
}
.akordeon-heading
{
    float: left;
    padding-left: 10px;
	padding-top:5px;
	width:90%;

}
.akordeon-icon span
{
    display:block;
	float:left;
	
}
.akordeon-item.expanded .akordeon-icon span {
	width:10px;
	height:30px;
	background-color:rgba(255,0,0,1);
	color:rgba(255,0,0,1);
}
.akordeon-item-head-container
{
	width: 100%;
	position: absolute;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,1);
}

.akordeon-item.expanded .akordeon-item-body
{
   background-color:rgba(0,0,0,0.25);
   
}
.akordeon-item.collapsed
{
}

.akordeon-item.expanded .akordeon-heading
{
	
}

.akordeon-item.expanded .akordeon-item-head
{
   background-color:rgba(0,0,0,0.25);
 
}
.akordeon-item-content
{
    padding: 10px;
    min-height: 120px;
	


}
.akordeon-border-bottom
{
    
}
.akordeon-border-top
{
    border-top: solid 1px black;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
   
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
  
    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{


    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{

    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{

    behavior: url(PIE.htc);
}

/* distribución */

.akordeon-headingDS
{
    float: left;
	width:90%;
    padding-left: 10px;
	padding-top:5px;
}


.akordeon-item-contentDS
{
    padding-left: 30px;
	padding-right:10px;
	padding-bottom:10px;
}

.distnom {
	font-weight:600;
	color:rgba(255,255,255,1);	
}

.disdet {
	font-weight:300;
	color:rgba(128,128,128,1);	
}

/* /distribución */
