/*  ////////////////////////////////////// */
/*  M      C        P         - L        - */
/*  Módulo Catálogo Productos - Listado  - */
/*  -------------------------------------- */
/*  Revisión 08/04/2011 				   */


.MCP-L-productos-encontrados-1 {
	width: 100%;
	position: relative;
	font-size:12px;
	color: #333333;
	padding-top:10px;
	padding-bottom:10px;
	display: block;
}
.MCP-L-selector-contenedor-1 {
	width:65%;
	position:relative;
	float:right;
	z-index: 3;
	display: block;
	clear:both;
}
.MCP-L-selector-contenedor-2 {
	width:100%;
	position:relative;
	z-index: 3;
	display: block;
	white-space: normal;
	padding-top:10px;
	clear:both;
}
.MCP-L-selector-orden-contenedor-1 {
	width: 100%;
	position: relative;
	font-size:12px;
	text-align:right;
	padding-top:5px;
	padding-bottom:10px;
	display: block;
}
img {
	border:0px;
	-ms-interpolation-mode: bicubic;
}
#cerrarbloque { /* IMPORTANTE: Se usa para expandir en alto el contenedor de un contenido */
	display:block;
	width:100%;
	clear:both;
	height:0px;
}



/* 	------------------------------------------------
	GRILLA LISTADO V1 
---------------------------------------------------- */

.MCP-L-grilla-contenedor-gral-1 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	padding-bottom: 10px;
	background-color: #efefef;
	overflow:hidden;
}
.MCP-L-grilla-contenedor-1 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	overflow:hidden;
}
.MCP-L-grilla-imagen-1 {
	position:relative;
	display: block;
	float:left;
	/* --- */
	background-color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	overflow:hidden;
}
.MCP-L-grilla-titulo-1 {
	position:relative;
	display:block;
	float:none;
	/* --- */
	font-size:14px;
	font-weight: bold;
}
.MCP-L-link-titulo-1 {
	/* --- */
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.MCP-L-link-titulo-1:hover {
	/* --- */
	text-decoration: none;
}
.MCP-L-grilla-codigo-1{
	position:relative;
	display:block;
	float:none;
	/* --- */
	font-size:10px;
}
.MCP-L-grilla-descripcion-1 {
	position:relative;
	display:inline;
	float:none;
	/* --- */
	overflow:hidden;
}
.MCP-L-grilla-precio-1 {
	position:relative;
	display:block;
	float: none;
	/* --- */
	padding-top: 10px;
}
.MCP-L-contenedor-auxiliar-1 {
	position: relative;
	display:block;
	float:none;
	/* --- */
	height: 0px;
	width:0px;
	z-index: 120;
}
.MCP-L-icono-stock-1 {
	position: absolute;
	display: block;
	float:left;
	/* --- */
	font-size: 10px;
	letter-spacing: -1px;
	z-index: 121;
	top: 100px;
	left: 10px;
	width: 165px;
	height: 20px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:top left;
}



/* 	------------------------------------------------
	GRILLA LISTADO V2
---------------------------------------------------- */

.MCP-L-grilla-contenedor-gral-2 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	overflow:hidden;
	border-left: solid 1px #CCC;
	margin-bottom:10px;
}
.MCP-L-grilla-contenedor-2 {
	position: relative;
	display: block;
	float:left;
	/* --- */
	overflow:hidden;
}
.MCP-L-grilla-imagen-2 {
	position:relative;
	display: block;
	float:left;
	/* --- */
	background-color: #FFF;
	text-align: center;
	overflow:hidden;
}
.MCP-L-grilla-titulo-2 {
	position:relative;
	display:block;
	float:none;
	/* --- */
	font-size:15px;
	font-weight: lighter;
	color:#a3007c;
	margin-bottom:5px;
}
.MCP-L-link-titulo-2 {
	/* --- */
	font-size:15px;
	font-weight: lighter;
	color:#a3007c;
	text-decoration: none;
	line-height:15px
}
a.MCP-L-link-titulo-2:hover {
	/* --- */
	text-decoration: none;
}
.MCP-L-grilla-codigo-2{
	position:relative;
	display:block;
	float:none;
	/* --- */
	font-size:10px;
}
.MCP-L-grilla-descripcion-2 {
	position:relative;
	display: inline;
	/* --- */
	overflow:hidden;
}
.MCP-L-grilla-precio-2 {
	position:relative;
	display:block;
	float:none;
	/* --- */
	font-size:12px;
	padding-top: 5px;
}
.MCP-L-contenedor-auxiliar-2 {
	position: relative;
	display:block;
	float:none;
	/* --- */
	height: 0px;
	width:0px;
	z-index: 120;
}
.MCP-L-icono-stock-2 {
	position: absolute;
	display: block;
	float:left;
	/* --- */
	font-size: 10px;
	letter-spacing: -1px;
	z-index: 121;
	top: 100px;
	left: 10px;
	width: 165px;
	height: 20px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:top left;
}



