@charset "utf-8";
html, body, #website {
	height: 100%;
	overflow: hidden;
}
/*]]>*/
#flashcontent {
	height: 100%;
}

body {
	text-shadow: 1px 1px 1px #FFF;
	background-color: #fff;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color:#FFF;
	text-align:center;
	background-image: url(../images/fondo.jpg);
	background-attachment: fixed;
	background-position: center top;
}
a:link {
	color: #F8F400;
	text-decoration: none;
}
