﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}


html {
	/*height: 99%;*/
	overflow: auto;
}

body {
	font: 72% arial, verdana, sans-serif;
	background: #fff;
	color: #fff;
	/*height: 99%;*/
}

body.flash {
	background: #fff url(./entorno/fondo-body.jpg) top center;
}

#flashcontent {
	height: 700px;
	width: 840px;
	margin: 0em auto;
}

#metakeys {
position: absolute;
left: -9000px;
float: left;

}

#powered{
	position: absolute;
	bottom: 10px; right: 10px;
	width:108px; height:20px;
}

