dialog#helpContainer {
    background-color: #92d7fa;
}
dialog#helpContainer header,
dialog#helpContainer footer,
dialog#helpContainer header button.close-dialog,
dialog#helpContainer footer button.close-dialog {
    background-color: #3fb6e9;
    color: #3a3a3a;
}

dialog#helpContainer article h5.column_description.current {
    background-color: #b5f1ff;
    background-image: -moz-linear-gradient(right, #fff, #b5f1ff);
    background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#fff), to(#b5f1ff));
    background-image: -webkit-linear-gradient(right, #fff, #b5f1ff);
    background-image: -o-linear-gradient(right, #fff, #b5f1ff);
    background-image: linear-gradient(to left, #fff, #b5f1ff);
}
dialog#helpContainer article h5.column_description.current:hover {
    background-color: #b5f1ff;
    background-image: -moz-linear-gradient(top, #fff, #b5f1ff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#b5f1ff));
    background-image: -webkit-linear-gradient(top, #fff, #b5f1ff);
    background-image: -o-linear-gradient(top, #fff, #b5f1ff);
    background-image: linear-gradient(to bottom, #fff, #b5f1ff);
}
dialog#helpContainer article h5.column_description.current+.collapse {
    background-color: #b5f1ff;
    background-image: -moz-linear-gradient(right, #fff, #b5f1ff);
    background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#fff), to(#b5f1ff));
    background-image: -webkit-linear-gradient(right, #fff, #b5f1ff);
    background-image: -o-linear-gradient(right, #fff, #b5f1ff);
    background-image: linear-gradient(to left, #fff, #b5f1ff);
}
dialog#helpContainer h5.column_description,
dialog#helpContainer h5.element_description,
dialog#helpContainer h5.column_description+.collapse {
    border-color: #3dc3e5;
    background-color: #b5f1ff;
    background-image: -moz-linear-gradient(top, #fff, #b5f1ff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#b5f1ff));
    background-image: -webkit-linear-gradient(top, #fff, #b5f1ff);
    background-image: -o-linear-gradient(top, #fff, #b5f1ff);
    background-image: linear-gradient(to bottom, #fff, #b5f1ff);
    padding: 1px 4px;
}
dialog#helpContainer h6.button_title {
    margin: 6px 0;
}
/* Colors */
dialog {
    background-color: #ffffff;
}
dialog header,
dialog footer,
dialog header button.close-dialog,
dialog footer button.close-dialog {
    background-color: #3fb6e9;
}

/** Media query para únicamente móvil */
@media only screen and (max-width: 768px) {

}

/* Media query para tablets */
@media only screen and (min-width: 768px) {
    /* Estilos específicos para tablets */
}

/* Media query para desktops pequeños */
@media only screen and (min-width: 992px) {
    /* Estilos específicos para desktops pequeños */
    .menu-lang {
        background: transparent;
    }
    .menu-lang ul {
        background: #3fb6e9;
    }
}

/* Media query para desktops grandes */
@media only screen and (min-width: 1200px) {
    /* Estilos específicos para desktops grandes */
}