@charset "UTF-8";
/* CSS Document */

.content_experimentos div {
	margin-right: auto;
	margin-left: auto;	
	-moz-box-shadow: 0px 3px 34px #000;
	-webkit-box-shadow: 0px 3px 34px #000;
	box-shadow: 0px 3px 34px #000;
 For IE 8 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color='#000000')";
 For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color='#000000');
}