﻿body {
}

.presets-list {
    list-style: none;
    padding: 0;
    margin: -10px 0 0 -10px;
    overflow: hidden;
}

    .presets-list li {
        float: left;
        width: 34px;
        height: 34px;
        border: 1px solid #e3e3e3;
        margin: 9px 0 0 9px;
    }

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.load-gradient {
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.colorMuestraDiv {
    float: left;
    margin: 5px 0;
    text-align: center;
    font-family: Courier,monospace;
    padding: 0;
    width: 50px;
    height:50px
}

.colorBaseDiv {
  height: 100px;  
  width: 100%;
  -webkit-border-radius: 5px;
border-radius: 5px;
padding-left:5px;
}

.colorBaseCont {
    display: inline-block;
    margin: 3px 1px;
    text-align: center;
    font-family: Courier,monospace;
    padding: 6px;
    width: 15%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.colorGradienteDiv{
height: 35px;  
  width: 100%;
  -webkit-border-radius: 5px;
border-radius: 5px;
padding-left:5px;
}

.colorGradienteCont{
    display: inline-block;
    margin: 3px 1px;
    text-align: center;
    font-family: Courier,monospace;
    padding: 6px;
    width: 11.5%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bg-orange-gradient {
    background: rgba(255,133,27,1);
    background: -moz-linear-gradient(242deg, rgba(255,80,27,1) 0%, rgba(255,133,27,1) 99%, rgba(255,133,27,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,133,27,1)), color-stop(1%, rgba(255,133,27,1)), color-stop(100%, rgba(255,80,27,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(242deg, rgba(255,80,27,1) 0%, rgba(255,133,27,1) 99%, rgba(255,133,27,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(242deg, rgba(255,80,27,1) 0%, rgba(255,133,27,1) 99%, rgba(255,133,27,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(242deg, rgba(255,80,27,1) 0%, rgba(255,133,27,1) 99%, rgba(255,133,27,1) 100%); /* ie10+ */
    background: linear-gradient(208deg, rgba(255,80,27,1) 0%, rgba(255,133,27,1) 99%, rgba(255,133,27,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF501B', endColorstr='#FF851B',GradientType=0 );
    color: #fff;
}

.bg-fuchsia-gradient {
    background: rgba(240,18,188,1);
    background: -moz-linear-gradient(242deg, rgba(163,11,128,1) 0%, rgba(240,18,188,1) 99%, rgba(240,18,188,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(240,18,188,1)), color-stop(1%, rgba(240,18,188,1)), color-stop(100%, rgba(163,11,128,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(242deg, rgba(163,11,128,1) 0%, rgba(240,18,188,1) 99%, rgba(240,18,188,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(242deg, rgba(163,11,128,1) 0%, rgba(240,18,188,1) 99%, rgba(240,18,188,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(242deg, rgba(163,11,128,1) 0%, rgba(240,18,188,1) 99%, rgba(240,18,188,1) 100%); /* ie10+ */
    background: linear-gradient(208deg, rgba(163,11,128,1) 0%, rgba(240,18,188,1) 99%, rgba(240,18,188,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A30B80', endColorstr='#F012BC',GradientType=0 );
    color: #fff;
}

.bg-purple-gradient {
    background: rgba(133,0,133,1);
    background: -moz-linear-gradient(53deg, rgba(181,107,199,1) 0%, rgba(133,0,133,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(181,107,199,1)), color-stop(100%, rgba(133,0,133,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(53deg, rgba(181,107,199,1) 0%, rgba(133,0,133,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(53deg, rgba(181,107,199,1) 0%, rgba(133,0,133,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(53deg, rgba(181,107,199,1) 0%, rgba(133,0,133,1) 100%); /* ie10+ */
    background: linear-gradient(37deg, rgba(181,107,199,1) 0%, rgba(133,0,133,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#850085', endColorstr='#B56BC7',GradientType=0 ); /* ie6-9 */
    color: #fff;
}

.bg-light-green-gradient {
    background: rgba(144,238,144,1);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(144,238,144,1)), color-stop(100%, rgba(98,168,98,1)));
    background: -moz-linear-gradient(45deg, rgba(144,238,144,1) 0%, rgba(98,168,98,1) 100%); /* ff3.6+ */ /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(144,238,144,1) 0%, rgba(98,168,98,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(144,238,144,1) 0%, rgba(98,168,98,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(144,238,144,1) 0%, rgba(98,168,98,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(144,238,144,1) 0%, rgba(98,168,98,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62A862', endColorstr='#90EE90',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.bg-dark-salmon-gradient {
    background: rgb(233, 150, 122) !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(233, 150, 122)), color-stop(1, rgb(236, 179, 160))) !important;
    background: -ms-linear-gradient(bottom, rgb(233, 150, 122), rgb(236, 179, 160)) !important;
    background: -moz-linear-gradient(center bottom, rgb(233, 150, 122) 0%, rgb(236, 179, 160) 100%) !important;
    background: -o-linear-gradient(rgb(236, 179, 160), rgb(233, 150, 122)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(236, 179, 160)', endColorstr='rgb(233, 150, 122)', GradientType=0) !important;
    color: #fff;
}

.bg-tomato-gradient {
    background: rgb(255, 91, 31) !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255, 91, 31)), color-stop(1, rgb(241, 140, 104))) !important;
    background: -ms-linear-gradient(bottom, rgb(255, 91, 31), rgb(241, 140, 104)) !important;
    background: -moz-linear-gradient(center bottom, rgb(255, 91, 31) 0%, rgb(241, 140, 104) 100%) !important;
    background: -o-linear-gradient(rgb(241, 140, 104), rgb(255, 91, 31)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(241, 140, 104)', endColorstr='rgb(255, 91, 31)', GradientType=0) !important;
    color: #fff;
}

.bg-pink-gradient {
    background: rgb(245, 34, 151) !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(245, 34, 151)), color-stop(1, rgb(232, 125, 185))) !important;
    background: -ms-linear-gradient(bottom, rgb(245, 34, 151), rgb(232, 125, 185)) !important;
    background: -moz-linear-gradient(center bottom, rgb(245, 34, 151) 0%, rgb(232, 125, 185) 100%) !important;
    background: -o-linear-gradient(rgb(232, 125, 185), rgb(245, 34, 151)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(232, 125, 185)', endColorstr='rgb(245, 34, 151)', GradientType=0) !important;
    color: #fff;
}

.bg-gold-gradient {
    background: -moz-linear-gradient(45deg, rgba(179,152,0,1) 0%, rgba(255,215,0,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(179,152,0,1)), color-stop(100%, rgba(255,215,0,1)));
    background: -webkit-linear-gradient(45deg, rgba(179,152,0,1) 0%, rgba(255,215,0,1) 100%);
    background: -o-linear-gradient(45deg, rgba(179,152,0,1) 0%, rgba(255,215,0,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(179,152,0,1) 0%, rgba(255,215,0,1) 100%);
    background: linear-gradient(45deg, rgba(179,152,0,1) 0%, rgba(255,215,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD700', endColorstr='#B39800',GradientType=1 );
    color: #fff;
}

.bg-dark-yellow-gradient {
    background: -moz-linear-gradient(242deg, rgba(219,219,0,1) 0%, rgba(255,255,0,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,255,0,1)), color-stop(100%, rgba(219,219,0,1)));
    background: -webkit-linear-gradient(242deg, rgba(219,219,0,1) 0%, rgba(255,255,0,1) 100%);
    background: -o-linear-gradient(242deg, rgba(219,219,0,1) 0%, rgba(255,255,0,1) 100%);
    background: -ms-linear-gradient(242deg, rgba(219,219,0,1) 0%, rgba(255,255,0,1) 100%);
    background: linear-gradient(208deg, rgba(219,219,0,1) 0%, rgba(255,255,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DBDB00', endColorstr='#ffff00',GradientType=0 );
    color: #fff;
}

.bg-dark-purple-gradient {
    background: -moz-linear-gradient(242deg, rgba(204,0,204,1) 0%, rgba(128,0,128,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(128,0,128,1)), color-stop(100%, rgba(204,0,204,1)));
    background: -webkit-linear-gradient(242deg, rgba(204,0,204,1) 0%, rgba(128,0,128,1) 100%);
    background: -o-linear-gradient(242deg, rgba(204,0,204,1) 0%, rgba(128,0,128,1) 100%);
    background: -ms-linear-gradient(242deg, rgba(204,0,204,1) 0%, rgba(128,0,128,1) 100%);
    background: linear-gradient(208deg, rgba(204,0,204,1) 0%, rgba(128,0,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC00CC', endColorstr='#800080',GradientType=0 );
    color: #fff;
}

.bg-dark-blue-gradient {
    background: -moz-linear-gradient(242deg, rgba(100,112,176,1) 0%, rgba(100,112,176,1) 1%, rgba(0,0,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,0,255,1)), color-stop(99%, rgba(100,112,176,1)), color-stop(100%, rgba(100,112,176,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(242deg, rgba(100,112,176,1) 0%, rgba(100,112,176,1) 1%, rgba(0,0,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(242deg, rgba(100,112,176,1) 0%, rgba(100,112,176,1) 1%, rgba(0,0,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(242deg, rgba(100,112,176,1) 0%, rgba(100,112,176,1) 1%, rgba(0,0,255,1) 100%); /* ie10+ */
    background: linear-gradient(208deg, rgba(100,112,176,1) 0%, rgba(100,112,176,1) 1%, rgba(0,0,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6470B0', endColorstr='#0000ff',GradientType=0 ); /* ie6-9 */
    color: #fff;
}

.bg-light-yellow-gradient {
    background: -moz-linear-gradient(242deg, rgba(255,242,0,1) 0%, rgba(237,237,0,1) 99%, rgba(237,237,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(237,237,0,1)), color-stop(1%, rgba(237,237,0,1)), color-stop(100%, rgba(255,242,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(242deg, rgba(255,242,0,1) 0%, rgba(237,237,0,1) 99%, rgba(237,237,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(242deg, rgba(255,242,0,1) 0%, rgba(237,237,0,1) 99%, rgba(237,237,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(242deg, rgba(255,242,0,1) 0%, rgba(237,237,0,1) 99%, rgba(237,237,0,1) 100%); /* ie10+ */
    background: linear-gradient(208deg, rgba(255,242,0,1) 0%, rgba(237,237,0,1) 99%, rgba(237,237,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF200', endColorstr='#EDED00',GradientType=0 );
    color: #fff;
}

.bg-dark-red {
    background: rgba(207,0,0,1);
    background: -moz-linear-gradient(242deg, rgba(242,0,0,1) 0%, rgba(207,0,0,1) 99%, rgba(207,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(207,0,0,1)), color-stop(1%, rgba(207,0,0,1)), color-stop(100%, rgba(242,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(242deg, rgba(242,0,0,1) 0%, rgba(207,0,0,1) 99%, rgba(207,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(242deg, rgba(242,0,0,1) 0%, rgba(207,0,0,1) 99%, rgba(207,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(242deg, rgba(242,0,0,1) 0%, rgba(207,0,0,1) 99%, rgba(207,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(208deg, rgba(242,0,0,1) 0%, rgba(207,0,0,1) 99%, rgba(207,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F20000', endColorstr='#CF0000',GradientType=0 );
    color: #fff;
}

.bg-dark-green-gradient {
    background: rgba(0,209,0,1);
    background: -moz-linear-gradient(242deg, rgba(0,209,0,1) 0%, rgba(0,128,0,1) 99%, rgba(0,128,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,128,0,1)), color-stop(1%, rgba(0,128,0,1)), color-stop(100%, rgba(0,209,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(242deg, rgba(0,209,0,1) 0%, rgba(0,128,0,1) 99%, rgba(0,128,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(242deg, rgba(0,209,0,1) 0%, rgba(0,128,0,1) 99%, rgba(0,128,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(242deg, rgba(0,209,0,1) 0%, rgba(0,128,0,1) 99%, rgba(0,128,0,1) 100%); /* ie10+ */
    background: linear-gradient(208deg, rgba(0,209,0,1) 0%, rgba(0,128,0,1) 99%, rgba(0,128,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00D100', endColorstr='#008000',GradientType=0 );
    color: #fff;
}

.bg-brown-gradient{
    background: rgba(128,0,0,1);
    background: -moz-linear-gradient(242deg, rgba(156,0,0,1) 0%, rgba(156,0,0,1) 1%, rgba(128,0,0,1) 99%, rgba(128,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(128,0,0,1)), color-stop(1%, rgba(128,0,0,1)), color-stop(99%, rgba(156,0,0,1)), color-stop(100%, rgba(156,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(242deg, rgba(156,0,0,1) 0%, rgba(156,0,0,1) 1%, rgba(128,0,0,1) 99%, rgba(128,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(242deg, rgba(156,0,0,1) 0%, rgba(156,0,0,1) 1%, rgba(128,0,0,1) 99%, rgba(128,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(242deg, rgba(156,0,0,1) 0%, rgba(156,0,0,1) 1%, rgba(128,0,0,1) 99%, rgba(128,0,0,1) 100%); /* ie10+ */
background: linear-gradient(208deg, rgba(156,0,0,1) 0%, rgba(156,0,0,1) 1%, rgba(128,0,0,1) 99%, rgba(128,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9C0000', endColorstr='#800000',GradientType=0 );
color: #fff;
}

.bg-light-brown-gradient {
    background: rgba(209,80,0,1);
    background: -moz-linear-gradient(53deg, rgba(209,80,0,1) 0%, rgba(143,55,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(209,80,0,1)), color-stop(100%, rgba(143,55,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, rgba(209,80,0,1) 0%, rgba(143,55,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, rgba(209,80,0,1) 0%, rgba(143,55,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(53deg, rgba(209,80,0,1) 0%, rgba(143,55,0,1) 100%); /* ie10+ */
background: linear-gradient(37deg, rgba(209,80,0,1) 0%, rgba(143,55,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F3700', endColorstr='#D15000',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-ffff00 {
    background: #ffff00 !important;
    background: -moz-linear-gradient(53deg, #ffff00) 0%, #ffff00 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffff00), color-stop(100%,#ffff00))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffff00 0%, #ffff00 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffff00 0%, #ffff00 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffff00 0%, #ffff00 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffff00 0%, #ffff00 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ffff00',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-e5e500 {
    background: #e5e500 !important;
    background: -moz-linear-gradient(53deg, #e5e500) 0%, #e5e500 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e5e500), color-stop(100%,#e5e500))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #e5e500 0%, #e5e500 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #e5e500 0%, #e5e500 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #e5e500 0%, #e5e500 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #e5e500 0%, #e5e500 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e500', endColorstr='#e5e500',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-cccc00 {
    background: #cccc00 !important;
    background: -moz-linear-gradient(53deg, #cccc00) 0%, #cccc00 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #cccc00), color-stop(100%,#cccc00))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #cccc00 0%, #cccc00 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #cccc00 0%, #cccc00 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #cccc00 0%, #cccc00 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #cccc00 0%, #cccc00 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccc00', endColorstr='#cccc00',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-b2b200 {
    background: #b2b200 !important;
    background: -moz-linear-gradient(53deg, #b2b200) 0%, #b2b200 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b2b200), color-stop(100%,#b2b200))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #b2b200 0%, #b2b200 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #b2b200 0%, #b2b200 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #b2b200 0%, #b2b200 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #b2b200 0%, #b2b200 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b200', endColorstr='#b2b200',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-999900 {
    background: #999900 !important;
    background: -moz-linear-gradient(53deg, #999900) 0%, #999900 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #999900), color-stop(100%,#999900))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #999900 0%, #999900 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #999900 0%, #999900 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #999900 0%, #999900 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #999900 0%, #999900 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999900', endColorstr='#999900',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-7f7f00 {
    background: #7f7f00 !important;
    background: -moz-linear-gradient(53deg, #7f7f00) 0%, #7f7f00 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #7f7f00), color-stop(100%,#7f7f00))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #7f7f00 0%, #7f7f00 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #7f7f00 0%, #7f7f00 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #7f7f00 0%, #7f7f00 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #7f7f00 0%, #7f7f00 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f00', endColorstr='#7f7f00',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-666600 {
    background: #666600 !important;
    background: -moz-linear-gradient(53deg, #666600) 0%, #666600 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #666600), color-stop(100%,#666600))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #666600 0%, #666600 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #666600 0%, #666600 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #666600 0%, #666600 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #666600 0%, #666600 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666600', endColorstr='#666600',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-4c4c00 {
    background: #4c4c00 !important;
    background: -moz-linear-gradient(53deg, #4c4c00) 0%, #4c4c00 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4c4c00), color-stop(100%,#4c4c00))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #4c4c00 0%, #4c4c00 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #4c4c00 0%, #4c4c00 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #4c4c00 0%, #4c4c00 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #4c4c00 0%, #4c4c00 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c00', endColorstr='#4c4c00',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-333300 {
    background: #333300 !important;
    background: -moz-linear-gradient(53deg, #333300) 0%, #333300 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #333300), color-stop(100%,#333300))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #333300 0%, #333300 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #333300 0%, #333300 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #333300 0%, #333300 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #333300 0%, #333300 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333300', endColorstr='#333300',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-191900 {
    background: #191900 !important;
    background: -moz-linear-gradient(53deg, #191900) 0%, #191900 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #191900), color-stop(100%,#191900))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #191900 0%, #191900 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #191900 0%, #191900 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #191900 0%, #191900 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #191900 0%, #191900 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191900', endColorstr='#191900',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-ffff19 {
    background: #ffff19 !important;
    background: -moz-linear-gradient(53deg, #ffff19) 0%, #ffff19 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffff19), color-stop(100%,#ffff19))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffff19 0%, #ffff19 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffff19 0%, #ffff19 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffff19 0%, #ffff19 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffff19 0%, #ffff19 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff19', endColorstr='#ffff19',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-ffff32 {
    background: #ffff32 !important;
    background: -moz-linear-gradient(53deg, #ffff32) 0%, #ffff32 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffff32), color-stop(100%,#ffff32))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffff32 0%, #ffff32 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffff32 0%, #ffff32 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffff32 0%, #ffff32 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffff32 0%, #ffff32 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff32', endColorstr='#ffff32',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-ffff4c {
    background: #ffff4c !important;
    background: -moz-linear-gradient(53deg, #ffff4c) 0%, #ffff4c 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffff4c), color-stop(100%,#ffff4c))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffff4c 0%, #ffff4c 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffff4c 0%, #ffff4c 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffff4c 0%, #ffff4c 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffff4c 0%, #ffff4c 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff4c', endColorstr='#ffff4c',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-ffff66 {
    background: #ffff66 !important;
    background: -moz-linear-gradient(53deg, #ffff66) 0%, #ffff66 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffff66), color-stop(100%,#ffff66))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffff66 0%, #ffff66 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffff66 0%, #ffff66 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffff66 0%, #ffff66 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffff66 0%, #ffff66 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff66', endColorstr='#ffff66',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-ffff7f {
    background: #ffff7f !important;
    background: -moz-linear-gradient(53deg, #ffff7f) 0%, #ffff7f 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffff7f), color-stop(100%,#ffff7f))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffff7f 0%, #ffff7f 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffff7f 0%, #ffff7f 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffff7f 0%, #ffff7f 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffff7f 0%, #ffff7f 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff7f', endColorstr='#ffff7f',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-ffff99 {
    background: #ffff99 !important;
    background: -moz-linear-gradient(53deg, #ffff99) 0%, #ffff99 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffff99), color-stop(100%,#ffff99))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffff99 0%, #ffff99 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffff99 0%, #ffff99 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffff99 0%, #ffff99 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffff99 0%, #ffff99 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff99', endColorstr='#ffff99',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-ffffb2 {
    background: #ffffb2 !important;
    background: -moz-linear-gradient(53deg, #ffffb2) 0%, #ffffb2 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffffb2), color-stop(100%,#ffffb2))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffffb2 0%, #ffffb2 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffffb2 0%, #ffffb2 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffffb2 0%, #ffffb2 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffffb2 0%, #ffffb2 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffb2', endColorstr='#ffffb2',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-ffffcc {
    background: #ffffcc !important;
    background: -moz-linear-gradient(53deg, #ffffcc) 0%, #ffffcc 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffffcc), color-stop(100%,#ffffcc))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffffcc 0%, #ffffcc 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffffcc 0%, #ffffcc 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffffcc 0%, #ffffcc 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffffcc 0%, #ffffcc 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffcc', endColorstr='#ffffcc',GradientType=0 );
color: #fff;
}

.bg-amarilloGradiente-ffffe5 {
    background: #ffffe5 !important;
    background: -moz-linear-gradient(53deg, #ffffe5) 0%, #ffffe5 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffffe5), color-stop(100%,#ffffe5))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffffe5 0%, #ffffe5 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffffe5 0%, #ffffe5 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffffe5 0%, #ffffe5 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffffe5 0%, #ffffe5 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe5', endColorstr='#ffffe5',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-ff0000 {
    background: #ff0000 !important;
    background: -moz-linear-gradient(53deg, #ff0000) 0%, #ff0000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff0000), color-stop(100%,#ff0000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ff0000 0%, #ff0000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ff0000 0%, #ff0000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ff0000 0%, #ff0000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ff0000 0%, #ff0000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-e50000 {
    background: #e50000 !important;
    background: -moz-linear-gradient(53deg, #e50000) 0%, #e50000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e50000), color-stop(100%,#e50000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #e50000 0%, #e50000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #e50000 0%, #e50000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #e50000 0%, #e50000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #e50000 0%, #e50000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50000', endColorstr='#e50000',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-cc0000 {
    background: #cc0000 !important;
    background: -moz-linear-gradient(53deg, #cc0000) 0%, #cc0000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #cc0000), color-stop(100%,#cc0000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #cc0000 0%, #cc0000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #cc0000 0%, #cc0000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #cc0000 0%, #cc0000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #cc0000 0%, #cc0000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-b20000 {
    background: #b20000 !important;
    background: -moz-linear-gradient(53deg, #b20000) 0%, #b20000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b20000), color-stop(100%,#b20000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #b20000 0%, #b20000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #b20000 0%, #b20000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #b20000 0%, #b20000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #b20000 0%, #b20000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20000', endColorstr='#b20000',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-990000 {
    background: #990000 !important;
    background: -moz-linear-gradient(53deg, #990000) 0%, #990000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #990000), color-stop(100%,#990000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #990000 0%, #990000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #990000 0%, #990000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #990000 0%, #990000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #990000 0%, #990000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#990000',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-7f0000 {
    background: #7f0000 !important;
    background: -moz-linear-gradient(53deg, #7f0000) 0%, #7f0000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #7f0000), color-stop(100%,#7f0000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #7f0000 0%, #7f0000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #7f0000 0%, #7f0000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #7f0000 0%, #7f0000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #7f0000 0%, #7f0000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0000', endColorstr='#7f0000',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-660000 {
    background: #660000 !important;
    background: -moz-linear-gradient(53deg, #660000) 0%, #660000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #660000), color-stop(100%,#660000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #660000 0%, #660000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #660000 0%, #660000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #660000 0%, #660000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #660000 0%, #660000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#660000',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-4c0000 {
    background: #4c0000 !important;
    background: -moz-linear-gradient(53deg, #4c0000) 0%, #4c0000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4c0000), color-stop(100%,#4c0000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #4c0000 0%, #4c0000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #4c0000 0%, #4c0000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #4c0000 0%, #4c0000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #4c0000 0%, #4c0000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0000', endColorstr='#4c0000',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-330000 {
    background: #330000 !important;
    background: -moz-linear-gradient(53deg, #330000) 0%, #330000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #330000), color-stop(100%,#330000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #330000 0%, #330000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #330000 0%, #330000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #330000 0%, #330000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #330000 0%, #330000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330000', endColorstr='#330000',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-190000 {
    background: #190000 !important;
    background: -moz-linear-gradient(53deg, #190000) 0%, #190000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #190000), color-stop(100%,#190000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #190000 0%, #190000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #190000 0%, #190000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #190000 0%, #190000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #190000 0%, #190000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#190000', endColorstr='#190000',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-ff1919 {
    background: #ff1919 !important;
    background: -moz-linear-gradient(53deg, #ff1919) 0%, #ff1919 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff1919), color-stop(100%,#ff1919))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ff1919 0%, #ff1919 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ff1919 0%, #ff1919 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ff1919 0%, #ff1919 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ff1919 0%, #ff1919 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1919', endColorstr='#ff1919',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-ff3232 {
    background: #ff3232 !important;
    background: -moz-linear-gradient(53deg, #ff3232) 0%, #ff3232 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff3232), color-stop(100%,#ff3232))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ff3232 0%, #ff3232 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ff3232 0%, #ff3232 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ff3232 0%, #ff3232 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ff3232 0%, #ff3232 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#ff3232',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-ff4c4c {
    background: #ff4c4c !important;
    background: -moz-linear-gradient(53deg, #ff4c4c) 0%, #ff4c4c 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff4c4c), color-stop(100%,#ff4c4c))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ff4c4c 0%, #ff4c4c 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ff4c4c 0%, #ff4c4c 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ff4c4c 0%, #ff4c4c 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ff4c4c 0%, #ff4c4c 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4c', endColorstr='#ff4c4c',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-ff6666 {
    background: #ff6666 !important;
    background: -moz-linear-gradient(53deg, #ff6666) 0%, #ff6666 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff6666), color-stop(100%,#ff6666))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ff6666 0%, #ff6666 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ff6666 0%, #ff6666 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ff6666 0%, #ff6666 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ff6666 0%, #ff6666 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#ff6666',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-ff7f7f {
    background: #ff7f7f !important;
    background: -moz-linear-gradient(53deg, #ff7f7f) 0%, #ff7f7f 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff7f7f), color-stop(100%,#ff7f7f))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ff7f7f 0%, #ff7f7f 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ff7f7f 0%, #ff7f7f 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ff7f7f 0%, #ff7f7f 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ff7f7f 0%, #ff7f7f 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f7f', endColorstr='#ff7f7f',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-ff9999 {
    background: #ff9999 !important;
    background: -moz-linear-gradient(53deg, #ff9999) 0%, #ff9999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff9999), color-stop(100%,#ff9999))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ff9999 0%, #ff9999 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ff9999 0%, #ff9999 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ff9999 0%, #ff9999 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ff9999 0%, #ff9999 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9999', endColorstr='#ff9999',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-ffb2b2 {
    background: #ffb2b2 !important;
    background: -moz-linear-gradient(53deg, #ffb2b2) 0%, #ffb2b2 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffb2b2), color-stop(100%,#ffb2b2))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffb2b2 0%, #ffb2b2 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffb2b2 0%, #ffb2b2 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffb2b2 0%, #ffb2b2 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffb2b2 0%, #ffb2b2 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb2b2', endColorstr='#ffb2b2',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-ffcccc {
    background: #ffcccc !important;
    background: -moz-linear-gradient(53deg, #ffcccc) 0%, #ffcccc 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffcccc), color-stop(100%,#ffcccc))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffcccc 0%, #ffcccc 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffcccc 0%, #ffcccc 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffcccc 0%, #ffcccc 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffcccc 0%, #ffcccc 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcccc', endColorstr='#ffcccc',GradientType=0 );
color: #fff;
}

.bg-rojoGradiente-ffe5e5 {
    background: #ffe5e5 !important;
    background: -moz-linear-gradient(53deg, #ffe5e5) 0%, #ffe5e5 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffe5e5), color-stop(100%,#ffe5e5))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ffe5e5 0%, #ffe5e5 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ffe5e5 0%, #ffe5e5 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ffe5e5 0%, #ffe5e5 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ffe5e5 0%, #ffe5e5 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5e5', endColorstr='#ffe5e5',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-0000ff {
    background: #0000ff !important;
    background: -moz-linear-gradient(53deg, #0000ff) 0%, #0000ff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0000ff), color-stop(100%,#0000ff))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #0000ff 0%, #0000ff 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #0000ff 0%, #0000ff 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #0000ff 0%, #0000ff 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #0000ff 0%, #0000ff 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#0000ff',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-0000e5 {
    background: #0000e5 !important;
    background: -moz-linear-gradient(53deg, #0000e5) 0%, #0000e5 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0000e5), color-stop(100%,#0000e5))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #0000e5 0%, #0000e5 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #0000e5 0%, #0000e5 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #0000e5 0%, #0000e5 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #0000e5 0%, #0000e5 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000e5', endColorstr='#0000e5',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-0000cc {
    background: #0000cc !important;
    background: -moz-linear-gradient(53deg, #0000cc) 0%, #0000cc 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0000cc), color-stop(100%,#0000cc))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #0000cc 0%, #0000cc 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #0000cc 0%, #0000cc 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #0000cc 0%, #0000cc 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #0000cc 0%, #0000cc 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000cc', endColorstr='#0000cc',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-0000b2 {
    background: #0000b2 !important;
    background: -moz-linear-gradient(53deg, #0000b2) 0%, #0000b2 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0000b2), color-stop(100%,#0000b2))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #0000b2 0%, #0000b2 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #0000b2 0%, #0000b2 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #0000b2 0%, #0000b2 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #0000b2 0%, #0000b2 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000b2', endColorstr='#0000b2',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-000099 {
    background: #000099 !important;
    background: -moz-linear-gradient(53deg, #000099) 0%, #000099 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000099), color-stop(100%,#000099))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #000099 0%, #000099 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #000099 0%, #000099 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #000099 0%, #000099 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #000099 0%, #000099 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000099', endColorstr='#000099',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-00007f {
    background: #00007f !important;
    background: -moz-linear-gradient(53deg, #00007f) 0%, #00007f 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #00007f), color-stop(100%,#00007f))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #00007f 0%, #00007f 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #00007f 0%, #00007f 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #00007f 0%, #00007f 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #00007f 0%, #00007f 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00007f', endColorstr='#00007f',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-000066 {
    background: #000066 !important;
    background: -moz-linear-gradient(53deg, #000066) 0%, #000066 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000066), color-stop(100%,#000066))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #000066 0%, #000066 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #000066 0%, #000066 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #000066 0%, #000066 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #000066 0%, #000066 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#000066',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-00004c {
    background: #00004c !important;
    background: -moz-linear-gradient(53deg, #00004c) 0%, #00004c 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #00004c), color-stop(100%,#00004c))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #00004c 0%, #00004c 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #00004c 0%, #00004c 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #00004c 0%, #00004c 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #00004c 0%, #00004c 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004c', endColorstr='#00004c',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-000033 {
    background: #000033 !important;
    background: -moz-linear-gradient(53deg, #000033) 0%, #000033 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000033), color-stop(100%,#000033))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #000033 0%, #000033 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #000033 0%, #000033 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #000033 0%, #000033 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #000033 0%, #000033 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#000033',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-000019 {
    background: #000019 !important;
    background: -moz-linear-gradient(53deg, #000019) 0%, #000019 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000019), color-stop(100%,#000019))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #000019 0%, #000019 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #000019 0%, #000019 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #000019 0%, #000019 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #000019 0%, #000019 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000019', endColorstr='#000019',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-1919ff {
    background: #1919ff !important;
    background: -moz-linear-gradient(53deg, #1919ff) 0%, #1919ff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1919ff), color-stop(100%,#1919ff))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #1919ff 0%, #1919ff 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #1919ff 0%, #1919ff 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #1919ff 0%, #1919ff 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #1919ff 0%, #1919ff 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1919ff', endColorstr='#1919ff',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-3232ff {
    background: #3232ff !important;
    background: -moz-linear-gradient(53deg, #3232ff) 0%, #3232ff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #3232ff), color-stop(100%,#3232ff))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #3232ff 0%, #3232ff 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #3232ff 0%, #3232ff 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #3232ff 0%, #3232ff 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #3232ff 0%, #3232ff 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3232ff', endColorstr='#3232ff',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-4c4cff {
    background: #4c4cff !important;
    background: -moz-linear-gradient(53deg, #4c4cff) 0%, #4c4cff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4c4cff), color-stop(100%,#4c4cff))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #4c4cff 0%, #4c4cff 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #4c4cff 0%, #4c4cff 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #4c4cff 0%, #4c4cff 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #4c4cff 0%, #4c4cff 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4cff', endColorstr='#4c4cff',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-6666ff {
    background: #6666ff !important;
    background: -moz-linear-gradient(53deg, #6666ff) 0%, #6666ff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #6666ff), color-stop(100%,#6666ff))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #6666ff 0%, #6666ff 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #6666ff 0%, #6666ff 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #6666ff 0%, #6666ff 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #6666ff 0%, #6666ff 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6666ff', endColorstr='#6666ff',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-7f7fff {
    background: #7f7fff !important;
    background: -moz-linear-gradient(53deg, #7f7fff) 0%, #7f7fff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #7f7fff), color-stop(100%,#7f7fff))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #7f7fff 0%, #7f7fff 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #7f7fff 0%, #7f7fff 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #7f7fff 0%, #7f7fff 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #7f7fff 0%, #7f7fff 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7fff', endColorstr='#7f7fff',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-9999ff {
    background: #9999ff !important;
    background: -moz-linear-gradient(53deg, #9999ff) 0%, #9999ff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9999ff), color-stop(100%,#9999ff))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #9999ff 0%, #9999ff 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #9999ff 0%, #9999ff 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #9999ff 0%, #9999ff 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #9999ff 0%, #9999ff 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9999ff', endColorstr='#9999ff',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-b2b2ff {
    background: #b2b2ff !important;
    background: -moz-linear-gradient(53deg, #b2b2ff) 0%, #b2b2ff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b2b2ff), color-stop(100%,#b2b2ff))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #b2b2ff 0%, #b2b2ff 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #b2b2ff 0%, #b2b2ff 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #b2b2ff 0%, #b2b2ff 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #b2b2ff 0%, #b2b2ff 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2ff', endColorstr='#b2b2ff',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-ff0000 {
    background: #ff0000 !important;
    background: -moz-linear-gradient(53deg, #ff0000) 0%, #ff0000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff0000), color-stop(100%,#ff0000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ff0000 0%, #ff0000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ff0000 0%, #ff0000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ff0000 0%, #ff0000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ff0000 0%, #ff0000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-ccccff {
    background: #ccccff !important;
    background: -moz-linear-gradient(53deg, #ccccff) 0%, #ccccff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ccccff), color-stop(100%,#ccccff))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #ccccff 0%, #ccccff 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #ccccff 0%, #ccccff 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #ccccff 0%, #ccccff 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #ccccff 0%, #ccccff 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccccff', endColorstr='#ccccff',GradientType=0 );
color: #fff;
}

.bg-azulGradiente-e5e5ff {
    background: #e5e5ff !important;
    background: -moz-linear-gradient(53deg, #e5e5ff) 0%, #e5e5ff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e5e5ff), color-stop(100%,#e5e5ff))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #e5e5ff 0%, #e5e5ff 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #e5e5ff 0%, #e5e5ff 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #e5e5ff 0%, #e5e5ff 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #e5e5ff 0%, #e5e5ff 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5ff', endColorstr='#e5e5ff',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-008000 {
    background: #008000 !important;
    background: -moz-linear-gradient(53deg, #008000) 0%, #008000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #008000), color-stop(100%,#008000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #008000 0%, #008000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #008000 0%, #008000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #008000 0%, #008000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #008000 0%, #008000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#008000',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-007300 {
    background: #007300 !important;
    background: -moz-linear-gradient(53deg, #007300) 0%, #007300 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #007300), color-stop(100%,#007300))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #007300 0%, #007300 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #007300 0%, #007300 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #007300 0%, #007300 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #007300 0%, #007300 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007300', endColorstr='#007300',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-006600 {
    background: #006600 !important;
    background: -moz-linear-gradient(53deg, #006600) 0%, #006600 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #006600), color-stop(100%,#006600))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #006600 0%, #006600 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #006600 0%, #006600 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #006600 0%, #006600 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #006600 0%, #006600 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006600', endColorstr='#006600',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-005900 {
    background: #005900 !important;
    background: -moz-linear-gradient(53deg, #005900) 0%, #005900 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #005900), color-stop(100%,#005900))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #005900 0%, #005900 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #005900 0%, #005900 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #005900 0%, #005900 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #005900 0%, #005900 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005900', endColorstr='#005900',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-004c00 {
    background: #004c00 !important;
    background: -moz-linear-gradient(53deg, #004c00) 0%, #004c00 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #004c00), color-stop(100%,#004c00))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #004c00 0%, #004c00 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #004c00 0%, #004c00 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #004c00 0%, #004c00 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #004c00 0%, #004c00 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c00', endColorstr='#004c00',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-004000 {
    background: #004000 !important;
    background: -moz-linear-gradient(53deg, #004000) 0%, #004000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #004000), color-stop(100%,#004000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #004000 0%, #004000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #004000 0%, #004000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #004000 0%, #004000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #004000 0%, #004000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004000', endColorstr='#004000',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-003300 {
    background: #003300 !important;
    background: -moz-linear-gradient(53deg, #003300) 0%, #003300 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #003300), color-stop(100%,#003300))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #003300 0%, #003300 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #003300 0%, #003300 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #003300 0%, #003300 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #003300 0%, #003300 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003300', endColorstr='#003300',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-002600 {
    background: #002600 !important;
    background: -moz-linear-gradient(53deg, #002600) 0%, #002600 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #002600), color-stop(100%,#002600))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #002600 0%, #002600 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #002600 0%, #002600 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #002600 0%, #002600 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #002600 0%, #002600 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002600', endColorstr='#002600',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-001900 {
    background: #001900 !important;
    background: -moz-linear-gradient(53deg, #001900) 0%, #001900 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #001900), color-stop(100%,#001900))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #001900 0%, #001900 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #001900 0%, #001900 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #001900 0%, #001900 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #001900 0%, #001900 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001900', endColorstr='#001900',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-000c00 {
    background: #000c00 !important;
    background: -moz-linear-gradient(53deg, #000c00) 0%, #000c00 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000c00), color-stop(100%,#000c00))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #000c00 0%, #000c00 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #000c00 0%, #000c00 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #000c00 0%, #000c00 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #000c00 0%, #000c00 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c00', endColorstr='#000c00',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-198c19 {
    background: #198c19 !important;
    background: -moz-linear-gradient(53deg, #198c19) 0%, #198c19 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #198c19), color-stop(100%,#198c19))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #198c19 0%, #198c19 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #198c19 0%, #198c19 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #198c19 0%, #198c19 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #198c19 0%, #198c19 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198c19', endColorstr='#198c19',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-329932 {
    background: #329932 !important;
    background: -moz-linear-gradient(53deg, #329932) 0%, #329932 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #329932), color-stop(100%,#329932))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #329932 0%, #329932 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #329932 0%, #329932 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #329932 0%, #329932 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #329932 0%, #329932 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#329932', endColorstr='#329932',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-4ca64c {
    background: #4ca64c !important;
    background: -moz-linear-gradient(53deg, #4ca64c) 0%, #4ca64c 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4ca64c), color-stop(100%,#4ca64c))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #4ca64c 0%, #4ca64c 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #4ca64c 0%, #4ca64c 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #4ca64c 0%, #4ca64c 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #4ca64c 0%, #4ca64c 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca64c', endColorstr='#4ca64c',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-66b266 {
    background: #66b266 !important;
    background: -moz-linear-gradient(53deg, #66b266) 0%, #66b266 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #66b266), color-stop(100%,#66b266))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #66b266 0%, #66b266 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #66b266 0%, #66b266 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #66b266 0%, #66b266 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #66b266 0%, #66b266 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b266', endColorstr='#66b266',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-7fbf7f {
    background: #7fbf7f !important;
    background: -moz-linear-gradient(53deg, #7fbf7f) 0%, #7fbf7f 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #7fbf7f), color-stop(100%,#7fbf7f))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #7fbf7f 0%, #7fbf7f 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #7fbf7f 0%, #7fbf7f 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #7fbf7f 0%, #7fbf7f 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #7fbf7f 0%, #7fbf7f 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbf7f', endColorstr='#7fbf7f',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-99cc99 {
    background: #99cc99 !important;
    background: -moz-linear-gradient(53deg, #99cc99) 0%, #99cc99 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #99cc99), color-stop(100%,#99cc99))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #99cc99 0%, #99cc99 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #99cc99 0%, #99cc99 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #99cc99 0%, #99cc99 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #99cc99 0%, #99cc99 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc99', endColorstr='#99cc99',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-b2d8b2 {
    background: #b2d8b2 !important;
    background: -moz-linear-gradient(53deg, #b2d8b2) 0%, #b2d8b2 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b2d8b2), color-stop(100%,#b2d8b2))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #b2d8b2 0%, #b2d8b2 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #b2d8b2 0%, #b2d8b2 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #b2d8b2 0%, #b2d8b2 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #b2d8b2 0%, #b2d8b2 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d8b2', endColorstr='#b2d8b2',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-cce5cc {
    background: #cce5cc !important;
    background: -moz-linear-gradient(53deg, #cce5cc) 0%, #cce5cc 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #cce5cc), color-stop(100%,#cce5cc))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #cce5cc 0%, #cce5cc 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #cce5cc 0%, #cce5cc 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #cce5cc 0%, #cce5cc 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #cce5cc 0%, #cce5cc 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce5cc', endColorstr='#cce5cc',GradientType=0 );
color: #fff;
}

.bg-verdeGradiente-e5f2e5 {
    background: #e5f2e5 !important;
    background: -moz-linear-gradient(53deg, #e5f2e5) 0%, #e5f2e5 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e5f2e5), color-stop(100%,#e5f2e5))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #e5f2e5 0%, #e5f2e5 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #e5f2e5 0%, #e5f2e5 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #e5f2e5 0%, #e5f2e5 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #e5f2e5 0%, #e5f2e5 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f2e5', endColorstr='#e5f2e5',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-800000 {
    background: #800000 !important;
    background: -moz-linear-gradient(53deg, #800000) 0%, #800000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #800000), color-stop(100%,#800000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #800000 0%, #800000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #800000 0%, #800000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #800000 0%, #800000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #800000 0%, #800000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800000', endColorstr='#800000',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-730000 {
    background: #730000 !important;
    background: -moz-linear-gradient(53deg, #730000) 0%, #730000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #730000), color-stop(100%,#730000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #730000 0%, #730000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #730000 0%, #730000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #730000 0%, #730000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #730000 0%, #730000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730000', endColorstr='#730000',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-660000 {
    background: #660000 !important;
    background: -moz-linear-gradient(53deg, #660000) 0%, #660000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #660000), color-stop(100%,#660000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #660000 0%, #660000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #660000 0%, #660000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #660000 0%, #660000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #660000 0%, #660000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#660000',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-590000 {
    background: #590000 !important;
    background: -moz-linear-gradient(53deg, #590000) 0%, #590000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #590000), color-stop(100%,#590000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #590000 0%, #590000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #590000 0%, #590000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #590000 0%, #590000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #590000 0%, #590000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590000', endColorstr='#590000',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-4c0000 {
    background: #4c0000 !important;
    background: -moz-linear-gradient(53deg, #4c0000) 0%, #4c0000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4c0000), color-stop(100%,#4c0000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #4c0000 0%, #4c0000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #4c0000 0%, #4c0000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #4c0000 0%, #4c0000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #4c0000 0%, #4c0000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0000', endColorstr='#4c0000',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-400000 {
    background: #400000 !important;
    background: -moz-linear-gradient(53deg, #400000) 0%, #400000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #400000), color-stop(100%,#400000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #400000 0%, #400000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #400000 0%, #400000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #400000 0%, #400000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #400000 0%, #400000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#400000', endColorstr='#400000',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-330000 {
    background: #330000 !important;
    background: -moz-linear-gradient(53deg, #330000) 0%, #330000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #330000), color-stop(100%,#330000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #330000 0%, #330000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #330000 0%, #330000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #330000 0%, #330000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #330000 0%, #330000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330000', endColorstr='#330000',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-260000 {
    background: #260000 !important;
    background: -moz-linear-gradient(53deg, #260000) 0%, #260000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #260000), color-stop(100%,#260000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #260000 0%, #260000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #260000 0%, #260000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #260000 0%, #260000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #260000 0%, #260000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#260000', endColorstr='#260000',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-190000 {
    background: #190000 !important;
    background: -moz-linear-gradient(53deg, #190000) 0%, #190000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #190000), color-stop(100%,#190000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #190000 0%, #190000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #190000 0%, #190000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #190000 0%, #190000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #190000 0%, #190000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#190000', endColorstr='#190000',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-0c0000 {
    background: #0c0000 !important;
    background: -moz-linear-gradient(53deg, #0c0000) 0%, #0c0000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0c0000), color-stop(100%,#0c0000))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #0c0000 0%, #0c0000 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #0c0000 0%, #0c0000 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #0c0000 0%, #0c0000 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #0c0000 0%, #0c0000 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0000', endColorstr='#0c0000',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-8c1919 {
    background: #8c1919 !important;
    background: -moz-linear-gradient(53deg, #8c1919) 0%, #8c1919 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #8c1919), color-stop(100%,#8c1919))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #8c1919 0%, #8c1919 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #8c1919 0%, #8c1919 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #8c1919 0%, #8c1919 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #8c1919 0%, #8c1919 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1919', endColorstr='#8c1919',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-993232 {
    background: #993232 !important;
    background: -moz-linear-gradient(53deg, #993232) 0%, #993232 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #993232), color-stop(100%,#993232))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #993232 0%, #993232 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #993232 0%, #993232 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #993232 0%, #993232 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #993232 0%, #993232 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#993232', endColorstr='#993232',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-a64c4c {
    background: #a64c4c !important;
    background: -moz-linear-gradient(53deg, #a64c4c) 0%, #a64c4c 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #a64c4c), color-stop(100%,#a64c4c))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #a64c4c 0%, #a64c4c 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #a64c4c 0%, #a64c4c 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #a64c4c 0%, #a64c4c 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #a64c4c 0%, #a64c4c 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64c4c', endColorstr='#a64c4c',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-b26666 {
    background: #b26666 !important;
    background: -moz-linear-gradient(53deg, #b26666) 0%, #b26666 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b26666), color-stop(100%,#b26666))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #b26666 0%, #b26666 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #b26666 0%, #b26666 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #b26666 0%, #b26666 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #b26666 0%, #b26666 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b26666', endColorstr='#b26666',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-bf7f7f {
    background: #bf7f7f !important;
    background: -moz-linear-gradient(53deg, #bf7f7f) 0%, #bf7f7f 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #bf7f7f), color-stop(100%,#bf7f7f))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #bf7f7f 0%, #bf7f7f 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #bf7f7f 0%, #bf7f7f 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #bf7f7f 0%, #bf7f7f 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #bf7f7f 0%, #bf7f7f 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7f7f', endColorstr='#bf7f7f',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-cc9999 {
    background: #cc9999 !important;
    background: -moz-linear-gradient(53deg, #cc9999) 0%, #cc9999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #cc9999), color-stop(100%,#cc9999))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #cc9999 0%, #cc9999 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #cc9999 0%, #cc9999 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #cc9999 0%, #cc9999 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #cc9999 0%, #cc9999 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9999', endColorstr='#cc9999',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-d8b2b2 {
    background: #d8b2b2 !important;
    background: -moz-linear-gradient(53deg, #d8b2b2) 0%, #d8b2b2 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #d8b2b2), color-stop(100%,#d8b2b2))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #d8b2b2 0%, #d8b2b2 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #d8b2b2 0%, #d8b2b2 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #d8b2b2 0%, #d8b2b2 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #d8b2b2 0%, #d8b2b2 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8b2b2', endColorstr='#d8b2b2',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-e5cccc {
    background: #e5cccc !important;
    background: -moz-linear-gradient(53deg, #e5cccc) 0%, #e5cccc 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e5cccc), color-stop(100%,#e5cccc))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #e5cccc 0%, #e5cccc 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #e5cccc 0%, #e5cccc 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #e5cccc 0%, #e5cccc 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #e5cccc 0%, #e5cccc 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5cccc', endColorstr='#e5cccc',GradientType=0 );
color: #fff;
}

.bg-cafeGradiente-f2e5e5 {
    background: #f2e5e5 !important;
    background: -moz-linear-gradient(53deg, #f2e5e5) 0%, #f2e5e5 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f2e5e5), color-stop(100%,#f2e5e5))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #f2e5e5 0%, #f2e5e5 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #f2e5e5 0%, #f2e5e5 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #f2e5e5 0%, #f2e5e5 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #f2e5e5 0%, #f2e5e5 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e5e5', endColorstr='#f2e5e5',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-808080 {
    background: #808080 !important;
    background: -moz-linear-gradient(53deg, #808080) 0%, #808080 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #808080), color-stop(100%,#808080))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #808080 0%, #808080 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #808080 0%, #808080 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #808080 0%, #808080 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #808080 0%, #808080 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#808080',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-737373 {
    background: #737373 !important;
    background: -moz-linear-gradient(53deg, #737373) 0%, #737373 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #737373), color-stop(100%,#737373))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #737373 0%, #737373 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #737373 0%, #737373 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #737373 0%, #737373 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #737373 0%, #737373 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#737373',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-666666 {
    background: #666666 !important;
    background: -moz-linear-gradient(53deg, #666666) 0%, #666666 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #666666), color-stop(100%,#666666))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #666666 0%, #666666 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #666666 0%, #666666 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #666666 0%, #666666 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #666666 0%, #666666 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-595959 {
    background: #595959 !important;
    background: -moz-linear-gradient(53deg, #595959) 0%, #595959 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #595959), color-stop(100%,#595959))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #595959 0%, #595959 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #595959 0%, #595959 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #595959 0%, #595959 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #595959 0%, #595959 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#595959',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-4c4c4c {
    background: #4c4c4c !important;
    background: -moz-linear-gradient(53deg, #4c4c4c) 0%, #4c4c4c 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4c4c4c), color-stop(100%,#4c4c4c))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #4c4c4c 0%, #4c4c4c 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #4c4c4c 0%, #4c4c4c 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #4c4c4c 0%, #4c4c4c 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #4c4c4c 0%, #4c4c4c 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#4c4c4c',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-404040 {
    background: #404040 !important;
    background: -moz-linear-gradient(53deg, #404040) 0%, #404040 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #404040), color-stop(100%,#404040))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #404040 0%, #404040 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #404040 0%, #404040 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #404040 0%, #404040 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #404040 0%, #404040 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#404040',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-333333 {
    background: #333333 !important;
    background: -moz-linear-gradient(53deg, #333333) 0%, #333333 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #333333), color-stop(100%,#333333))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #333333 0%, #333333 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #333333 0%, #333333 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #333333 0%, #333333 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #333333 0%, #333333 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-262626 {
    background: #262626 !important;
    background: -moz-linear-gradient(53deg, #262626) 0%, #262626 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #262626), color-stop(100%,#262626))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #262626 0%, #262626 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #262626 0%, #262626 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #262626 0%, #262626 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #262626 0%, #262626 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#262626',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-191919 {
    background: #191919 !important;
    background: -moz-linear-gradient(53deg, #191919) 0%, #191919 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #191919), color-stop(100%,#191919))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #191919 0%, #191919 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #191919 0%, #191919 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #191919 0%, #191919 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #191919 0%, #191919 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#191919',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-0c0c0c {
    background: #0c0c0c !important;
    background: -moz-linear-gradient(53deg, #0c0c0c) 0%, #0c0c0c 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0c0c0c), color-stop(100%,#0c0c0c))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #0c0c0c 0%, #0c0c0c 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #0c0c0c 0%, #0c0c0c 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #0c0c0c 0%, #0c0c0c 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #0c0c0c 0%, #0c0c0c 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#0c0c0c',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-8c8c8c {
    background: #8c8c8c !important;
    background: -moz-linear-gradient(53deg, #8c8c8c) 0%, #8c8c8c 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #8c8c8c), color-stop(100%,#8c8c8c))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #8c8c8c 0%, #8c8c8c 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #8c8c8c 0%, #8c8c8c 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #8c8c8c 0%, #8c8c8c 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #8c8c8c 0%, #8c8c8c 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#8c8c8c',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-999999 {
    background: #999999 !important;
    background: -moz-linear-gradient(53deg, #999999) 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #999999), color-stop(100%,#999999))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #999999 0%, #999999 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #999999 0%, #999999 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #999999 0%, #999999 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #999999 0%, #999999 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-a6a6a6 {
    background: #a6a6a6 !important;
    background: -moz-linear-gradient(53deg, #a6a6a6) 0%, #a6a6a6 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #a6a6a6), color-stop(100%,#a6a6a6))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #a6a6a6 0%, #a6a6a6 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #a6a6a6 0%, #a6a6a6 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #a6a6a6 0%, #a6a6a6 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #a6a6a6 0%, #a6a6a6 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#a6a6a6',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-b2b2b2 {
    background: #b2b2b2 !important;
    background: -moz-linear-gradient(53deg, #b2b2b2) 0%, #b2b2b2 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b2b2b2), color-stop(100%,#b2b2b2))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #b2b2b2 0%, #b2b2b2 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #b2b2b2 0%, #b2b2b2 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #b2b2b2 0%, #b2b2b2 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #b2b2b2 0%, #b2b2b2 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#b2b2b2',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-bfbfbf {
    background: #bfbfbf !important;
    background: -moz-linear-gradient(53deg, #bfbfbf) 0%, #bfbfbf 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #bfbfbf), color-stop(100%,#bfbfbf))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #bfbfbf 0%, #bfbfbf 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #bfbfbf 0%, #bfbfbf 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #bfbfbf 0%, #bfbfbf 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #bfbfbf 0%, #bfbfbf 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#bfbfbf',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-cccccc {
    background: #cccccc !important;
    background: -moz-linear-gradient(53deg, #cccccc) 0%, #cccccc 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #cccccc), color-stop(100%,#cccccc))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #cccccc 0%, #cccccc 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #cccccc 0%, #cccccc 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #cccccc 0%, #cccccc 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #cccccc 0%, #cccccc 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-d8d8d8 {
    background: #d8d8d8 !important;
    background: -moz-linear-gradient(53deg, #d8d8d8) 0%, #d8d8d8 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #d8d8d8), color-stop(100%,#d8d8d8))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #d8d8d8 0%, #d8d8d8 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #d8d8d8 0%, #d8d8d8 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #d8d8d8 0%, #d8d8d8 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #d8d8d8 0%, #d8d8d8 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#d8d8d8',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-e5e5e5 {
    background: #e5e5e5 !important;
    background: -moz-linear-gradient(53deg, #e5e5e5) 0%, #e5e5e5 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e5e5e5), color-stop(100%,#e5e5e5))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #e5e5e5 0%, #e5e5e5 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #e5e5e5 0%, #e5e5e5 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #e5e5e5 0%, #e5e5e5 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #e5e5e5 0%, #e5e5e5 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 );
color: #fff;
}

.bg-grisGradiente-f2f2f2 {
    background: #f2f2f2 !important;
    background: -moz-linear-gradient(53deg, #f2f2f2) 0%, #f2f2f2 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f2f2f2), color-stop(100%,#f2f2f2))  !important; /* safari4+,chrome */
background: -webkit-linear-gradient(53deg, #f2f2f2 0%, #f2f2f2 100%)  !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(53deg, #f2f2f2 0%, #f2f2f2 100%)  !important; /* opera 11.10+ */
background: -ms-linear-gradient(53deg, #f2f2f2 0%, #f2f2f2 100%)  !important; /* ie10+ */
background: linear-gradient(37deg, #f2f2f2 0%, #f2f2f2 100%)  !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 );
color: #fff;
}
