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

#encabezado  {
	height: auto;
	width: 100%;
	line-height: 45px;
	float: left;
	text-align: center;
	display: block;
    padding-left: 10px;
    padding-right: 10px;
}
#encabezado h1 {
	color: #666;
    font-size: 3em;
}
#encabezado h2 {
	color: #666;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 30px;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}
.secciones {
	height: 300px;
	width: 24.9%;
	float: left;
	margin-right: 0.1%;
	margin-top: 20px;
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 20px;
}
.secciones a {
	color: #666;
	text-decoration: none;
}
.secciones a:hover {
	color: #C80000;
}
.secciones a img {
	margin-top: 0px;
}


.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;
}
.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: 15px;
	margin-top: 15px;
	font-size: 1.3em;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.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%;
	
}
.opcionesTable {
	height: auto;
	width: 100%;
}
.opcionesTable td {
	background: #F2F2F2;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666;
}

/*.opcionesTable td:nth-child(2n + 1) {
	background: #EEE;
	}*/
.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: #333;
	height: auto;
	width: 90%;
	border-radius: 20px 20px 0px 0px;
	margin-right: 5%;
	margin-left: 5%;
}
.encabezadoModuloCompra p {
	line-height: 40px;
	color: #FFF;
	text-align: center;
}
#fichaTecnica {
	height: 250px;
	width: 70%;
	margin-bottom: 0px;
	margin-right: 15%;
	margin-left: 15%;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}
#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;
}
.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 {
	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: 10px;
}

.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;
}

.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;
}
#photoHorizontal {

}
#photoVertical {
	display: none;
}

.bigFotoSilla2  {
	width: 80%;
	margin-top: 20px;
	margin-right: 10%;
	margin-left: 10%;
}
.bigFotoSilla3  {
	width: 50%;
	margin-top: 20px;
	margin-right: 25%;
	margin-left: 25%;
}
.bigFotoSilla4  {
	width: 30%;
	margin-top: 20px;
	margin-right: 30%;
	margin-left: 30%;
}

.cabeceroH3Producto a {
	color: #C80000;
	text-decoration: none;
}
