.GTB-container {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 1px; }

/* Text Color PD Attribute */
.GTB-color-1-Rojo {
  color: #cc0001; }

.GTB-color-2-Negro {
  color: #333030; }

.GTB-color-3-Gris-Oscuro {
  color: #6d6d6d; }

.GTB-color-4-Gris-Medio {
  color: #bfbfbf; }

.GTB-color-5-Gris-Claro {
  color: #e2e2e2; }

.GTB-color-6-Blanco {
  color: white; }

/* Button PD Attribute */
/* Text Color PD Attribute */
.GTB-background-1-Rojo {
  background-color: #cc0001; }

.GTB-background-2-Negro {
  background-color: #333030; }

.GTB-background-3-Gris-Oscuro {
  background-color: #6d6d6d; }

.GTB-background-4-Gris-Medio {
  background-color: #bfbfbf; }

.GTB-background-5-Gris-Claro {
  background-color: #e2e2e2; }

.GTB-background-6-Blanco {
  background-color: white; }

.GTB-text-bold {
  font-weight: 700; }

/* Button PD Attribute */
.GTB-button-container {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.GTB-button {
  text-transform: uppercase;
  line-height: 120%;
  padding: 8px 32px;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.GTB-button-blanco {
  color: #363332;
  background-color: #fff; }

.GTB-button-blanco:hover {
  color: #f9f9f9;
  background-color: #cc0000; }

.GTB-button-rojo {
  color: #f9f9f9 !important;
  background-color: #cc0000; }

.GTB-button-rojo:hover {
  color: #fff;
  background-color: #696969; }

/* END Button PD Attribute */
/* Content Horizontal Alignment PD Attribute */
.GTB-alignment-izquierda {
  text-align: justify;
  padding-left: 60px; }

.GTB-alignment-centro {
  text-align: center;
  right: 0;
  left: 0; }

.GTB-alignment-derecha {
  text-align: right;
  right: 0; }

/* END Content Horizontal Alignment PD Attribute */

/*# sourceMappingURL=genericTextBanner.css.map*/