﻿/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow     and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 40px;
	width: 0;
	height: 100%; /* There is a big background image and it's used to solve some problems I experienced     in Internet Explorer 6. */
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/grd_rielL.png");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0; /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */ 
	/*cursor: url("https://img.gruporeforma.com/cursors/cursor_arrow_left.png"), url("https://img.gruporeforma.com/cursors/cursor_arrow_left.cur"), w-resize;*/
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/flecha_rielesL.png");
	background-repeat: no-repeat;
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}



/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 40px;
	width: 0;
	height: 100%;
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/grd_rielR.png");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 40px;
	/*cursor: url("https://img.gruporeforma.com/cursors/cursor_arrow_right.png"), url("https://img.gruporeforma.com/cursors/cursor_arrow_right.cur"), e-resize;*/
}

div.scrollingHotSpotRight, #ie8#bug
{
	min-width: 40px;
	width: 0;
	height: 100%;
	background-image: url(../imgdiseno/grd_rielR.png);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0px;
	/*cursor: url("https://img.gruporeforma.com/cursors/cursor_arrow_right.png"), url("http://img.gruporeforma.com/cursors/cursor_arrow_right.cur"), e-resize;*/
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/flecha_rielesR.png");
	background-repeat: no-repeat;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollWrapperHeader
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/*** inicio estilos personalizador para buscador header	***/
/* Invisible left hotspot */
#contlomasbuscado div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow     and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 30px;
	width: 0;
	height: 100%; /* There is a big background image and it's used to solve some problems I experienced     in Internet Explorer 6. */
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/grd_rielL.png");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0; /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	/*cursor: url("http://img.gruporeforma.com/cursors/cursor_arrow_left.png"), url("http://img.gruporeforma.com/cursors/cursor_arrow_left.cur"), w-resize;*/
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/flecha_rielesL.png");
	background-repeat: no-repeat;
	background-size: 30px 140px;
}
/* Visible left hotspot */
#contlomasbuscado div.scrollingHotSpotLeftVisible
{
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/flecha_rielesL.png");
	background-repeat: no-repeat;
	background-size: 30px 140px;
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}
/* Invisible right hotspot */
#contlomasbuscado div.scrollingHotSpotRight
{
	min-width: 30px;
	width: 0;
	height: 100%; /*background-image: url("https://www.mural.com.mx/libre/imgdiseno/grd_rielR.png");*/
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 40px;
	/*cursor: url("http://img.gruporeforma.com/cursors/cursor_arrow_right.png"), url("http://img.gruporeforma.com/cursors/cursor_arrow_right.cur"), e-resize;*/
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/flecha_rielesR.png");
	background-repeat: no-repeat;
	background-size: 30px 140px;
}
#contlomasbuscado div.scrollingHotSpotRight, #ie8#bug
{
	min-width: 30px;
	width: 0;
	height: 100%; /*background-image: url(../imgdiseno/grd_rielR.png);*/
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0px;
	/*cursor: url("http://img.gruporeforma.com/cursors/cursor_arrow_right.png"), url("http://img.gruporeforma.com/cursors/cursor_arrow_right.cur"), e-resize;*/
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/flecha_rielesR.png");
	background-repeat: no-repeat;
	background-size: 30px 140px;
}
/* Visible right hotspot */
#contlomasbuscado div.scrollingHotSpotRightVisible
{
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/flecha_rielesR.png");
	background-repeat: no-repeat;
	background-size: 30px 140px;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}
/*** fin estilos personalizador para buscador header ****/

/*** inicio estilos personalizador para rieles impresa header ****/

/* Invisible left hotspot */
#rieledimpresah div.scrollingHotSpotLeft, #rielsemanales div.scrollingHotSpotLeft, #rielsociales div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow     and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 40px;
	width: 0;
	height: 100%; /* There is a big background image and it's used to solve some problems I experienced     in Internet Explorer 6. */
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/grd_rielL.png");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0; /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	/*cursor: url("https://img.gruporeforma.com/cursors/cursor_arrow_left.png"), url("https://img.gruporeforma.com/cursors/cursor_arrow_left.cur"), w-resize;*/
}

/* Visible left hotspot */
#rieledimpresah div.scrollingHotSpotLeftVisible, #rielsemanales div.scrollingHotSpotLeftVisible, #rielsociales div.scrollingHotSpotLeftVisible
{
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/flecha_rielesL.png");
	background-repeat: no-repeat;
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}



/* Invisible right hotspot */
#rieledimpresah div.scrollingHotSpotRight, #rielsemanales div.scrollingHotSpotRight, #rielsociales div.scrollingHotSpotRight
{
	min-width: 40px;
	width: 0;
	height: 100%;
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/grd_rielR.png");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0px;
	/*cursor: url("https://img.gruporeforma.com/cursors/cursor_arrow_right.png"), url("https://img.gruporeforma.com/cursors/cursor_arrow_right.cur"), e-resize;*/
}


/* Visible right hotspot */
#rieledimpresah div.scrollingHotSpotRightVisible, #rielsemanales div.scrollingHotSpotRightVisible, #rielsociales div.scrollingHotSpotRightVisible
{
	background-image: url("https://www.mural.com.mx/libre/imgdiseno/flecha_rielesR.png");
	background-repeat: no-repeat;
	zoom: 1;
}

/*** fin estilos personalizador para rieles impresa header ****/
