@CHARSET "UTF-8";
.coluna-esquerda {
	float: left;
	width: 697px;
}

.coluna-esquerda .box-categorias .icones-categorias {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.coluna-esquerda .box-categorias .categoria {
	width: 138px;
	height: 120px;
	border-right: 1px solid #ddd;
	float: left;
}

.coluna-esquerda .box-categorias .categoria a {
	margin-top: 5px;	
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ff6fcf;
	font-weight: bold;
	font-size: 11px;
}
.coluna-esquerda .box-categorias .categoria a:hover {
	font-size: 12px;
}
.coluna-esquerda .box-categorias .categoria a:hover img{
	width: 115px;
	height: 85px;
}
.coluna-esquerda .box-categorias .categoria a img {
	margin-bottom:10px;
	border: 0px;
	width: 100px;
	height: 80px;
}
.coluna-esquerda .box-destaque {
	margin-top: 35px;
}

.coluna-esquerda .box-destaque .slideshow {
	border: 1px solid #ddd;
	width: 255px;
	float: left;
}
.coluna-esquerda .box-destaque .noticia {
	float: right;
	width: 400px;
	padding-top: 16px;
	color: #a1a1a1;
	
}
.coluna-esquerda .box-destaque .noticia p {
	font-weight: bold;	
	font-size: 10px;
	margin-bottom: 10px;
}


.coluna-direita {
	float: right;
	width: 227px;
	margin-top: 0px;
}

