@charset "UTF-8";
/* CSS Document */

/* MAIN *********************************************************************************/


@font-face {
    font-family: 'Arial', 'Tahoma', 'Lucida Sans';
    
}
body 
	{
	margin: 0;
	padding: 0;
	font-family: Arial, tahoma, Lucida Sans;
	font-size: 11px;
	color: #132a34;
	background:#fff url(../Images/bg.gif) repeat-y top center;
	}		

	
	
a 
	{
	font-family: Arial, tahoma, Lucida Sans;
	text-decoration:none;
	color:#132a34;
	}
	

a.link-azul {
	color:#007cc3;
	text-decoration:underline;
}
img {
	border:0px;
}
.content {
	padding: 0;
	width: 100%;
}
.main {
	width: 940px;
	margin: 0 auto 30px;
	padding: 0 30px 5px 30px;
	display:block;
	overflow: hidden;
}
.main p {
	font-size:15px;
	display:block;
	margin:12px 0;
}
.box-left {
	width:442px;
	float:left;
	display:block;
}
.box-left-350 {
	width:350px;
	float:left;
	display:block;
}
.box-left-300 {
	width:300px;
	float:left;
	display:block;
	margin-top:20px;
}
.box-right {
	width:412px;
	float:right;
	display:block;
}
.box-1-coluna {
	width:100%;
	float:left;
	display:block;
}
.box-1-coluna-com-borda {
	float:left;
	display:block;
	border:1px solid #d9d9d9;
	padding:20px 30px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#FFF;
	width:890px;
}
h2 {
	font-size:25px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
h2.azul {
	font-size:22px;
	color:#007cc3;
}
h3 {
	font-size:22px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
h5 {
	font-size:14px;
	display:block;
	margin-bottom:10px;
}
/* CORES DE TEXTOS */

.azul {
	color:#007cc3;
}
/* FORMULARIOS */

label {
	font-size: 13px;
	font-family: Arial;
	font-weight:bold;
	margin-top:10px;
	display:block;
}
label.empilha {
	font-size: 13px;
	font-family: Arial;
	font-weight:bold;
	margin-top:10px;
	display:block;
	clear:left;
}
label.campo-texto100porcento {
	width:100%;
}
label.campo-linha100porcento {
	width:100%;
}
label.campo-linha100porcento strong {
	float:left;
	padding-top:15px;
}
input {
	border:1px solid #ccc;
	width:100%;
	margin:3px 0;
}
input.campo-ddd {
	border:1px solid #ccc;
	height:36px;
	width:12%;
	margin:3px 0;
}
input.campo-texto515px {
	width:515px;
	float:right;
}
input.campo-telefone {
	border:1px solid #ccc;
	height:36px;
	width:83%;
	margin:3px 0 0 13px;
	float:right;
}
input.campo-checkbox {
	border:0;
	height:14px;
	width:14px;
	margin:10px 5px 0 0;
}
input.campo-radiob {
	border:0;
	height:14px;
	width:14px;
	margin-top:10px;
}

.botao-enviar {
	color:#FFF;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin:20px 0 0 0px;
	width:136px;
	height:35px;
	line-height:36px;
	background: #2891cc;
	display:block;
	text-align:center;
	-moz-border-radius:5px;
	border-radius:5px;
	float:left;
	border:1px solid #01669f;
}

textarea.campo-mensagem {
	border:1px solid #ccc;
	width:100%;
	margin:3px 0;
	height:90px;
}
textarea.campo-textarea {
	border:1px solid #ccc;
	width:100%;
	margin:3px 0;
	height:90px;
}
/* HEADER *********************************************************************************/

.header {
	width: 940px;
	height: 150px;
	margin: 0;
	padding: 0 30px;
	margin: 0 auto;
	display:block;
}
.header .logo {
	width: 219px;
	height: 104px;
	float:left;
	background: url(../Images/logo.gif) no-repeat;
	text-indent: -9999px;
	margin:25px 0 0 -7px;
}
ul.menu-superior {
	margin: 0;
	float:right;
	width:405px;
}
ul.menu-superior li.telefone {
	color:#132a34;
	font-size: 22px;
	margin:0 0 0 18px;
	width:150px;
	height:38px;
	line-height:38px;
	padding-left:30px;
	background: url(../Images/ico-telefone.gif) no-repeat 0px 10px;
	display:block;
	float:left;
}
ul.menu-superior li.acessar-conta {
	float:left;
}
ul.menu-superior li.totvs {
	float:right;
	background: url(../Images/logo-totvs.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	width:61px;
	height:27px;
	border:0px;
	margin:5px 0 0 0px;
}
ul.menu-superior li a.acessar-conta {
	color:#FFF;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin:0 0 0 0px;
	width:126px;
	height:35px;
	line-height:36px;
	background: #2891cc;
	display:block;
	text-align:center;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	float:left;
	border-left:1px solid #01669f;
	border-right:1px solid #01669f;
	border-bottom:1px solid #01669f;
}
ul.menu-principal {
	margin: 0;
	float:right;
	clear:right;
	margin-top:30px;
}
ul.menu-principal li {
	float:left;
}
ul.menu-principal li a {
	font-size: 16px;
	float:left;
	margin: 0 8px;
	background: url(../Images/marcador-menu.gif) no-repeat 0px 5px;
	padding-left:15px
}
/* HOME *********************************************************************************/

.home .main {
	margin: 0 auto 10px;
}
.home .main h2 {
	font-size:25px;
	font-weight:bold;
	display:block;
}
.home .box-left {
	width:520px;
}
.home .main .video {
	height: 260px;
	width: 385px;
	float:right;
	display:block;
	border: solid #CCC 1px;
}
a.botao-seta {
	color:#FFF;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin:0 0 0 0px;
	width:100px;
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 0px 5px 10px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:left;
	background:  #2891cc url(../Images/seta.png) no-repeat 90% 50%;
}
.home .main .moresocialmorebusiness {
	width:946px;
	height:123px;
	background: url(../Images/home/moresocialmorebusiness-grande_1.jpg) no-repeat;
	display:block;
	float:left;
	text-indent:-9999px;
	margin:15px 0px 0 0;
}
.home .main .destaque-bloco1 {
	width:305px;
	display:block;
	margin: 0 0 10px;
	float:left;
}
.home .main .destaque-bloco2 {
	width:305px;
	display:block;
	margin: 0 0 10px;
	float:left;
	padding-left:10px;
}
.home .main .destaque-bloco3 {
	width:305px;
	display:block;
	float:right;
	margin: 0 0 10px;
	padding-left:10px;
}
.home .main .destaque-bloco1 h4, .home .main .destaque-bloco2 h4, .home .main .destaque-bloco3 h4 {
	font-size:21px;
	font-weight:bold;
	color:#007cc3;
}
.home .main .destaque-bloco1 p, .home .main .destaque-bloco2 p, .home .main .destaque-bloco3 p {
	font-size: 16px
}
.home .main .link-veja-mais {
	color: #007cc3;
	font-size:14px;
	background: url(../Images/seta-azul.gif) no-repeat 100%;
	width:70px;
	height:20px;
	display:block;
	padding-right:20px;
	margin-top:10px;
}
/* LOGIN *********************************************************************************/

.login .header {
	height:110px;
}
.login .header .logo {
	margin-top:5px;
}
.login .menu-superior {
	margin-top:40px;
}
.login .main {
	margin-bottom:15px;
}
.login .footer, .login .footer-main {
	height:50px
}
.login .main .moresocialmorebusiness {
	width:575px;
	height:122px;
	background: url(../Images/login/moresocialmorebusiness.png) no-repeat;
	display:block;
	float:left;
	text-indent:-9999px;
	margin:5px 0px 0 0;
}
.login .main .box-left {
	width:575px;
	margin-top: 310px;
}
.login .main h2 {
	width:350px;
	float:left;
	color:#167CC3;
	font-size:21px;
}

.login .main a.thumb-video {
	width: 208px;
	height:149px;
	background: url(../Images/login/Frame_Video_Pequeno.jpg) no-repeat;
	display: block;
	float:right;
}
.login .main h5 {
	clear:left;
}
.login a.entre-em-contato {
	width: 108px;
	height:21px;
	background: url(../Images/login/ico-contato.gif) no-repeat;
	display: block;
	font-size: 13px;
	padding-left:30px;
	margin:10px 0 0 40px;
}
ul.menu-superior li.entre-em-contato {
	float:left;
}
.login .box-formulario-login {
	background:#ebebeb;
	float:right;
	display:block;
	width:320px;
	margin-top:250px;
	border:1px solid #d9d9d9;
	padding: 10px;
}
.login .box-formulario-login h2 {
	width:250px;
	font-size:18px;
}
.login .box-formulario-login fieldset {
	float:left;
}
.login label {
	margin-top:3px;
	font-size:12px
}
.login label.campo-checkbox {
	margin:20px 10px 10px;
	float:left;
}
.esqueceu-a-senha {
	color: #007CC3;
	float:left;
	display:block;
	margin:8px 0 0 16px;
	font-size:13px;
	text-decoration:underline;
    text-align: center;
    cursor: pointer; 
}
.box-destaques {
	display: block;
	height: 110px;
	overflow: hidden;
	width: 100%;
	padding-top:10px;
}
.box-destaques h3 {
	font-size:14px;
}
.box-destaques p {
	font-size:11px;
}
.box-destaques .destaque-perfil {
	width:100px;
	height:140px;
	display:block;
	float:left;
	padding:65px 5px 0;
	background: url(../Images/login/ico-perfil.gif) no-repeat center top;
	margin-left: -20px;
}
.box-destaques .destaque-seguranca {
	width:100px;
	height:140px;
	display:block;
	float:left;
	padding:65px 5px 0;
	background: url(../Images/login/ico-seguranca.gif) no-repeat center top;
}
.box-destaques .destaque-mobilidade {
	width:110px;
	height:140px;
	display:block;
	float:left;
	padding:65px 5px 0;
	background: url(../Images/login/ico-mobilidade.gif) no-repeat center top;
}
.box-destaques .destaque-produtividade {
	width:140px;
	height:140px;
	display:block;
	float:left;
	padding:65px 5px 0;
	background: url(../Images/login/ico-produtividade.gif) no-repeat center top;
}
.box-destaques .destaque-integracao {
	width:110px;
	height:140px;
	display:block;
	float:left;
	padding:65px 5px 0;
	background: url(../Images/login/ico-integracao.gif) no-repeat center top;
}
.box-destaques .destaque-rede-de-empresas {
	width:140px;
	height:140px;
	display:block;
	float:left;
	padding:65px 5px 0;
	background: url(../Images/login/ico-rede-de-empresas.gif) no-repeat center top;
}
.login .suporte {
	color:#132a34;
	font-size: 13px;
	margin:0 0 0 20px;
	width:150px;
	height:20px;
	line-height:24px;
	padding-left:20px;
	background: url(../Images/login/ico-interrogacao.gif) no-repeat 0px 3px;
	display:block;
	float:left
}
/* CONTATO *********************************************************************************/

	
.contato .main h2 {
	font-size:26px;
	width:426px;
	font-weight:bold;
	float:left;
	display:block;
}
.contato .main p {
	font-size:14px;
	width:426px;
	display:block;
}
.contato .box-formulario-contato {
	background:#ebebeb;
	display:block;
	float:left;
	width:422px;
	padding:30px;
}
.contato .main span.telefone {
	color:#132a34;
	font-size: 34px;
	margin:0 50px 0 0px;
	width:250px;
	height:38px;
	line-height:38px;
	padding-left:40px;
	background: url(../Images/contato/ico-telefone.gif) no-repeat 0px 3px;
	display:block;
	float:left
}
/* CONCEITOS *********************************************************************************/
.conceitos .main {
	margin-bottom:20px;
}
.box-left-perfil, .box-left-mobilidade, .box-left-seguranca, .box-left-produtividade {
	width:362px;
	min-height:130px;
	float:left;
	display:block;
	padding-left:70px;
	margin:20px 0 0 10px;
}
.box-left-perfil {
	background: url(../Images/conceitos/ico-perfil.gif) no-repeat 0px 0px;
}
.box-left-mobilidade {
	background: url(../Images/conceitos/ico-mobilidade.gif) no-repeat 0px 0px;
}
.box-left-seguranca {
	background: url(../Images/conceitos/ico-seguranca.gif) no-repeat 0px 0px;
}
.box-left-produtividade {
	background: url(../Images/conceitos/ico-produtividade.gif) no-repeat 0px 0px;
}
.conceitos h4 {
	float:left;
	width:290px;
}
.conceitos .thumb-nova-geracao {
	float:left;
	width:290px;
	height:101px;
	background: url(../Images/conceitos/thumb-nova-geracao.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	display:block;
}
.conceitos .thumb-identidade-digital {
	float:left;
	width:290px;
	height:101px;
	background: url(../Images/conceitos/thumb-identidade-digital.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	display:block;
}
.conceitos .thumb-rede-de-empresas {
	float:left;
	width:290px;
	height:101px;
	background: url(../Images/conceitos/thumb-rede-de-empresas.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	display:block;
}
/* FUNCIONALIDADES *********************************************************************************/

#wrapper {
	width:940px;
	float:left;
	display:block;
	margin:20px 0 0;
	border:1px solid #ebebeb;
	background:#FFF;
}
ul.tabs1 {
	width:940px;
	margin:0;
	padding:0;
}
ul.tabs1 li {
	display:block;
	float:left;
	width:235px;
}
ul.tabs1 li a {
	display:block;
	float:left;
	font-size:22px;
	background-color:#FFF;
	color:#acacac;
	text-decoration:none;
	text-align:center;
	width:194px;
	height:135px;
	padding:5px 20px 0;
	font-weight:bold;
	margin:-1px 0 0;
	border:1px solid #d9d9d9;
}
ul.tabs1 li a p {
	font-size:12px;
	font-weight:normal;
}
.selected1 {
	font-weight:bold;
	width:195px !important;
	height:155px !important;
	padding:5px 20px 0!important;
	color:#FFF !important;
	font-size:22px;
	background:#007cc3 url(../Images/funcionalidades/bg-tab-seta.gif) no-repeat 0px 142px !important;
	border:0 !important;
}
.tab-content1 {
	clear:both;
	padding:30px;
}
.imagem-by-you-id {
	width:343px;
	height:134px;
	float:left;
	background:url(../Images/funcionalidades/by-you-id.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 60px;
}
.imagem-by-you-url {
	width:452px;
	height:77px;
	float:left;
	background:url(../Images/funcionalidades/by-you-url.gif) no-repeat;
	text-indent:-9999px;
}
.linha {
	border-top:1px solid #d9d9d9;
	margin:20px 0;
	width:100%;
	float:left;
}
.linha-sem-margem {
	border-top:1px solid #d9d9d9;
	margin:0px 0;
	width:100%;
	float:left;
}
.imagem-mensagem-direta {
	width:384px;
	height:176px;
	float:right;
	background:url(../Images/funcionalidades/mensagem-direta.gif) no-repeat;
	text-indent:-9999px;
	margin:-20px -30px 0 0;
}
.imagem-denunciar {
	width:313px;
	height:189px;
	float:left;
	background:url(../Images/funcionalidades/denunciar.gif) no-repeat;
	text-indent:-9999px;
	margin:0 70px;
}
.imagem-engajamento-perfil {
	width:520px;
	height:234px;
	float:right;
	background:url(../Images/funcionalidades/engajamento-perfil.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 -30px 0 0;
}
.imagem-engajamento-relacionamento {
	width:507px;
	height:186px;
	float:left;
	background:url(../Images/funcionalidades/engajamento-relacionamento.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 40px 0 0;
}
.imagem-engajamento-discussoes {
	width:463px;
	height:239px;
	float:right;
	background:url(../Images/funcionalidades/engajamento-discussoes.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 40px 0 0;
}
.imagem-engajamento-interacoes {
	width:471px;
	height:186px;
	float:left;
	background:url(../Images/funcionalidades/engajamento-interacoes.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 40px 0 0;
}
.imagem-engajamento-seguindo {
	width:335px;
	height:204px;
	float:right;
	background:url(../Images/funcionalidades/engajamento-seguindo.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 40px 0 0;
}
.imagem-engajamento-shareplace {
	width:483px;
	height:191px;
	float:left;
	background:url(../Images/funcionalidades/engajamento-shareplace.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 40px 0 0;
}
.imagem-engajamento-recomendar {
	width:412px;
	height:190px;
	float:right;
	background:url(../Images/funcionalidades/engajamento-recomendar.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 40px 0 0;
}
.imagem-engajamento-enquetes {
	width:385px;
	height:201px;
	float:left;
	background:url(../Images/funcionalidades/engajamento-enquetes.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 40px 0 0;
}
.imagem-engajamento-eventos {
	width:81px;
	height:84px;
	float:left;
	background:url(../Images/funcionalidades/engajamento-eventos.jpg) no-repeat;
	text-indent:-9999px;
	margin:30px 20px 0 0;
}
.imagem-engajamento-apoio {
	width:81px;
	height:84px;
	float:left;
	background:url(../Images/funcionalidades/engajamento-apoio.jpg) no-repeat;
	text-indent:-9999px;
	margin:30px 20px 0 40px;
}
.imagem-produtividade-aplicativos {
	width:364px;
	height:151px;
	float:right;
	background:url(../Images/funcionalidades/produtividade-aplicativos.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px -30px 0 40px;
}
.imagem-produtividade-integrando {
	width:416px;
	height:214px;
	float:left;
	background:url(../Images/funcionalidades/produtividade-integrando.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 40px -20px 0px;
}
.imagem-produtividade-workflow {
	width:438px;
	height:199px;
	float:right;
	background:url(../Images/funcionalidades/produtividade-workflow.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 40px 0px 0px;
}
.imagem-produtividade-documentos {
	width:415px;
	height:187px;
	float:left;
	background:url(../Images/funcionalidades/produtividade-documentos.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 40px 0px 0px;
}
.imagem-produtividade-artigos {
	width:423px;
	height:208px;
	float:left;
	background:url(../Images/funcionalidades/produtividade-artigos.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 40px -20px 0px;
}
.imagem-produtividade-webmeeting {
	width:83px;
	height:64px;
	float:left;
	background:url(../Images/funcionalidades/produtividade-webmeeting.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 40px 0px 0px;
}
.imagem-produtividade-chat {
	width:83px;
	height:64px;
	float:left;
	background:url(../Images/funcionalidades/produtividade-chat.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 40px 0px 0px;
}
.imagem-produtividade-e-learning {
	width:83px;
	height:64px;
	float:left;
	background:url(../Images/funcionalidades/produtividade-elearning.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 40px 0px 0px;
}
.funcionalidades .webmeeting {
	width:240px;
	margin-right:20px
}
.funcionalidades .webmeeting h3 {
	clear:left
}
.funcionalidades .chat {
	width:240px;
	margin-right:20px
}
.funcionalidades .chat h3 {
	clear:left
}
.funcionalidades .e-learning {
	width:350px;
}
.funcionalidades .e-learning h3 {
	clear:left
}
.imagem-interacoes-busca {
	width:375px;
	height:178px;
	float:right;
	background:url(../Images/funcionalidades/interacoes-busca.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 40px 0px 0px;
}
.imagem-interacoes-mobile {
	width:317px;
	height:183px;
	float:left;
	background:url(../Images/funcionalidades/interacoes-mobile.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 80px 0px 30px;
}
.imagem-interacoes-redessociais {
	width:279px;
	height:79px;
	float:right;
	background:url(../Images/funcionalidades/interacoes-redessociais.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 70px 30px 30px;
}
a.botao-setinha-engajamento {
	color:#FFF;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin:50px 0 40px 0px;
	width:115px;
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 0px 5px 10px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:right;
	background:  #007cc3;
}
/* AVALIE *********************************************************************************/

.avalie fieldset p {
	font-weight:bold;
	width:100%;
	clear:left;
	padding: 20px 0 0;
}
.avalie fieldset p.obs {
	font-weight:normal;
	font-size:11px;
	width:100%;
	clear:left;
	padding: 20px 0 0;
}
.avalie fieldset label {
	font-weight:normal;
	float:left;
	margin:0 30px 0 0;
}
.avalie fieldset label .qual {
	width:70%;
}
.avalie .coluna {
	float:left;
}
.avalie .coluna .campo-outras {
	width:100px;
	height:25px
}
.avalie .coluna-texto {
	float:left;
	width:450px
}
.avalie .coluna-texto p {
	font-weight:normal;
	padding-top:10px;
}
.avalie .coluna-opcoes {
	float:left;
	width:350px;
	margin-left:50px;
}
.avalie .coluna-opcoes p.numeros {
	float:left;
	letter-spacing:30px;
}
.avalie .coluna-opcoes p {
	font-weight:normal;
	padding-top:15px;
}
.avalie .coluna-opcoes label {
	width:40px;
	margin-top:10px;
}
.avalie .dropdown-uf {
	width:60px;
	height:30px;
	line-height:30px;
	border:1px solid #CCC;
	margin:10px 457px 5px 0;
	float:right
}
.avalie .dropdown-pais {
	width:160px;
	height:30px;
	line-height:30px;
	border:1px solid #CCC;
	margin:10px 357px 5px 0;
	float:right
}
.avalie .campo-ddd {
	float:right;
}
.avalie .campo-telefone {
	width:394px;
}
#wrapper {
	width:940px;
	float:left;
	display:block;
	margin:20px 0 0;
	border:1px solid #ebebeb;
}
ul.tabs2 {
	width:940px;
	margin:0;
	padding:0;
}
ul.tabs2 li {
	display:block;
	float:left;
	width:235px;
}
ul.tabs2 li a {
	display:block;
	float:left;
	font-size:25px;
	background-color:#FFF;
	color:#acacac;
	text-decoration:none;
	text-align:center;
	width:194px;
	height: 81px;
	padding:5px 20px 0;
	font-weight:bold;
	margin:-1px 0 0;
	border:1px solid #d9d9d9;
}
ul.tabs2 li a p {
	font-size:12px;
	font-weight:normal;
}
.selected2 {
	font-weight:bold;
	width:195px !important;
	height:100px !important;
	padding:5px 20px 0!important;
	color:#FFF !important;
	font-size:24px;
	background:#007cc3 url(../Images/funcionalidades/bg-tab-seta.gif) no-repeat 0px 88px !important;
	border:0 !important;
}
.tab-content2 {
	clear:both;
	padding:30px;
}
.avalie a.botao-proximo-passo {
	color:#FFF;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin:50px 0 40px 0px;
	width:115px;
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 0px 5px 10px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:right;
	background:  #007cc3;
	clear:right;
}
.avalie a.botao-volta-passo {
	color:#FFF;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin:50px 0 40px 0px;
	width:115px;
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 0px 5px 10px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:left;
	background:  #007cc3;
	clear:left;
}
/* SERVICOS *********************************************************************************/

.servicos .container {
	width: 950px;
	margin: 10px auto;
}
.servicos ul.tabs {
	float: left;
	list-style: none;
	width: 100%;
	margin-top:20px;
}
.servicos ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	width:188px;
	height:142px;
	display:block;
	margin-right:10px;
}
.servicos  ul.tabs li a {
	text-decoration: none;
	width:122px;
	height:112px;
	text-align:center;
	display:block;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	padding:0 56px 0 10px ;
	
}

.servicos  ul.tabs li a.alinhamento {padding-top:50px}
.servicos  ul.tabs li a.diagnostico {padding-top:60px}
.servicos  ul.tabs li a.preparacao {
	padding-top:60px
}
.servicos  ul.tabs li a.implantacao {
	padding-top:60px
}
.servicos  ul.tabs li a.melhoria {
	padding-top:60px
}

 html .servicos ul.tabs li.active1  {
	background: #fff;
	background: url(../Images/servicos/menu-servicos-1-ligado.gif) no-repeat;
	width:188px;
	height:142px;
}

 html .servicos ul.tabs li.active2  {
	background: #fff;
	background: url(../Images/servicos/menu-servicos-2-ligado.gif) no-repeat;
	width:188px;
	height:142px;
}

 html .servicos ul.tabs li.active3  {
	background: #fff;
	background: url(../Images/servicos/menu-servicos-3-ligado.gif) no-repeat;
	width:188px;
	height:142px;
}

 html .servicos ul.tabs li.active4  {
	background: #fff;
	background: url(../Images/servicos/menu-servicos-4-ligado.gif) no-repeat;
	width:188px;
	height:142px;
}

 html .servicos ul.tabs li.active5  {
	background: #fff;
	background: url(../Images/servicos/menu-servicos-5-ligado.gif) no-repeat;
	width:148px;
	height:142px;
}

.servicos  ul.tabs li.link1 {
	background: url(../Images/servicos/menu-servicos-1-desligado.gif) no-repeat;
	width:188px;
	height:142px;
}

.servicos  ul.tabs li.link2{
	background: url(../Images/servicos/menu-servicos-2-desligado.gif) no-repeat;
	width:188px;
	height:142px;
}

.servicos  ul.tabs li.link3{
	background: url(../Images/servicos/menu-servicos-3-desligado.gif) no-repeat;
	width:188px;
	height:142px;
}

.servicos  ul.tabs li.link4{
	background: url(../Images/servicos/menu-servicos-4-desligado.gif) no-repeat;
	width:188px;
	height:142px;
}

.servicos  ul.tabs li.link5{
	background: url(../Images/servicos/menu-servicos-5-desligado.gif) no-repeat;
	width:148px;
	height:142px;
}

.servicos .tab_container {
	clear: both;
	float: left;
	width: 100%;
	display:block;
}
.servicos .tab_content {
	padding: 20px 0;
}
.servicos .tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.servicos .tab_content h3 {
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}
.servicos .tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.servicos .linha {
	border-top:1px solid #d9d9d9;
	margin:0 0 0px;
	width:100%;
	float:left;
	display:block;
	margin-top:30px
}
#tab1 .seta-pra-cima {
	background: url(../Images/servicos/seta-pra-cima.gif) no-repeat;
	float:left;
	display:block;
	width:49px;
	height:32px;
	margin:0px 0 0 43px;
	z-index:1000;
	position:absolute;
}
#tab2 .seta-pra-cima {
	background: url(../Images/servicos/seta-pra-cima.gif) no-repeat;
	float:left;
	display:block;
	width:49px;
	height:32px;
	margin:0px 0 0 243px;
	z-index:1000;
	position:absolute;
}
#tab3 .seta-pra-cima {
	background: url(../Images/servicos/seta-pra-cima.gif) no-repeat;
	float:left;
	display:block;
	width:49px;
	height:32px;
	margin:0px 0 0 443px;
	z-index:1000;
	position:absolute;
}
#tab4 .seta-pra-cima {
	background: url(../Images/servicos/seta-pra-cima.gif) no-repeat;
	float:left;
	display:block;
	width:49px;
	height:32px;
	margin:0px 0 0 643px;
	z-index:1000;
	position:absolute;
}
#tab5 .seta-pra-cima {
	background: url(../Images/servicos/seta-pra-cima.gif) no-repeat;
	float:left;
	display:block;
	width:49px;
	height:32px;
	margin:0px 0 0 843px;
	z-index:1000;
	position:absolute;
}
.servicos h4 {
	font-weight:normal;
	margin-bottom:30px;
	display:block
}
.servicos #tab1 .box-pessoas {
	background: url(../Images/servicos/ico-pessoas.gif) no-repeat;
	float:left;
	width:220px;
}
.servicos #tab1 .box-processos {
	background: url(../Images/servicos/ico-processos.gif) no-repeat 65px 0;
	float:left;
	width:220px;
	margin:0 65px;
	padding: 0 65px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.servicos #tab1 .box-tecnologia {
	background: url(../Images/servicos/ico-tecnologia.gif) no-repeat;
	float:right;
	width:220px;
}
.servicos #tab1 .box-pessoas h1, .servicos #tab1 .box-processos h1, .servicos #tab1 .box-tecnologia h1 {
	font-size:26px;
	padding-left:60px
}
.servicos #tab2 .box-pessoas {
	background: url(../Images/servicos/ico-pessoas-link2.gif) no-repeat;
	float:left;
	width:220px;
}
.servicos #tab2 .box-processos {
	background: url(../Images/servicos/ico-processos-link2.gif) no-repeat 65px 0;
	float:left;
	width:220px;
	margin:0 65px;
	padding: 0 65px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.servicos #tab2 .box-tecnologia {
	background: url(../Images/servicos/ico-tecnologia-link2.gif) no-repeat;
	float:right;
	width:220px;
}
.servicos #tab2 .box-pessoas h1, .servicos #tab2 .box-processos h1, .servicos #tab2 .box-tecnologia h1 {
	font-size:26px;
	padding-left:60px
}
.servicos #tab3 .box-pessoas {
	background: url(../Images/servicos/ico-pessoas-link3.gif) no-repeat;
	float:left;
	width:220px;
}
.servicos #tab3 .box-processos {
	background: url(../Images/servicos/ico-processos-link3.gif) no-repeat 65px 0;
	float:left;
	width:220px;
	margin:0 65px;
	padding: 0 65px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.servicos #tab3 .box-tecnologia {
	background: url(../Images/servicos/ico-tecnologia-link3.gif) no-repeat;
	float:right;
	width:220px;
}
.servicos #tab3 .box-pessoas h1, .servicos #tab3 .box-processos h1, .servicos #tab3 .box-tecnologia h1 {
	font-size:26px;
	padding-left:60px
}
.servicos #tab4 .box-pessoas {
	background: url(../Images/servicos/ico-pessoas-link4.gif) no-repeat;
	float:left;
	width:220px;
}
.servicos #tab4 .box-processos {
	background: url(../Images/servicos/ico-processos-link4.gif) no-repeat 65px 0;
	float:left;
	width:220px;
	margin:0 65px;
	padding: 0 65px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.servicos #tab4 .box-tecnologia {
	background: url(../Images/servicos/ico-tecnologia-link4.gif) no-repeat;
	float:right;
	width:220px;
}
.servicos #tab4 .box-pessoas h1, .servicos #tab4 .box-processos h1, .servicos #tab4 .box-tecnologia h1 {
	font-size:26px;
	padding-left:60px
}
.servicos #tab5 .box-pessoas {
	background: url(../Images/servicos/ico-pessoas-link5.gif) no-repeat;
	float:left;
	width:220px;
}
.servicos #tab5 .box-processos {
	background: url(../Images/servicos/ico-processos-link5.gif) no-repeat 65px 0;
	float:left;
	width:220px;
	margin:0 65px;
	padding: 0 65px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.servicos #tab5 .box-tecnologia {
	background: url(../Images/servicos/ico-tecnologia-link5.gif) no-repeat;
	float:right;
	width:220px;
}
.servicos #tab5 .box-pessoas h1, .servicos #tab5 .box-processos h1, .servicos #tab5 .box-tecnologia h1 {
	font-size:26px;
	padding-left:60px
}
/* FOOTER *********************************************************************************/
.footer {
	padding: 0px 0 0 0;
	width: 100%;
	height:150px;
	clear: both;
	border-top:1px solid #f1f1f1;
	background:#FFF;
	display:block;
}
.footer-main {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 114px;
	clear: both;
}
.footer .logo {
	width: 102px;
	height: 51px;
	float:left;
	background: url(../Images/logo-footer.gif) no-repeat;
	text-indent: -9999px;
	margin:0 0 0 30px;
}
ul.menu-footer {
	margin: 0;
	float:left;
	clear:right;
	width:840px;
	margin:17px 0 0 26px;
}
ul.menu-footer li {
	margin: 0 4px;
}
ul.menu-footer li a {
	font-size: 13px;
	float:left;
	margin: 0;
	background: url(../Images/marcador-menu-footer.gif) no-repeat 0px 5px;
	padding-left:15px
}
ul.menu-footer li {
	float:left;
}
ul.menu-footer li.moresocialmorebusiness {
	float:right;
}
ul.menu-footer li a.moresocialmorebusiness {
	float:left;
	margin: -5px 8px 0;
	background: url(../Images/moresocialmorebusiness.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	width:226px;
	height:32px;
}
ul.menu-footer-sub {
	float:left;
	margin: 10px;
	width:100%;
}
ul.menu-footer-sub li a {
	font-size: 11px;
	float:left;
	margin: 0 8px;
	padding-left:15px;
	border-left:1px solid #132a34;
}
ul.menu-footer-sub li.telefone {
	color:#132a34;
	font-size: 18px;
	margin:0 50px 0 18px;
	width:150px;
	height:38px;
	line-height:38px;
	padding-left:20px;
	background: url(../Images/ico-telefone-footer.gif) no-repeat 0px 10px;
	display:block;
	float:left;
}
ul.menu-footer-sub li {
	font-size:11px;
	float:left;
	margin-top:12px;
}
ul.menu-footer-sub li.totvs {
	display:block;
	width:101px;
	height:27px;
	float:right;
	margin-top:5px;
}
ul.menu-footer-sub li a.totvs {
	background: url(../Images/logo-totvs.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	width:61px;
	height:27px;
	border:0px;
	margin:0px 0 0 0px;
}
