body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
html {
	height: 100%;
	overflow: hidden;
	}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.titular {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {

	color: #FFCC00;
	text-decoration: underline;
}
a:link {

	color: #FFCC00;
	text-decoration: underline;
}

a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
#flashcontent {
		height: 100%;
	}
#facebook {
	width: 960px;
	left: 50%;
	margin-left: -480px;
	position: absolute;
	z-index: 2;
	text-align: right;
}

