body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: ffffff;
	background-image: url(img/fondo1.gif);
}
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: 00135D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {

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

	color: #8188B9;
	text-decoration: underline;
}

a:hover {

	color: #00135D;
	text-decoration: underline;
}
#flashcontent {
		height: 100%;
	}
