
/* --- Typography --- */
h2 {
	font-size: 18px;
	font-weight: bold;
}
p strong {
	font-size: 12px;
}

/* --- Generic --- */
div#videos {
	text-align: left;
}
div#video_principal, div#outros_videos {
	text-align: center;
}

/* --- Contents --- */
div#meio {
	padding-bottom: 10px;
}
div#assunto_pag {
	margin-top: 10px;
}
div#videos {
	position: relative;
	margin-top: 25px;
}
div#video_principal {
	width: 430px;
	margin-left: 30px;
}
div#outros_videos {
	position: absolute;
	right: 30px;
	top: 2px;
}
div#outros_videos a img {
	margin-bottom: 12px;
}

/* --- Colors --- */
h2 {
	color: #999999;
}
