/* --- GENERIC --- */
* { padding: 0; margin: 0; }
a img { border: none; }

@media screen and (max-height: 490px) {
    #tuentiwrapper {
      display: none;
    }
  }


html {
  height: 100%;
/*  overflow: hidden;*/
}

#flashchat {
    
    height: 100%;
}

#ads_holder {
    height: 90px;
}


body {
    margin: 0;
    padding: 0;
    border: 0;
    background: #FFFFFF;
    font-family:Tahoma,Arial,sans-serif;
    color: #2e4a7a;
    height: 100%;
}

img {
    border: 0px;
}

img.compartirTuenti {
    position: absolute;
    top: 51px;
    left: 1098px;
}

.webTitle {
    font-size:44px; 
    font-family:Helvetica;
    font-weight: bold;
    color:#3d598b;
    letter-spacing:-2px;
    line-height: 0px;
    position:relative;
    top:-3px;
}

ul.menu {
    padding-top: 0px;
    padding-left:1%;
    padding-right:1%;
    margin:0px;
    margin-top:1%;
    font-weight:bold;
    padding-bottom: 2px;
}

ul.channels {
    margin-top: 14px;
    margin-bottom: 0px;
}

li.menu {
    display:inline;
    padding:0px;
    margin:1.5px;
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 2px;
    font-size:medium;
    margin-bottom: 0px;
}

.box {
    border:0px;
    list-style-type: none;
    padding:0%;
    margin:0%;
    text-align: center;
}

.activebox {
    background-color:#ffffff;
}

.notactivebox {
    background-color:#acd3f0;
}

.notactivebox:hover {
    background-color:#C6DEF0;
}

#tuentiheader {
    background-color: #6daad9;
    margin-bottom: 0%;
}

#tuentiwrapper {
    width: 800px;
    margin: 0 auto;
}

a:link {color:#2e4a7a;text-decoration: none}
a:visited {color:#2e4a7a;text-decoration: none}
a:active {color:#2e4a7a;text-decoration: none}
a.img:hover {background-color: transparent}

a.menubar:hover {
    color:#2e4a7a;
    text-decoration: none;
    background-color:#C6DEF0;
}

a.menubarselected:hover {
    color:#2e4a7a;
    text-decoration: none;
    background-color:#FFFFFF;
}

.adbox {
    margin-top:10px;
    border:1px solid #acd3f0;
    list-style-type: none;
    background-color:#eef5fa;
    padding:1%;
    text-align: center;
}

.cover {
    float:right;
    position:relative;
    top: 23px;
    right: 3px;
    margin: 0px;
    z-index: 2;
}

.chat {
    margin: 0px;
}


