/* Fullscreen CSS */

	html
	{
		height: 100%;
		overflow: auto;
		margin: 0;
		padding: 0;
	}
	#fullscreen
	{
		height: 100%;
	}
	body 
	{
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
	}
	

/* NO FLASH */

	#noflash
	{
		margin-top:60px;
		width:795px;
		margin-left:auto;
		margin-right:auto;
		color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.625em;
	}
	
	#noflash A, NOSCRIPT
	{
		color:#fff;
	}
	
	#noflash IMG
	{
		border:none;
	}				
	
	#noflash UL
	{
		list-style:outside;
		list-style-type:none;
	}				
	
	#noflash UL LI
	{
		margin-bottom:0.5em;
	}
	
	#noflash #logotipo
	{
		background:url(img/logo_imaste_top.gif) no-repeat;
		border-left:60px solid #000;
		height:30px;
	}
	
	#noflash .separador
	{
		clear:both;
		height:1px;
		overflow:hidden;
		background:url(img/custom_hr.gif) no-repeat;
	}			
	
	#noflash .gris
	{
		color:#999;		
	}
	
	#noflash .dosCols
	{
		border:solid #000;
		border-width:30px 260px 30px 60px;
	}
		
	
	* html #noflash .dosCols
	{
		height:1%;
	}		
	
	#noflash .dosCols .content
	{
		float:left;
		width:100%;
		padding-bottom:30px;
	}	
	
	* html #noflash .dosCols .content
	{
		position:relative;
	}
	
	#noflash .dosCols .aux
	{
		float:right;
		width:260px;
		margin-right:-260px;
	}
	
	* html #noflash .dosCols .aux
	{
		position:relative;
	}
	
	#noflash .fin
	{
		border:solid #000;
		border-width:0px 260px 0px 60px;
	}								
	
	#noflash .flash
	{
		text-align:center;
	}			
	
	#noflash .flash A
	{
		margin-right:60px;
		text-decoration:none;
	}				
	
	#noflash .pie
	{
		height:36px;
		background:url(img/logo_imaste_bottom.gif) no-repeat left;
	}
	
	H1
	{
		font-size:1.2em;
	}
