﻿/****************************************************************************
Nome:  v.0.1
Autor da ultima modificação: Felipe Brasil
URL:
****************************************************************************/
/*******************************************Estrutrura Template Internas*********************************/
	body { 
		background-image:url('/Imagens/CBT/Estrutura/bg-home.jpg');
		background-repeat:no-repeat;
		background-color:#06193a;
	}
	
	/*.box { background:url('../../../../Imagens/CBT/Estrutura/bg-box.png') center; border:1px #5697c5 solid; }	*/
	
	#rec-interna-box19 { width:980px; /* *height:145px; _height:137px;*/ float:left; padding-bottom:10px; }
	
	
	#rec-interna-col-dir{ width:185px; float:right; }
	#rec-interna-00 { width:185px; padding-bottom:14px; float:right; }
	
	#rec-interna-col-menu { width:212px; float:left; }
	#rec-interna-01 { width:190px; padding-bottom:14px; float:left; }
	
	#rec-conteudo-interno{ width:525px; padding-bottom:14px; float:right; }

	#rec-interna-conteudo-1	{ width:786px; float:left;  }
	#rec-interna-conteudo-2	{ width:980px; float:left;  }
	
	
	#rec-interna-conteudo-1 #titulo-pag{
		background:transparent url('/Imagens/CBT/Estrutura/Internas/bg-titulo.png') no-repeat scroll left top;
		height:29px;
		margin:0px 0px 8px 0px;
		width:756px;
		padding-top:11px;
		padding-left:13px;
		padding-right:17px;
		font-size:18px;
		font-weight:bold;
		color:#fff;
		float:left;
	}
		
	#rec-interna-conteudo-1 #titulo-pag a{
		background:transparent url('/Imagens/CBT/Estrutura/Internas/ico-seta-voltar.jpg') no-repeat scroll left center;
		padding-left:23px;
		display:inline-block;
		width:52px;
		height:18px;
		font-size:11px;
		font-weight: normal;
		color:#fff;
		text-decoration:none;
		float:right;
	}



	#BCorpo{
		border:1px #fff solid;
		background-color:#8a9dad;
		width:774px;
		padding:4px;
		float:left;
	}
	#BInterna{
		border:1px #728abe solid;
		background-color:#eaeef1;
		width:740px;
		padding:15px;
		float:left;
	}
