.texto{font:15px Arial, sans-serif; color:#000}
body{margin:0; padding:0; background:#FDF5F4}


#fundo{padding:0; overflow:hidden; text-align:center}
#fundo img{ width:20%; height:auto}


@media all and (max-width:980px)
{
#fundo{width:100%; height:auto; padding:50% 0 50% 0}
#fundo img{width:60%; height:auto}
}

@media all and (min-width:1140px)
{
#fundo{margin:150px auto 0 auto; width:1140px}
}