@charset "UTF-8";
/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

html {
	height:100%;
	max-width:1920px;
}

body {
   margin:0;
   padding:0;
   height:100%;
   position: relative;
}

#barra{
	width:100%;
	height:12px;
	background-color:#193041;
	top:0px;
}

#imagem {
	width:100%;
	min-width:960px;
	height:auto;
	top:12px;
	left:0px;
	right:0px;
	position:absolute;
	overflow:hidden;
}

#conteudo {
	width:100%;
	min-width:960px;
	height:auto;
	top:12px;
	left:0px;
	right:0px;
	position:absolute;
	overflow:hidden;
}

#imagem img {
	width:100%;
	min-width:960px;
	height:auto;
	top:12px;
	left:0px;
	right:0px;
	z-index:-100;	
}

#header_img {
	width:100%;
	min-width:960px;
	height:auto;
	top:12px;
	left:0px;
	right:0px;
	z-index:-100;	
}

#menu{
	width:100%;
	min-width:900px;
	height:45px;
	z-index:100;	
	margin:auto;
	float:left;
	top:0px;
	position:absolute;
	margin-top:12px;
	overflow:hidden;
}

#menu a{
	text-decoration:none;
}

#menu_links{
	width:100%;
	min-width:900px;
	height:45px;
	z-index:200;	
	margin:auto;
	float:left;
	top:0px;
	position:absolute;
	margin-top:12px;
}

#home_links, #about_links, #exp_links, #edu_links, #values_links, #ref_links {
	height:45px;
	width:14.3%;
	float:left;
}

#contact_links{
	height:45px;
	width:14.2%;
	float:left;
}

#home_links:hover, #exp_links:hover, #edu_links:hover, #values_links:hover, #ref_links:hover, #about_links:hover {
	background-image:url(../img/bghover.png);
}

#home{
	height:45px;
	width:14.3%;
	background-color:#193041;
	float:left;
	opacity:0.4;
}

#about{
	height:45px;
	width:14.3%;
	background-color:#193041;
	float:left;
	opacity:0.6;
}

#exp{
	height:45px;
	width:14.3%;
	background-color:#193041;
	float:left;
	opacity:0.4;
}

#edu{
	height:45px;
	width:14.3%;
	background-color:#193041;
	float:left;
	opacity:0.6;
}

#values{
	height:45px;
	width:14.3%;
	background-color:#193041;
	float:left;
	opacity:0.4;
}

#ref{
	height:45px;
	width:14.3%;
	background-color:#193041;
	float:left;
	opacity:0.6;
}

#contact{
	height:45px;
	width:14.2%;
	background-color:#193041;
	float:left;
}

#submenu{
	height:20px;
	width:900px;
	text-align:right;
	bottom:0px;
	z-index:900;
	position:absolute;
	margin-bottom:20px;
	margin-left:-450px;
	left:50%;
}

#right_menu {
	width:auto;
	float:right;	
}

#submenu a {
	text-decoration:none;
}

#texto{
	width:960px;
	min-width:500px;
	height:250px;
	margin:auto;
	text-align:left;
	margin-top:20px;
}

#colunaum{
	width:465px;
	float:left;
}

#colunadois{
	width:465px;
	float:left;
	margin-left:30px;
}

h1{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:bold;
	font-size:55px;
	color:#193041;
}

h2{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:lighter;
	font-size:16px;
	color:#193041;
	padding-top:3px;
	padding-bottom:3px;
	letter-spacing:7px;
	text-transform:uppercase;
}

h3{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:lighter;
	font-size:14px;
	color:#666;
	line-height:20px;
	margin-top:10px;
}

h4{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:lighter;
	font-size:14px;
	color:#FFF;
	margin:auto;
	text-align:center;
	margin-top:13px;
}

h5{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#FFF;
	margin:auto;
	float:left;
	padding-left:5px;
	text-align:right;
}

h6.skills{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:lighter;
	font-size:12px;
	color:#193041;
	padding-top:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#ic{
	width:200px;
	height:100px;
}

.icones{
	padding-right:7px;
	margin-top:20px;	
	margin-bottom:20px;	
}