/* 	------------------------------------------------
	GRILLA LISTADO V3
---------------------------------------------------- */

.MCP-L-grilla-contenedor-gral-3 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 10px;
	background-color: #efefef;
	overflow: hidden;
}
.MCP-L-grilla-contenedor-3 {
	position:relative;
	display:block;
	float:left;
	/* --- */
}
.MCP-L-grilla-contenido-3 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	overflow: hidden;
}
.MCP-L-grilla-imagen-3 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	text-align: center;
	background-color: #FFF;
	overflow: hidden;
}
.MCP-L-grilla-titulo-3 {
	position:relative;
	display:block;
	float:none;
	/* --- */
	font-size:14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.MCP-L-link-titulo-3 {
	/* --- */
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.MCP-L-link-titulo-3:hover {
	/* --- */
	text-decoration: none;
}
.MCP-L-grilla-codigo-3{
	position:relative;
	display:block;
	float:none;
	/* --- */
	font-size:10px;
}
.MCP-L-grilla-descripcion-3 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	overflow:hidden;
	width: 50%;
}
.MCP-L-grilla-precio-3 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	overflow:hidden;
	width: 40%;
	padding-left: 10px;
	border-left: solid 1px #CCC;
}
.MCP-L-contenedor-auxiliar-3 {
	position: relative;
	display:block;
	float:none;
	/* --- */
	height: 0px;
	width:0px;
	z-index: 120;
}
.MCP-L-icono-stock-3 {
	position: absolute;
	display: block;
	float:left;
	/* --- */
	font-size: 10px;
	letter-spacing: -1px;
	z-index: 121;
	top: 100px;
	left: 10px;
	width: 165px;
	height: 20px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:top left;
}



/* 	------------------------------------------------
	GRILLA LISTADO V4
---------------------------------------------------- */

