	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 65%;
		width: 100%;
		position: relative;
		bottom: 0;
		margin-top: 0;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #293a50;
		color:#ffffff;
		font-family: verdana, sans-serif;
		font-size:16;
		font-style: bold;
	}
	
	A:LINK { color: FFFFFF ; text-decoration: none; }
	A:VISITED { color: #afbac9 ; text-decoration: none; }
	A:HOVER { color: FFFFFF ; text-decoration: underline; }
	
	
	#centrado {height: 100%; width: 100%; position: relative; left: 0; right: 0; }

	#aqui { color: #c3a98a; }
	
	#borde {border-color: white; border-style: line; border-width: 5px;}
	
	
	#cabecera {
		top: 0;
		height: 80px;
	}
	/*Letra título: century gothic*/
	
	#titulo {
		
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		top: 0;
	}
	
	#menu {
		width: 100%;
		text-align: center;
		height: 0.8em;
		font-size: 0.9em;
	}
	
	#menu2 {
		font-size: 10pt;
		font-style: italic;
		width: 100%;
		height: 2em;
		text-align: center;
		padding-top: 1%;
		padding-bottom: 2%;
	}
	
	#esquina {
		position: absolute;
		width: 100%;
		height: 40px;
		text-align: center;
		bottom: 0;
		float: bottom;
	}