.frame {
	padding: 4px;
	border: 1px solid #CCC;
	clear: both;
}
.frameshadow {
	background-image:url(Images2012/Untitled-1.png);
	background-repeat:no-repeat;
	width:100%;
	}
body {

	background-image: url(Images2012/fondo.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	<!--[if IE 9]>
	background-color:#0F0;
	background-repeat: repeat-x;
	<![endif]-->
	<!--[if IE 8]>
	background-color:#C6F;
	background-repeat: repeat-x;
	<![endif]-->

}