.ODdespliegue .bloqueOpciones .seleccion .contenidoFechas .semana a.opcion2{
	cursor:pointer;
	color:#333;
	display:block;
	font-size:12px;
	height:20px;
	line-height:20px;
	padding:0;
}

.ODdespliegue .bloqueOpciones .seleccion .contenidoFechas .semana a.opcion1{
    cursor:pointer;
}


/*Carro de compras ventana mensaje de stock*/
#ventanaVS {
    height: 300px;
    padding: 10px 10px 6px;
    width: 630px;
}
#ventanaVS #headerVS {
    border-bottom: 1px solid #cccccc;
    height: 50px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    width: 648px;
}
#imgImportante {
    background-position: -3px -384px !important;
    height: 50px !important;
    margin-left: 10px;
}
#ventanaVS h1 {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
#ventanaVS #scrollVS {
    display: inline-block;
    height: 292px;
    margin-bottom: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 648px;
}
#ventanaVS .contenidoProductosVS {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 608px;
}
.mensajeVS {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0 14px;
    width: auto;
}
.mensajeVS .destacado {
    color: #666;
    font-weight: bold;
}
#ventanaVS .contenidoProductosCierreVS {
    color: #999999;
    display: inline-block;
    height: auto;
    margin: 0;
    text-align: center;
    width: 652px;
}
#ventanaVS .contenidoProductosCierreVS p {
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 18px;
    margin: 0;
    text-align: center;
    width: auto;
}
#ventanaVS .contenidoProductosCierreVS .boton {
    display: block;
    font-size: 11px;
    height: auto;
    margin: 10px auto 0;
    text-align: center;
    width: 150px;
}
#ventanaVS .contenidoProductosCierreVS .boton a {
    cursor: pointer;
    display: block;
    height: auto;
    width: auto;
}
#ventanaVS .contenidoProductosCierreVS .boton .btn-gris {
    width: 110px;
}
.productoBolsaVS {
    border-bottom: 1px solid #ececec;
    display: table;
    height: auto;
    margin: 0 auto 12px;
    padding-bottom: 10px;
    width: 480px;
}
.productoBolsaVS .fotoBolsa {
    float: left;
    height: 123px;
    margin: 0 20px;
    width: 123px;
}
.productoBolsaVS .detalleBolsa {
    box-sizing: border-box;
    float: left;
    margin: 0 20px 0 0;
    padding: 34px 0 0;
    width: 200px;
}
.productoBolsaVS .marca {
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
}
.productoBolsaVS .detalle {
    display: block;
    font-size: 11px;
    height: 28px;
    line-height: 14px;
}
.productoBolsaVS .cantidad {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 50px 0 0;
    width: 94px;
}

/*Mensaje de actualizaci?3n en carro de compras*/
#mensajeStockVS {
	background-color: #fff;
    border: 1px solid #b7c727;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 12px;
    position: relative;
    bottom: 0;
    width: 430px;
	float:left;
}
#mensajeStockVS .cerrar {
	background-image: url("../site/common/cerrar.gif");
    background-position: -37px 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 13px;
    position: absolute;
    right: 12px;
    text-indent: -9999px;
    top: 14px;
    width: 14px;
} 
.accionActualizadaVS {
    color: #b7c727;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
.accionDetalleVS {
	border-top: 1px solid #f4f4d8;
	color: #666;
    font-size: 12px;
	line-height:16px;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
}
.accionDetalleVS p {
	margin:0 0 5px;
}
.accionDetalleVS ul {
	margin:5px 0;
}
.accionDetalleVS ul li {
	color: #333;
    font-weight: bold;
    line-height: 15px;
    list-style: inside none disc;
}
.accionAlternativaVS {
	font-size:12px;
}
.accionAlternativaVS a {
	font-size:12px !important;
	text-decoration:underline !important;
	font-weight:bold;
}