body {
	background-color: #000000;
	margin: 0;
	overflow-x: hidden;
	overflow: hidden;
}
td, body { font-family: Arial, Helvetica, sans-serif; font-size: 12px;  }
td { vertical-align: top; }
img { border: 0; }
#web { position: relative; width: 960px; height: 540px; margin: auto; background-color: white; }
#inicio { overflow: hidden; height: 0; position:absolute; background-color: black; }
#hombre { overflow: hidden; height: 0; position:absolute; }
#mujer { overflow: hidden; height: 0; position:absolute; }
#hombre_campana { overflow: hidden; height: 0; position:absolute; }
#mujer_campana { overflow: hidden; height: 0; position:absolute; }
#sobremenu { width: 250px; border-top: 2px solid white; margin-left: 700px; margin-top: 110px; position: absolute; z-index: 100; overflow: hidden;  }
#botonvolver { width: 60px; padding: 5px; border-top: 2px solid white; margin-left: 750px; margin-top: 110px; position: absolute; z-index: 100; overflow: hidden; background-color: black; font-size: 14px;  }
#botonvolver a { color: white; font-weight: bold; font-size: 14px; text-decoration: none;  }

dl { width: 250px; }
dl,dd { margin: 0; }
dt { background: #000000;  font-weight: bold; font-size: 14px; padding: 5px; border-bottom: 2px solid white; }
dt a { color: #FFF; text-decoration: none; }
dd a { color: #000; }
ul { list-style: none; padding: 0px;  }
li { background-color: white; color: #999999; font-size: 14px; font-weight: bold; padding: 5px; border-bottom: 1px solid white; }
li a { text-decoration: none; color: #999999;  font-weight: bold; }
#header1 { background-color: #666666; font-weight: bold; color: white; font-size: 16px; overflow: hidden; position: absolute; left: 240px; top: 35px; padding: 5px; padding-left: 0px; padding-right:0px; width: 0px; height: 21px; z-index: 10; }
#header2 { background-color: #999999; color: white; font-size: 14px; overflow: hidden; position: absolute; left: 240px; top: 66px; padding: 5px; padding-left: 0px; padding-right:0px; width: 0px; height: 16px; z-index: 10; }
#header2 a { color: white; text-decoration: none; }
#flotador { position: absolute; left: 173px; top: 10px; width: 600px; z-index: 5001; height: 250px; border: 7px solid #333333; background-color: #FFFFFF; padding: 15px; margin: auto; }
#sombra { position: absolute; left: 0px; top: 0px; z-index: 5000; width: 100%; height: 100%; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.7; opacity: 0.7; background-color: #000000; }

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel2.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel2.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

    #main {
      width: 840px;
      margin: 0 auto;
    }

    #content-slider {
      width: 840px;
      height: 6px;
      margin: 5px;
      background: #BBBBBB;
      position: relative;
    }

    .ui-slider-handle {
      width: 8px;
      height: 14px;
      position: absolute;
      top: -4px;
      background: #478AFF;
      border: solid 1px black;
    }

    #content-scroll {
      width: 840px;
      height: 380px;
      margin-top: 10px;
      overflow: hidden;
      border: solid 1px black;
    }

    #content-holder {
      width: 10000px;
      height: 380px;
    }

    .content-item {
      width: 200px;
      height: 380px;
      padding: 5px;
      float: left;
  }


