/*GERAL*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*TAGS*/
html{
	overflow-y: scroll;
}

body{
	text-align: center;
}

a{
	overflow: hidden;
	text-decoration: none;
	color: #646464;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

hr{
	display: none;
}

strong{
	font-weight: bold;
}

p{
	margin-bottom: 15px;
}


li{
	list-style: none;
}

label{
	font-weight: bold;
}

input, textarea{
	padding-left: 2px;
	border: 1px solid #c0c0c0;
	background: #f7f7f7 url(../img/bg_input.png) repeat-x;
}

textarea{
	overflow: auto;
	resize: none;
}

button{
	cursor: pointer;
}

/*CLASS*/
.line{
	width: 100%;
	float: left;
	clear: both;
	display: inline;
	margin: 20px 0;
	border-bottom: 1px solid #CCC;
}

.divisor{
	width: 15px;
	height: 314px;
	float: left;
	display: inline;
	margin-right: 20px;
	background: url(../img/divisor.png) no-repeat;
}

.bt_fazer_download{
	background: url(../img/bt_fazer_download.png) no-repeat;
	
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bt_fazer_download.png', sizingMethod='scale');
}

.bt_fazer_download{
	width: 151px;
	height: 39px;
	float: left;
	clear: both;
	display: inline;
	cursor: pointer;
	cursor: hand;
	text-indent: -9999px;
}

.bt_ok{
	width: 20px;
	height: 16px;
	text-indent: -9999px;
	background: url(../img/bt_ok.png) no-repeat;
}

/*CONTAINER*/
#container{
	width: 778px;
	display: table;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bg_container.png) repeat-y;
}

/*HEADER*/
#header{
	width: 778px;
	height: 111px;
	padding: 12px 0;
	position: relative;
	z-index: 1;
	background: url(../img/bg_header.png) no-repeat;
}

#header h1, #header h1 a{
	width: 230px;
	height: 68px;
	display: block;
	text-indent: -9999px;
	background: url(../img/logo_mycorp.png) no-repeat;
}

#header h1{
	float: left;
	display: inline;
	margin-left: 25px;
}

/*MENU*/
#header ul{
	width: 722px;
	float: left;
	display: inline;
	margin: 18px 28px;
}

#header ul li{
	margin: 0;
	padding: 0;
}

.mn_home, .mn_home a,
.mn_desafio, .mn_desafio a,
.mn_oportunidade, .mn_oportunidade a,
.mn_email, .mn_email a,
.mn_mycorp, .mn_mycorp a,
.mn_tecnologia, .mn_tecnologia a,
.mn_produtos, .mn_produtos a,
.mn_apresentacao_integra, .mn_apresentacao_integra a,
.mn_coffee_break, .mn_coffee_break a,
.mn_clientes, .mn_clientes a,
.mn_fale_conosco, .mn_fale_conosco a{
	height: 23px;
	float: left;
	text-indent: -9999px;
}

.mn_home, .mn_home a{
	width: 49px;
	background-image: url(../img/mn_home.png);
}

.mn_desafio, .mn_desafio a{
	width: 60px;
	background-image: url(../img/mn_desafio.png);
}

.mn_oportunidade, .mn_oportunidade a{
	width: 92px;
	background-image: url(../img/mn_oportunidade.png);
}

.mn_email, .mn_email a{
	width: 62px;
	background-image: url(../img/mn_email.png);
}

.mn_mycorp, .mn_mycorp a{
	width: 60px;
	background-image: url(../img/mn_mycorp.png);
}

.mn_tecnologia, .mn_tecnologia a{
	width: 76px;
	background-image: url(../img/mn_tecnologia.png);
}

.mn_produtos, .mn_produtos a{
	width: 73px;
	background-image: url(../img/mn_produtos.png);
}

.mn_apresentacao_integra, .mn_apresentacao_integra a{
	width: 150px;
	background: url(../img/mn_apresentacao_integra.png);
}

.mn_coffee_break, .mn_coffee_break a{
	width: 88px;
	background-image: url(../img/mn_coffee_break.png);
}

.mn_clientes, .mn_clientes a{
	width: 63px;
	background-image: url(../img/mn_clientes.png);	
}

