/* CSS Document carolina restrepo 2007 _masif asuntos de diseņo - jose luis ortiz g. */

/*elementos principales*/
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		font:8px "Trebuchet MS",Trebuchet,Geneva,sans-serif;
		font-style:normal;
		text-decoration:none;
		color:#543019;
	}
	a{
		
		font:8px "Trebuchet MS",Trebuchet,Geneva,sans-serif;
		font-style:normal;
		text-decoration:none;
		color:#543019;
		}
	a:link{
		
		font:8px "Trebuchet MS",Trebuchet,Geneva,sans-serif;
		font-style:normal;
		text-decoration:underline;
		color:#543019;
		}
	a:hover{
		
		font:8px "Trebuchet MS",Trebuchet,Geneva,sans-serif;
		font-style:normal;
		text-decoration:none;
		color:#543019;
		}
	a:visited{
		
		font:12px "Trebuchet MS",Trebuchet,Geneva,sans-serif;
		font-style:normal;
		text-decoration:none;
		color:#FF0000;
		}
		
	
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
	}
