﻿/* PRODUCTO.ASPX */
.imagenes_izquierda
{
    width:250px;
	float:left;
	margin-top:13px;
	margin-left:7px;
	padding-right:10px;
}
.imagen_principal img
{
}
.imagenes_secundarias
{
	margin-top:5px;
}
.imagenes_secundarias img
{
}
.producto_derecha
{
	width:320px;
	margin-top:13px;
	padding-left:10px;
	float:left;	
}
.producto_derecha h1
{
	width:100%;
}
.producto_derecha h1:first-letter
{
}
.producto_compra
{
    width:100%;
    float:left;
    margin-top:20px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}
.producto_compra .talla
{
	float:left;
}
.producto_compra .referencia
{
    width:140px;
    float:left;
	float:left;
	margin-top:6px;
}
.producto_compra .solicitar_stock
{
    width:100%;
    float:left;
	float:left;
	margin-top:6px;
}
.producto_compra .opcion_carrito
{
    float:right;
    width:100%;
}
.productos_relacionados
{
    margin-top:20px;
    width:100%;
    float:left;
}
.productos_relacionados .contenido_relacionado
{
	width:100%;
	float:left;
}
.productos_relacionados h2
{
	margin-top:10px;
}
.productos_relacionados .relacionado
{
    width:100px;
    float:left;
    margin-right:6px;
    margin-top:10px;
}
.productos_relacionados .relacionado span
{
	padding-top:5px;
	width:100%; 
	float:left;   
}
.productos_relacionados img
{
    width:100px;
    float:left;
    margin-bottom:5px;
}
.colores
{
	width:100%;
	float:left;
	margin-top:15px;
}
.colores h2
{
}
.colores .producto_color
{
	width:100px;
	float:left;
	margin-right:10px;
	
}
.colores .producto_color a
{
	width:100%;
	float:left;
}
.colores .producto_color img
{
	margin-bottom:5px;
}
/* FIN PRODUCTO.ASPX */
