.preta {

	color:#333 !important;

}

.fora-da-caixa {
	position: relative;
	width: 245px;	
	padding-left: 10px;
	float: left;
	
}

.abas-da-caixa {
	display: block;
	background: white;
}

.abas-da-caixa a {
	display: block;
	float: left;
	font: bold 11px arial;
	text-align: center;
	padding: 2px 0;
	text-decoration: none;
	width: 49%;
	height: 15px;
}

.abas-da-caixa a.esquerda {
	float: left;
}

.abas-da-caixa a.direita {
	float: right;
}

.abas-da-caixa a.selected {
	color: #F62A0F;
	text-transform: uppercase;
	border-top: solid 1px #AEB9C1;
	border-left: solid 1px #AEB9C1;
	border-right: solid 1px #AEB9C1;
	border-bottom: solid 1px white;
	z-index: 3;
}

.caixa {
	position: relative;
	border: solid 1px #AEB9C1;
	overflow: hidden;
	clear: both;
	top: -1px;
	z-index: 2;
	padding: 0 8px 5px 8px;
	min-height: 410px;
	height:auto !important;
	height:410px;
	padding-bottom:10px;
}

.caixa-menor {
	position: relative;
	border: solid 1px #AEB9C1;
	overflow: hidden;
	clear: both;
	top: -1px;
	z-index: 1;
	padding: 0 8px 5px 8px;
	min-height: 95px;
	height:auto !important;
	height:95px;
	padding-bottom:10px;
}

.caixa_home {

	min-height: 342px;
	height:auto !important;
	height:342px;

}

.caixa a {
	text-decoration: none;
}

.caixa a:hover {
	text-decoration: underline;
}

@media all and (min-width: 0px) {

	.caixa{
		top: -1px;
		clear: both;
		float: left;
		width: 93%;
	}
	
	.videos {
		width: 220px;
	}

	.videos div.caixa {
		border-color: #026BAC;
		background: #CCE4FF;
		padding: 9px;
		height: 317px;
		width: 200px;
	}
	
	
}
