.comidad {
    display: inline-block;
    background: url(../img/sistema/comidad.png) no-repeat !important;
}

.alimento {
    display: inline-block;
    background: url(../img/sistema/alimento.png) no-repeat !important;
}


.marco_selecionado{
    border-style: solid;
    border-color: blue;
    border-width: 2px 2px 2px 2px;
}



.block-ayuda .widget-head {
    height: 40px;
    position: relative;
    background: #f1f1f1; /* Old browsers */
    display: grid;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%, #dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%, #dbdbdb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%, #dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dbdbdb', GradientType=0); /* IE6-9 */
    border-bottom: 1px solid #c2c2c2;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 0 1px 0 #f9f9f9, 0 0 3px #ddd;
    -moz-box-shadow: inset 0 1px 0 #f9f9f9, 0 0 3px #ddd;
    box-shadow: inset 0 1px 0 #f9f9f9, 0 0 3px #ddd;
}

.collapsible-widget .widget-head {
    cursor: pointer;
}

.block-ayuda .widget-head .h-icon {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    background: url(../img/collapse.gif) no-repeat;
}


.texto-vertical-1 {
    writing-mode: vertical-lr;
}
.texto-vertical-2 {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.auditoria_activa {
    background-color: #FFFF00;
    color: #000000;
    text-align: center;
    border: 1px solid #781351;
}

.auditoria_realizada {
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    border: 1px solid #781351;
}


.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
