.link_youtube {
	display: block;
	border: solid 1px #CCC;
	background-position: left top;
	background-repeat: no-repeat;
	height: 90px;
	padding: 15px 20px 20px 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.link_youtube:hover {
	text-decoration: none;
	background-color: #E4FAFF;
}
.timestamp {
	font-size: 11px;
}
.title_youtube {
	font-size: 14px;
	font-weight: bold;
}
.img_youtube {
	float: left;
}
.paginacao {
	font-size: 16px;
	font-weight: bold;
}



.container_iframe_video {
	background-color: #FFFCEB;
	position: relative;
    width: 100%;
    padding-bottom: 55%;
    float: left;
    height: 0;
}
.iframe_video {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
