#conteudo * {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	line-height: 1.6em;
}

/*body {
	background-color:#f3f3f3;
}*/

#conteudo {
	width:800px; 
	height:1000px; 
	margin:auto;
	padding:0;
	border:0px;
	overflow:hidden;
	/*border:solid 1px #CCCCCC;*/
}

#conteudo .lightbox {
	background-color:#003;
}

#conteudo h1 {
	font-size:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#00adef;
	padding:15px 50px 0px 50px;
}

#conteudo .video {
	background-color:#0e9367;
}

#conteudo .topo {
	width:800px;
	height:550px;
	background-image:url(img/img_home.png);
	background-repeat:repeat;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#conteudo .bg {
	background-image:url(img/bg.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
}
 
#conteudo .TabControl { 
	width:100%; 
	overflow:hidden;
}

#conteudo .TabControl .content { 
	width:100%; 
	overflow:hidden; 
	height:100%; 
} 

#conteudo .TabControl .abas {
	display:inline;
} 

#conteudo .TabControl .abas li {
	float:left
} 

#conteudo .active {
	overflow:hidden;
	cursor:pointer;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

#conteudo span {
	width:80px;
	font-size:11px;
	text-align:center;
	display:block;
	color:#0081df;
	margin-top:-5px;
}

#conteudo .menu-01 {
	width:800px;
	height:550px;
	background-repeat:no-repeat;
	position:absolute;
	z-index:99;
	cursor:pointer;
}

#conteudo .menu-01 a:hover {
}

/*=================RODAPE=================*/

#layout_final {
	width:100%;
	margin:0 auto;
}

#layout_final .rodape {
	width:800px;
	background-image: url(img/bg_topo.jpg);
	background-repeat: no-repeat;

}
#layout_final .marca_rodape {
	width: 200px;
	height:80px;
	margin:0 auto;
	background-image:url(img/marca_sub.png);
	background-position:center;
	background-repeat:no-repeat;
}

/*=================FRASES OBRIGATORIAS=================*/

#layout_final .frases_obrigatorias {
	margin-top:20px;
	margin-bottom:20px;
}
#layout_final .frases_obrigatorias p {
	width:100%;
	margin-top:5px;
	font-size:13px;
	font-weight:600;
	color:#000;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 2em;
}

#conteudo .cobre_youtube {
	width: 800px;
	height: 550px;
	background: url(img/cobre.png) no-repeat;
	z-index: 50;
	position: absolute;
	border:solid 1px #ccc;
}



/*=================ALINHAMENTO=================*/

#conteudo .ptop {
	padding-top:15px;
}
#conteudo .ptop2 {
	padding-top:30px;
}
#conteudo .ptop3 {
	padding-top:45px;
}
#conteudo .ptop4 {
	padding-top:60px;
}
#conteudo .ptop5 {
	padding-top:75px;
}
#conteudo .ptop6 {
	padding-top:90px;
}
#conteudo .ptop7 {
	padding-top:105px;
}
#conteudo .ptop8 {
	padding-top:120px;
}
#conteudo .ptop9 {
	padding-top:135px;
}
#conteudo .ptop10 {
	padding-top:150px;
}
