@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style-type:none;
}
html{
	width:100%;
}
body{
	font:11px Tahoma, Geneva, sans-serif;
}
html,body{
	min-height:100%;
	height:100%;
	color:#444e57;
}
form,label,p,dl,dt,dd,ul,li{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	display:block;
}
img{
	border-style:none;
}
.limpa{
	clear:both; 
	font-size:0; 
	line-height:0;
}
.centralizar{
	text-align:center!important;
}
a:hover{
	text-decoration:underline;
}
.esquerda{
	float:left!important;
}
.direita{
	float:right!important;
}
.ocultar{
	display:none!important;
}
.exibir{
	display:block!important;
}
div.hr{
	background:url(../img/site/tracejado_horizontal.gif) repeat-x center center;
	margin:10px 0;
	height:1px;
	clear:both;
	position:relative;
}
div.hr hr{
	display:none;
}
div#tela{
	position:absolute;
	margin:0 0 0 -478px;
	height:180px;
	width:956px;
	left:50%;
	z-index:20;
	top:120px;
	background:url(../img/site/padrao.jpg) no-repeat center top;
}
div#suspenso{
	position:absolute;
	z-index:25;
	top:0;
	background:url(../img/site/blank.gif) repeat center center;
}
div#container{
	width:1000px;
	margin:0 auto;
	position:relative;
	min-height:100%;
	height:auto!important;
	height:100%;
	background:url(../img/site/bg_topo_esquerda.jpg) no-repeat left 260px;
}
div#cabecalho{
	background:url(../img/site/topo.jpg) repeat-x right top;
}
div#cabecalho h1{
	display:block;
	font-size:0;
}
div#cabecalho h1 a{
	height:90px;
	width:350px;
	background:url(../img/site/oxxion_informatica.jpg) no-repeat center center;
	text-indent:-9999px;
	display:block;
}
div#cabecalho h1 img{
	display:none;
}
div#topo{
	background:url(../img/site/barra_azul_bg.jpg) repeat center top;
	height:170px;
	width:100%;
}
div#topo div.base_e{
	background:url(../img/site/barra_azul_esquerda.jpg) no-repeat left top;
	height:100%;
	width:100%;
}
div#topo div.base_d{
	background:url(../img/site/barra_azul_direita.jpg) no-repeat right top;
	height:100%;
	width:100%;
}
div#conteudo{
	width:980px;
	padding:0 0 90px;
	margin:0 0 0 20px;
	position:relative;
	z-index:10;
	background:url(../img/site/bg_topo_direita.jpg) no-repeat right top;
}
div#conteudo a{
	font-weight:bold;
	color:#444E57;
}
div#conteudo ul{
	padding:10px 18px 5px;
}
div#conteudo ul li{
	background:url(../img/site/bullet.jpg) no-repeat left 2px;
	padding:0px 0px 0px 18px;
	margin:0px 0px 10px;
	font-size:10pt;
	line-height:11pt;
	position: relative;
}
div#area{
	background:#FFF;
	width:956px;
	margin:0 0 0 2px;
}
div#principal{
	width:896px;
	float:left;
	position:relative;
	padding:50px 0px 0px;
	left:18px;
}
div.coluna div#principal{
	width:580px;
	margin:0;
}
div#principal p{
	font-size:10pt;
	line-height:14pt;
	text-align:justify;
	margin:0 0 15px;
}
div#principal p.sucesso {
	font-size: 13pt;
	line-height: 14pt;
	font-weight: bold;
	color: #1B72BF;
}
div#principal h1,div#principal h2,div#principal h3,div#principal h4,div#principal h5,div#principal h6{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:5px 0;
}
div#principal h1,
div#principal h2{
	font-size:18pt;
	margin:0 0 10px;
	letter-spacing:0.01mm;
	white-space:nowrap;
}
div#principal h3{
	background:url(../img/site/titulo_cinza_grande.jpg) no-repeat center center;
	height:52px;
	line-height:52px;
	font-size:14pt;
	cursor:default;
	font-weight:lighter;
	letter-spacing:1px;
	text-align:left;
	text-indent:20px;
	clear:both;
	position: relative;
	left: -10px;
	margin: 25px 0px 5px;
	width: 600px;
}
div#principal h4{
	font-size:13pt;
}
div#principal h5{
	font-size:12pt;
}
div#principal h6{
	font-size:11pt;
}
div#principal img.esquerda{
	margin:0px 15px 15px 0px;
}
div#principal img.direita{
	margin:0px 0px 15px 15px;
}
div#coluna{
	width:315px;
	float:right;
	position:relative;
	right:5px;
	padding:50px 0px 10px;
}
div#coluna small{
	display:block;
	padding:0 15px 0 20px;
}
div#coluna ul li p{
	padding:10px 20px 0px 35px;
	line-height:12pt;
	text-align:justify;
}
div#coluna p.li{
	padding:10px 40px 0px 15px;
	line-height:12pt;
	text-align:justify;
}
div#coluna h2{
	background:url(../img/site/titulo_cinza_medio.jpg) no-repeat center center;
	height:52px;
	line-height:52px;
	font-size:14pt;
	cursor:default;
	font-weight:lighter;
	letter-spacing:1px;
	text-align:center;
}
div#coluna h3{
	padding:5px 20px 0px;
	font-size:10pt;
	text-align:justify;
}
div#coluna h5{
	font-weight:normal;
	padding:5px 20px 15px;
	text-align:justify;
	font-size:10pt;
	line-height:11pt;
}
div#coluna div.box_itens{
	
}
div#coluna div.box_itens ul{
	padding:0px;
}
div#coluna div.box_itens ul li{
	height:90px;
	margin:0px;
	padding:0px;
	background:url(none);
	font-size:8pt;
}
div#coluna div.box_itens ul li a{
	font-weight:normal;
	display:block;
	cursor:pointer;
}
div#coluna div.box_itens ul li a:hover,
div#coluna div.box_itens ul li a:hover strong,
div#coluna div.box_itens ul li a:hover span{
	text-decoration:underline;
}
div#coluna div.box_itens ul li a strong{
	height:15px;
	font-size:8pt;
	line-height:15px;
	text-transform:uppercase;
}
div#coluna div.box_itens ul li a img{
	float:left;
	margin:0 5px 0 0;
}
div#coluna div.box_itens ul li a span{
	display:block;
	width:205px;
	float:left;
	line-height:14px;
}
div#clientes{
	margin:10px auto 0px;
	height:120px;
	width:250px;
	position:relative;
	border:1px solid #EAF1FB;
}
div#chamadas{
	clear:both;
	margin:0 auto;
	width:950px;
}
div#chamadas ul{
	margin:0 auto;
	padding:0;
}
div#chamadas ul li{
	float:left;
	background:url(none);
	margin:0;
	position: relative;
	padding:0 0 20px 0;
	vertical-align: top;
}
div#chamadas ul li a.saibamais{
	font-weight:bold;
	display:block;
	position:absolute;
	bottom:10px;
	font-size:8pt;
	text-align:right;
}
div#chamadas ul li h2{
	position:relative;
}
div#chamadas ul li p{
	line-height:17px;
	text-align:justify;
	font-size:10pt;
}
div#chamadas ul li h3{
	padding:0px 0px 0px 13px!important;
	font-size:11px;
	line-height:15px;
	margin:0px;
	text-align:left;
}
div#chamadas.tres ul{
	width:954px;
}
div#chamadas.tres ul li{
	width:318px;
}
div#chamadas.tres ul li a.saibamais{
	width:290px;
}
div#chamadas.tres ul li h2{
	background:url(../img/site/titulo_cinza_medio.jpg) no-repeat center center;
	height:52px;
	text-align:center;
	line-height:52px;
	font-size:14pt;
	font-weight:lighter;
	letter-spacing:1px;
	margin:0px;
}
div#chamadas.tres ul li p{
	padding:10px 15px 0;
}
div#chamadas.quatro ul{
	width:952px;
	padding:60px 0px 0px;
}
div#chamadas.quatro ul li{
	width:238px;
	padding:0 0 40px;
	background:url(../img/site/tracejado_vertical.gif) repeat-y left 30px;
}
div#chamadas.quatro ul li a.saibamais{
	width:225px;
}
body#servicos div#chamadas ul li{
	padding:0px 0px 240px;
}
body#servicos div#chamadas ul li img{
	display: none;
}
body#servicos div#chamadas ul li a.saibamais{
	bottom:0px;
	height:50px;
	width:276px;
	padding:210px 20px 0 0;
	margin:0 0 0 11px;
	background:url(../img/site/blank.gif) no-repeat;
}
body#servicos div#chamadas ul li a.um {
	background: url(../img/site/servicos_integracao.jpg) no-repeat center center;
}
body#servicos div#chamadas ul li a.dois {
	background: url(../img/site/servicos_infra.jpg) no-repeat center center;
}
body#servicos div#chamadas ul li a.tres {
	background: url(../img/site/servicos_ti.jpg) no-repeat center center;
}

