body, input, form, table, select {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
body, form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.gray {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}
.orange {
	color: #ff6600;
}
.black, .black a {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.copy, .copy a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu {
	height: 26px;
	background-image:url(images/btn_menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font: bold 11px Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 5px;
	vertical-align:top;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #000000;
}

.menu_over {
	height: 26px;
	background-image:url(images/btn_menu_over.jpg);
	font: bold 11px Tahoma;
	color: #000000;
	text-decoration: underline;
	padding-left: 25px;
	padding-top: 5px;
	vertical-align:top;
	cursor: pointer;
	cursor: hand;
}
.menu_over a {
	color: #000000;
	text-decoration: underline;
}
.menu a:hover {
	color: #000000;
}

.title {
	height: 30px;
	background-image:url(images/bg_titles.jpg);
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 9px;
	vertical-align:top;
}

.titulos {
	height: 36px;
	background-image:url(images/bg_titulos.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 8px;
	vertical-align:top;
}
.carrito_titulo {
	font-size: 12px;
	color: #ff8a00;
	font-weight: bold; 
	text-decoration: none;
}
.lineapunteada {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	height: 8px;
}

.boton_categorias {
	width: 65px;
	border: 1px solid black;
	margin-bottom: 3px;
	color: #fff;
	background-color: #ff8a00;
}

.botones {
/*	width: 65px; */
	border: 1px solid black;
	margin-bottom: 3px;
	color: #fff;
	background-color: #ff8a00;
}

div.imagen_detalle {
/*
	background-color: red;
	float:right;
	margin:0px 0px 15px 20px;
	text-align:center;
*/
	float:left;
	margin: 0px 15px 15px 0px;
	padding-bottom: 10px;
	width: 120px;
	text-align:center;
}

.producto_nombre {
	font-size: 16px;
	color: #ff8a00;
	font-weight: bold; 
	text-decoration: none;
}
.producto_precio {
	font-size: 13px;
	color: #ff6600;
	color: #666666;
	font-weight: bold; 
	text-decoration: none;
}
.producto_descripcion {
	color: #008000;
}

.productos_categorias .tabla_titulos {
	font-size: 12px;
	color: #ff8a00;
	font-weight: bold; 
	text-decoration: none;
	background-color: #cdcdcd;
	height: 20px;
}

.productos_categorias .row0 {
	background-color: #efefef;
	height: 100px;
}

.productos_categorias .row1 {
	background-color: #cdcdcd;
	height: 100px;
}

.productos_categorias .producto_nombre {
	font-size: 12px;
}
.productos_categorias .producto_info {
	font-size: 11px;
	color: #ff6600;
	color: #666666;
	text-decoration: none;
}

.textos {
	font-size: 12px;
	color: #008000;
}