$(document).ready(function(){
/* Presentacion*/
    $('#slider').s3Slider({timeOut: 6000});
/* */
	$(".mascom").hover(function () {		
					$("#destacados .autor").css('display', 'none');
					$(this).find('.autor').css('display', 'block');

	});

 });
