.btn_agregar_producto{
    background-image: url(../imagenes/layout/add.png);
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}

.productos
{
	font-size: 15px;
	margin: 0px 30px 0px 30px;
	line-height: 18px;
}
.box_producto
{
	width: 130px;
	float: left;
	margin: 0px 40px 10px 0px;
        height: 158px;
}
.marco_producto
{
	width: 126px;
	height: 94px;
	background-image: url(../imagenes/layout/marco_lista_productos.png);
	padding: 2px;
	display: block;
}
.datos_producto
{
	height: 35px;
	margin: 10px 0px 0px 0px;
	color: #877E76;
	width: 130px;
	
}
.datos_producto:hover
{
	background-image: url(../imagenes/layout/hover_datos_productos.png);
}

#tabla_azul {
    /*width: 220px*/
    width: auto;
    background-color: #BACCF4;
}

#tabla_azul .tabla_pequena {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    text-align: center;
    width: 500px;
}

#tabla_azul .tabla_pequena td {
    text-align:center;
    /*background-color: #BACCF4;*/
    padding: 5px;
    color: #000000;
    border: 1px solid #FFF;
}

#tabla_azul .tabla_pequena th {
    color:#FFFFFF;
    padding-right: 10px;
    background-color:#2463DE;
    border: 1px solid #FFF;
    padding: 5px;
    text-align:center;
}

.producto_individual{
     background-image: url(../imagenes/layout/fondo_pop_1.png);
     width: 530px;
     position: relative;
     padding: 40px;   
}

/*VISTA PRODUCTO*/
.columna_vista_producto
{
	width: 280px;
	height: 315px;
	margin: 0px;
	float: left;
}
.columna_vista_producto_2
{
	width: 200px;
	height: 315px;
	margin: 0px;
	float: left;
}
.columna_vista_producto_3
{
	width: 65px;
	height: 315px;
	margin: 0px;
	float: left;
}
.columna_vista_producto .incidencias
{
	width: 280px;
	height: 15px;
}
.columna_vista_producto .foto
{
	width: 204px;
	height: 154px;
	background-image: url(../imagenes/layout/marco_foto_carro_compra.png);
	margin: 0px auto 0px auto;
	padding: 3px;
}
.columna_vista_producto .detalle
{
	width: 280px;
	text-align: center;
	color: #817B74;
	font-size: 12px;
}
.columna_vista_producto_2 .like_producto
{
	width: 280px;
	height: 20px;
}
.columna_vista_producto_2 .precio
{
	width: 280px;
	font-size: 25px;
	color: #B96A7C;
}
.columna_vista_producto_2 .nombre
{
	width: 280px;
	font-size: 15px;
}
.columna_vista_producto_2 .detalle_2
{
	width: 280px;
	text-align: center;
	color: #817B74;
	font-size: 12px;
}
.columna_vista_producto_2 .zoom
{
	width: 162px;
	height: 108px;
/*	background-image: url(../imagenes/layout/marco_zoom_producto.png);*/
	margin: 0px auto 0px auto;
	padding: 3px;
}
.columna_vista_producto .cantidad
{
	float: left;
}
.columna_vista_producto_2 .disponibles
{
	width: 95px;
	height: 15px;
	float: left;
}
.columna_vista_producto_2 .btn_lista_deseos
{
	width: 200px;
	height: 15px;
}
.columna_vista_producto_2 .btn_comprar_producto
{
	width: 120px;
	height: 60px;
	float: left;
}
.agregar_lista_deseos
{
	width: 70px;
	height: 60px;
	float: left;
}
.columna_vista_producto_2 .caracteristicas
{
	width: 200px;
	height: 15px;
	color: #817B74;
}
/*LISTA DE DESEOS*/
.pop_up_lista_deseos
{
	width: 416px;
	height: 360px;
}
.lista_deseos
{
	width: 280px;
	height: 280px;
	position: absolute;
	left: 66px;
	top: 90px;
        max-height: 270px;
        overflow: hidden;
}
.pop_up_lista_deseos .btn_volver
{
	width: 62px;
	height: 18px;
	position: absolute;
	background-color: transparent;
	margin: 0px;
	border: none;
        background-image: url(../imagenes/layout/btn_volver.png); 
        left: 318px; 
        top: 442px;
}
.pop_up_lista_deseos .btn_volver:hover
{
	cursor: pointer;
	background-position: bottom;
}
.pop_up_lista_deseos .btn_volver:active
{
	background-position: bottom;
}
.pop_up_lista_deseos .total
{
	font-size: 18px;
	color: #B96A7C;
	font-style: italic;
	font-weight: bold;
	padding: 0px 0px 0px 40px;
	background-position: 0px 2px;
}
.lista_deseos .producto
{
	width: 280px;
	height: 68px;
}
.producto .check
{
	width: 12px;
	height: 12px;
	float: left;
	margin: 28px 9px 28px 9px;
	background-image: url(../imagenes/layout/check_lista_deseos.png);
}
.producto .check:hover
{
	cursor: pointer;
}
.producto .check:active
{
	background-position: bottom;
}
.producto .frame
{
	width: 230px;
	height: 68px;
	float: left;
	position: relative;
}
.producto .foto
{
	width: 64px;
	height: 64px;
	position: absolute;
	left: 2px;
	top: 2px;
}
.producto .datos
{
	width: 100px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	left: 75px;
	top: 21px;
}
.producto .agregar_carro, .producto .eliminar
{
	width: 13px;
	height: 13px;
	position: absolute;
}
.producto .agregar_carro
{
	background-image: url(../imagenes/layout/agregar_carro_lista.png);
	left: 186px;
	top: 30px;
}
.producto .eliminar
{
	background-image: url(../imagenes/layout/eliminar_carro_lista.png);
	left: 204px;
	top: 30px;
}
.producto .agregar_carro:hover, .producto .eliminar:hover
{
	cursor: pointer;
}

