@charset "UTF-8";
/* CSS Document */

::selection {
	background:#193041; /* Safari */
	color:#FFF;
	}
::-moz-selection {
	background:#193041;/* Firefox */
	color:#FFF;
}

*{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

html {
	height:100%;
	max-width:1920px;
}

body {
   margin:0;
   padding:0;
   position: relative;
}

/* SLIDESHOWBACANO*/

/* 
	Resets defualt browser settings
	reset.css
*/
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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

#container {
	width:580px;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:0;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:block;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
	position:absolute;
}

.slides_container a img {
	display:block;
	z-index:0;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:0px;
	width:100%;
	height:270px;
	display:block;
	z-index:5000;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	display:none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/


/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}

/* ACABA AQUI */


#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;
}

#imagem img {
	width:100%;
	min-width:960px;
	height:auto;
	top:12px;
	left:0px;
	right:0px;
	z-index:-100;	
}

#conteudo_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, #about_links:hover, #ref_links:hover, #contact_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;
}

#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;
	opacity:0.4;
}

.submenu{
	height:20px;
	width:960px;
	text-align:right;
	bottom:0px;
	z-index:900;
	position:absolute;
	margin-bottom:20px;
	margin-left:-480px;
	left:50%;
}

.right_menu {
	width:auto;
	float:right;
	text-align:right;
}

.right_menu p {
	float:right;
	text-align:right;	
}

.submenu a {
	text-decoration:none;
	color:#FFF;
}


#texto{
	width:960px;
	min-width:500px;
	height:250px;
	margin:auto;
	text-align:left;
	margin-top:20px;
}

#colunaum{
	width:465px;
	float:left;
	padding-bottom: 30px;
}

#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:10px;
	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;
	padding-bottom:20px;
}

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{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:lighter;
	font-size:14px;
	color:#666;
	line-height:20px;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	width:570px;
}

h6.title{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:lighter;
	font-size:12px;
	color:#193041;
	padding-top:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}


#wrapper{
	width:960px;
	height:500px;
	margin:auto;
}
