.color1 {
	color: #0e56a6 !important; /*azul*/
}
.color2 {
	color: #762518 !important; /*granate*/
}
.cabecera_tabla2 {
	background: #762518;
	color:#fff;
}
.btncolor1 {
	background: #0e56a6 none repeat scroll 0 0 !important;/*azul*/
	color: #fff !important; 
}
.btncolor1:active, .btncolor1.active, .open > .dropdown-toggle.btncolor1 {
    background-image: none;
}
.btncolor1:hover, .btncolor1:focus, .btncolor1:active, .btncolor1.active, .open > .dropdown-toggle.btncolor1 {
    color: #fff;
    background-color: #127BEA !important;
}
.btncolor1.disabled, .btncolor1[disabled], fieldset[disabled] .btncolor1, .btncolor1.disabled:hover, .btncolor1[disabled]:hover, fieldset[disabled] .btncolor1:hover, .btncolor1.disabled:focus, .btncolor1[disabled]:focus, fieldset[disabled] .btncolor1:focus, .btncolor1.disabled:active, .btncolor1[disabled]:active, fieldset[disabled] .btncolor1:active, .btncolor1.disabled.active, .btncolor1.active[disabled], fieldset[disabled] .btncolor1.active {
    background-color: #3F7EC1 !important;
    border-color: #3F7EC1;
}
.btncolor2 {
	background: #f98f16 none repeat scroll 0 0 !important;/*naranja*/
	color: #fff !important; 
}
.btncolor3 {
	background: #762518 none repeat scroll 0 0 !important;/*rojo oscuro*/
	color: #fff !important; 
}
.fondobarra_degradado {
	background-image: -webkit-linear-gradient(top, #083766, #0061c8) !important;
	background-image: -moz-linear-gradient(top, #083766, #0061c8) !important;
	background-image: -ms-linear-gradient(top, #083766, #0061c8) !important;
	background-image: -o-linear-gradient(top, #083766, #0061c8) !important;
	color: #fff;
}
.cabecera_tabla {
	background: #0D4152 !important;
	color: #fff; 
}