.boton_lista_norman{
    width: 80px;
    height: 60px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
    text-align: center;
}

.boton_comprar_norman{
    width: 80px;
    height: 60px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
    text-align: center;
}

/*CARRO DE COMPRAS*/
.pop_up_carro_compras
{
	width: 416px;
	height: 494px;
	position: relative;
}
.lista_carro
{
	width: 280px;
	height: 280px;
	position: absolute;
	left: 66px;
	top: 120px;
        max-height: 270px;
        overflow: hidden;
}
.pop_up_carro_compras .btn_volver
{
	width: 62px;
	height: 18px;
	position: absolute;
	background-color: transparent;
	margin: 0px;
	border: none;
        background-image: url(../imagenes/layout/btn_volver.png); 
}
.pop_up_carro_compras .btn_volver:hover
{
	cursor: pointer;
	background-position: bottom;
}
.pop_up_carro_compras .btn_volver:active
{
	background-position: bottom;
}

.pop_up_carro_compras .btn_mis_compras
{
background-image: url(../imagenes/layout/btn_mis_pedidos.png);
background-repeat: no-repeat;
 width: 80px;
 height: 18px;
 position: absolute;
 background-color: transparent;
 margin: 0px;
 border: none;
}
.pop_up_carro_compras .btn_mis_compras:hover
{
 cursor: pointer;
 background-position: bottom;
}
.pop_up_carro_compras .btn_mis_compras:active
{
 background-position: bottom;
}


.pop_up_carro_compras .btn_comprar
{
	width: 70px;
	height: 18px;
	position: absolute;
	background-color: transparent;
	margin: 0px;
	border: none;
        background-image: url(../imagenes/layout/btn_comprar.png);
        background-repeat: no-repeat;
}
.pop_up_carro_compras .btn_comprar:hover
{
	cursor: pointer;
	background-position: bottom;
}
.pop_up_carro_compras .btn_comprar:active
{
	background-position: bottom;
}
.pop_up_carro_compras .total
{
	width: 150px;
	height: 22px;
	font-size: 18px;
	font-weight: bold;
}
.lista_carro .producto
{
	width: 280px;
	height: 68px;
}
.btn_mas
{
	width: 10px;
	height: 10px;
	position: absolute;
	background-image: url(../imagenes/layout/btn_mas.png);
        left: 188px; 
        top: 23px;
}
.btn_mas:hover
{
	cursor: pointer;
}
.btn_menos
{
	width: 10px;
	height: 10px;
	position: absolute;
	background-image: url(../imagenes/layout/btn_menos.png);
        left: 188px; 
        top: 37px;
}
.btn_menos:hover
{
	cursor: pointer;
}

