	#opc1{
		padding:10px;
		display:none;
		
		cursor:pointer;		
		width:200px;
		height:25px;
		text-align:center;
		vertical-align:middle;
		
		position:relative;
		float:left;/*
		top:30%;
		left:23%;*/
		font-size:16px;
		text-shadow: 1px 1px 1px #E5E5E5;
		
		/*background-image:url(../img/b_vidrio.jpg);
		background-repeat: repeat-x;*/
			
		background: rgba(76,76,76,1);
		background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(7%, rgba(44,44,44,1)), color-stop(100%, rgba(19,19,19,1)));
		background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
		
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border: 3px outset #525152;
	}
	
	#opc1:hover{
		
		
		cursor:pointer;		
		width:200px;
		height:25px;
		text-align:center;
		vertical-align:middle;
		
		position:relative;
		float:left;/*
		top:30%;
		left:23%;*/
		font-size:16px;
		text-shadow: 1px 1px 1px #E5E5E5;
		
		background: rgba(102,102,102,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(102,102,102,1)), color-stop(9%, rgba(102,102,102,1)), color-stop(79%, rgba(19,19,19,1)), color-stop(100%, rgba(19,19,19,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: radial-gradient(ellipse at center, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#131313', GradientType=1 );
		
		
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border: 3px outset #fafafa;
	}
	
	
	#opc2{
		padding:10px;
		/*padding-left:100px;*/
		display:none;
		
		cursor:pointer;		
		width:200px;
		height:25px;
		text-align:center;
		vertical-align:middle;
		
		position:relative;
		float:left;/*
		top:30%;
		left:35%;*/
		font-size:16px;
		text-shadow: 1px 1px 1px #E5E5E5;
		
		/*background-image:url(../img/b_madera.jpg);
		background-repeat: repeat-x;*/
			
		background: rgba(76,76,76,1);
		background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(7%, rgba(44,44,44,1)), color-stop(100%, rgba(19,19,19,1)));
		background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
		
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border: 3px outset #525152;
	}
	
	#opc2:hover{
		
		
		cursor:pointer;		
		width:200px;
		height:25px;
		text-align:center;
		vertical-align:middle;
		
		position:relative;
		float:left;/*
		top:30%;
		left:23%;*/
		font-size:16px;
		text-shadow: 1px 1px 1px #E5E5E5;
		
		background: rgba(102,102,102,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(102,102,102,1)), color-stop(9%, rgba(102,102,102,1)), color-stop(79%, rgba(19,19,19,1)), color-stop(100%, rgba(19,19,19,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: radial-gradient(ellipse at center, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#131313', GradientType=1 );
		
		
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border: 3px outset #fafafa;
	}
	
	#espacio {
		width:100px;
		position:relative;
		float:left;
	}
	
	
	#opc3{
		padding:10px;
		display:none;
		
		cursor:pointer;		
		width:200px;
		height:25px;
		text-align:center;
		vertical-align:middle;
		
		position:relative;
		float:left;/*
		top:30%;
		left:23%;*/
		font-size:16px;
		text-shadow: 1px 1px 1px #E5E5E5;
		
		/*background-image:url(../img/b_metal.jpg);
		background-repeat: repeat-x;*/
			
		background: rgba(76,76,76,1);
		background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(7%, rgba(44,44,44,1)), color-stop(100%, rgba(19,19,19,1)));
		background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(44,44,44,1) 7%, rgba(19,19,19,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
		
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border: 3px outset #525152;
	}
	
	#opc3:hover{
		
		
		cursor:pointer;		
		width:200px;
		height:25px;
		text-align:center;
		vertical-align:middle;
		
		position:relative;
		float:left;/*
		top:30%;
		left:23%;*/
		font-size:16px;
		text-shadow: 1px 1px 1px #E5E5E5;
		
		background: rgba(102,102,102,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(102,102,102,1)), color-stop(9%, rgba(102,102,102,1)), color-stop(79%, rgba(19,19,19,1)), color-stop(100%, rgba(19,19,19,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		background: radial-gradient(ellipse at center, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 9%, rgba(19,19,19,1) 79%, rgba(19,19,19,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#131313', GradientType=1 );
		
		
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border: 3px outset #fafafa;
	}
	
	#opc4{
		padding:10px;
		display:none;
		
		cursor:pointer;		
		width:200px;
		height:25px;
		text-align:center;
		vertical-align:middle;
		
		position:absolute;
		top:30%;
		left:59%;
		font-size:16px;
		text-shadow: 1px 1px 1px #E5E5E5;
			
		background: rgba(239,197,202,1);
		background: -moz-linear-gradient(-45deg, rgba(239,197,202,1) 0%, rgba(186,39,55,0.84) 24%, rgba(186,39,55,0.33) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(239,197,202,1)), color-stop(24%, rgba(186,39,55,0.84)), color-stop(100%, rgba(186,39,55,0.33)));
		background: -webkit-linear-gradient(-45deg, rgba(239,197,202,1) 0%, rgba(186,39,55,0.84) 24%, rgba(186,39,55,0.33) 100%);
		background: -o-linear-gradient(-45deg, rgba(239,197,202,1) 0%, rgba(186,39,55,0.84) 24%, rgba(186,39,55,0.33) 100%);
		background: -ms-linear-gradient(-45deg, rgba(239,197,202,1) 0%, rgba(186,39,55,0.84) 24%, rgba(186,39,55,0.33) 100%);
		background: linear-gradient(135deg, rgba(239,197,202,1) 0%, rgba(186,39,55,0.84) 24%, rgba(186,39,55,0.33) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#ba2737', GradientType=1 );
		
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border: 2px inset #525152;
	}
	
	
	#raiz1{
		padding:10px;
		display:none;
			
		width:30px;
		height:15px;
		text-align:center;
		vertical-align:middle;
		
		position:relative;
		top:3%;
		/*left:23%;*/
		font-size:16px;
		text-shadow: 1px 1px 1px #E9E9E9;
			
		background: rgba(255,252,252,1);
		background: -moz-linear-gradient(-45deg, rgba(255,252,252,1) 0%, rgba(231,56,39,0.9) 15%, rgba(231,56,39,0.3) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,252,252,1)), color-stop(15%, rgba(231,56,39,0.9)), color-stop(100%, rgba(231,56,39,0.3)));
		background: -webkit-linear-gradient(-45deg, rgba(255,252,252,1) 0%, rgba(231,56,39,0.9) 15%, rgba(231,56,39,0.3) 100%);
		background: -o-linear-gradient(-45deg, rgba(255,252,252,1) 0%, rgba(231,56,39,0.9) 15%, rgba(231,56,39,0.3) 100%);
		background: -ms-linear-gradient(-45deg, rgba(255,252,252,1) 0%, rgba(231,56,39,0.9) 15%, rgba(231,56,39,0.3) 100%);
		background: linear-gradient(135deg, rgba(255,252,252,1) 0%, rgba(231,56,39,0.9) 15%, rgba(231,56,39,0.3) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#e73827', GradientType=1 );
		
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border: 2px inset #525152;
		
		z-index:1;
		
		
	}
	
	#exi1{
		position:absolute;
		top:0%;
		left:97%;
		cursor:pointer;	
	}


