#inicio .customScrollBox, #popup01 .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#inicio .customScrollBox .container {
	position:relative;
	width:566px;
	top:0;
	float:left;
}
#popup01 .customScrollBox .container {
	position:relative;
	width:1020px;
	top:0;
	float:left;
}
#inicio .customScrollBox .content, #popup01 .customScrollBox .content {
	clear:both;
}
#inicio .dragger_container {
	position:relative;
	width:2px;
	height:425px; /*425px; cuando no lleva el título que no se esconde*/
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popup01 .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#inicio .dragger, #popup01 .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#inicio .dragger_pressed, #popup01 .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#inicio .scrollUpBtn, #inicio .scrollDownBtn, #popup01 .scrollUpBtn, #popup01 .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#inicio .scrollUpBtn, #popup01 .scrollUpBtn {
	top:16px;
	background:url(../images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#inicio .scrollDownBtn, #popup01 .scrollDownBtn {
	bottom:12px;
	background:url(../images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#inicio .scrollUpBtn:hover, #inicio .scrollDownBtn:hover, #popup01 .scrollUpBtn:hover, #popup01 .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popup02 .customScrollBox, #popup03 .customScrollBox, #popup04 .customScrollBox, #popup05 .customScrollBox, #popup06 .customScrollBox, #popup07 .customScrollBox, #popupProducto .customScrollBox, #popupListaProductos .customScrollBox, #popupPersona .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popup02 .customScrollBox .container, #popup03 .customScrollBox .container, #popup04 .customScrollBox .container, #popup05 .customScrollBox .container, #popup06 .customScrollBox .container, #popup07 .customScrollBox .container, #popupProducto .customScrollBox .container, #popupListaProductos .customScrollBox .container, #popupPersona .customScrollBox .container {
	position:relative;
	width:1020px;
	top:0;
	float:left;
}
#popup07 .customScrollBox .container {width:1180px;}

#popup02 .customScrollBox .content, #popup03 .customScrollBox .content, #popup04 .customScrollBox .content, #popup05 .customScrollBox .content, #popup06 .customScrollBox .content, #popup07 .customScrollBox .content, #popupProducto .customScrollBox .content, #popupListaProductos .customScrollBox .content, #popupPersona .customScrollBox .content {
	clear:both;
}
#popup02 .dragger_container, #popup03 .dragger_container, #popup04 .dragger_container, #popup05 .dragger_container, #popup06 .dragger_container, #popup07 .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popup07 .dragger_container {height:625px;}
#popup02 .dragger, #popup03 .dragger, #popup04 .dragger, #popup05 .dragger, #popup06 .dragger, #popup07 .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popup02 .dragger_pressed, #popup03 .dragger_pressed, #popup04 .dragger_pressed, #popup05 .dragger_pressed, #popup06 .dragger_pressed, #popup07 .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popup02 .scrollUpBtn, #popup02 .scrollDownBtn, #popup03 .scrollUpBtn, #popup03 .scrollDownBtn, #popup04 .scrollUpBtn, #popup04 .scrollDownBtn, #popup05 .scrollUpBtn, #popup05 .scrollDownBtn, #popup06 .scrollUpBtn, #popup06 .scrollDownBtn, #popup07 .scrollUpBtn, #popup07 .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popup02 .scrollUpBtn, #popup03 .scrollUpBtn, #popup04 .scrollUpBtn, #popup05 .scrollUpBtn, #popup06 .scrollUpBtn, #popup07 .scrollUpBtn, #popupProducto .scrollUpBtn, #popupListaProductos .scrollUpBtn, #popupPersona .scrollUpBtn {
	top:16px;
	background:url(../images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popup02 .scrollDownBtn, #popup03 .scrollDownBtn, #popup04 .scrollDownBtn, #popup05 .scrollDownBtn, #popup06 .scrollDownBtn, #popup07 .scrollDownBtn, #popupProducto .scrollDownBtn, #popupListaProductos .scrollDownBtn, #popupPersona .scrollDownBtn {
	bottom:12px;
	background:url(../images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popup02 .scrollUpBtn:hover, #popup03 .scrollUpBtn:hover, #popup04 .scrollUpBtn:hover, #popup05 .scrollUpBtn:hover, #popup06 .scrollUpBtn:hover, #popup07 .scrollUpBtn:hover, #popup02 .scrollDownBtn:hover, #popup03 .scrollDownBtn:hover, #popup04 .scrollDownBtn:hover, #popup05 .scrollDownBtn:hover, #popup06 .scrollDownBtn:hover, #popup07 .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupContacto .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupContacto .customScrollBox .container {
	position:relative;
	width:980px;
	top:0;
	float:left;
}
#popupContacto .customScrollBox .content {
	clear:both;
}
#popupContacto .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupContacto .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupContacto .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupContacto .scrollUpBtn, #popupContacto .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupContacto .scrollUpBtn {
	top:16px;
	background:url(../images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupContacto .scrollDownBtn {
	bottom:12px;
	background:url(../images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupContacto .scrollUpBtn:hover, #popupContacto .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupBlog .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupBlog .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupBlog .customScrollBox .content {
	clear:both;
}
#popupBlog .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupBlog .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupBlog .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupBlog .scrollUpBtn, #popupBlog .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupBlog .scrollUpBtn {
	top:16px;
	background:url(../images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupBlog .scrollDownBtn {
	bottom:12px;
	background:url(../images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupBlog .scrollUpBtn:hover, #popupBlog .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}