.text-laranja {
  color: #c09853;
}

a.text-laranja:hover,
a.text-laranja:focus {
  color: #a47e3c;
}

.text-vermelho {
  color: #b94a48;
}

a.text-vermelho:hover,
a.text-vermelho:focus {
  color: #953b39;
}

.text-azul {
  color: #3a87ad;
}

a.text-azul:hover,
a.text-azul:focus {
  color: #2d6987;
}

.text-verde {
  color: #468847;
}

a.text-verde:hover,
a.text-verde:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.alerta {
  padding: 8px 10px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position:absolute;
  right:0;
  top:10px; 
  z-index:9999;
}

.alerta,
.alerta h4 {
  color: #c09853;
}

.alerta h4 {
  margin: 0;
}

.alerta .fechar {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alerta-verde {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alerta-verde h4 {
  color: #468847;
}

.alerta-vermelho,
.alerta-vermelho {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alerta-vermelho h4,
.alerta-vermelho h4 {
  color: #b94a48;
}

.alerta-azul{
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alerta-azulh4 {
  color: #3a87ad;
}

.alerta-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alerta-block > p,
.alerta-block > ul {
  margin-bottom: 0;
}

.alerta-block p + p {
  margin-top: 5px;
}
