// JavaScript Document

/*$(document).ready(function(){
	$('#contenedor').hide();
	$('#contenido').hide();
	
	$('#contenedor').fadeIn("slow", function () {$('#contenido').slideDown("slow")} );	
	
});*/
