﻿@charset "utf-8";

#flashcontent {
height: 100%;
}

html {
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

body {
	font: 72% arial, verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(entorno/fondo.jpg);
	background-repeat:repeat-x;
	background-color:#c3c4c5;
	color: #000;
}

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