@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ffffff;
	background-image: url(../../img/logoinv.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
	#volver a {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #FFFFFF;
}
	#volver {
	text-align: right;
	position: relative;
	padding-top: 75px;
	width: auto;
	height: 25px;
	padding-right: 15px;
	margin-bottom: -100px;
}

