.cerrado
{
display:none;
}
.abierto
{
display:inherit;
}
.botonAbierto
{
display:inherit;
cursor:hand; cursor:pointer; width:14px; height:13px;
margin-top:3px;
}
.botonCerrado
{
display:none;
}
