body{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
#barra{
    width: 100%;
    height: 30px;
    background-color: #EEEEEE;
    padding: 5px;
}
#barra #logo{
    float: left;
    font-weight: bold;
    font-size: 120%;
    padding: 3px 5px;
}
#barra #contenedorBotones{
    margin: 0px auto;
    width: 260px;    
}
#barra #contenedorBotones .boton{
    float: left;
    border: 1px solid grey;
    padding: 6px;
    border-right: none;
    font-size: 90%;
}
#barra #contenedorBotones .botonMarcado{
    background-color: #E5E5E5;
}
#barra #contenedorBotones .activo{
    background-color: #EBF4FF;
}
#barra #contenedorBotones #output{
    border-right: 1px solid grey;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#barra #contenedorBotones #html{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#contenedorBody textarea{
    resize: none;
    border-top: none;
    border-color: grey;
}
#contenedorBody .panel{
    float: left;
    width: 50%;
    border-left: none;
}
#contenedorBody .oculto{
    display: none;
}
#contenedorBody iframe{
    border: none;
}