/* CSS Document */
.body_1 {
	margin: 0px;
	background-color:#DCDCDC;
	height: 100%;
	width: 100%;
	background-image:url(../imagenes/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	background-attachment: fixed;
}

	DIV.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 750px;
      height: 500px;
      margin-left: -375px; /* half of width */
      margin-top: -250px;  /* half of height */
      }
      
      
    DIV.inner
      {
      position:absolute;
      left: 50%;
      top :50%;
      width: 750px;
      height: 500px;
      margin-left: -375px; /* half of width */
      margin-top: -250px;  /* half of height */
}




/* LAYOUTS TEMPORALES */
.body_uno {
	margin: 0px;
	background-color:#FF0000;
	height: 100%;
	width: 100%;
	background-image:url(../imagenes/bg_01.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	background-position: left top;
}
.body_dos {
	margin: 0px;
	background-color:#4c4c4c;
	height: 100%;
	width: 100%;
	background-image:url(../imagenes/bg_02.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	background-position: left top;
}
.body_tres {
	margin: 0px;
	background-color:#666666;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
