@charset "utf-8";
/*
 * Portal de Singulares
 *
 * Desenvolvido pela Unicred Central-RS
 * Autor...: Eduardo Nunes Cardozo
 * Contato.: eduardo@unicred-rs.com.br
 * Todos os direitos reservados 2007 a Unicred Central-RS
 *
 * Descricao
 * Arquivo de estilo com as formatações da Homepage do Portal
 *
 */

/* DECLARAÇÕES GERAIS */ 
html {
	background:url(/layout/fundo-geral-home.jpg) repeat-y top left;
	}

/* FORMATAÇÃO DAS COLUNAS */
#esquerda {	
	float:left;
	height:400px;
	width:180px; 	
	}

#central {
	float:left;
	height:400px;
	margin-left:5px;
	width:290px;
	}

#direita {
	float:left;
	width:180px; 
	height:400px;
	margin-left:5px;
	}
	
/* FORMATAÇÃO INTERNA DAS COLUNAS */

/* FORMATAÇÃO COMUM AS COLUNAS ESQUERDA E DIREITA */
#esquerda h1, #direita h1 {
	background:url(/layout/header-medio.jpg) no-repeat;
	color:#fff; 
	font-weight:bold; 
	font-size:11px; 
	height:16px; 
	padding:2px 0 0 5px;
	width:175px; 
	}
	
#esquerda p, #direita p {
	margin:0 5px 0 5px;
	text-align:justify;
	width:170px;
	}
	
#esquerda .fundo, #direita .fundo {
	background:url(/layout/fundo-conteudo.jpg) repeat-y center top;
	width:180px;
	padding:5px 0 5px 0;
	}

/* FORMATAÇÃO DA COLUNA ESQUERDA */	
#esquerda .fundo {
	height:176px;
	}
	
#esquerda .chamada {
	margin-bottom:7px;
	color:#877c3d; 
	}

#esquerda .data-noticia {
	color:#877c3d; 
	font-weight:bold; 
	font-size:9px;
	}

#esquerda .chamada-noticia {
	margin-bottom:7px;
	}	
	
#esquerda .chamada-noticia a {
	color:#9C9D73;
	}	
	
#esquerda .chamada-noticia a:hover {
	color:#877c3d;
	text-decoration:underline;
	}
	
#esquerda .mais-noticias {
	cursor:pointer;
	}
	
#esquerda #enquete {
	background:url(/layout/enquete.jpg) no-repeat;
	width:180px;
	height:190px;
	margin-top:5px; 
	padding-top:22px;
	color:#877C3D;
	}
	
#esquerda #enquete table {
	margin:5px 0 0 5px;
	width:170px;
	}
	
#esquerda #enquete table td.seletor {
	width:30px; 
	height:20px;
	}

#esquerda #enquete table td.opcao {
	width:150px;
	height:20px;
	text-align:justify;
	}
	
#esquerda #enquete .cmd {
	margin:8px 0 0 5px;
	cursor:pointer;
	}

/* FORMATAÇÃO DA COLUNA CENTRAL */
#central #geral {
	height:215px;
	width:290px;	
	}
	
#central #associese {
	float:left;
	height:180px;
	margin-top:5px;
	width:142px;
}

#central #emprestimos {
	height:180px;
	float:left;
	margin:5px 0 0 6px;
	width:142px;
}

/* FORMATAÇÃO DA COLUNA DIREITA */
#direita .fundo {
	height:120px;
	}
	
#direita .taxas {
	float:left; 
	margin:0 0 5px 5px;
	_margin-left:3px; /* Hack IE6 */
	width:100px;
	font-weight:bold;
	color:#877C3D;
	}

#direita .valor {	
	float:left; 
	margin:0 0 5px 5px; 
	width:60px; 
	text-align:right;
	color:#9C9D73;
	}
	
#direita .cotacao {
	width:175px;
	margin:0 0 5px 5px;
	font-weight:bold;
	color:#877C3D;
	}

#direita .agencias {
	cursor:pointer;
	width:180px;
	height:111px;
	margin:5px 0 5px 0;
}

#direita .comunicacao {
	width:180px;
	height:63px;
	margin-bottom:5px;
	}
	
#direita .case {
	width:180px;
	height:62px;
	}


/* FORMATAÇÃO DA PROPAGANDA INSTITUCIONAL NA BARRA LATERAL DIREITA */
#intitucional {
	cursor:pointer;
	height:350px;
	left:825px;
	position:absolute;
	top:0;
	width:170px;
	}
