#mg1{
	background-color: #494949;
	color:#CCC;
	}


#foterIz ul li a#mf2{
	color: #C80000;
}

#encabezado  {
	height: auto;
	width: 100%;
	line-height: 45px;
	float: left;
	text-align: center;
	display: block;
	font-family: 'Righteous';
}
#encabezado h1 {
	color: #666;
	
	font-size: 2.8em;
}
#encabezado h2 {
	color: #666;
	font-size: 2.2em;
}
.seccionesZ {
	height: 370px;
	width: 24.9%;
	float: left;
	margin-right: 0.1%;
	margin-top: 20px;
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}

.seccionesZ a {
	color: #666;
	text-decoration: none;
}
.seccionesZ a img {
	margin-top: 10px;
	transition: all 0.1s ease-in-out;
	transform: scale(0.9);
}
.precioCategoria {
	font-weight: bold;
	color: #C80000;
	font-family: 'Quicksand', cursive;
	font-size:1.1em;
}
.seccionesZ:hover .precioCategoria {
	color: #999;
}

.precioCategoria2 {

	font-size:0.8em;
}

.tituloCategoria {
	color: #666;
	font-family: 'Tangerine', cursive;
	font-size:1.8em;
}
.seccionesZ:hover a img{
	transform: scale(1);
	transition: all 0.1s ease-in-out;
	
	
}
.seccionesZ:hover a {
	transform: scale(1);
	color: #C00;
	
}
.seccionesZ:hover .tituloCategoria {
	transform: scale(0.9);
	color: #C80000;	
	
}

.secciones {
	height: 550px;
	width: 24.9%;
	float: left;
	margin-right: 0.1%;
	margin-top: 10px;
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}

.secciones a {
	color: #666;
	text-decoration: none;
	
}
.secciones a:hover {
	color: #B00000;
}
.secciones a img {
	margin-top: 10px;
	transform: scale(1);
	transition: all 0.5s ease-in-out;
	
}
.secciones a:hover img {
	 transform: scale(0.8);
}
.secciones a h3{
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
.secciones a p{
	font-family: 'Righteous', cursive;
	color:#B60A0E;
}

.secciones a:hover p{
	color:#B60A0E;
	color: #666;
}
.texSeo {
	font-size: 1.8em;
	text-align: center;
	width: 80%;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 10%;
	margin-left: 10%;
	line-height: 30px;
}
.contenedor2 {
	height: auto;
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size:1.6em;
	position: relative;
}
.contenedor1 {
	height: auto;
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:1.6em;
}
.contenedor1 h1 {
	font-weight: normal;
	text-align: center;
}

.contenedor1 h3.cabeceroH3Producto {
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 15px;
	font-size: 1.3em;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	height:auto;
	
}
.fotoMultiple  {
	text-align: center;
}
.fotoMultiple .bigFotoSilla {
	width: 100%;
	margin-top: 20px;
}

.fotoMultiple p {
	font-size: 1.8em;
	margin-bottom: 20px;
}

.fotoMultiple .fotoVertical {
	display: none;
}

.fotoVertical {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

#contenedorFormu {
	width: 100%;
	float: left;

	
}

#formuCarTable {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	border: 2px solid #999;
	
}
.opcionesTable {
	height: auto;
	width: 100%;

}
.opcionesTable td {
	
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666;
	
}

.opcionesTable td p{
	font-weight: bold;

}
.tableDescrip {
	text-align: left;
	width:20%;
}
.tableCantidad {
	text-align: center;
	width:10%;
}
.tableEnvio {
	text-align: center;
	width:20%;
}
.tableUnidad {
	text-align: center;
	width:20%;
}

