.portales {
  /*chat online*/
}
.portales .disparador {
  width: 236px;
  min-height: 90px;
  position: fixed;
  right: 0;
  bottom: 10px;
  margin: 0 10px 0 0;
  z-index: 5000;
  display: block;
}
.portales .disparador a:link {
  color: #fff;
  text-decoration: none;
}
.portales .disparador a:hover {
  color: #fff;
  text-decoration: underline;
}
.portales .disparador a:visited {
  color: #fff;
  text-decoration: underline;
}
.portales .disparador .foto {
  width: 100%;
  height: 60px;
}
.portales .disparador .foto img {
  float: right;
}
.portales .contactoDisparador {
  /*flecha pico derecha*/
  /* 	background-image:  url('https://static2.genesis.es/OficinaVirtual/webdirecto/genesis/images/chat/pico-azul.png');*/
  float: right;
  padding: 0;
  /* padding: 0 11px 0 0; */
  /* width: 222px; */
  background: no-repeat right 17px;
  margin: -66px 0 0 0;
}
.portales .contentClaimDisparador {
  background: url("../images/chat_images/mini_chat.png") center right no-repeat;
  width: 256px;
  height: 90px;
  float: right;
  color: #fff;
  border-radius: 10px;
  margin: 8px 0 0 0;
}
.portales .disparador .flechaDisparador a {
  margin: 20px 0 0 40px;
  position: absolute;
}
.portales a#enlaceChatPru {
  color: #fff;
}
.portales .disparador p.pChat:hover {
  cursor: pointer;
}
.portales .claimDisparador {
  margin: 0 0 0 50px;
  height: 55px;
  font-family: 'Open Sans', sans-serif;
}
.portales .claimDisparador h2 {
  font-weight: 100;
  padding: 5px 0 0 0;
  color: #fff;
  font-size: 16px;
  margin: 34px 0 0 0;
  width: 155px;
  text-align: center;
  float: right;
}
.portales .claimDisparador p {
  float: right;
  width: 155px;
  text-align: center;
  font-size: 14px;
  margin: 3px 0 0 0;
  padding: 0 0 0 0;
}
.portales .flechaDisparador img {
  position: absolute;
  margin: -40px 0 0 10px;
}
.portales .chat {
  position: fixed;
  bottom: 10px;
  right: 0;
  background-color: #fff !important;
  width: 400px;
  height: 443px;
  border: 4px solid #812733;
  z-index: 5000;
}
.portales .chatHeader {
  height: 38px;
  width: 100%;
  background-color: #812733;
}
.portales .logoChat {
  float: left;
  margin: 0;
  height: 38px;
}
.portales .ocultarChat {
  float: right;
  margin: 0;
}
.portales .ocultarChat img {
  float: right;
}
.portales .ocultarChat a#enlaceCerrarVentana {
  cursor: pointer;
}
.portales .ocultarChat a#enlaceMinimizarVentana {
  cursor: pointer;
}
.portales .ocultarChat a#enlaceMoverVentana {
  cursor: move;
}
.portales .ocultarChat #enlaceCerrarVentana img {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.portales .ocultarChat #enlaceMinimizarVentana img {
  width: 26px;
  margin: 11px;
  height: 15px;
}
.portales .ocultarChat #enlaceMoverVentana img {
  width: 23px;
  margin: 8px 25px 0px 0px;
  height: 22px;
}
.portales .estadoChat {
  background-color: #FAFAFA;
  border-bottom: 2px solid #D6D6D6;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
  font-size: 14px;
  height: 42px;
}
.portales .perfilChat {
  width: auto;
  overflow: auto;
  background: url("../images/chat_images/sombraSeparadoraVertical.png") no-repeat right 4px;
  float: left;
  padding: 0 20px 0 0;
}
.portales .perfilChat .fotoChat {
  margin: 10px 14px 10px 5px;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  right: 0;
  float: left;
}
.portales .perfilChat p {
  margin: 9px 0 0 10px;
  line-height: 29px;
}
.portales .nombreChat {
  color: #000;
}
.portales .categoriaChat {
  color: #666;
  font-weight: bold;
}
.portales .conexionChat {
  background: url("../images/chat_images/en-linea.png") no-repeat left 12px;
  float: left;
  padding: 10px 0 0 27px;
  width: 150px;
}
.portales .conexionChat p {
  margin: 4px 0 9px 0;
}
.portales .historicoChat {
  height: 240px;
  overflow-y: auto;
  padding: 5px;
  background: #fff;
}
.portales a img {
  border: none;
}
.portales .lineaMensajeChat {
  margin: 10px 0 30px 0;
  overflow: auto;
  min-height: 30px;
}
.portales .mensajeAsistenteChat {
  background: url("../images/chat_images/ico_chica.png") no-repeat 5px 0;
  margin: 10px 15px 15px 0;
  padding: 0 0 0 0;
}
.portales .mensajeUsuarioChat {
  background: url("../images/chat_images/usuario.png") no-repeat right 0;
  margin: 10px 10px 15px 0;
  padding: 0 0 0 0;
}
.portales .mensajeAsistenteChat .bocadilloChat {
  margin: 0 0 0 50px;
  padding: 0 0 0 0;
}
.portales .mensajeUsuarioChat .bocadilloChat {
  margin: 0 40px 0 62px;
  padding: 0 0 0 0;
}
.portales .mensajeAsistenteChat .bocadilloChat .headerChat {
  overflow: auto;
  background: url("../images/chat_images/header.png") no-repeat 0 0;
  width: 270px;
  height: 40px;
}
.portales .mensajeUsuarioChat .bocadilloChat .headerChat {
  overflow: auto;
  background: url("../images/chat_images/header-usuario.png") no-repeat 0 0;
  width: 270px;
  height: 40px;
}
.portales .bocadilloChat .redondoChat div {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  color: #333333;
}
.portales .mensajeAsistenteChat .bocadilloChat .redondoChat {
  padding: 10px 15px 10px 15px;
  margin: -5px 0 0 16px;
  border: 1px solid #cee9f5;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top: none;
  background-color: #e4f1fa;
  width: 197px;
  box-sizing: content-box;
}
.portales .mensajeUsuarioChat .bocadilloChat .redondoChat {
  padding: 10px 10px 10px 15px;
  margin: -5px 0 0 3px;
  border: 1px solid #e7e6e6;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top: none;
  background-color: #f5f5f5;
  width: 246px;
  box-sizing: border-box;
}
.portales .mensajeAsistenteChat .bocadilloChat .redondoChat div {
  margin: -30px 0 0 0;
}
.portales .mensajeUsuarioChat .bocadilloChat .redondoChat div {
  margin: -30px 0 0 0;
}
.portales .envioChat {
  background-color: #eaeaea;
  height: 76px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.portales .envioChat textarea {
  background-color: #fff;
  height: 48px;
  margin: 4px 5px 5px 5px;
  border: 2px solid #A4303F;
  border-radius: 5px;
  width: 300px;
  resize: none;
  padding: 12px 75px 0 12px;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 12px;
}
.portales .enviarChat {
  position: absolute;
  right: 9px;
  bottom: 10px;
}
.portales .envioChat form {
  overflow: visible !important;
}