$(function() {
  $('.bloque .titulo, .bloquegrande .titulo').corner("10px");
  //$('#buscar').corner("10px");
  $('#navigation ul.sectionmenu').corner("10px");
  $('#containeradmin h2').corner("10px");
  
  
  $(".actualidad input[@type=submit],.actualidad input[@type=button]").hover(function(){
  	$(this).css("background-color","#006699");
  	$(this).css("color","#FFFFFF");
  },function(){
  	$(this).css("background-color","#E8F1F6");
  	$(this).css("color","#006699");
  });
  $(".servicios input[@type=submit],.servicios input[@type=button]").hover(function(){
  	$(this).css("background-color","#D1A745");
  	$(this).css("color","#FFFFFF");
  },function(){
  	$(this).css("background-color","#F0E3C3");
  	$(this).css("color","#D1A745");
  });
  $(".archivode input[@type=submit],.archivode input[@type=button]").hover(function(){
  	$(this).css("background-color","#993366");
  	$(this).css("color","#FFFFFF");
  },function(){
  	$(this).css("background-color","#E3C6D4");
  	$(this).css("color","#993366");
  });
  $(".otros input[@type=submit],.otros input[@type=button]").hover(function(){
  	$(this).css("background-color","#ACACAC");
  	$(this).css("color","#FFFFFF");
  },function(){
  	$(this).css("background-color","#EEEEEE");
  	$(this).css("color","#ACACAC");
  });
 	$(".libreria input[@type=submit],.libreria input[@type=button]").hover(function(){
  	$(this).css("background-color","#D21F1F");
  	$(this).css("color","#FFFFFF");
  },function(){
  	$(this).css("background-color","#E3C6D4");
  	$(this).css("color","#D21F1F");
  });
  $("#boletin input[@type=submit],.actualidad input[@type=button]").hover(function(){
    $(this).css("background-color","#F0E3C3");
    $(this).css("color","#D1A745");
  },function(){
    $(this).css("background-color","#F0E3C3");
    $(this).css("color","#D1A745");
  });

	$("#imagen").jqUploader({
		background:	"FFFFDF",
		barColor:	"FF0000",
		allowedExt:     "*.avi; *.jpg; *.jpeg; *.png",
		allowedExtDescr: "Images and movies (*.avi; *.jpg; *.jpeg; *.png)"
	});
});


<!--
function add() {
if (window.sidebar&&window.sidebar.addPanel)
window.sidebar.addPanel("Orden de Agustinos recoletos","http://oar.flagsolutions.net","");
else
window.external.AddFavorite("http://oar.flagsolutions.net","Orden de Agustinos recoletos")
}
//-->
