/*----------------------------*\
  Inicio Sesion - Cerrar Sesion
\*----------------------------*/
a.login {
  background-color: #fff;
  padding: 10px 15px !important;
  border-radius: 11px;
  font-size: 16px !important;
  display: inline-block;
  border-right: none !important;
}

a.login{
  background-color: #c1953b;
  color: #fff !important;
   border:2px solid #fff;
}

a.login:hover {
  background-color: #7e060f;
  color: #fff !important;
}
