@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 sessão agencias
 *
 */

#agencias {
	float:left;
	height:169px;
	width:377px;
	}
	
#agencias h2 {
	color:#003C2F; 
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin:20px 0 10px 0;
	}
	
#agencias p {
	margin:0 10px 5px 0;
	text-align:justify;	
	}
	
#agencias p a {
	color:#9C9D73;
	font-weight:bold;
	}
	
#agencias p a:hover {
	color:#877C3D;
	text-decoration:underline;
	}

#sede {
	margin:10px 0 0 100px;
	float:left;
	width:440px;
	}

#sede h2{	
	background:url(/layout/header-curriculo.gif) no-repeat;
	color:#003C2F;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;	
	height:19px;
	margin-bottom:5px;
	text-align:left;
	width:440px;
	}
	
#sede p {
	margin-bottom:5px;
	}
	
#sede p a {
	color:#9C9D73;
	font-weight:bold;
	}
	
#sede p a:hover {
	color:#877C3D;
	text-decoration:underline;
	}
	
#info-agencia { /* Tabela do arquivo agencia.php */
	width:440px;
	}
	
#info-agencia td {
	height:16px;
	}
	
#info-agencia td.info {
	color:#877C3D;
	font-weight:bold;
	width:80px;
	}
	
.imagem-agencia {
	height:150px;
	width:250px;
	}
