function setStyle1()
{
    document.getElementById("numero_IP1").style.backgroundImage="url(images/fondo_IP2.png)";
}

function setStyle2()
{
    document.getElementById("numero_IP1").style.backgroundImage="url(images/fondo_IP1.png)";
}

function setStyle3()
{
    document.getElementById("numero_IP2").style.display="block";
}

function agranda_reloj_snp_oscuro()
{
    document.reloj_azul.width='246';
    document.reloj_azul.height='246';
    document.borde_reloj_1.width='2';
    document.borde_reloj_1.height='249';
	document.borde_reloj_2.width='1';
	document.borde_reloj_2.height='260';
	document.borde_reloj_3.width='249';
	document.borde_reloj_3.height='11';
	document.getElementById('container_reloj').style.backgroundImage='url(templates/snp_oscuro/images/fondo_relojMed_2.jpg)';
}

function reduce_reloj_snp_oscuro()
{
    document.reloj_azul.width='140';
    document.reloj_azul.height='140';
    document.borde_reloj_1.width='50';
    document.borde_reloj_1.height='185';
	document.borde_reloj_2.width='25';
	document.borde_reloj_2.height='186';
	document.borde_reloj_3.width='225';
	document.borde_reloj_3.height='1';
	document.getElementById('container_reloj').style.backgroundImage='url(templates/snp_oscuro/images/fondo_relojMed.jpg)';
}

function agranda_reloj_snp_blanco()
{
    document.reloj_azul.width='246';
    document.reloj_azul.height='246';
    document.borde_reloj_1.width='2';
    document.borde_reloj_1.height='249';
	document.borde_reloj_2.width='1';
	document.borde_reloj_2.height='250';
	document.borde_reloj_3.width='249';
	document.borde_reloj_3.height='1';
	document.getElementById('container_reloj').style.backgroundImage='url(templates/snp_blanco/images/fondo_relojMed_2.jpg)';
}

function reduce_reloj_snp_blanco()
{
    document.reloj_azul.width='140';
    document.reloj_azul.height='140';
    document.borde_reloj_1.width='50';
    document.borde_reloj_1.height='185';
	document.borde_reloj_2.width='25';
	document.borde_reloj_2.height='186';
	document.borde_reloj_3.width='225';
	document.borde_reloj_3.height='1';
	document.getElementById('container_reloj').style.backgroundImage='url(templates/snp_blanco/images/fondo_relojMed.jpg)';
}