document.write('<style>#distributiva {visibility:hidden;}</style>');
//document.getElementById('datos_centrales_interior3').style.visibility = 'hidden';

var url_procede = actualizar_vprocede('TV02');
var ow_contratar =	 '&ow=TV021000';
var ow_masinfo =	 '&ow=TV022000';


function inic_html()
{
	redimensionar_contenido();
}

function redimensionar_contenido()
{
	var idpuesto = 'paso_1';
	var h_bnn_descr = 0;
	var h_bnn_descr_2 = 0;

	for (var icapa in document.getElementById(idpuesto).getElementsByTagName("div"))
	{		
		if (document.getElementById(idpuesto).getElementsByTagName("div")[icapa].className == 'bnn_descr')
		{
			var altura = document.getElementById(idpuesto).getElementsByTagName("div")[icapa].offsetHeight;
			h_bnn_descr = (altura > h_bnn_descr)? altura : h_bnn_descr;	
		}

		if (document.getElementById(idpuesto).getElementsByTagName("div")[icapa].className == 'bnn_descr_2')
		{
			var altura = document.getElementById(idpuesto).getElementsByTagName("div")[icapa].offsetHeight;
			h_bnn_descr_2 = (altura > h_bnn_descr_2)? altura : h_bnn_descr_2;	
		}
	}

	for (var icapa in document.getElementById(idpuesto).getElementsByTagName("div"))
	{		
		if (document.getElementById(idpuesto).getElementsByTagName("div")[icapa].className == 'bnn_descr')
			document.getElementById(idpuesto).getElementsByTagName("div")[icapa].style.height = h_bnn_descr + 'px';

		if (document.getElementById(idpuesto).getElementsByTagName("div")[icapa].className == 'bnn_descr_2')
			document.getElementById(idpuesto).getElementsByTagName("div")[icapa].style.height = h_bnn_descr_2 + 'px';
	}

	var idpuesto = 'paso_2b';
	var h_bnn_logo = 0;
	var h_bnn_titulo = 0;

	for (var icapa in document.getElementById(idpuesto).getElementsByTagName("div"))
	{		
		if (document.getElementById(idpuesto).getElementsByTagName("div")[icapa].className == 'bnn_titulo')
		{
			var altura = document.getElementById(idpuesto).getElementsByTagName("div")[icapa].offsetHeight;
			h_bnn_titulo = (altura > h_bnn_titulo)? altura : h_bnn_titulo;	
		}

		if (document.getElementById(idpuesto).getElementsByTagName("div")[icapa].className == 'bnn_logo')
		{
			var altura = document.getElementById(idpuesto).getElementsByTagName("div")[icapa].offsetHeight;
			h_bnn_logo = (altura > h_bnn_logo)? altura : h_bnn_logo;	
		}
	}

	for (var icapa in document.getElementById(idpuesto).getElementsByTagName("div"))
	{		
		if (document.getElementById(idpuesto).getElementsByTagName("div")[icapa].className == 'bnn_titulo')
			document.getElementById(idpuesto).getElementsByTagName("div")[icapa].style.height = h_bnn_titulo + 'px';

		if (document.getElementById(idpuesto).getElementsByTagName("div")[icapa].className == 'bnn_logo')
			document.getElementById(idpuesto).getElementsByTagName("div")[icapa].style.height = h_bnn_logo + 'px';
	}
	
	document.getElementById('distributiva').style.visibility = 'visible';
}
