/* CSS Document */

body,td,th {
	font-family: Lucida Grande, Arial, Verdana, Helvetica;
	color: #666666;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bloque_contenido {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.bloque_titulo {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}
#menu a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #F5F5F5;
	padding: 2px;
}
#menu a {
	text-decoration: none;
	color: #333333;
	padding: 2px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
h1 {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica;
	font-size: 24px;
	font-weight: normal;
	color: #990000;
	display: inline;
}
h2 {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica;
	font-size: 18px;
	text-transform: uppercase;
	color: #666666;
	display: block;
}

.producto_en_listado {
	padding: 8px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica;
	font-size: 11px;
}

.producto_en_listado .precio_normal {
	color:#666666;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
}

.producto_en_listado .precio_pesos {
	font-size: xx-small;
	color: #666666;
}
.producto_en_listado .nombre_producto {
	font-weight: bold;
	color: #990000;
}

.nombre_producto a {	
	color: #990000;
	text-decoration:none;
}

.nombre_producto a:hover {	
	color: #990000;
	text-decoration:underline;
}

.enlace_subcategoria a {
	color: #CC0000;
	text-decoration: underline;	
}

.col1, .col2, .col3 {
	width:263px;
}

.col1, .col3 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.col2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#div-cat-barra {
	background-image: url("/archivos/images/categorias_back.jpg");
	background-repeat: no-repeat;
	height: 60px;
	width: 798px;
	padding-top: 13px;
	padding-left: 10px;
}

#div-cat-barra a {
	color:#333333;
	text-decoration: none;	
}

#div-cat-barra a:hover {
	color:#FFFFFF;
	background-color:#990000;
	text-decoration: none;	
}

.listado_subcategorias td {
	width: 12%;
}