html {
	height: 100%;
}	
#flashcontent {
	height: 95%;
}
body {
	background-image: url(imagenes/fondoweb.jpg);
	background-repeat: repeat-x;
	height: 100%;
	margin:0;
	padding:0;
	background-color: #312740;
}
.textoblanco {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.textolila {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9DCC;
}

