@charset "utf-8";
/* CSS Document */

#estructural{
	min-width: 950px;
	width: calc(100% + 60px); /*Por el padding del div de información hay que sumar 60px a la tabla para que tenga el mismo ancho que el div información*/
	border-spacing: 0px;
	padding: 0px;
	/*border: solid green thin;*/
	/*Compensamos los padding del div informacion*/
	margin-top: -30px;
	margin-bottom: -30px;
	margin-left: -30px;
	margin-right: -30px;
}

#estructural tr td.menu{
	width: 200px;
	/*vertical-align: top;*/
	/*border:solid blue thin;*/
	/*background-color: #EAEAEA;*/
	padding: 0px;
	vertical-align: top;
}

#listaProductos{
	/*border:solid blue thin;*/
	margin:0px;
	width: 100%;
	max-width: 1500px;
	border-spacing: 0px;
	/*border: solid red thin;*/
	margin-bottom: 40px;
	/*float: right;*/
}

#listaProductos td table{
	margin-bottom: 30px;
	font-size: 20px;
}

#listaProductos td{
	width: 30%;
	text-align: center;
	/*border: solid green thin;*/
}

#listaProductos td img{
	width: 80%;
}

#detalleProducto{
	width: calc(100% - 100px);
	/*border: solid red thin;*/
	height: 645px;
	max-width: 1200px;
	margin-bottom: 30px;
	margin-top: 20px;
}

#detalleProducto td{
	text-align: justify;
	vertical-align: top;
	width: auto;
}

#detalleProducto td.descripcionProducto{
	padding-left: 20px;
	padding-right: 20px;
}

#detalleProducto td.descripcionProducto h1{
	font-family: 'BMinds-Stencil';
}

#detalleProducto td.imagenProducto{
	/*border:solid red thin;*/
	width: 470px;
	background-position: top;
	background-size:contain;
	background-repeat: no-repeat;
}

#detalleProducto td table.fotosProducto{
	/*border:solid green thin;*/
	border-spacing: 10px;
	margin-top: -12px;
	width: 150px;
	height: auto;
}

#detalleProducto td table.fotosProducto img{
	cursor: pointer;
	width: 100px;
	height: 100px;
}

form.productoCarrito{
	/*border: solid green thin;*/
	width: 100%;
	height: auto;
	text-align: center;
}

form.productoCarrito table.caracteristicas{
	width: 100%;
	vertical-align: middle;
	/*border:solid blue thin;*/
	text-align: center;
	vertical-align: middle;
}

form.productoCarrito table.caracteristicas p{
	width: 100%;
	text-align: center;
	/*border:solid red thin;*/
	line-height: 30px;
	height: 30px;
	padding: 0px;
}

form.productoCarrito table.caracteristicas td.grupos{
	/*border:solid green thin;*/
	min-height: 300px;
}

form.productoCarrito table.caracteristicas td.precio{
	font-weight: bold;
	/*border:solid yellow thin;*/
	font-size: 24px;
	text-align: center;
}


form.productoCarrito table.caracteristicas td.cantidad{
	font-weight: bold;
	/*border:solid yellow thin;*/
	font-size: 24px;
	text-align: center;
}

form.productoCarrito input.add{
	width: 200px;
	height: 30px;
	margin-top: -6px;
	vertical-align: middle;
}

form.productoCarrito input.cantidad{
	width: 30px;
	vertical-align: middle;
	margin-top: -6px;
	text-align: center;
}