/*
 * Style sheet of Lingu@net Europa
 *
 */

body, a, p, h1, h2, h3, h4 {
     font-family:  "Arial Unicode MS","Arial","Lucida Sans Unicode",sans-serif;
     font-size: x-small;
     line-height: 1.2em;
     voice-family: "\"}\"";
     voice-family: inherit;
     font-size: small;
}

/*body change Carmen gris*/
body {
     color: #000;
     background: #CECECE;
     /* background-image: url(/img/fondo.jpg);*/
     padding: 0px;
     margin-top: 0px;
      margin-bottom: 0px;
     position: relative;
}

#box {
     margin: auto;
     padding-top: 0px; 
     padding-bottom: 5px;
     width: 980px;
}

 #data {
       padding: 0px;
       margin: 0px;
	   width: 980px;
	   background-image: url(/img/line_background.jpg);
 }
 
 #linguanet-worldwide{
	float: left;
	position: relative;
	padding-left :20px;
	width: 383px;
	height:280px;
 }
 
 #data2{
	float: right;
	position: relative;
	width:450px;
	margin-top:10px;
	margin-right: 50px;
	margin-bottom: 20px;
}
 
 /* Header styles header changes Carmen*/
 #header {
     height:95px;
	 background-image: url(/img/header.jpg);
	 background-repeat: no-repeat;
	 background-position: top left; 
    
 }
 
 #header2 {
	background-image: url(/img/header_menu_1.png);
	background-repeat: no-repeat;
	background-color: #FFF;	
	height: 26px;
	width: 980px;
 }

 #linguanet-logo{
	 padding-left:25px;
	 float: left;
 }
 
 .skipnav a {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
}

.skipnav a:active, .skipnav a:focus {
     position: absolute;
     overflow: visible;
     width: auto;
     height: auto;
     background-color: Yellow;
     color: #000066;
     top: 2px;
     left: 5px;
}
 
img {
     border: 0px;
}

a, a:link {
     text-decoration: none;
}

a:hover {
     text-decoration : underline;
}

a:visited {

}


.hide {
    display: none;
}

hr {
     display: none;
}

 /* Contents styles */
.welcome-list{
	font-weight: normal;
}
 
.welcome-list ul{
	 width: 24em;
	 list-style: none;
}

.welcome-list ul li {
	 color:#ccc;
	 float: left;
	 width: 8em;
	 height: 20px;
}

.welcome-list ul li a{
	color:#000;
}
/*mouse focus*/
.welcome-list ul li a:hover {
	color:#DF635B;
        height:20px;
}
/*key focus navigation*/
.welcome-list ul li a:focus {
	color:#DF635B;
}

.orange, .orange a{
     /*color: #F90;*/
	 color: #F6AA3A;
     font-size: 1.1em;
}

.green, .green a {
    /*color: #093;*/
	color: #48B36B;
     font-size: 1.1em;
}

.blue, .blue a {
	/*color: #39C;*/
	 color: #86C1DF;
	 font-size: 1.1em;
}
   /*This is the new red*/
.darkblue, .darkblue a {
     /*color: #039;*/
     color: #F28B68;
	 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 {
	position: relative;
	float: right;
	margin-right:30px;
 }

 /* Foot styles */

#footnote {
   margin: 0px;
   padding: 5px;
   width: auto;
   background-image: url(/img/line_footer_1.png);
	background-repeat: no-repeat;    
}

#footnote ul, #footnote li {
   display : inline;
   margin : 0px;
   padding: 0px;
   list-style : none;
}
#footnote li {
  white-space: nowrap;
}

#copyright {
	height:34px;
	background-image: url(/img/footer.jpg);
	background-repeat: no-repeat;    
}

#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;
}

#copyright a, #copyright a:link{
     text-decoration: none;     
}

#copyright a:hover {
     text-decoration: underline;     
}