.tableBoton {
	text-align: center;
	width:20%;
}
.inputEnvio {
	text-align: left;
	border: 1px solid #DADADA;
	color: #666;
}
.inputCantidad {
	text-align: center;
	border: 1px solid #DADADA;
	color: #666;
}
.inputCantidad option {
	width: 20px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.inputEnvio option {
	padding-top: 5px;
	padding-bottom: 5px;

}
.botonJcart {
	color: #FFF;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	border: 1px solid #C80000;
	border-radius:10px 10px;
	cursor:pointer;
	background-color: #E21D1D;
	font-weight: bold;
}
.botonJcart:hover {
	color: #FFF;
	border-radius:10px 10px;
	background-color: #333;
	border: 1px solid #C80000;
}
.encabezadoModuloCompra {
	background-color: #FFF;
	height: auto;
	width: 90%;
	border-radius: 20px 20px 0px 0px;
	margin-right: 5%;
	margin-left: 5%;
	border: 2px solid #666;
}
.encabezadoModuloCompra p {
	line-height: 40px;
	color: #333;
	text-align: center;
	font-size:1.6em;
}
#fichaTecnica {
	height: 250px;
	width: 70%;
	margin-bottom: 0px;
	margin-right: 15%;
	margin-left: 15%;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	transition:all 0.4s ease;
	
}
#fichaTecnicaTable  {
	width: 100%;
	border: 1px solid #CCC;
	border-radius: 20px 20px 20px 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
#fichaTecnicaTable td{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	/*border: 1px solid #CCC;*/
	
}
table#fichaTecnicaTable tr:nth-child(2n) {

	background: #EFEFEF;
		
	}
#fichaTecnicaTable th{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #666;
	font-weight: normal;
	
}
#boFiTe1{
	
	}
#boFiTe2{
	display: none;
	}
.botonFichaTecnica {
	height: 40px;
	width: 150px;
	background-color: #FFF;
	text-align: center;
	line-height: 40px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-radius: 0px 0px 20px 20px;
	margin-right: auto;
	margin-bottom: 20px;
	/*transition:all 0.4s ease;*/
}
.botonFichaTecnica a{
	color: #666;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.botonFichaTecnica:hover{
	color:#FFF;
	background-color: #C80000;
	
	}
.botonFichaTecnica a:hover{
	color:#FFF;
	
	}

.contenedorComun {
	height: auto;
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contenedor50_2 {
	background-color: #FCFCFC;
	width: 47.5%;
	margin-right: 1%;
	margin-left: 1%;
	height: auto;
	float: left;
	border-radius: 20px 20px;
	text-align: center;
}

.contenedor60 {
	background-color: #FCFCFC;
	width: 57.5%;
	margin-right: 1%;
	margin-left: 1%;
	height: auto;
	float: left;
	text-align: center;
	
}
.contenedor40 {
	background-color: #FCFCFC;
	width: 37.5%;
	margin-right: 1%;
	margin-left: 1%;
	height: auto;
	float: left;
	text-align: center;
	
}

.contenedor30 {
	background-color: #FCFCFC;
	width: 32%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	height: auto;
	float: left;
	text-align: center;
}

.contenedor50 {
	background-color: #FCFCFC;
	width: 47.5%;
	margin-right: 1%;
	margin-left: 1%;
	height: auto;
	float: left;
	border-radius: 20px 20px;
	text-align: center;
	border: 1px solid #CCC;
}
.contenedor50 p {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	width: 99.9%;
	padding-bottom: 10px;
	padding-top: 10px;
}
.contenedor50 h4 {
	font-weight: normal;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contenedor50 img {
	margin-top: 0px;
}

.medidasSillas {
	transform: scale(0.8);
}

.medidasSillas2 {
	transform: scale(1);
}
.contenedor100 {
	background-color: #FCFCFC;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	height: auto;
	float: left;
	border-radius: 20px 20px;
	text-align: center;
	border: 1px solid #CCC;
}
.contenedor100 p {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	width: 99.9%;
	padding-bottom: 10px;
	padding-top: 10px;
}
.contenedor100 h4 {
	font-weight: normal;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contenedor100 img {
	margin-top: 10px;
}

.contenedorComun100 {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	height: auto;
	float: left;
	
	}
	.contenedorComun100 .fotoVertical {
	display: none;
}

.contenedorComun70 {
	float: left;
	width: 70%;
	height: auto;
	margin-right: 15%;
	margin-left: 15%;
}
.botonMetodo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color: #C80000;
	color: #FFF;
	cursor:pointer;
	border-radius: 20px 20px 0px 0px;
}

.botonEnvio {
	color: #333;
	background-color: #DBDBDB;
	cursor:pointer;
	border-radius: 0px 0px 20px 20px;
}

.textoEnvio {
	display: none;
}
.textoMetodo {
	display: block;
}
/*------------------------------------------------------*/
.botonMetodo2 {
	color: #333;
	background-color: #CCC;
	cursor:pointer;
	border-radius: 0px 0px 20px 20px;
}

.botonEnvio2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color: #C80000;
	color: #FFF;
	cursor:pointer;
	border-radius: 20px 20px 0px 0px;
}

.textoEnvio2 {
	display: block;
}
.textoMetodo2 {
	display: none;
}
/*------------------------------------------------------*/
#photoHorizontal {

}
#photoVertical {
	display: none;
}

