/* CSS Document */
.siteConteudo { padding-top:30px; line-height:200%; }
.boxVideo { width:1200px; height:354px; margin-top:30px; }
.video { width:551px; height:354px; float:left; }
.texto { width:551px; height:354px; float:left; line-height:200%; text-align:left; border-left:6px solid #E9BB00; margin-left:25px; padding-left:25px; }
.textoRight { width:551px; height:354px; float:left; line-height:200%; text-align:left; border-right:6px solid #E9BB00; margin-right:25px; padding-right:25px; }
.box { padding-top:20px; margin-top:50px; border-top:1px solid #D7D7D7; }
.boxImgs { width:225px; height:290px; float:left; margin:40px 87px 0; text-align:center; }
#imgTec1 { float:left; margin-right:89px; margin-top:30px; }
#imgTec2 { float:left; margin-top:30px; }

@media screen and (max-width: 500px) {
	.siteConteudo { padding-top:20px; }
	.boxVideo { width:320px; height:auto; margin-top:30px; }
	.video { width:320px; height:auto; float:none; }
	.video img  { width:320px; }
	.video iframe { width:320px !important; height:250px !important	; }
	.texto { width:320px; height:auto; float:none; line-height:200%; text-align:left; border-left:none; margin-left:0; padding:0 10px; }
	.box { padding:10px 10px 0; margin-top:30px; border-top:1px solid #D7D7D7; }
	.boxImgs { width:220px; height:240px; float:none; margin:30px auto 0; text-align:center; }
	.boxImgs img { width:120px; }
	#imgTec1 { float:none; margin-right:0; margin-top:30px; width:320px; }
	#imgTec2 { float:none; margin-top:30px; width:320px; }
}