/* css urs.bira (urs.bira@uol.com.br) - http://urs.bira.nom.br */
/* 11/8/2018 15:46  Mídias móveis*/
@media only screen and (min-width:120px ) and (max-width: 319px) {
    #primeiro{ width: auto;}
    #historia{ width: auto;}
    #autoresdiversos{ width: auto;}
    div{float: unset; position: relative;}
    }
@media (min-width:320px ) and (max-width: 374px) {
    #primeiro{ width: auto;}
    #historia{ width: auto;}
    #autoresdiversos{ width: auto;}    
    div{float: unset; position: relative;}
    }
@media (min-width:375px ) and (max-width: 599px) {
    #primeiro{ width: auto;}
    #historia{ width: auto;}
    #autoresdiversos{ width: auto;}    
    div{float: unset; position: relative;}
    }
@media (min-width:600px) and (max-width:767px) {
    body{font-size: x-large; }
    #primeiro{ width: auto;}
    #historia{ width: auto;}
    #autoresdiversos{ width: auto;}    
    div{float: unset; position: relative;}
    }
@media (min-width:768px) and (max-width:1023px) {
    body{font-size: xx-large; }
    #primeiro{ width: auto;}
    #historia{ width: auto;}
    #autoresdiversos{ width: auto;}    
    div{float: unset; position: relative;}
    }
@media (min-width:1024px) and (max-width:1200px) {
    body{font-size: xx-large; }
    #primeiro{ width: auto;}
    #historia{ width: auto;}
    #autoresdiversos{ width: auto;}    
    div{float: unset; position: relative;}
    }
@media (min-width:1201px) and (max-width:1439px) {
    }
@media (min-width:1440px) and (max-width:1440px) {
    }