/*POP UP DATOS ENVIO PRODUCTO*/
.popup_datos_envio_producto
{
 padding: 55px 0px 0px 0px;
 width: 748px;
 height: 533px;
 background-image: url(../imagenes/layout/fondo_datos_envio_producto.png);
 margin: 0px;
 position: relative;
}
.columna_producto_envio
{
 height: 170px;
 margin: 0px 0px 40px 10px;
}
.columna_producto_envio .foto
{
 width: 204px;
 height: 154px;
 background-image: url(../imagenes/layout/marco_foto_carro_compra.png);
 margin: 0px;
 padding: 3px;
 float: left;
 position: relative;
}
.columna_datos_producto
{
 width: 150px;
 height: 154px;
 float: left;
}
.columna_datos_producto .nombre
{
 font-style: italic;
 font-weight: bold;
 font-size: 20px; 
}
.columna_datos_producto .precio
{
 font-style: italic;
 font-weight: bold;
 font-size: 18px;
 color: #817B74; 
}
.columna_datos_producto .valores
{
 font-size: 16px;
}
.info_envio
{
 width: 500px;
 height: 220px;
 margin: 0px auto 0px auto;
 position: relative;
}
.btn_continuar
{
 width: 122px;
 height: 25px;
 background-image: url(../imagenes/layout/btn_continuar.png);
 background-repeat: no-repeat;
 position: absolute;
 border: none;
 left: 360px;
 top: 531px;
}
.btn_continuar:hover
{
 background-position: bottom;
 cursor: pointer;
}
.flechas_izq
{
 width: 11px;
 height: 19px;
 background-image: url(../imagenes/layout/izq_der.png);
 background-repeat: no-repeat;
 background-position: bottom left;
 /*position: absolute;*/
}
.flechas_izq:hover
{
 background-position: bottom right;
 cursor: pointer;
}
.flechas_der
{
 width: 11px;
 height: 19px;
 background-image: url(../imagenes/layout/izq_der.png);
 background-repeat: no-repeat;
 position: relative;
}
.flechas_der:hover
{
 background-position: top right;
 cursor: pointer;
}
.btn_editar
{
 width: 70px;
 height: 25px;
 background-image: url(../imagenes/layout/btn_editar.png);
 background-repeat: no-repeat;
 position: absolute;
 border: none;
 background-color: transparent;
}
.btn_editar:hover
{
 background-position: bottom;
 cursor: pointer;
}
.info_envio .cajon_txt
{
 height: 16px;
 width: 122px;
 background: none;
 font-size: 12px;
 border: none;
 color: #D6D1C5;
 background-color: #2D2E2E;
 font-style: italic;
 font-weight: bold;
 position: absolute;
 left: 214px;
 top: 35px;
 margin: 0px;
 padding: 2px;
}