.mn_fale_conosco, .mn_fale_conosco a{
	width: 90px;
	background-image: url(../img/mn_fale_conosco.png);
}

#header ul li.selected, #header ul li.selected a, #header ul li.selected ul li.selected, #header ul li.selected ul li.selected a, #header ul li:hover, #header ul li a:hover, #header ul li.selected ul li:hover, #header ul li.selected ul li a:hover{
	background-position: center bottom;
}

#header ul li.selected ul li, #header ul li.selected ul li a{
	background-position: center top;
}

/*SUBMENU*/
#header .mn_mycorp ul{
	height: 78px;
}

#header ul ul{
	width: 102px;
	height: 52px;
	margin: 0;
	padding: 5px 0;
	display: none;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

#header ul li:hover ul{
	display: block;
}

#header ul ul li{
	float: left;
}

#header ul ul li, #header ul ul li a{
	width: 102px;
	height: 26px;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#header ul ul li.mn_nossa_realidade, #header ul ul li.mn_nossa_realidade a{
	background-image: url(../img/mn_nossa_realidade.png);
}

#header ul ul li.mn_missao, #header ul ul li.mn_missao a{
	background-image: url(../img/mn_missao.png);
}

#header ul ul li.mn_downloads, #header ul ul li.mn_downloads a{
	background-image: url(../img/mn_downloads.png);
}

#header ul ul li.mn_sobre_o_gestor, #header ul ul li.mn_sobre_o_gestor a{
	background-image: url(../img/mn_sobre_o_gestor.png);
}

#header ul ul li.mn_internacionais, #header ul ul li.mn_internacionais a{
	background-image: url(../img/mn_internacionais.png);
}

#header ul ul li.mn_nacionais, #header ul ul li.mn_nacionais a{
	background-image: url(../img/mn_nacionais.png);
}

#header ul ul li.mn_ferramentas, #header ul ul li.mn_ferramentas a{
	background-image: url(../img/mn_ferramentas.png);
}

#header ul ul li.mn_produtos_especiais, #header ul ul li.mn_produtos_especiais a{
	background-image: url(../img/mn_produtos_especiais.png);
}

/*SUB PRODUTOS*/
#header .mn_produtos ul, #header .mn_produtos ul li, #header .mn_produtos ul li a{
	width: 114px;
}

.favoritos{
	float: right;
	display: inline;
	margin: 0 25px;
}

.favoritos a{
	font-weight: bold;
}

.msg_header{
	width: 264px;
	height: 49px;
	position: absolute;
	right: 25px;
	top: 40px;
	float: right;
	display: inline;
	text-indent: -9999px;
	background-image: url(../img/msg_header.png);
}

.msg_header br{
	display: none;
}

/*CONTENT*/
#content{
	width: 758px;
	float: left;
	padding: 0 10px;
	position: relative;
	background: url(../img/bg_content.png) no-repeat bottom;
}

#content h3.titulo{
	width: 658px;
	height: 22px;
	position: relative;
	visibility: hidden;
	padding: 5px 25px;
	margin-top: 10px;
	color: #DF9204;
	font-size: 22px;
}

/*HOME*/
.home h2{
	width: 214px;
	height: 30px;
	text-indent: -9999px;
	margin: 20px 0 0 20px;
	background: url(../img/tit_parceiros_estrategicos.png) no-repeat;
}

.home ul.lista_parceiros{
	width: 344px;
	float: left;
}

.box_chamadas{
	float: right;
	display: inline;
	margin: -10px 30px 0 0;
}

.box_chamadas li{
	margin-bottom: 20px;
}

/*PARCEIROS E CLIENTES*/
ul.lista_parceiros, ul.lista_clientes{
	padding: 5px 10px;
}

ul.lista_parceiros li, ul.lista_clientes li{
	float: left;
	display: inline;
	margin: 0 5px;
}

ul.lista_parceiros li h3, ul.lista_clientes li h3{
	width: 162px;
	height: 120px;
	float: left;
	display: inline;
	text-indent: -9999px;
	_background: none;
}

ul.lista_parceiros li a, ul.lista_clientes li a{
	width: 162px;
	height: 120px;
	display: block;
}

