//$(document).ready(function(){
//
//	$('.button').button();
//	
//});







$(document).ready(function(){

	
	$(window).resize(function() {
		  $('#cont_web').css('width',$(window).width());
	});
	$('#cont_web').css('width',$(window).width());
	$('#cont_web').css('max-width',$(window).width());
	
});






