// JavaScript Document
<!--
Shadowbox.init({
    language: 'es',
    players:  ['iframe'],
	overlayColor:"#000",
	overlayOpacity:0.3
});

function contactenoshoy(direccion){
    Shadowbox.open({
        content:    direccion,
        player:     "iframe",
        title:      "",
        height:     330,
        width:      275
    });
};
//-->

