.video_direita {}
.video_direita iframe {
	max-width: 300px !important;
	width: 300px !important;
	height: auto !important;
	
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.video_esquerda {}
.video_esquerda iframe {
	max-width: 300px !important;
	width: 300px !important;
	height: auto !important;
	
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.video {}
.video iframe {
	max-width: 300px !important;
	width: 300px !important;
	height: auto !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

.googlemap{
	position: relative;
	padding: 10px !important;
	margin-bottom: 15px !important;
	text-align: center;
	/*border: 1px solid #CCC;*/
	border: 1px solid #f4f4f4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 600px !important;
	height: 350px !important;
	background-color: #f4f4f4;
}

.googlemap iframe {
	border: 1px solid #CCC;
	/*margin: 15px;*/
	width: 100% !important;
	height: 100% !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.youtube50 { width: 50% !important;  height: auto; max-height: 250px; }
.youtube100 { width: 100% !important; height: auto; max-height: 450px; }