.borda { border:thin solid #f00; }
.limpar { clear:both; }
.fl { float:left; }

.cor1 { background-color: #0f0; }
.cor2 { background-color: #00f; }
.cor3 { background-color: #f00; }
.cor4 { background-color: #babaca; }

.caixaMomento { width: 302px; height: 170px; padding: 5px; margin-bottom: 30px;  }
.itemMomento > img { border-radius: 4px; }
.itemMomento { width:100%; }

#frmMomentos 
{ 
	background-color: #F6ECE5; 
	border-radius: 4px;
    border: 1px solid rgba(40, 30, 20, 0.1); 
    width: 940px;
    float: left;
    margin-left: 20px;
    padding-bottom: 20px;
}

.caixaTextoMomento { width: 940px; padding: 5px;  }
.itemTextoMomento 
{ 
	width:917px; 
	padding: 5px; 
	background-color: #fff; 
	border-radius: 4px;
    border: 1px solid rgba(40, 30, 20, 0.1); 
    height: 563px;
}
.tituloVideoDestaque { margin-top: 2px; }
.btnYoutube { margin-top: 10px; }
.videoDestaque
{
	width:100%;height:100%;width: 917px; height: 516px; float: none; clear: both; margin: 2px auto; margin-bottom: 10px;
}

.videoMomento
{
	width:302px; height: 170px;
}

.areaVerMais { width: 930px; text-align: right; margin-right: 10px; margin-top: 15px;}
a.verMais { padding: 10px; background-color: #5e483a; border-radius: 4px; cursor: pointer; color:#fff;}
a.verMais:hover {  text-decoration: none;  }