﻿body
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

div.page
{
    background-color: #EEEEEE;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

div.body
{
    position: absolute;
    top: 48px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    z-index: 2;
}

div.footer
{
    position: absolute;
    height: 32px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgb(0, 96, 138);
    z-index: 2;
}

div.ilogo
{
    position: absolute;
    height: 24px;
    bottom: 4px;
    left: 8px;
    z-index: 3;
}

span.ilogo
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #CCCCCC;
    position: relative;
    bottom: 6px;
    left: 4px;
    z-index: 4;
    cursor: default;
}

span.tb
{
    position: absolute;
    top: 12px;
    left: 38px;
}

div.loading
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.5;
    background-color: #111111;
    z-index: 999;
}

div.Advert
{
  visibility: hidden;
  height: max-content;
  width: 200px;
  text-align: center;
  font-size: 16px;
  padding: 30px;
  position: absolute;
  z-index: 999;
  background-color: crimson;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#Advert::after
{
  color:whitesmoke;
  content: "Las salas de chat pertenecen a terceros, Shipo no se hace responsable por los comentarios o imagenes enviados. No compartas ningun dato privado, considera que los mensajes no estan encriptados.";
}
#Advert3::after
{
  color:whitesmoke;
  content: "";
}
div.buzzer
{
  visibility: hidden;
  height: fit-content;
  width: 100px;
  text-align: center;
  font-size: 20px;
  color: #f2f2f2;
  padding: 30px;
  position: absolute;
  z-index: 999;
  background-color: crimson;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#zumbido{
  display: none
  }



div.pwl
{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
}

div.ul_popup
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url("/imgs/background1.png");
    background-repeat: repeat;
    z-index: 5;
}

div.ul_popup_inner
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -200px;
    background-color: rgb(0, 96, 138);
    border-radius: 10px;
    border-color: #333333;
    border-style: solid;
    border-width: 2px;
}


div.ul_close
{
    height: 14px;
    top: 3px;
    left: 170px;
    z-index: 5;
    border-radius: 2px;
    font-size: 16px;
    color: #333;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    cursor: pointer;
}

div.ul_close:hover
{
    color: #FFFFFF;
    border-color: #00FFFF;
}

div.close_advert
{
  position: fixed;
  top: 3px;
  left: 3px;
}

div.ul_popup_item
{
    height: 24px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.ul_popup_item_text
{
    width: 100%;
    height: 100%;
    color: #000000;
    background-image: url("../imgs/topic_bg.jpg");
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    border-radius: 10px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

div.ul_popup_item_text_d
{
    width: 100%;
    height: 100%;
    color: #AAAAAA;
    background-image: url("../imgs/topic_bg.jpg");
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    border-radius: 10px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    font-size: 14px;
    cursor: default;
}

div.ul_popup_item_text2
{
    padding-top: 4px;
}

div.cc_emoContainer
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 164px;
    height: 192px;
    margin-left: -76px;
    margin-top: -90px;
    background-color: rgb(0, 96, 138);
    border-radius: 2px;
    border-color: #333;
    border-style: solid;
    border-width: 1px;
    opacity: 1;
    padding-bottom: 20px;
}
div.cc_container
{
    position: absolute;
    width: 152px;
    height: 180px;
    margin: 6px;
    opacity: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 16px;
}


div.selected_dialog
{
    position: absolute;
    height: 160px;
    top: 50%;
    margin-top: -80px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 2px;
}

.topnav {
  position: absolute;
  background-color: #333;
  overflow: hidden;
  z-index: 6;
  width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  transition: 0.6s ease-out;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  cursor: pointer; 
}

.topnav a.active {
  background-color: rgb(0, 96, 138);
  color: white;
}

.topnav .icon{
  display: none;
}

.oculto{
    display: none;
}

.cabecera img{
  height: 48px;
  width: 48px;
}
.cabecera span{
    position: absolute;
    font-size: 20px;
    font-family: verdana;
    top: 12px;
    color: #F9E79F;
}
.cabecera{
    width: 100%;
    display: none;
}
.gifImg{
  border-radius: 7px;
  max-width: 128px;
}

@media screen and (max-width: 640px) {
  .topnav a{display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

 .cabecera{
    float: left;
    display: contents;
  }
}

@media screen and (max-width: 640px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
