/* Botón propio   btn-ttc
-------------------------------------------------- */
.btn-ttc{
    /*color:#fff;background-color:#960723;border-color:#8B0000*/
	color:#fff;background-color:#039BE6 ;border-color:#039BE6 
}
/* Redefine los estilos de .btn */
/* Modificar el texto y el color de fondo en los tres estados
   principales del botón: default, hover y active. */
.btn-ttc:hover,.btn-ttc:focus,.btn-ttc:active,.btn-ttc.active,.open>.dropdown-toggle.btn-ttc{
    /*color:#fff;background-color:#CD2143;border-color:#B50909*/
	color:#fff;background-color:#039BE6;border-color:#039BE6
}
.btn-ttc:active,.btn-ttc.active,.open>.dropdown-toggle.btn-ttc{
    background-image:none
}
.btn-ttc.disabled,.btn-ttc[disabled],fieldset[disabled] .btn-ttc,.btn-ttc.disabled:hover,.btn-ttc[disabled]:hover,fieldset[disabled] .btn-ttc:hover,.btn-ttc.disabled:focus,.btn-ttc[disabled]:focus,fieldset[disabled] .btn-ttc:focus,.btn-ttc.disabled:active,.btn-ttc[disabled]:active,fieldset[disabled] .btn-ttc:active,.btn-ttc.disabled.active,.btn-ttc[disabled].active,fieldset[disabled] .btn-ttc.active{
    /*background-color:#960723;border-color:#8B0000*/
	background-color:#039BE6 ;border-color:#039BE6
}
.btn-ttc .badge{
    /*color:#8B0000;background-color:#fff*/
	color:#039BE6;background-color:#fff
}

/* Color de link propio 
------------------------------------------------------ */
a.inv {
  /*color: #960723;*/
  color: #039BE6
  text-decoration: none;
}
a:hover.inv,
a:focus.inv{
  /*color: #B50909;*/
  color: #039BE6;
  text-decoration: underline;
}
a:focus.inv{
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
