body{font-family:verdana;}
#acordeon{

width:198px;
height:408px;
//height:406px;
overflow:hidden;
margin-left:2px;
padding-left:5px;
padding-right:5px;
/*background:transparent url('images/backAcordeon.gif') no-repeat scroll 2px 0;*/

}
#acordeon .header
{
border-bottom:1px solid #CCCCCC;
color:#156184;
background:transparent url(../images/arrowAcordeon_disabled.gif) no-repeat scroll 2px 0;
cursor:pointer;
font-size:14px;
padding-left:5px;
font-weight:bold;
padding-left:22px;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
#acordeon .content{
overflow:hidden;
/*border: solid 1px #CCF4A2;*/
border-top:none;
}
#acordeon .item{
margin-bottom:2px;
}
#acordeon #item4{
margin-bottom:0;
}
