	#menu {
		font-family:verdana;
		font-size:12px;
		position:relative;
		margin:0 auto;
		xwidth:200px;
	}
	
	#menu ul {
		/* remove list style */
		list-style:none;
		padding:0;
		margin:0;	
		height:100px;
		/* set the layer position */
		position:relative;
		z-index:5;
	}
	
		#menu li {
			/* set the styles */
			xbackground:#ccc url(bg.gif) no-repeat 0 0;
			width: 292px;
			height: 89px;
			padding:0px;
			margin:2px;
			cursor:pointer;
			border:1px solid #ccc;
		}
		
		#menu li.hover {
			/* on hover, change it to this image */
			xbackground-image:url(../img/oscurecer.png) !important;
			opacity:0.8;
		}
		
		#menu li a {
			text-decoration:none;	
			color:#888;
		}
	
	
	#menu .block {
		/* allow javascript to move the block */
		position:absolute;
		top:0;
		
		/* set the left position */
		xleft:150px;	
		
		/* display above the #menu */
		z-index:10;
		
		/* the image and the size */
		background:transparent url(../img/flecha.png) no-repeat right;
		width:294px;
		height: 200px;
		xpadding:4px;
		cursor:pointer;
	}
	
	/* fast png fix for ie6 */
	* html .png{
		position:relative;
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
	}
	
	.marcoGrande{
		position: absolute;
		top:0;
		margin: 57px 0 0 300px;
		height:370px;
		width:615px;
		xbackground: url(../img/fondoGrandeFumaq.jpg);
	}

        .imagenMarco{
		position: relative;
		top:0;
		xmargin: 57px 0 0 300px;
		height:370px;
		width:615px;
		xbackground: url(../img/fondoGrandeFumaq.jpg);
	}

	.marcocatalogo{
		position: absolute;
		top:0;
		margin: 280px 0 0 560px;
		height:136px;
		width:340px;
		background: url(../img/oscurecer.png);
	}
	
	.verCat{
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-size:16px;
		Color: #FFFFFF;
		font-weight:bold;
		width:180px;
	}
	
	.verCat a{
		color: #FFFFFF; 
		TEXT-DECORATION: none;
	}

        body{
    background: url(../img/164.png);

}

.contenido{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-size:16px;
                font-weight: bold;
                color: #6f7b86;
                padding-left: 50px;
}