@charset "utf-8";
/**
 *  CSS do Layout.
 *	
 *	@Author Bruno Dias.
 *	@Agência Mariz Comunicação Integrada
 *
 *	@Data 24/06/09
 *
 *	@Copyright 2009 @ Mariz.
 */

body ,
#Unicred
{ background-image: url(/layout/imagens/bg/textura.jpg); }

#Pagina
{

	margin: 0 auto;
	padding: 0;
	
	width: 780px; 
	height: 589px;
	
	background-image: url(/layout/imagens/bg/bg.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 0;
	
}

	#Cabecalho { width: 780px; height: 80px; }
	
	#Cabecalho img { border: 0; }
	
		#Cabecalho .Logo 
		{
			
			padding: 9px 19px;
			
			background-image: url(/layout/imagens/cabecalho/cabecalho_logo.jpg);
			
			width: 376px;
			height: 60px;
			
			text-align: left;
			
		}
		
		#Cabecalho .Acesso 
		{
		
			width: 366px;
			height: 80px;
			
			background-image: url(/layout/imagens/cabecalho/cabecalho_acesso.jpg);
			
		}
		
		#Cabecalho .Acesso .IB
		{
		
			position: relative;
			
			float: right;
			
			top: 20px; 
			right: 56px;
			
			width: 39px; 
			height: 27px;
			
		}
	
	#Conteudo { width: 780px; height: 500px; }
	
		#Menu { width: 180px; height: 500px; }
		
			#Menu .Esquerda { width: 155px; height: 500px; }
			
				#Menu .Esquerda div { font-size: 6px; }
				
				#Menu .Esquerda img { border: 0; }
			
				#Menu .Esquerda .Topo 
				{
				
					width: 155px;
					height: 27px;
					
					background-image: url(/layout/imagens/menu/top.png);
					
				}
			
				#Menu .Esquerda .Rodape 
				{
					
					width: 155px;
					height: 6px;
					
					background-image: url(/layout/imagens/menu/bottom.png);
					
				}
				
				#Menu .Esquerda .Flash { text-align: center; }
			
			#Menu .Direita 
			{
				
				width: 25px;
				height: 500px;
				
				background-image: url(/layout/imagens/menu/right.png);
				background-position: 0 0; 
				background-repeat: no-repeat;
				
			}
		
		#Area { width: 600px; height: 499px; }
		
			#Area #Container
			{
				
				margin: 0 auto;
				padding: 10px 25px 20px 25px;
				
				width: 499px;
				height: 458px;
				
				background-image: url(/layout/imagens/bg/containerBg.png);
				background-repeat: no-repeat;
				
			}
			
			#Area #Mais
			{
				
				margin: 0 auto;
				padding: 10px 25px 20px 25px;
				
				width: 499px;
				height: 458px;
				
				background-image: url(/layout/imagens/bg/maisBg.png);
				background-repeat: no-repeat;
				
			}
	
	#Rodape { width: 780px; height: 10px; }