/*CONFIRMACI�N ENV�O*/
.popup_confirmacion_envio
{
 width: 558px;
 height: 465px;
 padding: 0px 10px 50px 30px;
}
.columna_confirmacion_envio
{
 width: 245px;
 height: 320px;
 float: left;
 max-height: 320px;
 overflow: hidden;
}
.columna_confirmacion_envio .valores
{
 font-size: 12px;
 line-height: 15px;
 color: #AE445F;
 margin: 0px;
 position: absolute;
 top: 400px;
 width: 120px;
}
.columna_confirmacion_envio .box_producto
{
 width: 245px;
 float: left;
 margin: 0px 0px 10px 0px;
}
.columna_confirmacion_envio .marco_producto
{
 width: 94px;
 height: 71px;
 background-image: url(../imagenes/layout/marco_producto_confirmacion.png);
 padding: 1px;
 display: block;
 float: left;
/* line-height: 94px;*/
}
.columna_confirmacion_envio .datos_producto
{
 margin: 10px 0px 0px 0px;
 color: #877E76;
 width: 139px;
 float: left;
 height: 60px;
 font-style: italic;
 font-weight: bold;
 font-size: 22px;
 font-family: 'IM Fell Great Primer', serif;
}
.columna_confirmacion_envio .datos_producto .nombre
{
 color: #000;
 font-size: 20px;
}
.flechas_arriba
{
 width: 19px;
 height: 11px;
 background-image: url(../imagenes/layout/arriba_abajo.png);
 background-repeat: no-repeat;
 background-position: left top;
 position: absolute;
}
.flechas_arriba:hover
{
 background-position: left bottom;
 cursor: pointer;
}
.flechas_abajo
{
 width: 19px;
 height: 11px;
 background-image: url(../imagenes/layout/arriba_abajo.png);
 background-repeat: no-repeat;
 background-position: right top;
 position: absolute;
}
.flechas_abajo:hover
{
 background-position: right bottom;
 cursor: pointer;
}
.columna_confirmacion_envio .nota
{
 font-size: 11px;
 line-height: 15px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #877E76;
 margin: 0px;
 position: absolute;
 top: 453px;
 width: 250px;
 left: 361px;
}
.btn_confirmar
{
 width: 110px;
 height: 25px;
 background-image: url(../imagenes/layout/btn_confirmar.png);
 background-repeat: no-repeat;
 position: absolute;
 border: none;
}
.btn_confirmar:hover
{
 background-position: bottom;
 cursor: pointer;
}
.input_cantidad{
    width: 40px;
    text-align: center;
    float: left;
}
.btn_misdatos
{
 width: 109px;
 height: 25px;
 background-image: url(../imagenes/layout/btn_mis_datos.png);
 background-repeat: no-repeat;
 position: absolute;
 border: none;
 background-color: transparent;
}
.btn_misdatos:hover
{
 background-position: bottom;
 cursor: pointer;
}

.mis_productos th{
     font-weight: bold;
     background-color: rgba(255,255,255,0.7);
}

.mis_productos tr{
    font-size: 13px;
    font-style: normal;
}
.boton_enviar_carro{
    background-image: url(../imagenes/layout/icono_enviar.png);
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
    width: 30px;
    height: 20px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
        
}

.btn_volver_dual{
    width: 62px;
    height: 18px;
    position: absolute;
    background-color: transparent;
    margin: 0px;
    border: none;
    background-image: url(../imagenes/layout/btn_volver.png); 
    background-repeat: no-repeat;
    left: 205px; 
    top: 340px;
}

.btn_volver_dual:hover
{
	cursor: pointer;
	background-position: bottom;
}

.circulos_slider_producto, .circulos_slider_producto_activado
{
    width: 4px;
    height: 4px;
    background-image: url(../imagenes/layout/bolitas_slider_producto.png);
    background-position: top;
    display: block;
    float: right;
    margin: 0px 0px 0px 5px;
}
.circulos_slider_producto:hover, .circulos_slider_producto_activado
{
    background-position: bottom;
    cursor: pointer;
}
.circulos_slider_producto_elegido
{
    width: 4px;
    height: 4px;
    background-image: url(../imagenes/layout/bolitas_slider_producto.png);
    display: block;
    float: right;
    margin: 0px 0px 0px 5px;
    background-position: bottom;
    cursor: pointer;
}
.subir_menu_2, .bajar_menu_2
{
	width: 19px;
	height: 11px;
	position: absolute;
	background-image: url(../imagenes/layout/arriba_abajo.png);
        background-repeat: no-repeat;
}
.subir_menu_2
{
	background-position: top left;
}
.bajar_menu_2
{
	background-position: top right;
}
.subir_menu_2:hover, .bajar_menu_2:hover
{
	cursor: pointer;
}
.subir_menu_2:hover
{
	background-position: bottom left;
}
.bajar_menu_2:hover
{
	background-position: bottom right;
}
.btn_mas_cantidad
{
 width: 10px;
 height: 10px;
 position: relative;
 left: 100px;
 background-image: url(../imagenes/layout/btn_mas.png);
 top:3px;
 cursor: pointer;
}
.btn_menos_cantidad
{
 width: 10px;
 height: 10px;
 position: relative;
 top: 5px;
 left: 100px;
 background-image: url(../imagenes/layout/btn_menos.png);
 cursor: pointer;
}