/* css productos */
@import "formulario.css";

div.contenido td.menu {
	width: 215px;
	padding: 27px 30px 38px 30px;
	border-right: 1px solid #434343;
}
div.contenido td.contenido {
	width: 674px;
	padding: 27px 0px 38px 30px;
	height: 200px;
}
div.productos_dir {
	border-bottom: 1px solid #434343;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.productos_dir ul {
	padding-left: 16px;
	margin-left: 0px;
	list-style-type: none;
}
div.productos_dir li.productos {
	list-style-image: none;
	font-weight: bold;
}
div.productos_dir li.abierto {
	list-style-image: url(../img/formato/directorio_menos.gif);
}
div.productos_dir li.cerrado {
	list-style-image: url(../img/formato/directorio_mas.jpg);
}
table.producto_lista {
	float: left;
	margin: 0px 10px 0px 0px;
	background: none;
	text-align: center;
	overflow: hidden;
}
div.producto_lista {
	float: left;
	width: 210px;
	margin: 0px 10px 30px 0px;
	border-bottom: 1px solid #434343;
}
div.clear {
	clear: both;
	float: none;
}
table.producto_lista td.img {
	width: 210px;
	height: 168px;
	vertical-align: bottom;
}
table.producto_lista p {
	width: 210px; margin-bottom: 4px;
}
table.producto_lista td.img img {
	display: block;
	margin: auto;
}
table.producto_lista td.texto {
	height: 60px;
	padding-top: 6px;
	vertical-align: top;
}
div.detalle.img {
	float: left;
	margin: 0px 20px 20px 0px;
}
div.detalle.texto {
	margin-left: 20px;
	margin-right: 20px;
}
div.detalle.texto p.precio {
	font-weight: bold;
}
div.detalle.pie {
	clear: both;
}
div.no_hay_productos {
	width: 400px;
	height: 240px;
	margin: auto;
	background: center no-repeat url(../img/formato/productos_vacio.png);
}
.precio_tachado {
	text-decoration: line-through;
	font-weight: normal;
}
.clear_float {
	clear: both;
}
p.aviso_precios {
	border-top: 1px solid #434343;
	font-size: 10px;
	margin-top: 2em;
	padding-top: 2em;
}
div.producto_como_comprar {
	margin-right: 20px;
}

