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

BODY {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

#tudo{
	width: 995px;
	margin: auto;
	background: #fff;
	overflow:hidden;
}

#topo {
        height: 100px;
		background: #ffffff url(../images/topo/topo.jpg);
}

#logotipo {
	position:relative;
    width:175px;
    height:78px;
	top:10px;
	left:45px;
	float:left;
}

ul#menu {
	margin:34px 0px 0px 550px;
	padding:0px;
	position:absolute;
	list-style-type:none;	
	width: 415px;
	height: 33px;
	}	
ul#menu li {
	display:inline;
	}
	
ul#menu li a {
	background: url(../images/topo/topolink.jpg) top left no-repeat;
	float: left;
	height: 33px;
	text-indent: -99999px;
	font-size:0.01em;
	text-decortation:none;
	}		

ul#menu .institucional {width: 131px; background-position: -0px 0px;}		
ul#menu .institucional:hover {background-position: -0px -33px;}

ul#menu .tutorial {width: 91px; background-position: -131px 0px;}		
ul#menu .tutorial:hover {background-position: -131px -33px;}

ul#menu .portfolio {width: 102px; background-position: -222px 0px;}		
ul#menu .portfolio:hover {background-position: -222px -33px;}

ul#menu .contato {width: 88px; background-position: -324px 0px;}		
ul#menu .contato:hover {background-position: -324px -33px;}

#principal { 
	margin: 0 auto;
	width: 995px;
	height: 400px;
}

#principal_contato { 
	margin: 0 auto;
	width: 995px;
	height: 400px;
}

#contact {
	width: 431px;	
	height:400px;
	float:left;
}

#principal_tutorial { 
	margin: 0 auto;
	width: 995px;
	height: 80px;
}

#principal_tutorial p {
	font-size: 18px;
	text-align:center;
	color: #3E4095;
	font-weight: bold;
	padding:5px;        		
}

#principal_tutorial p.tutorial_inativo{
	font-size: 18px;
	text-align:center;
	color: #96989A;
	font-weight: bold;
	padding:5px;
}

#principal_tutorial a:link {
	font-size: 18px;	
	color: #3E4095;
	text-decoration: none;
	font-weight: bold;

}
#principal_tutorial a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3E4095;
}
#principal_tutorial a:hover {
	color: #96989A;
	text-decoration: none;
}
#principal_tutorial a:active {
	text-decoration: none;
}

/* ------------------------------
tutorial styles
------------------------------ */
#topo_tutorial{
	margin: 0 auto;
	width: 955px;
	height:200px;
	text-align:center;
}

#topo_tutorial img{
	
}

#tutorial01{
	float:left;
	margin: 0 auto;
	width: 248px;
	height:200px;
	text-align:center;
}

#tutorial02{
	float:left;
	margin: 0 auto;
	width: 248px;
	height:200px;
	text-align:center;
}

#tutorial03{
	float:left;
	margin: 0 auto;
	width: 248px;
	height:200px;
	text-align:center;
}

#tutorial04{
	float:left;
	margin: 0 auto;
	width: 248px;
	height:200px;
	text-align:center;
}


#rodape {
	width: 995px; 
	height: 100px; 
    clear: both; 
	border-top:6px solid #3E4095;
	border-bottom:6px solid #3E4095;
	text-align:center
}

*{margin:0; padding:0;}

#slide {
	height: 400px;
}

#slide .slide_item { width:995px; height:290px; }

#slide .slide_item .slide_imagem {
	height: 290px;
}
#slide .slide_item .slide_dados {
	float:right;	
	height: 110px;
}

#navegador {
	height: 100px;
}

#nav {
	width: 995px;
	padding:0;
	margin:0;
}

#nav li {
	width: 142px;
	height: 100px;
	float: left;
	list-style: none;	
}

#nav a {
	width: 50px;
	padding: 0px;
	display: block;
	border: 0px;
}

#nav a.activeSlide {
	 
}

#nav a:focus {
	outline: none;
}

#nav img {
	border: none;
	display: block
}

pre {
	clear: left
}

p.texto_direitos{
	font-size: 10px;
	text-align:center;
	color: #3E4095;
}
