.feather {
  width: 24px;
  height: 24px;
  stroke: #33B35A;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.feather-x-circle {
  stroke: #FF0000;
}

.feather-padding {
  padding: 0px 5px;
}

.featherLogout {
  width: 24px;
  height: 24px;
  stroke: #33B35A;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.separador {
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #eee;
  margin: 2px;
}

.erroresStruts {
  margin-bottom: 0px;
  font-size: 0.9rem;
}

.mensajesStruts {
  margin-bottom: 0px;
  font-size: 0.9rem;
}

.logoAragon {
  border: none !important;
  vertical-align: baseline;
  height: 35px;
  margin-left: 15px;
}


.fondoRojo {
  background-color: #FFE7E7;
}

.fondoAmarillo {
  background-color: #FFFFE0;
}

.fondoVerde {
  background-color: #E2EAD1;
}

.fondoBlanco {
  background-color: #FFFFFF;
}

.fondoNegro {
  background-color: #000000;
}

.fondoAzul {
  background-color: #D1ECF1;
}


.informacionCabecera {
  margin: 10px 0;
  font-size: 0.85em;
}

.respetaSaltoLinea {
  white-space: pre-wrap;
}

p {
	margin-bottom:0.1rem
}

.text-align-right {
  text-align: right;   
}