li.parceiro_snap h3{
	background: url(../img/parceiro_snap.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/parceiro_snap.png', sizingMethod='scale');
}

li.parceiro_klipfolio{
    background: url(../img/parceiro_klipfolio.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/parceiro_klipfolio.png', sizingMethod='scale');
}

li.parceiro_cges h3{
	background: url(../img/parceiro_cges.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/parceiro_cges.png', sizingMethod='scale');
}

li.parceiro_empreender_endeavor h3{
	background: url(../img/parceiro_empreender_endeavor.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/parceiro_empreender_endeavor.png', sizingMethod='scale');
}

li.parceiro_mvl_comunicacao h3{
	background: url(../img/parceiro_mvl_comunicacao.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/parceiro_mvl_comunicacao.png', sizingMethod='scale');
}

li.cliente_connecting_new_zalanders_telecom h3{
	background: url(../img/cliente_connecting_new_zalanders_telecom.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cliente_connecting_new_zalanders_telecom.png', sizingMethod='scale');
}

li.cliente_firb h3{
	background: url(../img/cliente_firb.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cliente_firb.png', sizingMethod='scale');
}

li.cliente_nielsen h3{
	background: url(../img/cliente_nielsen.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cliente_nielsen.png', sizingMethod='scale');
}

li.cliente_virgin_mobile h3{
	background: url(../img/cliente_virgin_mobile.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cliente_virgin_mobile.png', sizingMethod='scale');
}

li.cliente_vodafone h3{
	background: url(../img/cliente_vodafone.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cliente_vodafone.png', sizingMethod='scale');
}

/*CLIENTES, CLIENTES NACIONAIS E INTERNACIONAIS*/
.clientes h2, .clientes_nacionais h2, .clientes_internacionais h2{
	width: 758px;
	height: 288px;
	margin-top: -14px;
	text-indent: -9999px;
}

.clientes h2{
	background: url(../img/clientes.jpg) no-repeat;
}

.clientes_nacionais h2{
	background: url(../img/clientes_nacionais.jpg) no-repeat;
}

.clientes_internacionais h2{
	background: url(../img/clientes_internacionais.jpg) no-repeat;
}

.clientes ul, .clientes_internacionais ul{
	width: 295px;
	float: left;
	display: inline;
	padding: 25px;
	margin-right: 20px;
}

.clientes ul li, .clientes_internacionais ul li{
	margin-bottom: 5px;
	color: #DF9204;
	font-weight: bold;
}

/*SOBRE O GESTOR*/
.sobre_o_gestor h2{
	width: 758px;
	height: 288px;
	margin-top: -14px;
	text-indent: -9999px;
	background: url(../img/sobre_o_gestor.jpg) no-repeat;
}

#content.sobre_o_gestor img{
	float: left;
}

#content.sobre_o_gestor p{
	width: 600px;
	float: left;
	padding: 10px 0;
	margin: 0;
	line-height: 25px;
}

/*PRODUTOS ESPECIAIS*/
#content.produtos_especiais p, #content.produtos_especiais ul, #content.produtos_especiais h4{
	margin: 20px 0 0 25px;
}

#content.produtos_especiais .movie{
	float: left;
	display: inline;
	margin-left: 20px;
}

#content.produtos_especiais h2{
	width: 364px;
	height: 83px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/tit_novos_personagens_estao_sendo_desenvolvidos.png);
}

#content.produtos_especiais .novos_personagem{
	width: 100%;
	float: left;
	clear: both;
}

#content.produtos_especiais .novos_personagem ul{
	float: left;
	display: inline;
	margin-left: 15px;
}

#content.produtos_especiais .novos_personagem ul li{
	width: 350px;
	height: 30px;
	text-indent: -9999px;
}

#content.produtos_especiais .novos_personagem .tit_dicas_de_vendas_e_negociacao{
	background-image: url(../img/tit_dicas_de_vendas_e_negociacao.png);
}

#content.produtos_especiais .novos_personagem .tit_dicas_inteligencia_emocional{
	background-image: url(../img/tit_dicas_inteligencia_emocional.png);
}

