body, html {
	margin:0px;
	padding:0px;
	height:100%;	
}
div#contenedor {
	height:100%;	
	min-height:700px;
	min-width:768px;
	overflow:hidden;
	position:relative;
}
object {
	width:100%;
	height:100%;
}
a.analoga{
	position:absolute;
	bottom:16px;
	right:24px;
	z-index:1;
	display:block;
	width:56px;
	height:14px;
	background-image:url(http://www.analoga.com.uy/web_logos/analoga_01_r_es.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
a.analoga:hover{
	width:145px;
	background-position:bottom right;
}
a.analoga span{
	display:none;
}