/* CSS Document */
BODY
	{
		background: #E8BA34;
/*		 background:url(img/bg.jpg) repeat-x top; */
		color: gray;
		margin: 0px auto 0px auto; 
		padding: 0;
		width:auto;
		height:100%;
		bottom:0px;
		top:0px;
	}
.div_categoria
{
	border:1px solid #2C2D2E;
	padding:2px;
	margin-top:4px;
}
.txt_categoria
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.txt_categoria2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CECECE;
}
.div_transparente_loading
{
   background-color: #000000;
   filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity: 0.6;
   width:100%;
   margin:0px;
   left:0px; right:0px;
   padding:0px;
   position: absolute;
}
.div_notransparente
{
	background:#242526;
	width:100%;
	left:0px; right:0px;
	position: absolute;
}
.div_load
{
	width:200px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
}
.fond_imagen
{
	width:110px;
	height:130px;
}
.titulo01
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#79AA14;
}
.descripcion
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#303132;
}

.bg_cesta
{
	background:url(img/bg_cesta.jpg) no-repeat top;
	height:57px;
}