/*DESAFIO*/
.desafio h2{
	width: 758px;
	height: 507px;
	text-indent: -9999px;
	background: url(../img/desafio.jpg) no-repeat;
}

.desafio p{
	float: right;
	display: inline;
	margin: -35px 10px 0 0;
}

.desafio img{
	float: left;
	display: inline;
	margin: 20px 0 0 20px;
}

.desafio h3{
	width: 395px;
	height: 140px;
	float: left;
	display: inline;
	margin: 20px 0 0 15px;
	text-indent: -9999px;
	background: url(../img/desc_desafio.png) no-repeat;
}

/*TECNOLOGIA*/
.tecnologia h2{
	width: 758px;
	height: 265px;
	margin-top: -14px;
	text-indent: -9999px;
	background: url(../img/tecnologia.jpg) no-repeat;
}

.tecnologia p{
	margin: 0;
}

.tecnologia ul{
	float: left;
	display: inline;
}

.tecnologia ul li{
	clear: both;
}

.tecnologia ul li h3{
	padding: 10px 0;
	font-size: 14px;
	color: #83b617;
}

.tecnologia ul li img{
	float: left;
	display: inline;
	margin-right: 10px;
}

.tecnologia ul li .bt_fazer_download{
	float: left;
	clear: none;
}

.ferramentas{
	margin-top: 0;
}

.canais{
	 width: 758px;
	 height: 704px;
	 float: left;
}

/*OPORTUNIDADE*/
.oportunidade .galup{
	display: none;
}

.oportunidade h2{
	width: 758px;
	height: 355px;
	margin-top: -14px;
	text-indent: -9999px;
	background: url(../img/oportunidade.jpg) no-repeat;
}

.oportunidade .rentabilidade{
	width: 758px;
	height: 562px;
	position: relative;
	margin-bottom: -29px;
	text-indent: -9999px;
	background: url(../img/objetio_rentabilidade.jpg) no-repeat;
}

.oportunidade .rentabilidade *{
	display: none;
}

/*MYCORP*/
.mycorp h2{
	width: 758px;
	height: 550px;
	float: left;
	display: inline;
	margin-top: -14px;
	text-indent: -9999px;
	background: url(../img/mycorp.jpg) no-repeat;
}

.mycorp .apresentacao{
	float: left;
	display: inline;
	margin: 10px 0 0 25px;
}

.mycorp .apresentacao p{
	margin: 0;
}

#content.mycorp .apresentacao h3.titulo{
	padding: 5px 0;
	margin-bottom: 15px;
}

/*CASOS*/
.casos h2{
	width: 758px;
	height: 221px;
	text-indent: -9999px;
	background: url(../img/caso_vodafone.jpg) no-repeat;
}

.casos h3{
	margin-bottom: 15px;	
}

.casos .imgs{
	width: 208px;
	float: left;
	display: inline;
	margin: 10px 0 20px 20px;
}

.casos .content{
	width: 460px;
	float: left;
	display: inline;
	margin: 20px;
}

/*DOWNLOADS*/
.downloads h2{
	width: 758px;
	height: 311px;
	text-indent: -9999px;
	background-image: url(../img/downloads.jpg);
}

.downloads .list{
	padding: 15px;
}

.downloads .list li{
	width: 208px;
	height: 198px;
	float: left;
	overflow: hidden;
}

#content.downloads h3.titulo{
	width: 658px;
	height: 16px;
	position: relative;
	visibility: hidden;
	padding: 5px 15px;
	margin-top: 10px;
	color: #DF9204;
	font-size: 16px;
}

.downloads .list li li{
	height: auto;
}

/*EMAIL*/
.email h2{
	width: 758px;
	height: 347px;
	text-indent: -9999px;
	background-image: url(../img/email.jpg);
}

.email h4{
	width: 711px;
	height: 191px;
	margin: 20px 0 0 25px;
	text-indent: -9999px;
	background-image: url(../img/tit_email.png);
}

.email h4 br{
	display: none;
}

/*FALE CONOSCO*/
.fale_conosco *{
	color: #77787b;
}

.fale_conosco h2{
	width: 758px;
	height: 286px;
	margin-top: -14px;
	text-indent: -9999px;
	background: url(../img/fale_conosco.jpg) no-repeat;
}

