html,body{
	margin:0px;
	width:100%;
	height:100%;
}
#todo{
	width:100%;
	height:100%;
	margin:auto;
	overflow:auto;
}
#swf{
	position:relative;
	left:50%;
	top:50%;
	margin-left:-340px;
	margin-top:-225px;
	width:680px;
	height:450px;
}
#portada{
	position:relative;
	left:50%;
	top:50%;
	margin-left:-123px;
	margin-top:-59px;
	width:246px;
	height:118px;
}
#pie{
	clear:both;
	font-family:Tahoma;
	font-size:9px;
	color:#CCCCCC;
	text-align:center;
}
