/* CONTENT */
#boxContentMaster #boxContent .boxContentG .boxBorderBottom {padding-bottom: 0;}
#boxContent
{
	padding: 40px 0 15px;
	position: relative;
}

		/* BOX MENU INTERNO */
		#boxTopInterno
		{
			padding: 0 10px 15px;
			position: relative;
			z-index: 500;
		}
			#boxTopInterno h3
			{
				width: 99.5%;
				padding: 0 0 8px;
				font-size: 28px;
				background: url("../_imgs/_layout/border-horizontal.gif") repeat-x bottom left;
			}
			#boxTopInterno ul {padding: 5px 0;}
				#boxTopInterno ul li
				{
					float: left;
					position: relative;
				}
				#boxTopInterno ul li.liDiv {padding: 0 5px;}
					#boxTopInterno ul li a
					{
						font-family: Arial, Verdana, Helvetica, Sans-Serif;
						font-size: 12px;
					}
					#boxTopInterno ul li.pagAtual a
					{
						font-weight: bold;
						color: #9F9F9F;
					}
					#boxTopInterno ul li ul
					{
						width: 330px;
						display: none;
						padding: 5px 0 0 8px;
						position: absolute;
						top: 13px;
						left: -8px;
						border-left: 1px solid #000;
					}
						#boxTopInterno ul li ul li {float: left;}
							#boxTopInterno ul li ul li a {}
					#boxTopInterno ul li.pagAtual ul {display: block;}
						#boxTopInterno ul li.pagAtual ul li {}
						#boxTopInterno ul li.pagAtual ul li.pagAtual {}
							#boxTopInterno ul li.pagAtual ul li a
							{
								font-weight: normal;
								color: #000;
							}
							#boxTopInterno ul li.pagAtual ul li.pagAtual a
							{
								font-weight: bold;
								color: #9F9F9F;
							}
	
		/* CONTEUDO INTERNO */
		.boxContentG
		{
			/*width: 99%;*/
			width: 98%;
			padding: 0 10px 10px;
			position: relative;
			/*overflow: hidden;*/
		}
			/* PATTERNS */
			.boxContentG * {
				font-family: Arial, Verdana, Helvetica, Sans-Serif;
				font-size: 12px;
			}
			.boxContentG h4
			{
				padding: 10px 0;
				font-family: Arial, Verdana, Helvetica, Sans-Serif;
				font-size: 20px;
				font-weight: normal;
			}
			.boxContentG h5
			{
				margin: 0 0 15px;
				font-size: 14px;
				text-transform: uppercase;
			}
			.boxContentG p
			{
				margin: 0 0 15px;
				text-align: justify;
			}
			.boxContentG p.paddingTop5 {padding-top: 5px;}
			.boxContentG p.paddingTop7 {padding-top: 7px;}
			.boxContentG p.paddingTop8 {padding-top: 8px;}
			.boxContentG p.paddingTop10 {padding-top: 10px;}
			.boxContentG a
			{
				font-weight: bold;
				text-decoration: underline;
			}
			.boxContentG img.alignLeft {float: left; margin: 0 10px 10px 0;}
			.boxContentG img.alignRight {float: right; margin: 0 0 10px 10px;}
			.boxContentG img.alignCenter {display: block; margin: 0 auto;}
			.boxContentG ul {margin: 0 0 15px 35px;}
			
			.boxContentG table 
			{
			    width: 100%;
			    border-collapse: collapse;
			}
			    .boxContentG table thead {}
			        .boxContentG table thead tr {}
			            .boxContentG table thead tr th {background-color: #E0E0E0;}
			            .boxContentG table thead tr td {}
			    .boxContentG table tbody {}
			        .boxContentG table tbody tr {}
			            .boxContentG table tbody tr th {}
			            .boxContentG table tbody tr td {}
			    
			    .boxContentG table tr {}
			        .boxContentG table tr th, .boxContentG table tr td {padding: 5px;}
			        .boxContentG table tr th {text-align: left;}
			        .boxContentG table tr td {}
			        .boxContentG table tr .left {text-align: left;}
			        .boxContentG table tr .center {text-align: center;}
			        .boxContentG table tr .right {text-align: right;}
			        .boxContentG table tr.bgCell th, .boxContentG table tr.bgCell td {background-color: #F4F4F4;}
			
			/* ESTRUTURA */
			.boxContentG .boxContentLeft
			{
				width: 475px;
				float: left;
				padding: 0 16px 0 0;
			}
			.boxContentG .boxContentBorderLeft {background: url("../_imgs/_layout/border-vertical.gif") repeat-y top right;}
			.boxContentG .boxContentRight
			{
				width: 475px;
				float: left;
				padding: 0 0 0 16px;
			}
			.boxContentG .boxContentBorderRight {background: url("../_imgs/_layout/border-vertical.gif") repeat-y top left;}
			
			.boxContentG .block
			{
				width: 100%;
				clear: both;
			}
			
			.boxContentG .boxBotoes
			{
				position: absolute;
				top: 0;
				right: 10px;
				z-index: 200;
			}
				.boxContentG .boxBotoes li
				{
					float: left;
					padding: 0;
				}
				.boxContentG .boxBotoes li.liDiv {padding: 5px;}
					.boxContentG .boxBotoes li a
					{
						display: block;
						float: left;
						font-family: Arial, Verdana, Helvetica, Sans-Serif;
						font-size: 12px;
						line-height: 22px;
						color: #515151;
					}
					.boxContentG .boxBotoes li img {margin-left: 5px;}				

/* VITRINE INTERNAS */
#boxVitrineInternasMaster
{
	width: 100%;
	min-width: 1004px;
	height: 190px;
}
.boxVitrineInternas01 {background: url("../_imgs/_internas/background-01.jpg") no-repeat top center;}
.boxVitrineInternas02 {background: url("../_imgs/_internas/background-02.jpg") no-repeat top center;}
.boxVitrineInternas03 {background: url("../_imgs/_internas/background-03.jpg") no-repeat top center;}
.boxVitrineInternas04 {background: url("../_imgs/_internas/background-04.jpg") no-repeat top center;}
.boxVitrineInternas05 {background: url("../_imgs/_internas/background-05.jpg") no-repeat top center;}
.boxVitrineInternas06 {background: url("../_imgs/_internas/background-06.jpg") no-repeat top center;}
.boxVitrineInternas07 {background: url("../_imgs/_internas/background-07.jpg") no-repeat top center;}
	#boxVitrineInternas
	{
		width: 1004px;
		margin: 0 auto;
		position: relative;
	}
		/* IMAGEM DESTAQUE INTERNAS */
		#boxImagemDestaqueInternas
		{
			position: absolute;
			top: 0;
			right: 0;
			z-index: 200;
		}
		.boxImagemDestaqueInternas01 {width: 442px; height: 299px; background: url("../_imgs/_internas/img-01.png") no-repeat top left;}
		.boxImagemDestaqueInternas02 {width: 442px; height: 299px; background: url("../_imgs/_internas/img-02.png") no-repeat top left;}
		.boxImagemDestaqueInternas03 {width: 442px; height: 299px; background: url("../_imgs/_internas/img-03.png") no-repeat top left;}
		.boxImagemDestaqueInternas04 {width: 442px; height: 299px; background: url("../_imgs/_internas/img-04.png") no-repeat top left;}
		.boxImagemDestaqueInternas05{width: 492px; height: 299px; background: url("../_imgs/_internas/img-05.png") no-repeat top left;}
		.boxImagemDestaqueInternas06{width: 492px; height: 299px; background: url("../_imgs/_internas/img-06.png") no-repeat top left;}
		.boxImagemDestaqueInternas07{width: 492px; height: 299px; background: url("../_imgs/_internas/img-07.png") no-repeat top left;}

/* CADASTRE-SE */
.boxCadastreSe {}
	.boxCadastreSe fieldset 
	{
		width: 100%;
		padding: 8px 0;
	}
	.boxCadastreSe fieldset.fieldsSexo {}
	.boxCadastreSe fieldset.fieldsDesejoReceber {padding: 0 0 0 155px;}
		.boxCadastreSe fieldset label, .boxCadastreSe fieldset span
		{
			width: 150px;
			float: left;
			padding: 0 5px 0 0;
			text-align: right;
			font-weight: normal;
			color: #0092CF;
		}
		.boxCadastreSe fieldset.fieldsSexo label, .boxCadastreSe fieldset.fieldsDesejoReceber label
		{
			width: auto;
			padding: 0 20px 0 10px;
			text-align: left;
			font-weight: normal;
			color: #000;
		}
		.boxCadastreSe fieldset input, .boxCadastreSe fieldset select 
		{
			float: left;
			border: 1px solid #CCC;
		}
		.boxCadastreSe fieldset input
		{
			width: 230px;
			padding: 2px;
		}
		.boxCadastreSe fieldset input.txtDDDTelefone {width: 23px; margin-right: 5px;}
		.boxCadastreSe fieldset input.txtTelefone {width: 195px;}
		.boxCadastreSe fieldset.fieldsSexo input, .boxCadastreSe fieldset.fieldsDesejoReceber input {width: auto; border: 0;}
		.boxCadastreSe fieldset input.bt85x30 
		{
			width: 85px;
			display: inline;
			margin: 0 0 0 300px;
			padding: 0;
			border: 0;
		}
		.boxCadastreSe fieldset select {width: 195px;}
	.boxCadastreSe div .msgErrors {color: #B90400;}
	.boxCadastreSe div .listErrorsCadastreSe 
	{
		margin: 5px 0 15px 15px;
		list-style-type: disc;
	}
		.boxCadastreSe div .listErrorsCadastreSe li
		{
			color: #B90400;
		}
