@media screen and (max-width:1300px)
{
#mainpage{ width:1000px; }
#bloco-posts{ width: 670px; }
#cabecalho #adstopo img{ width:495px; }
#cabecalho #logo img{ height:250px;}
#closeres{ display:none;}
#lateralres{ display:inherit;}
}
@media screen and (max-width:980px)
{
#mainpage{ width:700px; }
#bloco-posts{ width: 700px; margin:0 auto 10px; float:none; }
#cabecalho #adstopo img, #cabecalho #adstopo div{ width:100%; }
#cabecalho #logo img{ height:175px;}
#cabecalho #mulherestopo{ background-size:700px; }
#cabecalho #headermenu{ display:none;}
#bdireita #buscablog{ display:inherit; }
#bdireita { margin:50px; }
#sombrares{ background:#000; position:fixed; z-index:998; top:0; left:0; bottom:0; right:0; opacity:0.8; display:none; }
#lateralres{ width:100%; height: auto; position:absolute; top:0; left:0; z-index:999; display:none;}
#bdireita #respomenu{ display: inherit; }
#abreres{ display:block;}
}
@media screen  and (max-width:740px)
{
#mainpage{ width:94%; }
#bloco-posts{ width:100%; margin:0 auto 10px; float:none; }
#bdireita { margin:50px auto; float:inherit; }
}
@media screen and (max-width:370px)
{
#bdireita { width:94%; }
}
@media screen and (max-width:260px)
{
#bdireita { width:94%; }
#cabecalho #logo img{ width:94%; height:auto;}
}
