@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px; }

html, body {height:100%;} 

body {
	margin:0; 
	padding:0;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	/*background: url(../images/bodyback.png) repeat;*/
	background: url(../images/body-bg.png) repeat-y center;
/*	background:  #fff;*/
	background-attachment:fixed;
	color:#960;
}

#tudo { 
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
}

* html #tudo {height: 100%;}

#conteudo {
	padding-bottom:100px;
	margin:0 auto;
	width:980px;
}

#topo {
	height:150px;
	text-align:left;
	background:url(../images/bg_topo.png) repeat-x;
}

#cont_topo{
	margin:0 auto;
	width:980px;
	height:150px;
}

#cont_topoL{
	float:left;
	width:150px;	
}

#cont_topoR{
	float:right;
	width:750px;	
}

#top_principal {
	float:left;
	text-align:justify;
	background:url(../images/bg_top_princ.png) no-repeat top;
	height:40px;
	width:980px;
}

#principal {
	float:left;
	text-align:justify;
	background:url(../images/bg_princ.png) repeat-y;
	width:980px;
	height:100%;
}

#rdp_principal {
	float:left;
	text-align:justify;
	background:url(../images/bg_rodape_princ.png) no-repeat top;
	height:40px;
	width:980px;
}

h1.tit_blC{
	font-size:11px;
	color:#960;
	padding:0 10px;
	text-transform:uppercase;
}

#auxiliar {
	width:200px;
	float:left;
	padding-top:10px;
}

#rodape {
	height:100px;
	position: absolute;
	bottom: 0; 
	text-align:center;
	width:100%;
	background: url(../images/bg_rodape.png) repeat-x top;
}

#rodape p {
	margin:0;
	font-weight:bold;
}

#contA{
	width:940px;
	height:250px;
	float:left;
	background:url(../images/bg_contA.png) center center;
	margin:0 20px;
}

#contA p{
	margin-top:80px;
	color: #960;
	padding: 0 30px 0 20px;
}

#contB{
	width:940px;
	height:280px;
	float:left;
	background:url(../images/bg_contB.png) no-repeat center center;
	margin:10px 20px;
}

#contD{
	width:940px;
	height:auto;
	float:left;
	background:none;
	margin:5px 20px;
	padding-top:10px;
}

#contD h1{
	font-size:14px;
	color:#960;
}

#contL{
	width:312px;
	height:300px;
	float:left;
	background:url(../images/bg_contL.png) no-repeat right top ;
	margin-left:20px;
}

p.txt_cont{
	margin:75px 20px 0 35px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#960;
	height:180px;
}

#contC{
	width:313px;
	height:300px;
	float:left;
	background:url(../images/bg_contC.png) no-repeat right top ;
}

#contR{
	width:312px;
	height:300px;
	float:left;
	background:url(../images/bg_contR.png) no-repeat right top ;
}

.clear {clear:both;}

#nav li.um {
	margin-bottom:8px;
	text-align:center;
}

#sub_rodape{
	width:980px;
	margin:10px auto 10px auto;
	height:80px;
}

#rdpL{
	width:312px;
	height:100%;
	float:left;
	margin-left:20px;
	border-right:1px dotted #999;
	margin-top:10px;
}

#rdpC{
	width:313px;
	height:100%;
	float:left;
	margin-top:10px;	
}

#rdpC p{
	text-align:center;
	margin-left:5px;
}

#rdpR{
	width:312px;
	height:100%;
	float:left;
	border-left:1px dotted #999;
	margin-top:10px;	
}

#rdpR p{
	font-size:10px;
	color:#DDC188;
	text-align:center;
	padding:0 3px;
}

#rdpR p strong{
	text-align:justify;
	font-size:12px;
	color:#960;
}

.btn_mais{
	float:right;
	margin-right:10px;
	bottom:0;
}

.nav_porthome{
	float:left;
	width:240px;
	text-align:center;
	margin-top:5px;
}

.nav_porthome a#prev2{
	float:left;
}

.nav_porthome a#next2{
	float:right;
}

