@CHARSET "ISO-8859-1";

.textodestaque{
	color: #FFFF00;
}

.espaco {
    margin-top: 10px;
}
.espaco {
    margin-right: 5px;
}

form.fundocinza {
	background-color: #EAEAEA;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

.imgmax128 {
	width: 128px;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imgpost {
	width: 100%;
	height: auto;
}

#capa{
	background-image: url(../imagens/bk3.png);	
	background-size: cover;
}