html{
    border:none;
    background:none transparent;
    }
body{
    border:none;
    margin:0;
    padding:0;
    background:none repeat scroll 0 0 #F0F5BB;
    }
#barraall{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    height:40px;
    width:100%;
    background: transparent url(img/bg.png) repeat-x scroll left bottom;
    text-align:center;
    }
#barra{
    height:40px;
    width:1000px;
    display:inline-block;
    text-align:left;
    }
.links_barra{
    text-align:left;
    width:822px;
    display:inline-block;
    float:left;
    line-height:34px;
    height:25px;
    text-transform: uppercase;
}
ul{
    display:inline-block;
    padding-left:0;
    margin:0;
    height:25px;
    }
ul li {
    display:inline-block;
    /*width:60px;*/
    height:25px;
    float:left;
    list-style-type:none;
    list-style-position:outside;
    }
ul li a {
    display:block;
    width:60px;
    height:25px;
    color:#969696;
    font-weight:bold;
    text-decoration:none;
    font-family:arial;
    font-size:0.65em;
    text-align:center;
    }
ul li a:hover{
    color: #FFFFFF;
    }
img {
    border:none;
    }
.logo_barra{
    width:50px;
    float:right;
    }
.links{
    width:60px;
    }
.links-big{
    width:100px;
    }
.links-big a{
    width:100px;
    }
#logobar{
    width:95px;
    height:40px;
    margin:0;
    padding:0;
    }
#logobar:hover{
	filter:alpha(opacity=30);
    opacity:.30;
    -moz-opacity: 0.30;

}
#logobar img{
margin:0;
padding:0;
border:none;
}

