﻿
/****************************************************************************
Nome: Intranet v.0.1
Autor: Felipe Brasil Estruturador .NET
URL: http://www.felipebrasil.com.br
****************************************************************************/
		
/*****************************************************************************************************************
	Modulos 
*****************************************************************************************************************/
	/* Template de Modulo HTML*/
		
	.list-adminstrativo 			{ padding-bottom:10px; width:100%; clear:both; }
    .list-adminstrativo img 		{ margin:10px; float:left; border:3px #f1f1f1 solid; width:89px; height:89px; }

    .list-adminstrativo .btn-aba 	{ display:inline-block; margin-top:3px; height:20px;   }
    .list-adminstrativo ul 		    { list-style:none; margin:0px; padding:0px;  }
    .list-adminstrativo li 		    { margin:0px; padding:0px 0px 7px 12px; color:#0096d4; }
    .list-adminstrativo li a 		{ padding-left:8px; text-decoration:underline; color:#0096d4; background:transparent url('Imagens/Estrutura/ponto.jpg') no-repeat scroll left 5px;  }
    .list-adminstrativo li a:hover  {  }
	
	
	/* Item do rotetor modulo*/
	.banner-rotetor  { margin:0px; padding:0px; }
	.banner-rotetor .bx-cm { position:relative; border-bottom:2px #fff solid; width:228px; height:95px; }
	.banner-rotetor .bx-cm a { 
		position:relative; z-index:2; display:block; background:transparent url('Imagens/Estrutura/bg-transparente.png') no-repeat scroll left -20px;  
		text-align:center; padding-top:5px; height:90px; text-indent:-8000px; 
		font-family:"Trebuchet MS", sans-serif;
		color:#fff; 
	}
	.banner-rotetor .bx-cm a .sigla { font-size:30px; display:block; text-transform:uppercase;  }
	.banner-rotetor .bx-cm a span { font-size:11px; display:block; padding:0px 10px;  }
	
	.banner-rotetor .bx-cm a:hover { text-indent:0px; background-repeat:repeat; text-decoration:none; }
	
	.banner-rotetor .bx-cm img {
		width:228px; height:95px;
		float:left; 
		position:absolute; top:0px; left:0px; 
		_position:relative; _margin-top:-95px; z-index:1;  
		overflow:hidden; text-align:right;
	}

	.bx-banner-rotetor  { width:228px; height:95px; background-image:url('Imagens/Estrutura/bg-controle.jpg'); position:relative; }
	
	.bx-banner-rotetor .proximo,
	.bx-banner-rotetor .anterior { cursor:pointer; background-image:url('Imagens/Estrutura/btn-rotetor.png'); width:40px; height:33px; display:block; position:absolute; top:30px; }
	
	.bx-banner-rotetor .proximo 		{ background-position:left top; left:10px; }
	.bx-banner-rotetor .anterior		{ background-position:right top; right:10px; }
	.bx-banner-rotetor .proximo:hover 	{ background-position:left bottom; left:10px; }
	.bx-banner-rotetor .anterior:hover	{ background-position:right bottom; right:10px;	}

	.bx-banner-rotetor .desc			{ position:absolute;top:15px; left:80px; width:70px; color:#fff; text-align:center; font-weight:bold;  font-size:17px; display:block;  }


	.bx-user-camara 		{ padding-top:20px; padding-left:25px;  }
    .bx-user-camara h2 		{ color:#003366; font-size:13px; font-weight:bold; height:15px; width:245px; overflow:hidden; }
	.bx-user-camara p 		{ color:#003366; font-size:12px; background-color: Transparent; float:left; padding:0px 3px; }
	.bx-user-camara ul 		{ 
		list-style:none; margin:5px 0px; padding:5px 10px; font-size:11px; font-weight:bold;
		display:block; float:left; background-image:url('Imagens/Estrutura/bg-transparente.png'); width:200px; 
	}
	.bx-user-camara ul li	{ display:inline; float:left; margin:5px 5px 5px 0px; }
	.bx-user-camara ul li a { color:#fff; margin:3px 6px 3px 0px; border-top:1px #f1f1f1 solid; outline:1px #fff solid; display:block; }
					
					
				
					
					

	
	.bx-html-transparent { display:block; padding-top:20px; padding-left:35px; background-image:url('Imagens/Estrutura/bg-transparente.png'); }
	.bx-html-transparent h2 { color:#fff!important; font-size:15px!important; }
	.bx-html-transparent ul { }
	.bx-html-transparent ul li { color:#fff; }
	.bx-html-transparent ul li a { text-decoration:none!important; color:#fff!important; font-weight:bold; }
	.bx-html-transparent ul li a:hover { color:#FFFFCC!important; }

	
	
	.btn-video { 
		color:#003366!important; 
		font-size:13px; font-weight:bold; 
		width:174px; height:90px;  
		 background:url('Imagens/Estrutura/bg-player.png') no-repeat scroll center bottom;
		 text-decoration:none!important; text-align:center!important;
		 display:block; margin:55px 15px 20px 15px;
	}

	
	
	
	/*Fim Template de Modulo HTML*/
	
	
	
	
	/* Atendimento online*/
	
	.btn-atendimento { 
		background:url('Imagens/Estrutura/chat.png') no-repeat left center;
		padding:5px 0px 0px 60px;
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		color:#005AB8!important; font-size:14px; text-decoration:none!important; height:55px; float:left;
	}
	.btn-atendimento strong{ display:block; color:#178BFF; font-size:21px;}

	
	
	
	/* Fale com Presidência */
	
	.bx-presidente 		{ float:left; width:100%; }
	.bx-presidente img 	{ margin:0px 20px 10px 0px; float:left; }
	.bx-presidente h2 	{ 
		color:#003c54; font-size:15px; font-family: 'MyriadProSemibold', sans-serif; padding-left:80px; padding-bottom:5px!important;
		background:transparent url('Imagens/Estrutura/seta-down03.jpg') no-repeat scroll 96px 6px; text-align:left; 
	}

    
    
        	
	/* Associado */
	
	.bx-associado 		{ float:left; width:100%; }
	.bx-associado img 	{ margin:0px 10px 10px 10px; float:left; }
	.bx-associado h2 	{ 
		color:#003c54; font-size:15px; font-family: 'MyriadProSemibold', sans-serif; padding-left:80px; padding-bottom:5px!important;
		background:transparent url('Imagens/Estrutura/seta-down03.jpg') no-repeat scroll 70px 6px; text-align:left; 
	}
	.bx-associado p, .bx-presidente p			{ color:#949494!important; font-size:11px; text-align:justify; }
	.bx-associado p a, .bx-presidente p a			{ color:#949494; text-decoration:none; }
	.bx-associado p a:visited, .bx-presidente p a:visited	{ color:#949494; text-decoration:none; } 
	.bx-associado p a:hover, .bx-presidente p a:hover	{ color:#949494; text-decoration: underline; } 
	
	
		
    
        
    
    /* Listagem parceiros*/
				
	.bx-apoio-inst 		{ float:left; width:100%; padding-bottom:10px; }
	.bx-apoio-inst h2 	{ color:#7a7a7a; font-size:15px; font-family:'MyriadProSemibold', sans-serif; padding-left:14px; background:url('Imagens/Estrutura/seta-down00.gif') no-repeat left 6px; }
	
	/*.bx-apoio-inst a 		{ display:inline-block; margin:4px; }
	.bx-apoio-inst a img	{ height:32px; border:1px #fff none; }*/
	


    /* btn atendimento online*/

    .btn-chat-online {
     width:187px; height:50px; float:left; text-indent:-9999px;
      background-image:url('Imagens/Estrutura/btn-atendimento.gif');
    }
    
    .pt{}
    .en{}
    .es{}


	
	/* HTML  */ 
	
	
	 .conteudo-html{ width:100%; float:left; font-size:12px; color:#949494; text-align:justify;  }

		
	/*H1*/
	    .conteudo-html h1, .conteudo-html h2, .conteudo-html h3, .conteudo-html h4, .conteudo-html h5, .conteudo-html h6  
	    {  font-family:'MyriadProSemibold', sans-serif; font-weight:bold; margin-top:5px;  padding-bottom:10px; }
	    
		.conteudo-html h1  { font-size:17px; }
		.conteudo-html h2  { font-size:13px; color:#003c54; }
		.conteudo-html h3  { }
		
	
	/* Cores */
	
	.azul 		{ color:#003c54; }
	.azul-claro { color:#0096d4; }
	.amarelo 	{ color:#f5b015; }
	
	
	/*Imagens*/
	
	.imagem-esquerda{ margin:0px 15px 15px 0px;  border:3px #f1f1f1 solid; float:left; }
	.imagem-direita{ margin:0px 0px 15px 15px;  border:3px #f1f1f1 solid; float:right; }
	
	
	
    /*p strong ul li a */
    
        .conteudo-html p        	{ padding-bottom:15px; }
                
        .conteudo-html ul 	    	{ list-style-type:none; margin-left:12px; padding-bottom:10px; }

		.conteudo-html a,
		.conteudo-html a:visited	{ color:#0096d4; text-decoration:underline; }
		.conteudo-html a:hover		{ color:#0096d4; text-decoration:none; }
		
		.conteudo-html hr			{ border-style:solid; border-color:#949494; border-width:1px; height:1px; }
	
		.conteudo-html table.tabela  		{ border-collapse:collapse; }
		.conteudo-html table.tabela th		{ border-bottom:1px #21a3d9 solid; border-right:3px #fff solid; color:#0096d4; font-size:15px; font-family:'MyriadProSemibold', sans-serif; font-weight:bold; text-align:left; padding:4px; }
		.conteudo-html table.tabela td	    { background-color:#fdfdfd; color:#949494; font-size:12px; padding:4px; /*border-right:3px #fff solid;*/ }
		.conteudo-html table.tabela .alter td { background-color:#f5f5f5; padding:4px; border-bottom:1px #ccc solid;  border-top:1px #fff solid;  }
		.conteudo-html table.tabela .firt-alter { background-color:#C4F0FF; padding:4px; color:#0096d4; border-bottom:1px #21a3d9 solid;  }


/*   mapa do site  */

.col-00 { float:left; width:220px; padding:10px; }

.col-00 .list-link{ margin-left:0px;  text-align:left;}
.col-00 .list-link li ul{ display:none;}
.col-00 .list-link li:hover ul{ display:block;}


.col-00 .list-link ul{ list-style:none; margin:0px 0px 0px 8px; padding:0px; }
.col-00 .list-link ul li{ margin:0px; padding:0px; }
.col-00 .list-link ul li a { padding-left:8px; text-decoration:underline; font-size:10px; color:#666666; }
.col-00 .list-link ul li a:hover{color:#0096D4;}





	.tit-portais { float:left; width:235px;/* background:url('Imagens/Estrutura/bg-tit-portal-base.jpg') no-repeat left bottom; */}
    .tit-portais h2 { 
    	/*background:url('Imagens/Estrutura/bg-tit-portal-topo.jpg') no-repeat left top;*/
    	color:#7a7a7a;
    	font-family:'MyriadProSemibold', sans-serif;
    	font-size:14px; margin-top:0px!important; font-weight:normal;
    	padding:0px 10px; 
    
    } 
    .tit-portais h2 span { background:url('Imagens/Estrutura/seta-down00.jpg') no-repeat left center; padding:10px 15px; display:inline-block; } 



/* video*/


		.box-video { 
			 float:left; 
			 width:100%; 
			 text-align:center; 
			 background:url('/Abimaq/Imagens/Estrutura/bg-video.jpg') no-repeat left 5px;
			}
			.box-video h2 {
				float:left;
			    font-family:Arial,Helvetica,sans-serif;
			    font-size:12px;
			    font-weight:normal;
			    height:21px;
			    line-height:21px;
			    padding-left:13px; 
			    color:#545454!important; padding-bottom:0px!important; 
			}
	    .box-video .video{ background-color:#e0e0e0; float:left; padding:10px; }

	/* Abas html */
	
	.p-desc{ border-bottom:1px #949494 solid; border-top:1px #949494 solid; padding-top:15px; }
	
	.btn-aba { 
		display:block; margin-top:1px;
		background: transparent url('Imagens/Estrutura/ico-abas.gif') no-repeat scroll left -57px;
		line-height:33px; padding-left:20px; font-size:12px; color:#003c54; font-weight:bold; text-decoration:none!important;
	}
	
	.btn-aba:hover, .btn-aba:active, .btn-aba:focus, .ativo_resp0  { background-position:left 12px; text-decoration:none!important;  }

      .busca-google { background:none!important;}
    .busca-google h2{ color:#003C54; margin:0px; font-size:16px;}
    .busca-google .gsc-search-box input{ padding-left:2px; background:#fff!important; width:630px!important; border: 1px solid #545454; font-size: 11px!important; height: 17px;}
    .busca-google .gsc-search-button input  {
        background: none repeat scroll 0 0 #CCCCCC !important;
        border: 1px solid #999999;
        height: 20px;
        line-height: 20px;
        margin-left: 10px;
        width: 65px!important; 
    }
    .busca-google .cse .gsc-control-cse, .gsc-control-cse { background:none!important; border:none!important; }
    .busca-google .gsc-tabHeader .gsc-inline-block .gsc-tabhActive {display:none!important;}
    .busca-google .gs-watermark a {display:none;}
   
   
   .gsc-wrapper .gsc-adBlock iframe{ background-color:#000!important;}
    .busca-google .cse .gsc-tabHeader.gsc-tabhActive, .gsc-tabHeader.gsc-tabhActive {display:none!important; }
    .busca-google .gsc-resultsHeader {display:none!important;}
    .busca-google .gs-title { font-weight:bold; color:#003C54; }
    .busca-google .sr-div, .descText, .sl-table-ol td, .sl-table td, .ctcT a {color:#ccc!important;}
    .titleLink, .sl-table a, .sl-table-ol a { color:#ccc!important;}
    .busca-google .gcsc-branding { float:right;}
    .busca-google .gsc-cursor-page {float:left; cursor:pointer; margin-left:3px;}
    .busca-google .adC { color:#ccc; }
    .busca-google .domainLink { color:#ccc!important; border:none!important; }
    .busca-google #adBlock h2 a, #adBlock h2 { background:none!important; color:Red!important;}
.busca-google .gsc-cursor-box .gsc-cursor { 
	background: url("Imagens/Estrutura/bg-mid-pag.jpg") repeat-x scroll left top transparent;
    	float: left;
 	height: 39px;
    	width: 96%;	
    	padding-left: 30px;
	padding-top:10px;
	text-align:center;
	}
 
.busca-google ul li a:hover, .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover { background:#0096D4; color:#fff; heigth:10px;  width: 17px; height: 15px; }


.paginAtivo, .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page { background:#0096D4; color:#fff; heigth:10px;  width: 17px; height: 15px; }
	.busca-google .gsc-cursor-page {float:left; cursor:pointer; margin-left:3px;color: #003854;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding: 3px 4px;
    width: 17px;
}


