#history { width: 100%; margin: 30px 0; padding: 0; }

    #history .right { display: block; width: 700px; float: right; padding: 30px 0; margin: 0 25px 0 0; }
        #history .right div.title { display: block; width: 100%; margin: 0 0 25px 0; }
            #history .right div.title h1 { font-family: 'Arial-Bold', sans-serif; display: block; font-size: 18px; color: #58595b; }
        #history .right p { display: block; line-height: 25px; font-size: 17px; padding: 25px 0 0 0; text-align: justify; }

    /* fotos */
	#history .left { display: block; width: 250px; background: transparent url(../../../../../src/img/bg/bg_container_menu.png) repeat-y; float: left; margin: 0; overflow: hidden; padding: 25px 0; }
		#history .left a { display: none; width: 200px; margin: 0 0 0 25px; }
		#history .left a:first-child { display: block; }
        #history .left img { display: block; width: 200px; border: 1px solid transparent; padding: 1px; }
        #history .left img:hover { border: 1px solid #396db4; }