.nav_porthome a{
	color:#960;
	text-decoration:none;
	font-size:14px;
}

.nav_porthome a:hover{
	color:#900;
}

.nav_porthome a:active{
	color:#900;
}

#contBL{
	width:645px;
	float:right;
	height:auto;
	margin-right:10px;
	margin-top:10px;
}

#contBR{
	width:275px;
	float:left;
	height:auto;
	margin-top:70px;
}

#contBR p{
	text-align:justify;
	color:#960;
	padding:0 1px 0 15px;
}


#port_home{
	width:240px;
	float:left;
}

#port_home img{
	float:left;
}

#caption{
	float:left;
	width:405px;
	margin-left:5px;
	margin-top:27px;
}

#caption p{
	padding:0 10px;
	margin:0;
	color:#960;
	font-size:11px;	
}

#caption h2{
	padding:0 10px;
	margin:0;
	color:#6A430D;
	font-size:15px;
}

/* begin: slideshow */
.img_contBL{
	float:left;
	width:340px;
	height:230px;
}

.txt_contBL{
	float:right;
	width:300px;
	height:auto;
}

.txt_contBL p{
	padding:16px 15px 0 5px;
	text-align:justify;
}
/* end: slideshow */

/*menu*/
.logo{
	width: 150px;
	height:130px;
	float:left;
	background:url(../images/logo_mjp.png) center;
	margin-top:3px;
}

ul#menuback {
	margin-top:7px;
	list-style: none;
	background: url(../images/menu-bg.jpg);
	width: 750px;
	overflow: auto;	
	float:right;
}

ul#menuback li.itmenu {
	width: 150px;
	height: 75px;
	display: block;
	float: left;
}

ul#menuback li#itmenu1 {
	background: url(../images/bg_menu.png) no-repeat; 
}
ul#menuback li#itmenu2 {
	background: url(../images/bg_menu.png) no-repeat; 
}
ul#menuback li#itmenu3 {
	background: url(../images/bg_menu.png) no-repeat; 
}
ul#menuback li#itmenu4 {
	background: url(../images/bg_menu.png) no-repeat; 
}
ul#menuback li#itmenu5 {
	background: url(../images/bg_menu.png) no-repeat; 
}

a{ outline-style: none; }

a.link {
   width: 150px;
   height: 75px;
   display: block;
   background: url(../images/window.png) no-repeat bottom center;
   text-indent: -9999px;
}
/*fim menu*/

#fone{
	width:400px;
	height:30px;
	background:url(../images/bg_fone.png) no-repeat center;
	float:right;
	margin-top:10px;
}

/*noticias*/
ul#noticias{
	width: 280px;
	margin-left:20px;
	list-style:none;
	margin-top:70px;
	text-align:left;
}

ul#noticias li{
	color:#000;
	font-size:10px;
}

ul#noticias img{
	width:32px;
	height:32px;
	float:left;
	margin-top:10px;
}

ul#noticias li a{
	color:#000;
	text-decoration:none;
	width:248px;
	float:right;	
	line-height:32px;
	margin-top:10px;	
}

ul#noticias li a:hover{
	color:#C00;
	text-decoration:none;
}

.invisivel{
	visibility:hidden;
	line-height:0;
}

.titulo{
	width:940px;
	margin-left:20px;
}

.item_portfolio{
	width:220px;
	height:200px;
	background: url(../images/bg_item_port.jpg) no-repeat center;
	float:left;
	margin-left:20px;
	text-align:center;
	color:#D0A462;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top:20px;
}

.item_portfolio span.nome_port{
	width:220px;
	height:auto;
	float:left;
}

.item_portfolio span.mais_port{
	width:105px;
	height:auto;
	float:left;
}

.item_portfolio span.visitar_port{
	width:105px;
	height:auto;
	float:right;
}


.item_portfolio span.visitar_port a{
	color:#D0A462;
	text-decoration:none;
}

.item_portfolio span.visitar_port a:visited{
	color:#D0A462;
	text-decoration:none;
}

