@charset "utf-8";
/* CSS Document */

html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	background-color: #5f7ba0;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
	}
	
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #069;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #069;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #069;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 8px;
	vertical-align: top;
	
}	
em{
	color: #069;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}

#container { 
	width:960px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;

	}
 * html #container {height: 100%;}
#content {
	padding-bottom:30px;
	width: 960px;
	
}
#topo {
	width:960px;
	height:186px;
	text-align:center;
		}




#barra-esq{
	position: absolute;
	top: 186px;
	width: 181px;
	background:#e2e2e2;
	
	}
	
#noticias{
	width: 510px;
	height: 352px;
	position:absolute;
	margin:10px 192px;
	background:#e2e2e2;
	vertical-align: top;
	overflow: -moz-scrollbars-vertical;
	overflow-x: none;
	overflow-y: auto;
	}
#cases{
	width: 247px;
	height: 352px;
	position:absolute;
	margin:10px 452px;
	background:#e2e2e2;	
	vertical-align: top;
	overflow: -moz-scrollbars-vertical;
	overflow-x: none;
	overflow-y: auto;
	}
	
#cultura{
	width: 247px;
	height: 352px;
	position:absolute;
	margin:10px 713px;
	background:#e2e2e2;
	vertical-align: top;
	overflow: -moz-scrollbars-vertical;
	overflow-x: none;
	overflow-y: auto;
}
#conteudos{
	width:766px;
	margin:12px 194px;
	background:#e2e2e2;
	position:absolute;
}
#conteudosb{
	width:766px;
	height:351px;
	margin:12px 194px;
	background:#e2e2e2;
}
#equipe{
	margin: 10px;
	width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	float:left;
	vertical-align: middle;
	line-height: 20px;
	border:solid #FFF;
	border-width: 2px;
	
	}
#contato{
	margin: 10px;
	width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	float:left;
	vertical-align: middle;
	line-height: 20px;
	
	
	}	
	
	
.thumbnail {
	float:left;
	margin: 5px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069;
	margin-left:10px;
	line-height: 35px;
	}
.fomulario {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #999;
	text-decoration: none;
	padding: 3px;
}
