
/* hide from ie on mac \*/
html 
{
	height: 100%;
}
	
#flashcontent 
{
	height: 100%;
}

/* end hide */

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background:#d2e1e9 url(../shared/bg.gif) repeat-x;
}





/* --- LAYOUT IDs --- */		



#contenedor
{
	width:100%;
	height:100%;
}

#contenido 
{
	width:100%;
	height:100%;
}



