body	{
	margin: 0;
	text-align: center;
	background: #f4f4f4 url(images/bg_body.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
h1	{
	margin: 0 16px ;
	padding: 0;
	height: 45px;
	background: #FFF url(images/bg_heading1.gif) no-repeat 4px 9px;
}
h2	{
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
	color: #990000;
	margin: 0;
	background: #FFF
}
h3	{
	font-size: 1.1em;
	border-bottom: 1px solid #CCC;
	
	padding-bottom: 0.5em;
	font-weight: normal;
	text-transform: uppercase;
	
}
#titulo	{
	padding: 0;
	margin: 1em 0 0 0;
	border: none;
	font-weight: bold;
	font-size: 1.3em;
	color: #666;
	text-transform: none;
}
h4	{
	text-transform: capitalize;
	font-weight: normal;
	margin: 1.5em 0 .5em 0;
	padding: 1px 5px;
	font-size: 1em;
	background: #ccc;
}
h5	{
	text-transform: capitalize;
	font-weight: normal;
	margin: 1.5em 0 .5em 0;
	padding: 1px 5px;
	font-size: 1em;
	background: #D9D9D9;
}

em	{
	font-style: normal;
	background: #FFC;
	padding: 0 2px;
	/*color: #000;*/
}


/*  */
.oculto	{
	display: none;
}
.greyText	{
	color: #666;
}
.greyText2	{
	
	color: #999;
}
.rojoTx	{
	color: #C00;
}
.negroTx	{
	color: #000;
}
.derechaImg	{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	margin-left: 5px;
}

.signBoton	{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 10px;
}

.izquierdaImg	{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	margin-right: 5px;
	
}




/* posiciones y demas */
#contenedor	{
	margin: 5px auto 0 auto;
	background: #FFF url(images/bg_contenedor.gif) repeat-y;
	width: 560px;
}
#arriba	{
	height: 16px;
	background: transparent url(images/bg_arriba.gif) no-repeat;
	margin: 0;
}
#menu	{
	margin: 0 16px 0 16px;
	height: 41px;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: .6em;
	background: #FFF url(images/menu_shadow.jpg) no-repeat bottom left;
	}
	#menu li	{
	float: left;
	width: 132px;
	height: 38px;
	text-align: left;
	background: transparent /*url(images/menu_line.jpg) no-repeat;*/
	}
	#menu a	{
	display: block;
	background: transparent url(images/button.jpg) no-repeat;
	padding: 20px 0 0 7px;
	text-decoration: none;
	color: #333;
	margin: 0 0 0 1px;
	text-shadow: 1px 1px 3px #999;
	
	width: 131px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 124px;

	height: 38px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 31px;
	}
	#menu a:hover, #menu a.selected	{
	background: transparent url(images/button_on.jpg) no-repeat;
	color: #000;
	text-shadow: 1px 1px 3px #FFF;
}
#contenido, #contenidoHorizontal	{
	margin: 15px 16px 0 16px;
	text-align: left;
	font-size: .7em;
	color: #666;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	}
	#contenido a, #contenidoHorizontal a	{
	color: #990000;
	padding: 0 2px;
	text-decoration: none;
	}
	#contenido a:hover, #contenidoHorizontal a:hover	{
	color: #FF0000;
	background: #FFF;
	}
	#contenido	{
	line-height: 1.5em;
	background: transparent url(images/bgcontenido.gif) repeat-y;
	}
	#contenido ul	{
	margin: 0;
	padding: 0 0 0 18px;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	}
	#contenido li	{
	margin-bottom: .7em;
	line-height: 1em;
}
#izquierda, #derecha {
	padding: 15px 10px;
	
	width: 263px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 243px;
	
	}
	#izquierda	{
	background: #F4F4F4;
	float: left;
	}
	#derecha	{
	background: #F4F4F4 url(images/bgderecha.gif) repeat-y;
	float: right;
	}
	#limpiarColumnas	{
	height: 1px;
	clear: both;
}

#HorizontalArriba, #HorizontalAbajo	{
	margin: 3px 0 0 0;
	}
	#HorizontalArriba	{
	background: #F4F4F4;
	padding: 10px;
	line-height: 1.5em;
	}
	#HorizontalAbajo	{
	background: #F4F4F4;
	padding: 10px 10px 20px 10px;
}



#footer	{
	height: 50px;
	background: #FFF url(images/footer.jpg) no-repeat;
	text-align: right;
	clear: both;
	}
	#footer p	{
	float: right;
	margin: 0;
	padding: 28px 17px 0 0;
	}
#formulario	{
	font-size: .9em;
}
#formulario input.inp,
#formulario textarea.inp
	{
	border: 1px solid #CCC;
	width: 230px;
	background: #FCFCFC;
	font: 11px verdana, sans-serif;
	color: #666;
	padding: 3px;
	margin-bottom: 10px;
	outline: none;
	}
	#formulario input.inp:hover,
	#formulario textarea.inp:hover
	{
	border: 1px solid #999;
	}
	#contactForm input.inp:focus,
	#contactForm textarea.inp:focus
	{
	border: 1px solid #999;
	background: #FFF;
	color: #5D4E37;
}

form input.SignIN	{
	width: 89px;
	height: 21px;
	background: #F4F4F4 url(images/sigin_off.gif) no-repeat;
	outline: none;
	}
form input.SignIN:hover	{
	background: #F4F4F4 url(images/sigin_on.gif) no-repeat;
}

form input.RegisterBtn	{
	width: 89px;
	height: 21px;
	background: #F4F4F4 url(images/register_off.gif) no-repeat;
	outline: none;
	}
form input.RegisterBtn:hover	{
	background: #F4F4F4 url(images/register_on.gif) no-repeat;
}

form input.saveorderBtn	{
	width: 89px;
	height: 21px;
	background: #F4F4F4 url(images/saveorder_off.gif) no-repeat;
	outline: none;
	}
form input.saveorderBtn:hover	{
	background: #F4F4F4 url(images/saveorder_on.gif) no-repeat;
}

form input.checkoutBtn	{
	width: 89px;
	height: 21px;
	background: #F4F4F4 url(images/checkout_off.gif) no-repeat;
	outline: none;
	}
form input.checkoutBtn:hover	{
	background: #F4F4F4 url(images/checkout_on.gif) no-repeat;
}	
	
form input.cancelBtn	{
	width: 89px;
	height: 21px;
	background: #F4F4F4 url(images/cancel_off.gif) no-repeat;
	outline: none;
	}
form input.cancelBtn:hover	{
	background: #F4F4F4 url(images/cancel_on.gif) no-repeat;
}
	
form input.payBtn	{
	width: 89px;
	height: 21px;
	background: #F4F4F4 url(images/pay_off.gif) no-repeat;
	outline: none;
	}
form input.payBtn:hover	{
	background: #F4F4F4 url(images/pay_on.gif) no-repeat;
}
	