.MCP-L-grilla-contenedor-gral-4 {
	position: relative;
	display:block;
	float:left;
	/* --- */
	padding-bottom: 10px;
	background-color: #efefef;
	overflow: hidden;
}
.MCP-L-grilla-contenedor-4 {
	position:relative;
	display:block;
	float:left;
	/* --- */
}
.MCP-L-grilla-imagen-4 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	background-color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	overflow:hidden;
	margin-right: 10px;
}
.MCP-L-grilla-titulo-4 {
	position:relative;
	display:block;
	float:none;
	/* --- */
	font-size:14px;
	font-weight: bold;
}
.MCP-L-link-titulo-4 {
	/* --- */
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.MCP-L-link-titulo-4:hover {
	/* --- */
	text-decoration: none;
}
.MCP-L-grilla-codigo-4{
	position: relative;
	display:block;
	float:none;
	/* --- */
	font-size:10px;
}
.MCP-L-grilla-descripcion-4 {
	position:relative;
	display:block;
	/* --- */
	overflow:hidden;
}
.MCP-L-contenedor-auxiliar-4 {
	position: relative;
	display:block;
	float:none;
	/* --- */
	height: 0px;
	width:0px;
	z-index: 120;
}
.MCP-L-icono-stock-4 {
	position: absolute;
	display: block;
	float:left;
	/* --- */
	font-size: 10px;
	letter-spacing: -1px;
	z-index: 121;
	top: 100px;
	left: 10px;
	width: 165px;
	height: 20px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:top left;
}



/* 	------------------------------------------------
	GRILLA LISTADO V5
---------------------------------------------------- */


.MCP-L-grilla-contenedor-gral-5 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	background-color: #efefef;
}
.MCP-L-grilla-popup-contenedor-5 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	width: 0px;
	height: 0px;
}
.MCP-L-grilla-popup-5 {
	position:absolute;
	display:block;
	float:left;
	/* --- */
	background-color: #333;
	padding: 10px;
	top:-50px;
	left:90px;
}
.MCP-L-grilla-contenido-5 {
	position:relative;
	display: block;
	float:left;
	/* --- */
}
.MCP-L-grilla-imagen-5 {
	position: relative;
	display: block;
	float:left;
	/* --- */
	background-color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	overflow:hidden;
}
.MCP-L-grilla-titulo-5 {
	position:relative;
	display:block;
	/* --- */
	float:none;
	font-size:14px;
	font-weight: bold;
}
.MCP-L-link-titulo-5 {
	/* --- */
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.MCP-L-link-titulo-5:hover {
	/* --- */
	text-decoration: none;
}
.MCP-L-grilla-codigo-5{
	position:relative;
	display:block;
	float:none;
	/* --- */
	font-size:10px;
}
.MCP-L-grilla-descripcion-5 {
	position:relative;
	display:block;
	/* --- */
	float:none;
	font-size:12px;
	color:#CCC;
	overflow:hidden;
	padding-right: 10px;
}
.MCP-L-grilla-popup-sombra-5 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	top:-30px;
	left:90px;
	width: 240px;
	height: 270px;
	background-image: url(../imagenes/mod_catalogo/img_popup_sombra_1.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.MCP-L-grilla-popup-flecha-5 {
	position:absolute;
	display:block;
	float:left;
	/* --- */
	top: 0px;
	left: 65px;
	width: 30px;
	height: 40px;
	background-image: url(../imagenes/mod_catalogo/img_popup_flecha_izq_1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.MCP-L-grilla-contenedor-5 {
	position: relative;
	display: block;
	float:left;
	/* --- */
	padding: 10px;
}
.MCP-L-contenedor-auxiliar-5 {
	position: relative;
	display:block;
	float:none;
	/* --- */
	height: 0px;
	width:0px;
	z-index: 120;
}
.MCP-L-icono-stock-5 {
	position: absolute;
	display: block;
	float:left;
	/* --- */
	font-size: 10px;
	letter-spacing: -1px;
	z-index: 121;
	top: 100px;
	left: 10px;
	width: 165px;
	height: 20px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:top left;
}



/* 	------------------------------------------------
	GRILLA LISTADO V6
---------------------------------------------------- */


.MCP-L-grilla-contenedor-gral-6 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	background-color: #efefef;
	z-index:5;
}
.MCP-L-grilla-popup-contenedor-6 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	width: 0px;
	height: 0px;
}
.MCP-L-grilla-popup-6 {
	position:absolute;
	display:block;
	float:left;
	/* --- */
	background-color: #333;
	padding: 10px;
	top:-50px;
	left:90px;
}
.MCP-L-grilla-contenido-6 {
	position:relative;
	display: block;
	float:left;
	/* --- */
}
.MCP-L-grilla-imagen-6 {
	position: relative;
	display: block;
	float:left;
	/* --- */
	background-color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	overflow:hidden;
}
.MCP-L-grilla-titulo-6 {
	position:relative;
	display:block;
	/* --- */
	float:none;
	font-size:14px;
	font-weight: bold;
}
.MCP-L-link-titulo-6 {
	/* --- */
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.MCP-L-link-titulo-6:hover {
	/* --- */
	text-decoration: none;
}
.MCP-L-grilla-codigo-6{
	position:relative;
	display:block;
	float:none;
	/* --- */
	font-size:10px;
}
.MCP-L-grilla-descripcion-6 {
	position:relative;
	display:block;
	/* --- */
	float:none;
	font-size:12px;
	color:#CCC;
	overflow:hidden;
	padding-right: 10px;
}
.MCP-L-grilla-popup-sombra-6 {
	position:relative;
	display:block;
	float:left;
	/* --- */
	top:-30px;
	left:90px;
	width: 240px;
	height: 270px;
	background-image: url(../imagenes/mod_catalogo/img_popup_sombra_1.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.MCP-L-grilla-popup-flecha-6 {
	position:absolute;
	display:block;
	float:left;
	/* --- */
	top: 0px;
	left: 65px;
	width: 30px;
	height: 40px;
	background-image: url(../imagenes/mod_catalogo/img_popup_flecha_izq_1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.MCP-L-grilla-contenedor-6 {
	position: relative;
	display: block;
	float:left;
	/* --- */
	padding: 10px;
}
.MCP-L-contenedor-auxiliar-6 {
	position: relative;
	display:block;
	float:none;
	/* --- */
	height: 0px;
	width:0px;
	z-index: 120;
}
.MCP-L-icono-stock-6 {
	position: absolute;
	display: block;
	float:left;
	/* --- */
	font-size: 10px;
	letter-spacing: -1px;
	z-index: 121;
	top: 100px;
	left: 10px;
	width: 165px;
	height: 20px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:top left;
}


