/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
h1 {
	text-indent: -9999px;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 156px;
	background: url(../Imgs/logo.png) no-repeat top;
}
#flashcontent {
	height: 100%;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}
p {
	height: 100%;
	padding: 50px 5px 0px 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #e94f01;
}
img {
	border: none;
}
/* end hide */
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../Imgs/fondo.jpg) no-repeat top #ffffff;
}
