#im{
	width:100%;
    margin:30px 0;
    display:block;
}

h3{
	font-size:15px;
    display:inline-block;
}

table{
	width:100%
}
td{
    padding:0 40px;
    vertical-align: top;
    width: 50%;
    font-size:12px;
    font-weight: 300;
    line-height:20px;
}

table a{
    color:#828282;
    text-decoration:none;
	float:right;
	padding:10px 15px;
}
table a:visited{
    color:#828282;
}
table a:hover{
    color:#aaa;
}

#selectindioma,
#selectindioma:focus,
#selectindioma:hover{
    float:right;
    outline:none;
}



@media only screen and (max-width:800px){
	td{
		width:100%;
		float: left;
		padding:0;
	}
}