body#suporte div#chamadas ul li{
	padding:0 0 60px;
}
body#suporte div#chamadas ul li h3{
	padding:0px 0px 0px 15px;
	font-size:11pt;
	line-height:12pt;
	height:75px;
	position:absolute;
	bottom:-30px;
}
body#suporte div#chamadas ul li h3 img{
	position:relative;
	margin:-25px 0 0;
	float: left;
}
body#suporte div#chamadas ul li h3 em{
	font-size:10pt;
	font-style:normal;
}
body#produtos div#chamadas {
	background: url(../img/site/tracejado_horizontal.gif) repeat-x center bottom;
}
body#produtos div#chamadas ul li {
	padding: 0px;
}

body#produtos div#chamadas ul li img{
	position:relative;
	top: -110px;
}
body#produtos div#chamadas ul li h3{
	padding:5px 30px 0px 8px!important;
	position: relative;
	margin: -110px 0px 0px;
}
body#produtos div#chamadas ul li:first-child{
	background:none!important;
}
body#produtos div#chamadas ul li h2{
	background:url(../img/site/titulo_cinza_pequeno.jpg) no-repeat center center;
	height:52px;
	text-align:left;
	line-height:52px;
	font-size:14pt;
	font-weight:lighter;
	letter-spacing:1px;
	padding:0px 0px 0px 20px;
	top:-45px;
}
body#produtos div#chamadas ul li p{
	padding:10px 7px 0px;
}
body#consultoria div#chamadas ul li {

}

body#fashion div#principal img#aplicativo{
	position:relative;
	margin:-30px 0px 15px 15px;
	float:right;
}
body#genesys div#principal ul.medio{
	float:right;
	width:260px;
}
div#rodape{
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	z-index:15;
}
div#rodape div.centro{
	height:38px;
	width:886px;
	padding:20px 35px 0;
	background:url(../img/site/rodape_bg.jpg) repeat center top;
	margin:0px auto 0;
	position: relative;
	bottom: 0px;
}
div#rodape p{
	color:#9A9A9A;
	font-size:10px;
	padding:0 0 10px;
	float:left;
}
div#rodape p img{
	position:absolute;
	left:50%;
	top:auto;
	margin:2px 0 0;
}
div#rodape p a{
	color:#9A9A9A;
}
div#rodape hr{
	display:none;
}
div.rodape{
	position:absolute;
	left:50%;
	z-index:5;
	width:1000px;
	bottom:0;
	margin:0 0 0 -500px;
	height:208px;
	background:url(../img/site/rodape_bg_direita.jpg) no-repeat right bottom;
}
div.rodape div{
	width:500px;
	height:100%;
	position:absolute;
	background:url(../img/site/rodape_bg_esquerda.jpg) no-repeat left bottom;
}