.bigFotoSilla2  {
	width: 80%;
	margin-top: 20px;
	margin-right: 10%;
	margin-left: 10%;
}
.bigFotoSilla3  {
	width: 60%;
	margin-top: 20px;
	margin-right: 20%;
	margin-left: 20%;
}
.descripSeoSillas {
	font-size: 1.8em;
	text-align: justify;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	height: auto;
	clear: none;
	float: left;
	margin-top: 5px;
	margin-bottom: 20px;
}
.descripSeoSillas a {
	color: #C80000;
}
.descripSeoSillas a:hover {
	text-decoration: none;

}
.contenedor1 h2 {
	font-size: 2.5em;
	text-align: center;
	font-weight: normal;
}

.centerSilla360 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 281px;
	padding-bottom: 10px;
}
.centerSilla361 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 301px;
	padding-bottom: 10px;
}

.textoVideo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 390px;
	padding-bottom: 10px;
	padding-right:8px;
	padding-left:8px;
}

.textoVideo p{
	font-size: 1.6em;
	color: #666;
}

.textoVideo p:nth-child(2n){
	font-size: 1.4em;
	margin-top:10px;
	text-align:left;
	
}

.centerSilla360 p {
	font-size: 1.6em;
	color: #666;
}
.centerSilla360-MC {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 301px;
	padding-bottom: 10px;
}
.centerSilla360-MC p {
	font-size: 1.6em;
	color: #666;
}
/*---------------------------------------------------*/
.contenedor100c {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	height: auto;
	float: left;
}

.contenedor50c {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	height: auto;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	border-radius:20px 20px;
	cursor:pointer;
background: rgba(242,242,242,1);
background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 50%, rgba(242,242,242,1) 51%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(50%, rgba(250,250,250,1)), color-stop(51%, rgba(242,242,242,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 50%, rgba(242,242,242,1) 51%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 50%, rgba(242,242,242,1) 51%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 50%, rgba(242,242,242,1) 51%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 50%, rgba(242,242,242,1) 51%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe', GradientType=0 );

transition: all 0.3s linear;
}

.contenedor50c:hover  {
	background:#000;
	
	}

.contenedor50c a {

	text-decoration: none;

}
.contenedor50c a h2 {
	font-size:2em;
	line-height: 50px;
	text-decoration: none;
	height: 50px;
	border-radius: 20px 20px 0px 0px;
	color: #CCC;
	background: rgba(87,87,87,1);
	background: -moz-linear-gradient(top, rgba(87,87,87,1) 0%, rgba(69,69,69,1) 7%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,87,87,1)), color-stop(7%, rgba(69,69,69,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(87,87,87,1) 0%, rgba(69,69,69,1) 7%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(87,87,87,1) 0%, rgba(69,69,69,1) 7%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(87,87,87,1) 0%, rgba(69,69,69,1) 7%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(87,87,87,1) 0%, rgba(69,69,69,1) 7%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#000000', GradientType=0 );
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	
}
	.contenedor50c:hover a h2 {
	color: #B90000;
	}
.contenedor50c a p {
	color: #FFF;
	background-color: #000;
	height: 80px;
	font-size: 1.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px 0px 20px 20px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.contenedor50c a img {
	transform:scale(0.8);
	transition: all 0.3s linear;
	
}

	.contenedor50c:hover a img {
	
	transform:scale(0.9);
	}
	
.videoSilla2 {
	height: 400px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	border-radius:30px;
}
.videoSilla3 {
	height: 500px;
	width: 90%;
	margin-right:5%;
	margin-left:5%;
	background-color: #FFF;
}

.textosTitulo{
	font-weight:bolder;
	font-size:1.6em;
	text-align:center;
	
	}
.linkSillaBeijin {
	color: #F00; 
	text-decoration: none;
}

/********************************************/
#menuFooter ul li #mF2 {
	text-decoration: underline;
}

#menuMovilFull ul li #mMful2 {
	color: #F00;
}
