
#articuloDetalle {
    position: relative;
    float: left;
    width: 734px;
    background-image: URL("../../imagenes/categoriasFondo.png");
    background-repeat: repeat-y;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: left;
    text-decoration: none;
}

#articuloDetalle .top {
    position: relative;
    float: left;
    background-image: URL("../../imagenes/categoriasTop.png");
    background-repeat: no-repeat;
    width: 734px;
    height: 21px;
}

#articuloDetalle .bot {
    position: relative;
    float: left;
    background-image: URL("../../imagenes/categoriasBot.png");
    background-repeat: no-repeat;
    width: 734px;
    height: 21px;
}

#articuloDetalle .articulo {
    position: relative;
    float: left;
    padding-left: 40px;
    text-align: left;
    width: 100%;
}

#articuloDetalle .articulo .tituloPagina {
    position: relative;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #808080;
    text-align: left;
}

#articuloDetalle .articulo .tituloArticulo {
    position: relative;
    float: left;
    
    width: 648px;
    height: 60px;
    
    background-image: URL("../../imagenes/fondoTituloDetalleArticulo.png");
    background-repeat: no-repeat;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #41759d;
    text-align: left;
}

#articuloDetalle .articulo .tituloArticulo .texto {
    margin-top: 15px;
    margin-left: 35px;
}

#articuloDetalle .articulo .detalleImagen {
    position: relative;
    float: left;

    width: 345px;
    height: 299px;

    background-image: URL("../../imagenes/fondoImagenDetalle.png");
    background-repeat: no-repeat;

    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
}
#articuloDetalle .articulo .detalleImagen .zoomAgrandar {
    position: absolute;
    top: 262px;
    left: 300px;
    cursor: pointer;
}
#articuloDetalle .articulo .detalleImagen .zoomAchicar {
    position: absolute;
    top: 262px;
    left: 10px;
    cursor: pointer;
}

#articuloDetalle .articulo .detalleImagen .detalleImagenContenido {

}

#articuloDetalle .articulo .formasPago {
    position: relative;
    float: left;

    width: 300px;
    height: 299px;

    background-image: URL("../../imagenes/fondoFormaPagoDetalle.png");
    background-repeat: no-repeat;
    background-position: 0px 5px;

    text-align: left;
}

#articuloDetalle .articulo .formasPago .detallePrecio {
    position: absolute;
    top: 25px;

    width: 300px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #ED9D60;
}

#articuloDetalle .articulo .formasPago .detalleBotones {
    position: absolute;
    top: 242px;

    width: 300px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0em;

}

#articuloDetalle .articulo .listaImagenes {
    position: relative;
    float: left;

    width: 343px;
    text-align: left;
}

#articuloDetalle .articulo .listaImagenes .imagenLink {
    position: relative;
    float: left;
    height: 75px;
    width: 110px;
    padding-top: 5px;
    padding-left:4px;
}

#articuloDetalle .articulo .descripcion {
    position: relative;
    float: left;
    height: 248px;
    width: 303px;
    background-image: URL("../../imagenes/fondoDetalleDetalleArticulo.png");
    background-repeat: no-repeat;
}

#articuloDetalle .articulo .descripcion .texto {
    position: relative;
    float: left;
    height: 200px;
    width: 300px;
    margin-top: 30px;
    margin-left: 10px;
    overflow: hidden;
}

#articuloDetalle .articulo .detalle {
    position: relative;
    float: left;
}

#articuloDetalle .articulo .detalle .tituloDetalle {
    position: relative;
    float: left;
    height: 43px;
    width: 649px;
    background-image: URL("../../imagenes/tituloArticuloDetalle.png");
    background-repeat: no-repeat;
}

#articuloDetalle .articulo .detalle .tituloDetalle .texto{
    position: relative;
    float: left;

    padding-top: 7px;
    padding-left: 20px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #41759d;
}

#articuloDetalle .articulo .detalle .content {
    position: relative;
    float: left;
    width: 649px;
    background-image: URL("../../imagenes/fondoContenidoDetalleArticulo.png");
    background-repeat: repeat-y;
}

#articuloDetalle .articulo .detalle .content .textoDetalle{
    position: relative;
    float: left;
    width: 620px;

    padding-top: 5px;
    padding-left: 20px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    overflow:  hidden;
}

#articuloDetalle .articulo .detalle .pie {
    position: relative;
    float: left;
    width: 649px;
    height: 24px;
    background-image: URL("../../imagenes/fondoPieDetalleArticulo.png");
    background-repeat: repeat-y;
    background-position: -1px 0px;
}
/*------------------------------------------------------------------------------------------------*/
#articuloDetalle .articulo .separador {
    position: relative;
    float: left;
    width: 100%;
    height: 1px;
}