.fale_conosco img{
	margin: 45px 0 0 40px;
}

.fale_conosco .caixa_postal{
	margin: 20px 0 0 30px;
}

.fale_conosco .caixa_postal h3{
	font-weight: bold;
}

.fale_conosco .caixa_postal h3 a{
	font-weight: bold;
	text-decoration: underline;
}

.fale_conosco .caixa_postal p{
	margin: 20px 0 0 0;
}

.fale_conosco form{
	width: 410px;
	float: left;
	display: inline;
	margin: 20px 0 0 10px;
}

.fale_conosco input{
	width: 298px;
	margin-bottom: 5px;
}

.fale_conosco form p, .fale_conosco form p label{
	margin: 2px 8px;
	vertical-align: top;
	text-align: right;
}

.fale_conosco textarea{
	width: 298px;
	height: 93px;
}

.fale_conosco #cidade{
	width: 202px;
}

.fale_conosco #estado{
	width: 33px;
}

.fale_conosco .bt_enviar, .fale_conosco .bt_limpar{
	width: 54px;
	height: 25px;
	text-indent: -9999px;
}

.fale_conosco .bt_enviar{
	background: url(../img/bt_enviar.png) no-repeat;
}

.fale_conosco .bt_limpar{
	background: url(../img/bt_limpar.png) no-repeat;
}

/*COFFEE BREAK*/
.coffee_break h2{
	width: 758px;
	height: 240px;
	margin-top: -14px;
	text-indent: -9999px;
	background: url(../img/coffee_break.jpg) no-repeat;
}

.coffee_break .youtube{
	float: left;
	display: inline;
	margin: 20px 0 0 20px;
}

.coffee_break .youtube p{
	margin: 0;
}

.coffee_break .youtube h3{
	width: 126px;
	height: 27px;
	margin: 5px 0;
	text-indent: -9999px;
	background: url(../img/tit_mycorptv.png) no-repeat;
}

.coffee_break .youtube .video_youtube{
	width: 300px;
	height: 244px; 
	margin-bottom: 10px;
}

.coffee_break .clips{
	width: 399px;
	height: 320px;
	float: left;
	display: inline;
	margin: 20px 0 0 20px;
	background: url(../img/bg_clips.png) no-repeat;
}

.coffee_break .clips h3, .coffee_break .clips h4{
	display: none;
}

.coffee_break .clips .pesquisa{
	width: 360px;
	height: 170px;
	margin: 120px 0 0 20px;
	overflow-y: auto;
}

.coffee_break .clips .pesquisa h5, .coffee_break .clips .pesquisa p{
	padding: 0 10px;
}

/*FOOTER*/
#footer{
	width: 778px;
	height: 71px;
	float: left;
	background: url(../img/bg_footer.png) no-repeat bottom;
}

/*ACESSO RESTRITO*/
.acesso_restrito{
	width: 250px;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin: -60px 0 0 -125px;
	border: 5px solid #EEE;
	background: #F5F5F5;
}

.acesso_restrito h3, .acesso_restrito p{
	margin: 0 0 5px 0;
}

.acesso_restrito p{
    width: 100%;
    float: left;
    clear: both;
}

.acesso_restrito p label,
.acesso_restrito p input,
.acesso_restrito p button{
    float: left;
    margin: 0 5px 0 0;
}

.acesso_restrito h3, .acesso_restrito h3 span{
	font-weight: bold;
	color: #666;
}

.acesso_restrito p.fechar{
    width: auto;
	float: right;
	clear: both;
	display: inline;
	margin: -15px;
}

/*BG MODAL*/
.bg_modal{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	z-index: 999;
}

/*MODAL*/
.view_modal{
	padding-top: 14px;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
}

/*PRELOAD MODAL*/
.load{
	width: 88px;
	height: 78px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -39px 0 0 -44px;
	z-index: 9999;
}

/*SIFR*/
.sIFR-flash, .sIFR-replaced{
	visibility: visible;
}

span.sIFR-alternate{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

@import "http://www.fabiovieira.com.br/projetos/mycorp/site/css/reset.css";
