
* {
	margin: 0;
	padding: 0;
}


/* hide from ie on mac \*/
html {
	height: 100%;
/*	overflow: hidden;*/
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f0f0f0;
}



/* FUENTES */
/* ------- */


.Tahoma11_negro{
	font-family: Tahoma;
	font-size: 11px;
	color: #605A4A;
}

.Tahoma11_gris{
	font-family: Tahoma;
	font-size: 11px;
	color: #ACA592;
}


a.Tahoma11_naranja{
	font-family: Tahoma;
	font-size: 11px;
	color: #ff9900;
	text-decoration: none;
}

a.Tahoma11_naranja:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #ED421C;
	text-decoration: none;
}