/*********************************************************************************************************************************************
	Reset styles
**********************************************************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, 
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*********************************************************************************************************************************************
	General Styles
**********************************************************************************************************************************************/
*{
	font-family:Arial, Tahoma, Verdana, Sans-serif;
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6{
	font-family:Arial, Tahoma, Verdana, Sans-serif;
	font-weight:normal;
}
a{
	text-decoration:none;
}


/*********************************************************************************************************************************************
	Wrapper, Body & Container
**********************************************************************************************************************************************/

	body
	{
		margin: 0;
		padding: 0;
		background-color: #44679A;
		background-image: url("bg.png");
		background-repeat: repeat-x;
	}
	
	.wrapper
	{
		width: 980px;
		margin: 0 auto;
		min-height: 300px;
	}
	
	.container
	{
		float:left;
		width: 980px;
		min-height: 300px;
		background-color: transparent;
		margin-bottom: 10px;
	}


/*********************************************************************************************************************************************
	Layout
**********************************************************************************************************************************************/
	.logo
	{
		float: left;
		width: 311px;
		height: 78px;
		background-image: url("logo.png");
		background-repeat: no-repeat;
		margin: 100px 0 0 22px;
		display: inline;
	}
	
	.chamada
	{
		float: left;
		width: 604px;
		height: 73px;
		background-image: url("chamada.png");
		background-repeat: no-repeat;
		background-position: top;
		margin: 100px 0 0 15px;
		display: inline;
	}
	
	.lista-sedes
	{
		float: left;
		width: 980px;
		min-height: 250px;
		margin: 30px 0 0 0;
	}
	
		.lista-sedes li
		{
			display: inline;
			width: 320px;
			height: 236px;
			float: left;
		}
		
			.sp
			{
				float: left;
				width: 320px;
				height: 236px;
				background-image: url("sp.png");
				background-repeat: no-repeat;
				background-position: 0 0;
				
			}
			
				.sp:hover
				{
					background-position: 0 -275px;
				}
				
			.rio
			{
				float: left;
				width: 320px;
				height: 236px;
				background-image: url("rio.png");
				background-repeat: no-repeat;
				background-position: 0 0;
				margin: 0 10px 0 0;
			}
			
				.rio:hover
				{
					background-position: 0 -275px;
				}
				
			.df
			{
				float: left;
				width: 320px;
				height: 236px;
				background-image: url("df.png");
				background-repeat: no-repeat;
				background-position: 0 0;
			}
			
				.df:hover
				{
					background-position: 0 -275px;
				}
			
			.ultimo
			{
				margin: 0 0 0 0;
				_margin: 0 -10px 0 0;
				float: left;
				display: inline;
			}
			
			.direita
			{
				margin: 0 10px 0 0;
				float: left;
			}
			
	.rodape
	{
		float: left;
		width: 235px;
		height: 61px;
		margin: 10px 0 0 0;
		background-image: url('rodape.png');
		background-repeat: no-repeat;
	}
	
	
/*********************************************************************************************************************************************
	Elementos Gerais
**********************************************************************************************************************************************/
	

/*********************************************************************************************************************************************
	Textos
**********************************************************************************************************************************************/

	