.item_portfolio span.visitar_port a:hover{
	color:#EFE4D6;
	font-weight:bold;
	font-size:14px;
}

#solucoesA{
	width:940px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	height:auto;
}

#solucoesAL{
	width:350px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	height:340px;
}


#solucoesAR{
	width:550px;
	float:right;
	margin-left:20px;
	margin-top:10px;
	height:auto;
}


.solucoesT{
	width:960px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	height:auto;
}

.solucoesT p{
	padding:5px 10px;
}

.solucoesT .imgL{
	width:320px;
	float:left;
	margin-left:10px;
}

.solucoesT .imgR{
	width:320px;
	float:right;
	margin-right:10px;	
}

.solucoesT .txtL{
	width:630px;
	float:left;
}

.solucoesT .txtR{
	width:630px;
	float:right;
}

.solucoesT .txtR p, .txtL p{
	padding:5px 10px;
}

#solucoesA p, #solucoesL p, #solucoesR p{
	padding:10px;
}

ul.lista_suporte{
	margin:10px 50px;
}

#contato{
	width:800px;
	margin:0 auto;
}

#contato form#frm_contato{
	float:left;
	width:390px;
}

#contato #dados_contato{
	float:right;
	width:400px;
}


#contato form#frm_contato label{
	margin:10px 0;
}

#contato form#frm_contato #txtnome,#txtemail,#txtassunto,#txtmensagem {
	border:1px #4c3726 solid;
	font-size:14px;
}


#contato form#frm_contato .btn_enviar{
	width:150px;
	height:30px;
	background:url(../images/btn_enviar.jpg) center no-repeat;
	border:0;
	cursor:pointer;
}

#contato form .btn_reset{
	width:150px;
	height:30px;
	background:url(../images/btn_limpar.jpg) center no-repeat;
	border:0;
	cursor:pointer;	
}

#alert{
	width:400px;
	height:200px;
	margin:0 auto;
	background: url(../images/bg_alert.jpg) no-repeat center;
	color:#D0BC84;
	text-align:center;
}

#alert h1{
	font-size:16px;
	margin-left:20px;
	padding-top:60px;
	padding-bottom:20px;
}

#alert p{
	padding:10px;
}

.off{
	color:#7D532D;	
}

h2.sub_titulo{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px;
	color:#6C4620;
}

table#host{
	width:680px;
	margin:0 auto;
	border:0;
}

table#host td.desc{
	width:350px;
}

table#host td.txt_desc{
	font-size:12px;
}

table#host td.tit_host{
	font-weight:bold;
	text-align:center;
	width:100px;
	background:#E4C78F;
}

table#host td.txt_espaco{
	font-weight:bold;
	text-align:center;
	color:#E4C78F;
	background:#6C4E20;
}

table#host td.txt_valor{
	font-weight:bold;
	text-align:center;
	color:#F00;
	background:#FFE3CE;
}

table#host td.img_ref{
	text-align:center;
}

table#host td.btn_assinar, p.btn_assinar{
	text-align:center;
	font-size:8px;
	color:#F00;
}

ul#menu_rdp{
	list-style:none;
	text-align:center;
}

ul#menu_rdp li{
	margin:5px;
	display:inline;
	width:90px;
	float:left;
}

ul#menu_rdp li a{
	color:#DDC188;
	text-decoration:none;
}

ul#menu_rdp li a:hover{
	color:#F4EAD5;
	font-weight:bold;
}

.item_noticia{
	width:940px;
	float:left;
	height:auto;
	margin-left:20px;
	border-bottom:1px dotted #5F3F1F;
	padding:10px 0;
}

.item_noticia h3{
	font-size:14px;
}

.item_noticia .data_noticia{
	width:100px;
	float:left;
}

.item_noticia .txt_noticia{
	width:830px;
	float:right;
}

.item_noticia .img_noticia{
	width:200px;
	float:left;
}

.item_noticia .txt_noticia2{
	width:630px;
	float:right;
}

.btn_contato{
	width:300px;
	height:30px;
	float:right;
	margin-top:15px;
	
}

a.lk_not{
	color:#960;
}