.language {
	/*	position: fixed; 
	top: 0px; 
	right: 0px; 
	padding: 0px;
	margin-top: -10px;
	margin-right: -100px;
	
	  bottom: 0;
            position: fixed;*/
}



.english { display: inline; }
.spanish { display: none; }
.portugueses { display: none; }



.navigation { margin: 50px; }
.navigation ul li { margin: 0px 10px; }


footer_position {
	background-color: #FAFAFA;
	 border-radius: 0px 10px 0px 0px;
 /*   border: 0px solid #BDBDBD;
	box-shadow: 0px 0px 2px 1px #888888;*/
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 90px;
	z-index: 100;
	padding: 0px;
}



select {
	 padding:0px 0px 0px 5px;
	  background: transparent;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	
	/* 
	  background: transparent;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	
 
 background: url(http://www.stackoverflow.com/favicon.ico) 96% / 15% no-repeat #eee;*/
}
/*
@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}


 
select {
    padding:3px;
    margin: 0;
    
    background: transparent;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:5px}
}
*/