$(document).ready(function(){ var fullheight = $(window).height() - 80; $('#contenedor').css('height', (fullheight)+'px'); });