@charset "utf-8";
/* CSS Document */
body {
	margin: 0px auto;
	background: url(../img/bg_body.jpg) repeat-x #35372a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #35372a;
}

h1 { margin: 0px; }
h2 { margin: 0px; font-size: 15px; }
h3 { margin: 0px; }

a {
	text-decoration: none;
	color: #dddfd2;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

/* Estilos Cabecera */
#bg_cabecera { 
	background: url(../img/bg_cabecera.jpg) no-repeat;
	width: 937px;
	height: 217px;
	overflow: hidden;
	text-align: left;
}
#menu_sup {
	float: right;
	width: 667px;
	height: 42px;
	padding-right: 16px;
}

/* Estilos Contenido */
#contenido {
	background: url(../img/bg_contenido.jpg) repeat-y;
	width: 917px;
	text-align: left;
	padding-left: 20px;
}

/* Estilos Columna izq. */
#col_izq {
	float: left;
	width: 237px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.bg_familia {
	background: url(../img/bg_familia.jpg) no-repeat;
	width: 213px;
	height: 21px;
	font-size: 11px;
	padding-left: 24px;
	padding-top: 7px;
	overflow: hidden;
}

.bg_subfamilia {
	background: url(../img/bg_subfamilia.jpg) no-repeat;
	width: 193px;
	height: 21px;
	font-size: 11px;
	padding-left: 44px;
	padding-top: 7px;
	overflow: hidden;
}

#bg_busqueda {
	background: url(../img/bg_busqueda.jpg) no-repeat;
	width: 230px;
	height: 94px;
	padding-top: 40px;
	padding-left: 7px;
}

#bg_registro {
	background: url(../img/bg_registro.jpg) no-repeat;
	width: 230px;
	height: 93px;
	padding-top: 40px;
	padding-left: 7px;
}

#bg_registro a {
	color: #35372a;
}
.input {
	border: 1px solid #a3a584;
	background-color: #bebb93;
}
.cinput {
	border: 1px solid #a3a584;
	background-color: #bebb93;
	width: 54px;
}

/* Estilos Columna izq. */
#col_der {
	float: left;
	width: 663px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 7px;
}

#bg_listado {
	background: url(../img/bg_listado.jpg) repeat-y;
	width: 653px;
}

#bg_listado_sup {
	background: url(../img/bg_listado_sup.jpg) no-repeat top;
	width: 653px;
}
#bg_listado_inf {
	background: url(../img/bg_listado_inf.jpg) no-repeat bottom;
	width: 623px;
	padding: 15px;
}

#bg_listado_inf a {
	color: #35372a;
}

#bg_img {
	background: url(../img/bg_img.jpg);
	width: 209px;
	height: 159px;
	overflow: hidden;
	float: left;
}

#bg_img2 {
	background: url(../img/bg_img2.jpg);
	width: 206px;
	height: 156px;
	overflow: hidden;
	float: left;
}

#texto_listado {
	width: 380px;
	float: left;
	padding-left: 20px;
}

#texto_listado h2 { font-size: 15px; }

#bg_precio { background:url(../img/bg_precio.jpg); width: 105px; height: 25px; float:left; }

#bg_precio a { color:#FFF; font-size: 15px; }

/* Pie */
#bg_pie {
	background:url(../img/bg_pie.jpg) no-repeat;
	width: 907px;
	height: 45px;
	font-size: 11px;
	text-align: left;
	padding-top: 22px;
	padding-left: 30px;
}

#bg_pie a {
	color: #35372a;
}

/* Ficha Articulo */
.combo { width: 181px; height: 22px; border: 1px solid #a3a584; background: #bebb93; }