body {
	margin: 0px auto;
	background: #a9c4f3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #3688bb;
}
a {
	text-decoration: none;
	color: #3688bb;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
#contenido {
	background: url(../img/bg_body.jpg) repeat-x #d5dde8;
}
#bg_cabecera {
	margin: 0px auto;
	background: url(../img/bg_cabecera.jpg) no-repeat;
	width: 960px;
	height: 138px;
	overflow: hidden;
}
#bg_menu_cabecera {
	margin: 0px auto;
	background: url(../img/bg_menu.jpg) no-repeat;
	width: 960px;
	height: 42px;
	overflow: hidden;
}
.bg_textbox {
	background: url(../img/menu/bg_registro.jpg) no-repeat;
	width: 163px;
	height: 20px;
	overflow: hidden;
	margin-top: 8px;
}
.linput {
	width: 100%;
	border: 0px;
	background: transparent;
	height: 20px;
	color: #fff;
}
#contenedor_web {
	margin: 0px auto;
	background: #fff;
	width: 960px;
}
#col_izq {
	float: left;
	width: 215px;
	overflow: hidden;
}
#menu_izq {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}
#menu_izq li {
	width: 215px;
	height: 40px;
	overflow: hidden;
	background: url(../img/bg_familia.jpg) no-repeat;
	line-height: 40px;
	text-indent: 41px;
}
#menu_izq li a {
	font-weight: bold;
	color: #3688bb;
	display: block;
}
#col_der {
	float: left;
	width: 745px;
	overflow: hidden;
}

#cont_derecha {
	float: right;
	width: 738px;
	overflow: hidden;
}

#cont_derecha h1 {
	background: url(../img/bg_titulo.jpg) no-repeat;
	width: 738px;
	height: 30px;
	overflow: hidden;
	line-height: 29px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-indent: 14px;
}

.contenedor_articulo {
	float: left;
	width: 166px;
	height: 215px;
	margin: 14px 14px 0px 0px;
}

.texto_listado {
	width: 156px;
	height: 39px;
	overflow: hidden;
	background-color: #d5dfeb;
	margin-top: 5px;
	line-height: 16px;
	padding-top: 5px;
	padding-left: 10px;
	overflow: hidden;
}

.texto_listado a {
	color: #044975;
}
.precio {
	color: #754604;
}

#bg_ofertas {
	margin: 0px auto;
	background: url(../img/bg_ofertas.jpg) no-repeat;
	width: 960px;
	height: 234px;
	overflow: hidden;
}

#bt_izq {
	float:left;
	background: url(../img/bt_izq.jpg) no-repeat;
	width: 49px;
	height: 227px;
	overflow: hidden;
	cursor: pointer;
}

#bt_der {
	float: left;
	background: url(../img/bt_der.jpg) no-repeat;
	width: 49px;
	height: 227px;
	overflow: hidden;
	cursor: pointer;
}

#cont_carrusel {
	float:left;
	width: 862px;
	height: 221px;
	overflow: hidden;
	padding-top: 6px;
}

#bg_pie {
	background: url(../img/bg_pie.jpg) repeat-x #a9c4f3;
	overflow: hidden;
}
/* Paginador */
.paginador_catalogo {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.paginador_catalogo li {
	float: left;	
	padding: 0 5px;
	text-align: center;
}

.paginador_catalogo li a {
	display: block;
	width: 100%;
}

#map {
	margin: 0px auto;
	width: 94%;
	height: 300px;
	border: 3px solid #70432b;
}
