﻿.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 {
	position:relative;	
    padding: 10px;
    min-height: 120px;
	max-height: 180px;
	
	overflow:auto;
	
	


}
.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 {
	text-decoration: none;
	color: rgba(255,255,255,1);
	font-size: 0.9em;
	font-weight:600;
	color:rgba(255,255,255,1);	
}

h4.distnom {
	display:inline;
}

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

.distwww, .distmail {
	display:inline-block;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;	
}

.distwww {
	margin-left:4px;
}

.distwww h5, .distmail h5 {
	font-size:0.7em;
	font-weight:700;
	color:rgba(128,128,128,1);
	margin:0;
}

.distwww:hover h5, .distmail:hover h5 {
	color:rgba(255,255,255,1);
}
/* /distribución */

@media screen and (max-width: 1250px) {


.akordeon
{
    width: 387px;
	max-width:none;
}

.akordeonds
{
    width: 100%;
}	
	



@media screen and (max-width: 600px) {

.akordeon
{
    width: 100%;
	max-width:none;
}	
	
	
}