body{
	padding-bottom: 25px;
	background: transparent;
}

#listado_productos{
	float: left;
	width: 702px;;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#contenido_listado_productos{
	margin: auto;
	height: auto;
	overflow: hidden;
	float: none !important;
}

#btn_mostrar_familias{
	height: 15px;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CA1E29;
}

#listado_familias{
	float: left;
	width: 682px;
	height: auto;
	background-color: #999;
	padding-left: 20px;
	margin-top: 2px;
}

#listado_familias h2{
	padding: 5px;
}

#idiomas{
	float: right;
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#idiomas li{
	text-align: right;
	width: auto;
	height: auto;
	float: right;
}

#idiomas li a{
	text-align: right;
	width: 35px !important;
	height: 23px;
	float: right;
	color: #555;
}

#idioma_sp{
	background-image: url(../img/cab_spain.png);
	background-repeat: no-repeat;
	background-position: left;
	opacity: 0.3;
	filter:alpha(Opacity=30);
}

#idioma_sp.selected,
#idioma_sp:hover{
	background-image: url(../img/cab_spain.png);
	background-repeat: no-repeat;
	background-position: left;
	opacity: 1;
	filter:alpha(Opacity=100);
}

#idioma_uk{
	background-image: url(../img/cab_uk.png);
	background-repeat: no-repeat;
	background-position: left;
	opacity: 0.3;
	filter:alpha(Opacity=30);
}

#idioma_uk.selected,
#idioma_uk:hover{
	background-image: url(../img/cab_uk.png);
	background-repeat: no-repeat;
	background-position: left;
	opacity: 1;
	filter:alpha(Opacity=100);
}

#slider_familias{
	float: left;
	width: 700px;
	height: auto;
}

#slider_familias ul li{
	float: left;
	width: 160px;
	padding: 5px;
}

#slider_familias ul li a{
	color: #fff;
}

#des_familia_h1{
	width: 600px;
}

#submit_info_producto{
	width: 75px;
	height: 25px;
	text-align: left;
	border: 1px solid #ccc;
	font-size: 14px;
	font-family: Helvetica;
	color: #000;
	background-color: #fff;
	background-image: url(../img/carrito.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	float: left;
}

#text_info_producto{
	width: 75px;
	height: 20px;
	text-align: right;
	border: 1px solid #ccc;
	font-size: 14px;
	font-family: Helvetica;
	color: #000;
	background-color: #fff;
	padding-right: 3px;
	padding-top: 3px;
	float: left;
	margin-right: 15px;
}

.des_item_pedido{
	padding-top: 0;
}

.des_item_pedido h4{
	width: 400px;
}