#R7M1 {width:1000px; margin:0px auto;}
	#r1M1 {width:185px; height:145px; background-image:url(../img/negro_03_mini.png); background-repeat:no-repeat; background-position:bottom; float:left; margin:20px;}
	#r2M1 {width:185px; height:145px; background-image:url(../img/negro_06_mini.png); background-repeat:no-repeat; background-position:bottom; float:left; margin:20px;}
	#r3M1 {width:185px; height:145px; background-image:url(../img/negro_01_mini.png); background-repeat:no-repeat; background-position:bottom; float:left; margin:20px;}
	#r4M1 {width:185px; height:145px; background-image:url(../img/negro_07_mini.png); background-repeat:no-repeat; background-position:bottom; float:left; margin:20px;}
	#r5M1 {width:185px; height:145px; background-image:url(../img/negro_09_mini.png); background-repeat:no-repeat; background-position:bottom; float:left; margin:20px; margin-top:20px;}
	#r6M1 {width:185px; height:145px; background-image:url(../img/rojo_02_mini.png); background-repeat:no-repeat; background-position:bottom; float:left; margin:20px; margin-top:20px;}
	#r7M1 {width:185px; height:145px; background-image:url(../img/negro_02_mini.png); background-repeat:no-repeat; background-position:bottom; float:left; margin:20px; margin-top:20px;}
