@charset "utf-8";
/* RR 06-04-2009 */
body {
	background-image: url(../img/bg_web.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px;
	color: #361e11;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #361e11;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
#global {
	background-repeat: repeat-x;
	width: 960px;
	margin: 0px auto;
}
.cab_total {
	width: 960px;
	margin: 0px auto;
	text-align: center;
}
.menu {
	background-image:url(../img/bg_menu.jpg);
	width: 960px;
	height: 45px;
}
/* CONTENIDO */
#contenido {
	background-image: url(../img/bg_contenido.jpg);
	background-repeat: repeat-y;
	width: 960px;
}
#contenido_sup {
	width: 960px;
}
#contenido_inf {
	/* background-image: url(../img/bg_contenido_fin.jpg); */
	background-repeat: no-repeat;
	background-position: bottom;
	width: 960px;
}
.col_izq {
	float: left;
	width: 228px;
}
.bot_izq {
	background-image: url(../img/bg_familia.jpg);
	background-repeat: no-repeat;
	width: 188px;
	height: 23px;
	padding-left: 40px;
	padding-top: 7px;
	overflow: hidden;
}
.col_centro {
	float: left;
	width: 732px;
}
.titulo_centro {
	background: url(../img/bg_tit.jpg) no-repeat;
	width: 732px;
	height: 53px;
}
.tit_centro_text {
	font-size: 17px;
	padding: 23px;
	color: #f4f1e9;
}
.pie_total {
	background-image:url(../img/bg_pie.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 24px;
	padding-top: 20px;
	text-align: center;
}
.campo {
	background-image: url(../img/bg_texbox.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 23px;
}
.caja {
	width: 152px;
	height: 20px;
	padding-top: 3px;
	background: transparent;
	border: 0px;
}
/*CATALOGO*/
.objeto_img {
	background-image: url(../img/bg_articulo.jpg);
	width: 283px;
	height: 219px;
	float: left;
}
.img_listado {
	width: 255px;
	height: 191px;
	padding-top: 14px;
	padding-left: 14px;
	overflow: hidden;
}
.objeto_text {
	float: left;
	width: 407px;
	padding-left: 13px;
}
.bg_separador {
	background-image:url(../img/bg_separador.jpg);
	background-repeat: no-repeat;
	width: 722px;
	height: 14px;
	clear: both;
	overflow: hidden;
}
/* CESTA */
.cinput
{
	width:50px;
	text-align:center;
}

/* PAGINADOR */
.paginador_catalogo
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.paginador_catalogo li
{
	float:left;
	height:20px;
	width:20px;
	line-height:20px;
	text-align:center;
	color:#f0eede;
}

.paginador_catalogo li a
{
	color:#f0eede;
}

/*PORTADA*/
#portada{background-color:#000;background-image:none}
#portada h1{font-size:12px;margin:5px 0px}
#portada h2{font-size:11px;margin:5px 0px}
