.contenedor{
	width:560px;
	background-color: #ffffff;
	font-size: 12px;
}
.contenedor_cabecera{
	width: 560px;
	background-color: #ffffff;
	vertical-align: top;
}
.contenedor_foto{
	width: 130px;
	vertical-align: top;
}
.contenedor_titulo{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
}
.contenedor_desc_maxi{
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.contenedor_desc_mini{
	font-size: 10px;
	color: #ffffff;
	padding-left: 10px;
	
}
.contenedor_producto{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.contenedor_precio{
	width: 90px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../diseno/iconos/fondo_precio.jpg);
}
.contenedor_precio_oferta{
	width: 90px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../diseno/iconos/fondo_precio_oferta.jpg);
}
.enstock{
	color: #00CC33;
}
.sinstock{
	color: #CC0000;
}
.boton_foto{
	border:0px;
}

.separador_seccion{
	height: 1px;
	background-color: #FF6600;
}
.fondo_iconos{
	background-image: url(../diseno/pagina/fondo_iconos_naranja.jpg);
}
