
@import 'fontawesome-free-6.2.0-web/css/all.min.css';
#traheader{
    width: 100%;
    padding: 0;
    border-spacing: 0;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #979797;
    color: #5f737d;
    
    /* background color */
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
    
    /* sombreado del header */
    -webkit-box-shadow: 0px 7px 20px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 20px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 20px -11px rgba(0,0,0,0.75); 
}
#traheader td.index{padding: 12px 12px;}

#traheader td.sistema{padding: 5px 5px;}

/* TITULO DEL LADO IZQUIERDO */
#traheader .traheader_subtit{width:25%;text-align: left;}
/* TITULO DEL CENTRO */
#traheader .traheader_tit{width:50%;text-align: center;}
/* MENU SUPERIOR DERECHO */
#traheader .traheader_menuder{width:25%;text-align: right;}
/* TODOS LOS TEXTOS DENTRO DEL HEADER SPAN */
#traheader span{text-shadow: 2px 1px 0px rgb(255 255 255 / 60%);}
/* BOTONES CLASE GENERICA */
.traheader_btn{
    text-decoration: none;
    display: inline-block;
    width: auto;
    margin: 0 2px!important;
    background: #efefef;
    cursor: pointer;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    border-radius: 4px;
    color: #8b8b8b;
    text-transform: uppercase; 
    
    /* efecto hover */
    -webkit-transition: left 0.3s linear;
    -webkit-transition-property:background;
    -moz-transition: left 0.3s linear;
    -moz-transition-property:background;
    -o-transition: left 0.3s linear;
    -o-transition-property:background;
    -ms-transition: left 0.3s linear;
    -ms-transition-property:linear;
    transition: left 0.3s linear;
    transition-property:background;
}
.traheader_btn:hover, .traheader_btn.active{
   background: #cfcfcf; 
   color:#5f737d; 
}
.traheader_btn i{margin-right: 0px;color: #778e99;}
#span_texto {margin-left: 5px;}
/*---------------------------------------------- TEMAS ----------------------------------------------*/
/*-- GRIS --*/
.tema_gray .traheader_subtit{
    background: rgba(182,185,192,1);
    background: -moz-linear-gradient(45deg, rgba(182,185,192,1) 0%, rgba(182,185,192,1) 11%, rgba(153,160,176,1) 17%, rgba(139,146,163,1) 22%, rgba(197,202,212,1) 23%, rgba(197,202,212,1) 36%, rgba(172,178,191,1) 40%, rgba(153,160,176,0.95) 43%, rgba(197,202,212,0.8) 52%, rgba(168,176,191,0.75) 55%, rgba(197,202,212,0.63) 62%, rgba(182,185,192,0.47) 72%, rgba(255,255,255,0.27) 84%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(182,185,192,1)), color-stop(11%, rgba(182,185,192,1)), color-stop(17%, rgba(153,160,176,1)), color-stop(22%, rgba(139,146,163,1)), color-stop(23%, rgba(197,202,212,1)), color-stop(36%, rgba(197,202,212,1)), color-stop(40%, rgba(172,178,191,1)), color-stop(43%, rgba(153,160,176,0.95)), color-stop(52%, rgba(197,202,212,0.8)), color-stop(55%, rgba(168,176,191,0.75)), color-stop(62%, rgba(197,202,212,0.63)), color-stop(72%, rgba(182,185,192,0.47)), color-stop(84%, rgba(255,255,255,0.27)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(45deg, rgba(182,185,192,1) 0%, rgba(182,185,192,1) 11%, rgba(153,160,176,1) 17%, rgba(139,146,163,1) 22%, rgba(197,202,212,1) 23%, rgba(197,202,212,1) 36%, rgba(172,178,191,1) 40%, rgba(153,160,176,0.95) 43%, rgba(197,202,212,0.8) 52%, rgba(168,176,191,0.75) 55%, rgba(197,202,212,0.63) 62%, rgba(182,185,192,0.47) 72%, rgba(255,255,255,0.27) 84%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(45deg, rgba(182,185,192,1) 0%, rgba(182,185,192,1) 11%, rgba(153,160,176,1) 17%, rgba(139,146,163,1) 22%, rgba(197,202,212,1) 23%, rgba(197,202,212,1) 36%, rgba(172,178,191,1) 40%, rgba(153,160,176,0.95) 43%, rgba(197,202,212,0.8) 52%, rgba(168,176,191,0.75) 55%, rgba(197,202,212,0.63) 62%, rgba(182,185,192,0.47) 72%, rgba(255,255,255,0.27) 84%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(182,185,192,1) 0%, rgba(182,185,192,1) 11%, rgba(153,160,176,1) 17%, rgba(139,146,163,1) 22%, rgba(197,202,212,1) 23%, rgba(197,202,212,1) 36%, rgba(172,178,191,1) 40%, rgba(153,160,176,0.95) 43%, rgba(197,202,212,0.8) 52%, rgba(168,176,191,0.75) 55%, rgba(197,202,212,0.63) 62%, rgba(182,185,192,0.47) 72%, rgba(255,255,255,0.27) 84%, rgba(255,255,255,0) 100%);
    background: linear-gradient(45deg, rgba(182,185,192,1) 0%, rgba(182,185,192,1) 11%, rgba(153,160,176,1) 17%, rgba(139,146,163,1) 22%, rgba(197,202,212,1) 23%, rgba(197,202,212,1) 36%, rgba(172,178,191,1) 40%, rgba(153,160,176,0.95) 43%, rgba(197,202,212,0.8) 52%, rgba(168,176,191,0.75) 55%, rgba(197,202,212,0.63) 62%, rgba(182,185,192,0.47) 72%, rgba(255,255,255,0.27) 84%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b9c0', endColorstr='#ffffff', GradientType=1 );
}
.tema_gray span{color: #292929;text-shadow: 1px 1px 0px rgb(255 255 255 / 94%);}
.tema_gray .traheader_btn{
    background: rgba(136,151,158,1);
}
.tema_gray .traheader_btn span{
    color: #cacaca;
    text-shadow: 2px 1px 0px #607d8b!important;
}
.tema_gray .traheader_btn:hover, .tema_gray .traheader_btn.active{
    background: rgba(111,134,145,1);
    color:#5f737d; 
}
.tema_gray .traheader_btn i{color: #d9d9d9;text-shadow: 2px 1px 0px #607d8b!important;}
/*-- NARANJA --*/
#traheader.tema_orange{
    background: rgba(255,106,26,1);
    background: -moz-linear-gradient(top, rgba(255,106,26,1) 0%, rgba(255,106,26,1) 76%, rgba(247,136,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,106,26,1)), color-stop(76%, rgba(255,106,26,1)), color-stop(100%, rgba(247,136,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,106,26,1) 0%, rgba(255,106,26,1) 76%, rgba(247,136,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,106,26,1) 0%, rgba(255,106,26,1) 76%, rgba(247,136,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,106,26,1) 0%, rgba(255,106,26,1) 76%, rgba(247,136,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,106,26,1) 0%, rgba(255,106,26,1) 76%, rgba(247,136,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a1a', endColorstr='#f78800', GradientType=0 );
    
    color:#dedede;
}
#traheader.tema_orange span{text-shadow: 2px 1px 0px rgba(0,0,0,0.5);}
.tema_orange .traheader_subtit{
    background: rgba(196,65,0,1);
    background: -moz-linear-gradient(45deg, rgba(196,65,0,1) 0%, rgba(196,65,0,1) 11%, rgba(255,106,26,1) 17%, rgba(232,77,0,1) 23%, rgba(252,136,78,1) 25%, rgba(255,106,26,1) 36%, rgba(255,106,26,1) 40%, rgba(255,106,26,0.95) 43%, rgba(255,130,28,0.8) 52%, rgba(255,106,26,0.75) 55%, rgba(255,149,28,0.63) 62%, rgba(255,106,26,0.47) 72%, rgba(255,106,26,0.27) 84%, rgba(255,106,26,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(196,65,0,1)), color-stop(11%, rgba(196,65,0,1)), color-stop(17%, rgba(255,106,26,1)), color-stop(23%, rgba(232,77,0,1)), color-stop(25%, rgba(252,136,78,1)), color-stop(36%, rgba(255,106,26,1)), color-stop(40%, rgba(255,106,26,1)), color-stop(43%, rgba(255,106,26,0.95)), color-stop(52%, rgba(255,130,28,0.8)), color-stop(55%, rgba(255,106,26,0.75)), color-stop(62%, rgba(255,149,28,0.63)), color-stop(72%, rgba(255,106,26,0.47)), color-stop(84%, rgba(255,106,26,0.27)), color-stop(100%, rgba(255,106,26,0)));
    background: -webkit-linear-gradient(45deg, rgba(196,65,0,1) 0%, rgba(196,65,0,1) 11%, rgba(255,106,26,1) 17%, rgba(232,77,0,1) 23%, rgba(252,136,78,1) 25%, rgba(255,106,26,1) 36%, rgba(255,106,26,1) 40%, rgba(255,106,26,0.95) 43%, rgba(255,130,28,0.8) 52%, rgba(255,106,26,0.75) 55%, rgba(255,149,28,0.63) 62%, rgba(255,106,26,0.47) 72%, rgba(255,106,26,0.27) 84%, rgba(255,106,26,0) 100%);
    background: -o-linear-gradient(45deg, rgba(196,65,0,1) 0%, rgba(196,65,0,1) 11%, rgba(255,106,26,1) 17%, rgba(232,77,0,1) 23%, rgba(252,136,78,1) 25%, rgba(255,106,26,1) 36%, rgba(255,106,26,1) 40%, rgba(255,106,26,0.95) 43%, rgba(255,130,28,0.8) 52%, rgba(255,106,26,0.75) 55%, rgba(255,149,28,0.63) 62%, rgba(255,106,26,0.47) 72%, rgba(255,106,26,0.27) 84%, rgba(255,106,26,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(196,65,0,1) 0%, rgba(196,65,0,1) 11%, rgba(255,106,26,1) 17%, rgba(232,77,0,1) 23%, rgba(252,136,78,1) 25%, rgba(255,106,26,1) 36%, rgba(255,106,26,1) 40%, rgba(255,106,26,0.95) 43%, rgba(255,130,28,0.8) 52%, rgba(255,106,26,0.75) 55%, rgba(255,149,28,0.63) 62%, rgba(255,106,26,0.47) 72%, rgba(255,106,26,0.27) 84%, rgba(255,106,26,0) 100%);
    background: linear-gradient(45deg, rgba(196,65,0,1) 0%, rgba(196,65,0,1) 11%, rgba(255,106,26,1) 17%, rgba(232,77,0,1) 23%, rgba(252,136,78,1) 25%, rgba(255,106,26,1) 36%, rgba(255,106,26,1) 40%, rgba(255,106,26,0.95) 43%, rgba(255,130,28,0.8) 52%, rgba(255,106,26,0.75) 55%, rgba(255,149,28,0.63) 62%, rgba(255,106,26,0.47) 72%, rgba(255,106,26,0.27) 84%, rgba(255,106,26,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c44100', endColorstr='#ff6a1a', GradientType=1 );

}
.tema_orange .traheader_btn{background: #dc3202;border:1px solid #b82b04;}
.tema_orange .traheader_btn span{
    color: #faede9;
    text-shadow: 2px 1px 0px rgba(0,0,0,0.5);
}
.tema_orange .traheader_btn:hover, .tema_gray .traheader_btn.active{
    background: #ff5e00;
    border:1px solid #dc3202;
    color:#ffffff; 
}
.tema_orange .traheader_btn i{color: #ffb990;text-shadow: 2px 1px 0px rgba(0,0,0,0.5);}
/*-- AZUL --*/
#traheader.tema_blue{
    background: rgba(1,80,129,1);
    background: -moz-linear-gradient(top, rgba(1,80,129,1) 0%, rgba(1,80,129,1) 76%, rgba(4,97,155,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,80,129,1)), color-stop(76%, rgba(1,80,129,1)), color-stop(100%, rgba(4,97,155,1)));
    background: -webkit-linear-gradient(top, rgba(1,80,129,1) 0%, rgba(1,80,129,1) 76%, rgba(4,97,155,1) 100%);
    background: -o-linear-gradient(top, rgba(1,80,129,1) 0%, rgba(1,80,129,1) 76%, rgba(4,97,155,1) 100%);
    background: -ms-linear-gradient(top, rgba(1,80,129,1) 0%, rgba(1,80,129,1) 76%, rgba(4,97,155,1) 100%);
    background: linear-gradient(to bottom, rgba(1,80,129,1) 0%, rgba(1,80,129,1) 76%, rgba(4,97,155,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015081', endColorstr='#04619b', GradientType=0 );
    
    color:#e7ebf1;
}
#traheader.tema_blue span{text-shadow: 2px 1px 0px rgba(0,0,0,0.5);}
.tema_blue .traheader_subtit{
    background: rgba(4,81,132,1);
    background: -moz-linear-gradient(45deg, rgba(4,81,132,1) 0%, rgba(4,81,132,1) 11%, rgba(10,124,173,1) 17%, rgba(4,80,132,1) 23%, rgba(5,61,99,1) 25%, rgba(4,81,132,1) 36%, rgba(4,81,132,1) 40%, rgba(4,81,132,0.95) 43%, rgba(25,109,166,0.8) 52%, rgba(4,81,132,0.75) 55%, rgba(5,107,130,0.63) 62%, rgba(0,78,130,0.47) 72%, rgba(0,78,130,0.27) 84%, rgba(0,78,130,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(4,81,132,1)), color-stop(11%, rgba(4,81,132,1)), color-stop(17%, rgba(10,124,173,1)), color-stop(23%, rgba(4,80,132,1)), color-stop(25%, rgba(5,61,99,1)), color-stop(36%, rgba(4,81,132,1)), color-stop(40%, rgba(4,81,132,1)), color-stop(43%, rgba(4,81,132,0.95)), color-stop(52%, rgba(25,109,166,0.8)), color-stop(55%, rgba(4,81,132,0.75)), color-stop(62%, rgba(5,107,130,0.63)), color-stop(72%, rgba(0,78,130,0.47)), color-stop(84%, rgba(0,78,130,0.27)), color-stop(100%, rgba(0,78,130,0)));
    background: -webkit-linear-gradient(45deg, rgba(4,81,132,1) 0%, rgba(4,81,132,1) 11%, rgba(10,124,173,1) 17%, rgba(4,80,132,1) 23%, rgba(5,61,99,1) 25%, rgba(4,81,132,1) 36%, rgba(4,81,132,1) 40%, rgba(4,81,132,0.95) 43%, rgba(25,109,166,0.8) 52%, rgba(4,81,132,0.75) 55%, rgba(5,107,130,0.63) 62%, rgba(0,78,130,0.47) 72%, rgba(0,78,130,0.27) 84%, rgba(0,78,130,0) 100%);
    background: -o-linear-gradient(45deg, rgba(4,81,132,1) 0%, rgba(4,81,132,1) 11%, rgba(10,124,173,1) 17%, rgba(4,80,132,1) 23%, rgba(5,61,99,1) 25%, rgba(4,81,132,1) 36%, rgba(4,81,132,1) 40%, rgba(4,81,132,0.95) 43%, rgba(25,109,166,0.8) 52%, rgba(4,81,132,0.75) 55%, rgba(5,107,130,0.63) 62%, rgba(0,78,130,0.47) 72%, rgba(0,78,130,0.27) 84%, rgba(0,78,130,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(4,81,132,1) 0%, rgba(4,81,132,1) 11%, rgba(10,124,173,1) 17%, rgba(4,80,132,1) 23%, rgba(5,61,99,1) 25%, rgba(4,81,132,1) 36%, rgba(4,81,132,1) 40%, rgba(4,81,132,0.95) 43%, rgba(25,109,166,0.8) 52%, rgba(4,81,132,0.75) 55%, rgba(5,107,130,0.63) 62%, rgba(0,78,130,0.47) 72%, rgba(0,78,130,0.27) 84%, rgba(0,78,130,0) 100%);
    background: linear-gradient(45deg, rgba(4,81,132,1) 0%, rgba(4,81,132,1) 11%, rgba(10,124,173,1) 17%, rgba(4,80,132,1) 23%, rgba(5,61,99,1) 25%, rgba(4,81,132,1) 36%, rgba(4,81,132,1) 40%, rgba(4,81,132,0.95) 43%, rgba(25,109,166,0.8) 52%, rgba(4,81,132,0.75) 55%, rgba(5,107,130,0.63) 62%, rgba(0,78,130,0.47) 72%, rgba(0,78,130,0.27) 84%, rgba(0,78,130,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045184', endColorstr='#004e82', GradientType=1 );

}
.tema_blue .traheader_btn{background: #075a99;border: 1px solid #044576;}
.tema_blue .traheader_btn span{
    color: #f3ebe3;
    text-shadow: 2px 1px 0px rgba(0,0,0,0.5);
}
.tema_blue .traheader_btn:hover, .tema_blue .traheader_btn.active{
    background: #107cc5;
    border:1px solid #0764aa;
    color:#ffffff; 
}
.tema_blue .traheader_btn i{color: #cfecff;text-shadow: 2px 1px 0px rgba(0,0,0,0.5);}

/*---------------------------------------------- BOTONES PERSONALIZADOS ----------------------------------------------*/
/* btn naranja */
.traheader_btn.orange{
    background: #ff5900;
    border:1px solid #d74b00; 
}  
.traheader_btn.orange span, .traheader_btn.orange i{
    color: #ffffff;
    text-shadow: 2px 1px 0px rgba(0,0,0,0.3)!important;
}
.traheader_btn.orange:hover, .traheader_btn.orange.active{
    background: #ff9000;
    border:1px solid #ed5707;       
}
.traheader_btn.orange:hover i, .traheader_btn.orange.active i{color:#FFFFFF;text-shadow:0px 0px 1px rgba(0,0,0,0.4);}
/* btn gris claro */
.traheader_btn.light-gray{background: #efefef;border: 1px solid #c9c9c9;}
.traheader_btn.light-gray span{color: #8b8b8b!important;text-shadow: 2px 1px 0px rgb(255 255 255 / 60%)!important;}
.traheader_btn.light-gray:hover, .traheader_btn.gray.active{
   background: #cfcfcf; 
   color:#5f737d; 
}
.traheader_btn.light-gray i{color: #778e99;text-shadow: 2px 1px 0px rgb(255 255 255 / 60%)!important;}
/* btn blue */
.traheader_btn.blue{background: #075a99;border: 1px solid #044576;}
.traheader_btn.blue span{color: #f3ebe3!important;text-shadow: 2px 1px 0px rgba(0,0,0,0.5)!important;}
.traheader_btn.blue:hover, .traheader_btn.gray.active{
    background: #107cc5;
    border:1px solid #0764aa;
    color:#ffffff;
}
.traheader_btn.blue i{color: #cfecff!important;text-shadow: 2px 1px 0px rgba(0,0,0,0.5)!important;}
/* btn gris */
.traheader_btn.gray{background: rgba(136,151,158,1)!important;}
.traheader_btn.gray span{color: #cacaca!important;text-shadow: 2px 1px 0px #607d8b!important;}
.traheader_btn.gray:hover, .traheader_btn.gray.active{background: rgba(111,134,145,1)!important;color:#5f737d!important;}
.traheader_btn.gray i{color: #d9d9d9!important;text-shadow: 2px 1px 0px #607d8b!important;}

/*-- ROJO --*/
#traheader.tema_red{
    background: rgba(252,36,23,1);
    background: -moz-linear-gradient(left, rgba(252,36,23,1) 0%, rgba(252,36,23,1) 21%, rgba(217,7,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,36,23,1)), color-stop(21%, rgba(252,36,23,1)), color-stop(100%, rgba(217,7,0,1)));
    background: -webkit-linear-gradient(left, rgba(252,36,23,1) 0%, rgba(252,36,23,1) 21%, rgba(217,7,0,1) 100%);
    background: -o-linear-gradient(left, rgba(252,36,23,1) 0%, rgba(252,36,23,1) 21%, rgba(217,7,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,36,23,1) 0%, rgba(252,36,23,1) 21%, rgba(217,7,0,1) 100%);
    background: linear-gradient(to right, rgba(252,36,23,1) 0%, rgba(252,36,23,1) 21%, rgba(217,7,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc2417', endColorstr='#d90700', GradientType=1 );
    color:#ffffff;
}
#traheader.tema_red span{text-shadow: 2px 1px 0px rgba(0,0,0,0.5);}
.tema_red .traheader_subtit{
    background: rgba(196,0,0,1);
    background: -moz-linear-gradient(45deg, rgba(196,0,0,1) 0%, rgba(255,20,20,1) 14%, rgba(222,13,13,1) 20%, rgba(255,51,51,1) 26%, rgba(255,0,0,1) 42%, rgba(222,13,13,1) 61%, rgba(252,36,23,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(196,0,0,1)), color-stop(14%, rgba(255,20,20,1)), color-stop(20%, rgba(222,13,13,1)), color-stop(26%, rgba(255,51,51,1)), color-stop(42%, rgba(255,0,0,1)), color-stop(61%, rgba(222,13,13,1)), color-stop(100%, rgba(252,36,23,1)));
    background: -webkit-linear-gradient(45deg, rgba(196,0,0,1) 0%, rgba(255,20,20,1) 14%, rgba(222,13,13,1) 20%, rgba(255,51,51,1) 26%, rgba(255,0,0,1) 42%, rgba(222,13,13,1) 61%, rgba(252,36,23,1) 100%);
    background: -o-linear-gradient(45deg, rgba(196,0,0,1) 0%, rgba(255,20,20,1) 14%, rgba(222,13,13,1) 20%, rgba(255,51,51,1) 26%, rgba(255,0,0,1) 42%, rgba(222,13,13,1) 61%, rgba(252,36,23,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(196,0,0,1) 0%, rgba(255,20,20,1) 14%, rgba(222,13,13,1) 20%, rgba(255,51,51,1) 26%, rgba(255,0,0,1) 42%, rgba(222,13,13,1) 61%, rgba(252,36,23,1) 100%);
    background: linear-gradient(45deg, rgba(196,0,0,1) 0%, rgba(255,20,20,1) 14%, rgba(222,13,13,1) 20%, rgba(255,51,51,1) 26%, rgba(255,0,0,1) 42%, rgba(222,13,13,1) 61%, rgba(252,36,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#fc2417', GradientType=1); 
}
.tema_red .traheader_btn{background: #bf0000;border:1px solid #f60d0d;}
.tema_red .traheader_btn span{
    color: #faede9;
    text-shadow: 2px 1px 0px rgba(0,0,0,0.5);
}
.tema_red .traheader_btn:hover, .tema_gray .traheader_btn.active{
    background: #f60d0d;
    border:1px solid #f60d0d;
    color:#ffffff; 
}
.tema_red .traheader_btn i{color: #ffb990;text-shadow: 2px 1px 0px rgba(0,0,0,0.5);}



