

/* ======================================================================================= */
#contenedor {margin: 0px auto; width: 1024px; height: 604px; position: relative;}
	#contenedor #izda {float:left; width:166px; height: 100%;}
		#contenedor #izda #menu {margin: 10px 15px; }
			#contenedor #izda #menu .zona {color:black; font-size:12px; margin-bottom: 5px;}
			#contenedor #izda #menu a#logo {width: 94px; height: 85px; background: transparent url('https://www.mesasuiseki.com/images/logo.png') center center no-repeat; display: block; margin: 0 auto 17px;}
			#contenedor #izda #menu .acabados {margin-bottom: 20px;}
				#contenedor #izda #menu .acabados span {cursor: pointer; display: inline-block; width: 132px; height: 60px; margin: 1px; border:1px solid #999999; background-repeat: no-repeat; background-position: center center; background-color: white; background-size: cover;}
					#contenedor #izda #menu .acabados span.medio {height: 30px;}
					#contenedor #izda #menu .acabados span.medio2 {width: 62px;}

				#contenedor #izda #menu .acabados span.R1 {background-image: url('https://www.mesasuiseki.com/images/modelos/R1.jpg');}
				#contenedor #izda #menu .acabados span.R2 {background-image: url('https://www.mesasuiseki.com/images/modelos/R2.jpg');}
				#contenedor #izda #menu .acabados span.R3 {background-image: url('https://www.mesasuiseki.com/images/modelos/R3.jpg');}
				#contenedor #izda #menu .acabados span.C1 {background-image: url('https://www.mesasuiseki.com/images/modelos/C1.jpg');}

				#contenedor #izda #menu .acabados span.P1 {background-image: url('../images/patas/P1.jpg');}
				#contenedor #izda #menu .acabados span.P2 {background-image: url('../images/patas/P2.jpg');}
				
				#contenedor #izda #menu .acabados span.T5 {background-image: url('https://www.mesasuiseki.com/images/acabados/T5.jpg');}
				#contenedor #izda #menu .acabados span.T6 {background-image: url('https://www.mesasuiseki.com/images/acabados/T6.jpg');}
				#contenedor #izda #menu .acabados span.T7 {background-image: url('https://www.mesasuiseki.com/images/acabados/T7.jpg');}
					#contenedor #izda #menu .acabados span.on {border: 1px solid black;}
	#contenedor #dcha {float:left; width:858px; height: 572px; position: relative;}
		#contenedor #dcha #ambientes {float:left; width:100%; height: 28px; position:relative; z-index:200; overflow: visible;}
			#contenedor #dcha #ambientes .amb {display: block; line-height: 28px; color: white; font-size: 15px; text-align:center; cursor:pointer; float:left; width: 12.5%;}
		
			#contenedor #dcha #ambientes .amb:nth-child(odd) {background-color: #969696;}
			#contenedor #dcha #ambientes .amb:nth-child(even) {background-color: #7A7879;}
			#contenedor #dcha #ambientes .amb.on, #contenedor #dcha #ambientes .amb:hover {height: 28px; background: #EC7E1D;}
				#contenedor #dcha #ambientes .amb.on::after {content:'';display:block;width:100%;height:7px;background:url('../images/flecha.png') center bottom no-repeat;}
		#contenedor #dcha #composicion {height: 572px; position: relative; background-color: #999;}
			#contenedor #dcha #composicion img.base_amb {display:none;}
				#contenedor #dcha #composicion img.base_amb.on {display:block;}
			#contenedor #dcha #composicion img.capa {position: absolute; top: 0; left:0; z-index:300;}
			#contenedor #dcha #resumen {width:100%; height: auto!important; line-height: 12px; padding: 10px 0; color:black; font-size: 12px;}

#nombre {
	background: transparent url('https://www.mesasuiseki.com/images/nombre2.png') center center no-repeat;
	width: 145px;
	height: 41px;
	padding-top: 11px;
	line-height: 30px;
	color:white;
	position: absolute;
	z-index: 4000;
	font-size:12px;
	top:117px;
	left: 35px;
	text-align:center;
}



