﻿/* Coluna da Esquerda 
____________________________________*/

#homeContentColLeft{
	width:320px;
	float:left;
	display:inline;
	margin-left:10px;
	}

/* Coluna da Direita 
____________________________________*/	
	
#homeContentColRight{
	width:200px;
	float:left;
	padding-left:15px;
	}	
	
/* Form Pesquisa Coluna da Direita
____________________________________*/

#pesquisa
{
	text-align:left;
	margin-top:15px;
	}

.titleBlue{	
	
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#336699;
	
}

.txtBoxStyle01{
	font-size:10px;
	width:84px;
	background:#D9E2EC;
	color:#005CA7;
	border: solid 1px #005CA7;
	}


/* Box Menor
____________________________________*/

#smallBoxHome01{
	width:128px;
	height:116px;
	float:left;
	display:inline;
	margin-top:20px;
	margin-left:20px;
	}
	
#smallBoxHome02{
	width:128px;
	height:116px;
	float:left;
	display:inline;
	margin-top:40px;
	margin-left:100px;
	}
	

/* Link de Cadastro
____________________________________*/

.linkCadastro{
	background:url(../Imgs/_png/cadastro.png) no-repeat;
	}

.linkCadastro  a:link{
	width:128px;
	height:116px;
	display:block;
	}

.linkCadastro  a:active{
	width:128px;
	height:116px;
	display:block;
	}
	
.linkCadastro  a:visited{
	width:128px;
	height:116px;
	display:block;
	}
	
.linkCadastro  a:hover{
	width:128px;
	height:116px;
	display:block;
	background:url(../Imgs/_png/cadastroHover.png) no-repeat;
	}
	

