

/*panel desplegable de docentes*/
.akordeon
{ overflow: hidden;
    width: 361px;
    border: solid 1px #c4c4c4;
    color: White;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.htc);
}
.akordeon-item
{
    position: relative;
    float:left;
}
.akordeon-item .akordeon-item-head
{
    height: 110px;
    background: #939f4d; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#919564), to(#94b56d));
    background-image: -moz-linear-gradient(#919564, #94b56d);
    background-image: -webkit-linear-gradient(#919564, #94b56d);
    background-image: -o-linear-gradient(#919564, #94b56d);
    background: -ms-linear-gradient(#919564, #94b56d);
    background: linear-gradient(#717170, #3e3535);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#afa8a8',GradientType=0 ); /* IE6-9 */ /*position:relative;*/
    padding-top: 10px;
    padding-bottom: 5px;
    
}
.akordeon-item .akordeon-item-body
{
    background: #424242; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#424242), to(#303030));
    background-image: -moz-linear-gradient(#424242, #303030);
    background-image: -webkit-linear-gradient(#424242, #303030);
    background-image: -o-linear-gradient(#424242, #303030);
    background: -ms-linear-gradient(#424242, #303030);
    background: linear-gradient(#424242, #303030);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#a09b9b',GradientType=0 ); /* IE6-9 */ /* min-height: 100px;     padding: 10px;*/
    border-bottom: none;
    overflow: hidden;float:left;
}


.akordeon-heading
{
    float: left;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    width: 95%;
    
}



.akordeon-item.expanded .akordeon-icon span
{
    top: -9px;
}
.akordeon-item-head-container
{
    padding left: 10px;
    width: 100%;
    position: absolute;
    left: -8px;
    cursor: pointer;
}

.akordeon-item.expanded .akordeon-item-body
{
    border-top: solid 1px #5c5c5c;
}
.akordeon-item.collapsed
{
}

.akordeon-item.expanded .akordeon-heading
{
    color: #d0a354;
}

.akordeon-item.expanded .akordeon-item-head
{
    background: #424242 !important; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1adad), to(#c4c3c3)) !important;
    background-image: -moz-linear-gradient(#424242, #303030) !important;
    background-image: -webkit-linear-gradient(#424242, #303030) !important;
    background-image: -o-linear-gradient(#424242, #303030) !important;
    background: -ms-linear-gradient(#424242, #303030) !important;
    background: linear-gradient(#424242, #303030) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#303030',GradientType=0 ) !important; /* IE6-9 */ /* -webkit-box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);     -moz-box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);     box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);*/
}
.akordeon-item-content
{
    padding: 10px;
    min-height: 120px;
    height: 200px;
    overflow:auto;margin: 2%;
}
.akordeon-border-bottom
{
    border-bottom: solid 1px black;
}
.akordeon-border-top
{
    border-top: solid 1px black;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{   height: 200px;
    border-bottom: solid 1px black !important;
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: none;
    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: solid 1px black;
    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    behavior: url(PIE.htc);
}



body#demo-wrapper
{
    width: 350px;
    margin: 40px auto;
}
#button-less
{
    margin-top: 20px;
}
#button-less .akordeon-item-head-container
{
    left: 0px !important;
    
} 


.nosemueven {
    display: block;
    clear:both;
    
}

.content-box-blue {
   
    float:left;
    width: 350px;
    border: solid 1px black;
    color: White;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    height: 110px;
    background: #4B4B4B; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b4b4b), to(#303030));
    background-image: -moz-linear-gradient(#4b4b4b, #303030);
    background-image: -webkit-linear-gradient(#4b4b4b, #303030);
    background-image: -o-linear-gradient(#bdce84, #70865a);
    background: -ms-linear-gradient(#bdce84, #70865a);
     background: linear-gradient(#bdce84, #70865a);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#303030',GradientType=0 ); /* IE6-9 */ /*position:relative;*/
    padding-top: 14px;
    padding-left: 10px;
	overflow: hidden;
	
	background-color: #d8ecf7;
	border: 1px solid #0a0a0a;
}



/*FIN panel desplegable de docentes*/



      
.naranja {
    float:left;
    width: 350px;
    border: solid 1px black;
    color: White;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    height: 110px;
    background: #4B4B4B; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b4b4b), to(#303030));
    background-image: -moz-linear-gradient(#4b4b4b, #303030);
    background-image: -webkit-linear-gradient(#4b4b4b, #303030);
    background-image: -o-linear-gradient(#4b4b4b, #303030);
    background: -ms-linear-gradient(#4b4b4b, #303030);
     background: linear-gradient(rgba(191, 153, 90, 0.63), rgba(131, 63, 14, 0.68));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#303030',GradientType=0 ); /* IE6-9 */ /*position:relative;*/
    padding-top: 14px;
    padding-left: 10px;
	overflow: hidden;
	
	background-color: #f7e5d8;
	border: 1px solid #0a0a0a;
    margin-top: 
}


.teofloat{float: left;}

div #demo-wrapper{ background-image: url("imagenes/docentes.jpg");background-repeat: no-repeat;
background-position: left;background-position: top right;
    
}
 ."akordeon-item-body"{height:150px;}


.columnaspanel {
-moz-column-width: 500px;
-moz-column-gap: 20px; 
-moz-column-rule: 1px dashed #fff;
-webkit-column-width:320px;
-webkit-column-gap: 20px;
-webkit-column-rule: 1px dashed #fff;
text-align:inherit;
}