function atOnMouseOverAzul(o) {

	o.style.backgroundColor = '78ACE0';
}

function atOnMouseOutAzul(o) {

	o.style.backgroundColor = '4B91D6';
}


function atOnMouseOverAzulEscuro(o) {

	o.style.backgroundColor = '0082BF';
}

function atOnMouseOutAzulEscuro(o) {

	o.style.backgroundColor = '006699';
}


function atOnMouseOverAzulMedio(o) {

	o.style.backgroundColor = '0093D9';
}

function atOnMouseOutAzulMedio(o) {

	o.style.backgroundColor = '0078B3';
}


function atOnMouseOverRed(o) {

	o.style.backgroundColor = 'FF0000';
	o.style.cursor = 'hand';
}

function atOnMouseOutRed(o) {

	o.style.backgroundColor = 'CC3300';
}


function atOnMouseOverCinzaE(o) {

	o.style.backgroundColor = '999999';
	o.style.cursor = 'hand';
}

function atOnMouseOutCinzaE(o) {

	o.style.backgroundColor = '666666';
}

function atOnMouseOverDark(o) {

	o.style.backgroundColor='BCD6E3';
	o.style.cursor='hand';
}

function atOnMouseOutDark(o) {

	o.style.backgroundColor='FFFFFF';
}
