@charset "utf-8";
body {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	font-style: normal;
	color: #636363;
	text-decoration: none;
	background-color: #fff;
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	}

p{
	font-size:14px;
	line-height:28px;
	}


h1{
	margin:0;
	font-family:"Microsoft Sans Serif";
	font-size:26px;
	color: #191919;
	font-weight:normal;
}

h2{
	margin-top:10px;
	font-family:"Microsoft Sans Serif";
	font-size:20px;
	color: #191919;
	font-weight:normal;
}

h3{
	margin-top:10px;
	font-family:"Microsoft Sans Serif";
	font-size:18px;
	color: #191919;
	font-weight:normal;
}

h4{
	margin-top:80px;
	font-family:"Microsoft Sans Serif";
	font-size:20px;
	color: #e2e2e2;
	font-weight:normal;
}

h5{
	margin-top:-10px;
	font-family:"Microsoft Sans Serif";
	font-size:16px;
	color: #e2e2e2;
	font-weight:normal;
}

img{border="0" }

#logo {
	position:relative;
	width: 287px;
	height:60px;
	margin:0;
	top:48px;
	float:left;

	}
	
#menu {
	position:relative;
	width: 600px;
	height:96px;
	margin: 0;
	top:50px;
	float:right;
	text-align:right;
	}
	
#menu li {
	list-style:none;
	font-family:"Microsoft Sans Serif";
	font-size:18px;
	color:#ff9600;
	display:inline;
	margin-left:40px;
	}
#menu a {
	color:#e2e2e2;
	text-decoration:none;
	margin: 0;
	padding:0;
}

#menu a:visited {
	text-decoration:none;
}

#menu a:hover {
	color:#416e89;
	text-decoration:none;
}

#menu a:active {
	color:#fff;
	text-decoration:none;
}

a {
	color:#416e89;
	text-decoration: underline;
	margin: 0;
	padding:0;
}

a:visited {
	color:#bbb;
	text-decoration:none;
}

a:hover {
	color:#ff9600;
	text-decoration: underline;
}

a:active {
	color:#fff;
	text-decoration:none;
}



#topo {
	
	position:relative;
	width:100%;
	height: 190px;
	background-image:url(img/fundoTopo.jpg);
	background-repeat:repeat-x;
}

#mioloTopo {
	
	position:relative;
	width:940px;
	height:100px;
	left:50%;
	margin-left:-470px;
}
#base {
	position:relative;
	width:100%;

}
#miolo {
	position:relative;
	width:940px;
	left:50%;
	margin-left:-470px;
}

#titulo {
	position:relative;
	width:940px;
	/*background-image:url(img/fioTitulo.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
	border-bottom:solid 2px  #ddd;
	height:40px;
	margin-top:20px;
	margin-bottom:20px;
	}	
	
.foto1{
width:300px;
float: left;
margin-right:20px;
margin-top:20px;
}

.foto2{
width:300px;
float: left;
margin-right:20px;
margin-top:20px;
}

.foto3{
width:300px;
float: left;
margin-top:20px;
}

.texto{
width:620px;
height:30px;
float:left;
margin-top:40px;
}

#experiencia{
width: 940px;
float:left;
}

#formacao{
width: 940px;
float:left;
}

#extra{
width: 940px;
float:left;
}

.fioSepara{
	position:relative;
	width:940px;
	height:60px;
	background-image:url(img/fioSepara.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	}

#rodape {
	position:absolute;
	width:100%;
	height: 190px;
	background-image:url(img/fundoRodape.jpg);
	background-repeat:repeat-x;
	float:left;
	}

#mioloRodape {
	
	position:absolute;
	width:940px;
	height:100px;
	left:50%;
	margin-left:-470px;
}

.destaque {
	font-size:12px;
	font-weight:bold;
	color:#ff7e00;
	}

.port {
	padding-bottom:30px;
	border-bottom: solid #999999 1px;
	}






