/*Estilo para tablets*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/*Estilo para smartphone*/
@media only screen and (max-width: 767px) {
#logointer {
   display:none;
}
nav.menu li {
    border: 1px solid white;
    width: 142px;
    text-align: center;
    background: #ccc;
    border-radius: 5px;
}

nav.menu {
    margin-left: 242px;
}
header {
    width: 20px !important;
    margin-left: -200px;
}
nav.menu a:hover {
    border-bottom: none;
    text-shadow: 0px 1px 2px grey;
}
nav.menu a {
    color: white;
    text-shadow: 0px 1px 2px black;
}
nav.menu a {
    font-size: 18px;
}

    div#interface {
    width: 309px;
   /* background-position: 184px 351px;*/
    height: 520px;
}

select {
    margin-left: 0px;
    padding: 4px;
    width: 295px;
	margin-bottom: 10px;
	background-color:white!important;
}
select.adic {
    margin: 0;
    margin-bottom: 10px;
}
select.malbum{
	margin:0;
}
select.talbum{
	margin:0;
}
input.addpag {
    margin-bottom: 10px;
}

  div#downsec {
    width: 300px;
}
#downsec img {
    margin-left: -47px !important;
    width: 125% !important;
}
header img {
    margin-top: 50px;
    margin-left: 271px !important;
    display: block;
    width: 202px !important;
}
nav.menu2 li {
    display: block !important;
}

nav.menu2 {
    margin-left: -29px !important;
    margin-top: -14px !important;
}
nav.menu2 a {
    font-size: 19px;
	padding: 3px;
}
nav.menu2 li{
	list-style-type:none;
}
img.footerlogo {
    display: none;
}
footer{
height: 255px !important;
}
.freelalogo {
    width: 94px !important;
    margin-left: 67% !important;
    margin-top: 205px !important;
}

} /* Final do estilo para smartphone 