/*
 * Style sheet of Lingu@net Europa
 *
 */

 body, a, p {
     font-family:  "Arial", "Lucida Sans Unicode", sans-serif;
     voice-family: "\"}\"";
     voice-family: inherit;
     font-size: small;
}


body {
     color: #000;
     background: #FFF;
     padding: 0px;
     background-image: url(/img/fondo.jpg);
     margin-left: auto; margin-right: auto;
     width: 750px;
     position: relative;
}

img {
     border: 0px;
     margin: 5px;
}

a, a:link {
     text-decoration: none;
}

a:hover {
     text-decoration : underline;
}

a:visited {

}


.hide {
    display: none;
}

hr {
     display: none;
}

/* Main frame styles */
#box {
     margin: auto;
     padding: 0px;
      width: 750px;
     border: 5px double #CCC;
      background-color: #FFC;
}

 /* Contents styles */
 #data {
    margin: 20px 0px 0px 20px;
     padding: 0px;
    background-color: #FFF;
     background-image: url(/img/sqt.gif);
     background-position: top left;
     background-repeat: no-repeat;
 }

 #data2{
    margin: 10px 0px 0px 20px;
    padding: 20px 10px 0px 285px;
    background-image: url(/img/welcome-bck.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    height: 252px;
 }

 .welcome-list ul{
     margin: 0px;
     padding: 0px 0px 0px 0px;
}

 .welcome-list li {
    display: inline;
     margin: 0px 2px;
     padding: 0px;
     font-size: 1.1em;
     white-space: nowrap;
          line-height: 13px;

}

.orange, .orange a{
     color: #F90;
     font-size: 1.1em;
}

.green, .green a {
    color: #093;
     font-size: 1.1em;
}

.blue, .blue a {
    color: #39C;
     font-size: 1.1em;
}

.darkblue, .darkblue a {
    color: #039;
     font-size: 1.1em;
}

.orange a, .green a, .blue a, .darkblue a {
    font-weight: bold;
}

.black {
    color: #000;
    margin: 0px 5px;
}

#hr-clear {
     display: none;
     clear: both;
     height: 10px;
}

 /* Styles for logo */
 #ec-logo {
    width: 350px;
     margin: 20px 0px 20px 0px;
    clear: both;
 }

 #ec-logo-top {
     margin: 0px;
    padding: 0px;
    background-color: #FFF;
    background-image: url(/img/bg-socrates1.gif);
    background-position: right top;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
 }

#ec-logo-bottom{
   margin: -18px 0px 0px 0px;
     padding: 0px;
    height: 28px;
    background-image: url(/img/bg-socrates2.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
 }

 #ec-logo img{
    margin: 3px 10px 3px 50px;
    border: 0px;
 }

 /* Foot styles */
#foot {
     padding: 0px;
     margin: 0px;
     text-align: center;
     background-color: #FFF;
      border-top: 1px solid #CCC;
}

#copyright p{
     margin: 0px;
     padding: 5px 0px 2px 0px;
      height: 20px;
      width: auto;
     text-align: center;
}
.copyright-text{
       padding-left: 40px;
     background-image: url(/img/colors.gif);
     background-position: left;
     background-repeat: no-repeat;
}

