/* CSS Document */
#box { width:1200px; height:286px; margin:50px 0 30px 0; }
#boxTexto { width:518px; height:266px; padding:20px 20px 0; float:left; line-height:200%; background-color:#EDEDF1; }
#box img { float:left; }
#boxs div { float:left; width:559px; padding:0 20px; line-height:200%; }
.left { text-align:right; border-right:1px solid #898989; }
.right { text-align:left; }

@media screen and (max-width: 500px) {
	#box { width:320px; height:auto; margin:20px 0 20px 0; }
	#boxTexto { width:300px; height:auto; padding:10px; float:none; line-height:200%; background-color:#EDEDF1; }
	#box img { float:none; width:320px !important; height: 153px !important; }
	#boxs div { float:none; width:300px; height:auto; padding:0 10px; line-height:200%; }
	.left { text-align:left; border-right:none; }
	.right { text-align:left; }
    }
}


