/* SITEINDEX */

#blocos-principal-lateral{
	width:100px;
	float:left;
	background-image:url(../Imagens/lateral-siteindex.png);
	background-position:top;
	background-repeat:no-repeat;
	height:500px;
}

#blocos-principal-conteudo{
	width:480px;
	padding:15px;
	float:right;
	background-color:#FFFFFF;
}

.blocos-juntor{
	border-bottom:5px solid #666666;
	margin-bottom:10px;
	min-height:500px;
}
	
/*#############################################################*/
/*#############################################################*/
/*#############################################################*/

/* CAMPO DE BUSCA */

#pesquisa{
	height:35px;
	border-bottom:5px solid #666666;
	margin-bottom:10px;
}
	#pesquisa-esquerda{
		float:left;
	}
		#campocaracteres{
			width:118px;
			height:25px;
			float:left;
			margin-right:10px;
			cursor:pointer;
		}
			#campocaracteres input{
				width:112px;
				padding:5px 3px;;	
				background-color:#333333;
				color: #eeeeee; 
				font-size: 12px; 
				font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-weight:bold;
			}
			#campocaracteres input:hover{
				background-color:#222222;
			}
		
		#botaook{
			width:25px;
			border:none;
			margin-bottom:10px;
			cursor:pointer;
			float:left;
		}
			#botaook a{
				display:block;
				line-height:25px;
				text-align:center;
				color: #ffc400; 
				font-size: 12px; 
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-weight:bold;
				background-color:#333333;
			}
			#botaook a:hover{
				background-color:#222222;
			}
	
	#pesquisa-direita{
		float:right;
	}
		#botaovisualizacao{
			width:154px;
			border:none;
			margin-bottom:10px;
			cursor:pointer;
		}
			#botaovisualizacao a{
				display:block;
				line-height:25px;
				text-align:center;
				color: #ffc400; 
				font-size: 12px; 
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-weight:bold;
				background-color:#333333;
			}
			#botaovisualizacao a:hover{
				background-color:#222222;
			}
	
/*#############################################################*/
/*#############################################################*/
/*#############################################################*/

/* LISTA */
	
.listasiteindex li{
	list-style:none;
	width:480px;
	height:130px;
	margin-bottom:10px;
}

	.listasiteindex li .siteindex-imagem{
		width:234px;
		height:130px;
		float:left;
	}
		.listasiteindex li .siteindex-imagem img{
			border:5px solid #666666;
		}
		.listasiteindex li .siteindex-imagem img:hover{
			border:5px solid #333333;
		}
	
	.listasiteindex li .siteindex-textos{
		position:relative;
		width:234px;
		height:125px;
		float:right;
		border-bottom:5px solid #666666;
	}
		.listasiteindex li .siteindex-textos h1{
			color: #c0e142; 
			font-size: 18px;
			font-family: Arial, Verdana, Helvetica, sans-serif; 
			line-height:20px; 
			margin-bottom:5px;
		}
		.listasiteindex li .siteindex-textos h1 a{
			color: #c0e142; 
			font-size: 18px;
			font-family: Arial, Verdana, Helvetica, sans-serif; 
			line-height:20px; 
			margin-bottom:5px;
			text-decoration:none;
		}
		
		.listasiteindex li .siteindex-textos p{
			color: #333333; 
			font-size: 12px; 
			font-family: Arial, Verdana, Helvetica, sans-serif;
			line-height:15px;
		}
		
		.listasiteindex li .siteindex-textos .siteindex-textos-link{
			position:absolute;
			bottom:0px;
			right:0;
			line-height:15px;
			text-align:right;
		}
		
		.listasiteindex li .siteindex-textos .siteindex-textos-link a{
			color: #f7c400; 
			font-size: 12px; 
			font-family: Arial, Verdana, Helvetica, sans-serif;
			line-height:15px;
			text-decoration:none;
			font-weight:bold;
		}
		
/* THUMB */
	
.thumbsiteindex li{
	list-style:none;
	float:left;
	width:234px;
	height:130px;
	margin-bottom:10px;
	margin-right:11px;
}

.thumbsiteindex .semmargem{
	margin-right:0;
}

	.thumbsiteindex li .siteindex-imagem{
		width:234px;
		height:130px;
		float:left;
		
		background-color:#CCCCCC;
	}
		.thumbsiteindex li .siteindex-imagem img{
			border:5px solid #666666;
		}
		.thumbsiteindex li .siteindex-imagem img:hover{
			border:5px solid #333333;
		}
	
	.thumbsiteindex li .siteindex-textos{
		display:none;
	}