/*------ GENERAL -------*/
* { behavior: url("js/iepngfix.htc"); }

body{
	margin:0px;
	background-image:url(../imagenes/fondo_cuero.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#000000;
}

#volver a:link, #volver a:visited{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}

#volver a:hover{
	color: #666666;
}

#global{
	
}

#menu_footer, #menu_footer a:link, #menu_footer a:visited{
	font-family: Arial;
	font-size: 11px;
	color: #633932;
	text-align: center;
	text-decoration: none;
}

#menu_footer a:hover{
	text-decoration: underline;
}

#copyright{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
}

#copyright a:link, #copyright a:visited{
	color: #999999;
	font-weight:bold;
	text-decoration: none;
}

#copyright a:hover{
	text-decoration: underline;
}

/*------ CONTENEDORES --------*/
#main_contenido{
	background-color:#FFFFFF;
}

#main_contenido_izq{
	background-image:url(../imagenes/borde_centro_izq.png);
	background-repeat:repeat-y;
	background-position:right top;
}

#main_contenido_der{
	background-image:url(../imagenes/borde_centro_der.png);
	background-repeat:repeat-y;
	background-position:left top;
}

#main2{
	background-image:url(../imagenes/main_borde_centro.jpg);
	background-repeat:repeat-y;
	background-position:top middle;
	padding: 10px;
}

/*-------- MENU ---------*/
#menu{
	border: 1px solid #8D6F65;
	background-color: #795E56;
	background-image:url(../imagenes/borde_menu_der.jpg);
	background-position:right top;
	background-repeat:repeat-y;
}

#menu td{
	border-top: 1px solid #593519;
}

#menu a:link, #menu a:visited{
	color:#FFFFFF;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover{
	text-decoration: underline;
}

#categorias{
	border: 1px solid #E1E1E1;
	background-color: #CDCDBA;
	background-image:url(../imagenes/borde_categorias_der.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	color: #653B34;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
}

#categorias td{
	border-top: 1px solid #000000;
}

#categorias div{
	height: 10px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	text-transform: lowercase;
}

#categorias div a:link, #categorias div a:visited{
	color: #653B34;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	text-transform: capitalize;
	text-decoration: none;
}

#categorias div a:hover{
	text-decoration: underline;
}

/*--------- INICIO ----------*/
#info_main{
	padding: 10px;
}

#info_main #quienessomos{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #999999;
	text-align:left;
}

#info_main #quienessomos_texto{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-align:left;
}

#titulo_destacados{
	background-image:url(../imagenes/fondo_titulos.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	text-transform: capitalize;
}

#titulo_destacados a:link, #titulo_destacados a:visited{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	text-decoration: none;
}

#titulo_destacados a:hover{
	text-decoration: underline;
}

/*--------- PRODUCTOS ----------*/
.texto_descriptivo{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	text-align:left;
}

.texto_descriptivo strong{
	text-transform:lowercase;
}

.listado_subcategorias ul{
	list-style-type: square;
}

.listado_subcategorias li, .listado_subcategorias li a:link, .listado_subcategorias li a:visited{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

.listado_subcategorias li a:hover{
	text-decoration: underline;
}

.detalle_producto_img{
	width: 120px;
	height: 120px;
	border: 2px solid #333333;
	margin: 5px;
}

.detalle_producto_info{
	border-left: 1px dotted #000000;
	padding-left: 5px;
}

.detalle_producto_dest_of_info{
	border-left: 1px dotted #000000;
	padding-left: 5px;
	background-color: #EEEAE9;
}

.detalle_producto .id{
	font-family: Arial;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
	color: #000000;
}

.detalle_producto .nombre a:link, .detalle_producto .nombre a:visited{
	font-family: Arial;
	font-size: 15px;
	font-weight:bold;
	color: #593519;
	text-decoration: none;
}

.detalle_producto .nombre a:hover{
	color: #8B5227;
}

.detalle_producto .descripcion{
	font-family: Arial;
	font-size: 12px;
	color: #2A2A2A;
}

.detalle_producto .precio{
	font-family: Arial;
	font-size: 12px;
	color: #C16100;
}

.detalle_producto .destacado{
	background-image: url(../imagenes/destacado.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.detalle_producto .ofertado{
	background-image: url(../imagenes/en_oferta.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.detalle_producto .destacado_ofertado{
	background-image: url(../imagenes/destacado_ofertado.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#paginate-top{
	float:right;
}

#paginate-bottom{
	float:right;
}

/*--------- INFO PRODUCTO ----------*/

.info_producto_img{
	width: 170px;
	height: 170px;
	border: 2px solid #333333;
	margin: 5px;
}

.info_producto .id{
	font-family: Arial;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
	color: #000000;
}

.info_producto .nombre{
	font-family: Arial;
	font-size: 15px;
	font-weight:bold;
	color: #593519;
}

.info_producto .descripcion{
	font-family: Arial;
	font-size: 12px;
	color: #2A2A2A;
}

.info_producto .precio{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #663300;
	text-decoration:underline;
}

.info_producto .precio2{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.info_producto .click{
	font-family: Arial;
	font-size: 10px;
	color: #663300;
	text-align: center;
	padding-left: 0px;
}

.info_producto .stock{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #663300;
	text-decoration:underline;
}

.info_producto .stock2{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.info_producto .comentario{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #663300;
	text-decoration:underline;
}

.info_producto .comentario2{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
