@charset "UTF-8";
/* CSS Document */

*{
	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:570px;
	position:relative;
	z-index:0;
}

#example {
	width:570px;
	height:400px;
	position:relative;
}


/*
	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:400px;
	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:570px;
	height:400px;
	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;	
}

.img_header {
	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, #about_links:hover, #edu_links:hover, #values_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;
}

#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;
	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;
}

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:5px;
	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;
	width:960px;
	float:left;
	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;
}

h1.mini{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:bold;
	font-size:25px;
	color:#193041;
	padding-bottom:15px;
}

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;
}

#wrapper{
	width:960px;
	height:500px;
	margin:auto;
}

/* 2014 */

.quadrados{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.area{
	width: 32%;
	height: 200px;
	float: left;
	margin-right: 2%;
	margin-bottom: 18px;
	text-align: center;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s;
}

.area1{
	width: 32%;
	height: 200px;
	float: left;
	margin-bottom: 18px;
	text-align: center;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s;
}

.area:hover{
	opacity:0.6;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s;
}

.area1:hover{
	opacity:0.6;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s;
}


.area h1{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:white;
	line-height: 200px;
	vertical-align: middle;
	text-transform: lowercase;
}

.area1 h1{
	font-family:'RobotoMedium', Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:white;
	line-height: 200px;
	vertical-align: middle;
	text-transform: lowercase;
}

.um{
	background-image: url(../img/tabs_expsports/mini/1.jpg);
}

.dois{
	background-image: url(../img/tabs_expsports/mini/2.jpg);
}

.tres{
	background-image: url(../img/tabs_expsports/mini/3.jpg);
}

.quatro{
	background-image: url(../img/tabs_expsports/mini/4.jpg);
}

.cinco{
	background-image: url(../img/tabs_expsports/mini/5.jpg);
}

.seis{
	background-image: url(../img/tabs_expsports/mini/6.jpg);
}

.sete{
	background-image: url(../img/tabs_expsports/mini/7.jpg);
}

.oito{
	background-image: url(../img/tabs_expsports/mini/8.jpg);
}

.nove{
	background-image: url(../img/tabs_expsports/mini/9.jpg);
}



.um_t{
	background-image: url(../img/tabs_exptalents/mini/1.jpg);
}

.dois_t{
	background-image: url(../img/tabs_exptalents/mini/2.jpg);
}

.tres_t{
	background-image: url(../img/tabs_exptalents/mini/3.jpg);
}

.quatro_t{
	background-image: url(../img/tabs_exptalents/mini/4.jpg);
}

.cinco_t{
	background-image: url(../img/tabs_exptalents/mini/5.jpg);
}

.seis_t{
	background-image: url(../img/tabs_exptalents/mini/6.jpg);
}

.sete_t{
	background-image: url(../img/tabs_exptalents/mini/7.jpg);
}

.oito_t{
	background-image: url(../img/tabs_exptalents/mini/8.jpg);
}

.nove_t{
	background-image: url(../img/tabs_exptalents/mini/9.jpg);
}

.dez_t{
	background-image: url(../img/tabs_exptalents/mini/10.jpg);
}

.onze_t{
	background-image: url(../img/tabs_exptalents/mini/11.jpg);
}

.doze_t{
	background-image: url(../img/tabs_exptalents/mini/12.jpg);
}




.um_b{
	background-image: url(../img/tabs_expbrands/mini/1.jpg);
}

.dois_b{
	background-image: url(../img/tabs_expbrands/mini/2.jpg);
}

.tres_b{
	background-image: url(../img/tabs_expbrands/mini/3.jpg);
}

.quatro_b{
	background-image: url(../img/tabs_expbrands/mini/4.jpg);
}

.cinco_b{
	background-image: url(../img/tabs_expbrands/mini/5.jpg);
}

.seis_b{
	background-image: url(../img/tabs_expbrands/mini/6.jpg);
}

.sete_b{
	background-color: blue;
}

.oito_b{
	background-image: url(../img/tabs_expbrands/mini/8.jpg);
}

.nove_b{
	background-image: url(../img/tabs_expbrands/mini/9.jpg);
}

.dez_b{
	background-image: url(../img/tabs_expbrands/mini/10.jpg);
}

.onze_b{
	background-image: url(../img/tabs_expbrands/mini/11.jpg);
}

.doze_b{
	background-image: url(../img/tabs_expbrands/mini/12.jpg);
}


.back a{
	font-family:'RobotoMedium', Arial, sans-serif;
	float: right;
	margin-top: -65px;
	font-size: 14px;
	color: #193041;
	text-decoration: none;
}

.back a:hover{
	opacity: 0.7;
}

