body {
  	background:url(../img/bg_fixed2.jpg) center top;
  	background-attachment: fixed;
 }

html, body {
	margin: 0;
	padding: 0;	
}

#inframe {
 	position: fixed;
 	padding: 4px 8px;
	padding-bottom:0px;
	margin-bottom:0px;
 	width: 100px;
	height:115px;
	background: url(../img/tukan-trans.png) no-repeat center;
}
 #menu {
  	position: fixed;
  	color: white;
  	bottom: 0em;
  	padding: 4px 8px;
	padding-bottom:0px;
	margin-bottom:0px;
  	width: 100%;
	height:20px;
	background: url(../img/tukan-trans.png) no-repeat center;
	_background: url(../img/tukan-trans.gif) repeat-y top;
 }
.body_bg {
  	background: url(../img/bg_Cuerpo.jpg) repeat;
	margin:0px; 
	width:100%;
	padding:0px;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	border:3px 72ff00 solid;
 }
.content {
  	background: url(../img/bg_cuerpo-trans.png) repeat top;
	_background: url(../img/bg_cuerpo-trans.gif) repeat-y top;
	margin: 0 auto; width:1100px;
	min-height:612px;
	padding:0px;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	border:3px 72ff00 solid;
 }
.franja {
  	/*background: url(../img/bg_franja-trans.png) no-repeat;*/
	margin: 0 auto; width:1047px;
	padding:0px;
	background-repeat: repeat;
	height:383px;
 }
 body #ie7_demo {
  	position: fixed;
  	left: 15%;
  	top: 10%;
	background: url(../img/logo-trans.png) center no-repeat;
	width: 218px;
	height: 98px;
 }
#separation { 	
	background: url(../img/bg_separation-trans.png) center repeat;
	margin: 0 auto; width:1100px;
	padding:0px;
	background-repeat: repeat;
	height:53px;
	}
 #test {
  	margin: 40px 0px;
  	padding: 20px;
  	width: 200px;
  	height: 200px;
  	background: url(../img/tukan-trans.png);
  	background-repeat: repeat;
  	border: 1px white solid;
 }

 #background {
  	padding: 20px;
  	width: 250px;
  	height: 300px;
  	background: url(../img/purple_stucco.jpg);
  	background-repeat: repeat;
  	border: 5px black solid;
 }
