@charset "UTF-8";
@-webkit-keyframes PERSIANA {
  0% {
    height: 0;
  }
}
@-webkit-keyframes FADE {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes NEW_UNFADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes NEW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_UNLEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes NEW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_RIGHT {
  0% {
    left: 100%;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(100, 0, 0);
  }
}
@-webkit-keyframes NEW_TOP {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes BOOMPER_INVERSE {
  0% {
    -webkit-transform: scale(1.02, 1.02);
  }
}
@-webkit-keyframes ROTACION-ARRITMICA {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-12 {
  0% {
    -webkit-transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-24 {
  0% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(24deg);
  }
}
@-webkit-keyframes VAIVEN-SAT {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes SHOW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_LEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes SHOW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_BOTTOM {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW_FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes UNSHOW_FADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[class*=animacion_fade] {
  animation: FADE 0.3s;
}

[class*=animacion_left] {
  animation: NEW_LEFT 0.3s;
}

.animacion_bottom {
  animation: NEW_BOTTOM 0.3s;
}

.masterclose {
  animation: NEW_UNFADE 0.28s !important;
}

@font-face {
  font-family: ralewaylight;
  src: url("../../fonts/Raleway/raleway-light-webfont.eot");
  src: url("../../fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("../../fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("../../fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Downlink;
  src: url("../../fonts/Downlink/Downlink.eot?") format("eot"), url("../../fonts/Downlink/Downlink.woff") format("woff"), url("../../fonts/Downlink/Downlink.ttf") format("truetype"), url("../../fonts/Downlink/Downlink.svg#Downlink") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DownlinkBold;
  src: url("../../fonts/Downlink/Downlink_Bold.eot?") format("eot"), url("../../fonts/Downlink/Downlink_Bold.woff") format("woff"), url("../../fonts/Downlink/Downlink_Bold.ttf") format("truetype"), url("../../fonts/Downlink/Downlink_Bold.svg#Downlink-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_light;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_regular;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_bold;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_black;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@mixin image-jr-language-en-sel{
    background-image: url("../../img/gst/fw_jr_language_en_sel.png");
}
@mixin image-jr-language-es-sel{
    background-image: url("../../img/gst/fw_jr_language_es_sel.png");
}
@mixin image-jr-language-ca-sel{
    background-image: url("../../img/gst/fw_jr_language_ca_sel.png");
}
@mixin image-jr-language-fr-sel{
    background-image: url("../../img/gst/fw_jr_language_fr_sel.png");
}
@mixin image-jr-language-de-sel{
    background-image: url("../../img/gst/fw_jr_language_de_sel.png");
}
@mixin image-jr-language-en-clk{
    background-image: url("../../img/gst/fw_jr_language_en_clk.png");
}
@mixin image-jr-language-es-clk{
    background-image: url("../../img/gst/fw_jr_language_es_clk.png");
}
@mixin image-jr-language-ca-clk{
    background-image: url("../../img/gst/fw_jr_language_ca_clk.png");
}
@mixin image-jr-language-fr-clk{
    background-image: url("../../img/gst/fw_jr_language_fr_clk.png");
}
@mixin image-jr-language-de-clk{
    background-image: url("../../img/gst/fw_jr_language_de_clk.png");
}
   */
/*$color-floor-black :        		$jfr-color-floor-black;
$color-floor-gray :        			$jfr-color-floor-gray;
$color-floor-red : 					$jfr-color-floor-red;
$color-floor-green : 				$jfr-color-floor-green;
$color-floor-yellow : 				$jfr-color-floor-yellow;
$color-floor-assist : 				$jfr-color-floor-assist;*/
/*@mixin gradient-H($param-from, $param-to) {
							background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, $param-from ), color-stop( 1.0, $param-to)); // Chrome 1-9 and Safari 4-5.0
							background-image: -webkit-linear-gradient(left, $param-from, $param-to);                                             //  Chrome 10+ Safari 5.1+ Mobile Safari
							background-image: linear-gradient(        left, $param-from, $param-to);                                             //  W3C
						}
*/
/*
@mixin bgcolor-button-group-on {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}
@mixin bgcolor-button-group-click {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}*/
/*
@mixin background-color-button-image{
	color: $buttonimage-color;
	background-color: $buttonimage-colorback;
}*/
body {
  margin: 0;
  background: white none no-repeat 10% 20%;
  background-size: 70%;
  font-size: 15px;
  font-family: sourcesanspro_regular, sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::selection {
  background-color: transparent;
}

input::selection {
  background-color: #ff9103;
}

input {
  font-size: 15px;
  font-family: sourcesanspro_regular, sans-serif;
}

button, select, textarea {
  font-size: 15px;
  font-family: sourcesanspro_regular, sans-serif;
}

input:disabled {
  color: gray;
}

input[type=password] {
  border-radius: 0;
  height: 20px;
  border: 0;
  width: 100%;
  padding-left: 6px;
  padding-right: 0;
  box-shadow: 0 0 transparent;
  background-color: transparent;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

div, img, input, textarea, select, a {
  outline: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.selected {
  background-color: #ff9103 !important;
}

.fw_selected {
  background-color: #ff9103 !important;
  color: black !important;
}

.fw_selectedsort {
  color: black !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 3px;
}

[class*=_noshow] {
  opacity: 0;
}

.invisible {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.fw_disabled .cs_lb_label .cs_lb_inner {
  color: rgba(0, 0, 0, 0.2) !important;
}

[class*=_disabled] {
  opacity: 0.35;
}
[class*=_disabled] input, [class*=_disabled] textarea {
  pointer-events: none;
}

.oculta {
  display: none;
}

[class*=_nodisplay] {
  display: none;
}

.fw_colorHab {
  color: #aeb07a;
}
.fw_colorHab .cs_lb_label .cs_lb_inner {
  color: #aeb07a;
}

[class*=chat_notif] {
  height: 100%;
}
[class*=chat_notif] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=chat_notif] .cs_bt_left, [class*=chat_notif] .cs_lb_label .cs_lb_left {
  height: 100%;
  width: 100%;
  background: url("../../img/fw/fw_chat.png") no-repeat center;
  background-size: contain;
  display: block;
}
[class*=chat_notif] .cs_bt_inner, [class*=chat_notif] .cs_lb_label .cs_lb_inner {
  border-radius: 18px;
  width: 18px;
  height: 18px;
  background: red;
  position: relative;
  font-size: 10px;
  border: 1.7px solid black;
  bottom: 95%;
  left: 58%;
  color: whitesmoke;
  padding: 1px;
  text-align: center;
  font-family: sourcesanspro_regular, sans-serif;
}

.privacidad {
  color: #505050;
}
.privacidad b {
  font-size: 19px;
  font-weight: bold;
  color: #045bff;
}
.privacidad h1 {
  font-size: 15px;
  color: #1ea1ff;
  background-color: #e6e6e6;
}
.privacidad p {
  font-size: 13px;
  font-weight: normal;
  color: #505050;
}

[class*=_floatright] {
  float: right !important;
  text-align: right;
}

.cs_ed_inner {
  width: 100%;
}

#boxtimer {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 100%;
  height: 320px;
  background-color: transparent;
  padding-right: 20px;
}

.boxtimer-dia {
  top: 0;
  height: 105px;
  width: 100%;
  color: rgba(0, 0, 0, 0.1);
  text-align: right;
  font-family: Downlink, sans-serif;
  font-size: 100px;
}

.boxtimer-diasem {
  height: 30px;
  width: 100%;
  color: rgba(0, 0, 0, 0.1);
  text-align: right;
  font-family: Downlink, sans-serif;
  font-size: 22px;
  padding-right: 10px;
}

.boxtimer-mes {
  height: 45px;
  width: 100%;
  color: rgba(0, 0, 0, 0.1);
  text-align: right;
  font-family: Downlink, sans-serif;
  font-size: 22px;
  padding-right: 10px;
}

.boxtimer-hora {
  height: 70px;
  width: 100%;
  color: rgba(0, 80, 80, 0.1);
  text-align: right;
  font-family: Downlink, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.boxtimer-copyright {
  height: 40px;
  width: 100%;
  color: rgba(0, 0, 0, 0.2);
  text-align: right;
  font-family: sourcesanspro_black, sans-serif;
  font-size: 13px;
  padding-top: 22px;
  padding-right: 10px;
}

.boxtimer-version {
  height: 30px;
  width: 100%;
  color: rgba(250, 0, 0, 0.2);
  text-align: right;
  font-family: sourcesanspro_bold, sans-serif;
  font-size: 12px;
  padding-right: 10px;
}

#boxapp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  padding-top: 10px;
  font-size: 15px;
}

#boxapp-title {
  font-family: ralewaylight, sans-serif;
  color: #ccce96;
  font-size: 72px;
  line-height: 60px;
  text-align: center;
}

#boxapp-subtitle {
  font-size: 30px;
  padding-top: 10px;
  text-align: center;
  color: black;
}

[class*=page_full] {
  position: absolute;
  animation: FADE 0.2s;
  height: 100% !important;
  width: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
  background: white none no-repeat bottom right;
  background-size: auto auto;
}

[class*=page_dialog] {
  position: absolute;
  animation: FADE 0.2s;
  box-shadow: 0 0 30px black;
  height: 60% !important;
  width: 70% !important;
  left: 15%;
  top: 20%;
  overflow: hidden;
  background: white none no-repeat bottom right;
  background-size: auto auto;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 0 30px black;
}

[class*=page_settings] {
  position: absolute;
  animation: NEW_BOTTOM 0.1s;
  box-shadow: 0 0 30px black;
  height: 85% !important;
  width: 100% !important;
  left: 0;
  top: 15%;
  overflow: hidden;
  background: white no-repeat bottom right;
  background-image: url("../../img/backgr/fw_background_settings.png");
  background-size: auto 70%;
}

/*.cs_vp_default {
	overflow: 						hidden;
}*/
[class*=cs_vp_default] {
  overflow: hidden;
  /*&[class*="_filterup"]{
  	border-bottom:              0;
  	border-bottom-right-radius: 0;
  	border-bottom-left-radius:  0;
  }
  &[class*="_filterdown"]{
  	border-top:                 0;
  	border-top-right-radius:    0;
  	border-top-left-radius:     0;
  }*/
}
[class*=cs_vp_default][class*=_transparent] {
  background-color: transparent;
}
[class*=cs_vp_default][class*=_white] {
  background-color: white;
}
[class*=cs_vp_default][class*=_black] {
  background-color: black;
}
[class*=cs_vp_default][class*=_gray] {
  background-color: #e6e6e6;
}
[class*=cs_vp_default][class*=_gris] {
  background-color: gainsboro;
}
[class*=cs_vp_default][class*=_darkgray] {
  background-color: #c9d1d1;
}
[class*=cs_vp_default][class*=_darkgris] {
  background-color: #bebebe;
}
[class*=cs_vp_default][class*=_blue] {
  background-color: #98e5fc;
}
[class*=cs_vp_default][class*=_yellow] {
  background-color: #fdcd28;
}
[class*=cs_vp_default][class*=_notes] {
  background-color: #f7f5de;
}
[class*=cs_vp_default][class*=_headnotes] {
  background-color: #f0f1c3;
}
[class*=cs_vp_default][class*=_offsettopbar] {
  background-color: #e6e6e6;
}
[class*=cs_vp_default][class*=_title] {
  background-color: white;
  background-image: url("../../img/backgr/fw_background_filldots.png");
  background-size: 30px 10px;
  border-bottom: 5px solid #dedede;
}
[class*=cs_vp_default][class*=_topbar] {
  background-color: white;
  background-image: url("../../img/backgr/fw_background_filldots.png");
  background-size: 30px 10px;
}
[class*=cs_vp_default][class*=_bottom] {
  background-color: white;
  background-image: url("../../img/backgr/fw_background_filldots.png");
  background-size: 30px 10px;
  border-top: 1px solid #e5e5e5;
}

.cs_cb_combo._filter, ._filter.cs_cb_combo_image {
  /*border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  margin-top: 2px;
  height: 300px;
  width: 200px;
  background-color: rgb(255, 136, 168);
  color: rgb(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.1);
   */
  background-color: #deddcf;
  border-radius: 0;
}

[class*=cs_vp_normal] {
  padding: 0px 10px;
  overflow: hidden;
}
[class*=cs_vp_normal][class*=_transparent] {
  background-color: transparent;
}
[class*=cs_vp_normal][class*=_white] {
  background-color: white;
}
[class*=cs_vp_normal][class*=_black] {
  background-color: black;
}
[class*=cs_vp_normal][class*=_gray] {
  background-color: #e6e6e6;
}
[class*=cs_vp_normal][class*=_gris] {
  background-color: gainsboro;
}
[class*=cs_vp_normal][class*=_darkgray] {
  background-color: #c9d1d1;
}
[class*=cs_vp_normal][class*=_darkgris] {
  background-color: #bebebe;
}
[class*=cs_vp_normal][class*=_blue] {
  background-color: #98e5fc;
}
[class*=cs_vp_normal][class*=_yellow] {
  background-color: #fdcd28;
}
[class*=cs_vp_normal][class*=_notes] {
  background-color: #f7f5de;
}
[class*=cs_vp_normal][class*=_headnotes] {
  background-color: #f0f1c3;
}
[class*=cs_vp_normal][class*=_bottom] {
  background-color: white;
}
[class*=cs_vp_normal][class*=x2] {
  padding: 0px 20px;
}
[class*=cs_vp_normal][class*=x2][class*=_transparent] {
  background-color: transparent;
}
[class*=cs_vp_normal][class*=x2][class*=_white] {
  background-color: white;
}
[class*=cs_vp_normal][class*=x2][class*=_black] {
  background-color: black;
}
[class*=cs_vp_normal][class*=x2][class*=_gray] {
  background-color: #e6e6e6;
}
[class*=cs_vp_normal][class*=x2][class*=_gris] {
  background-color: gainsboro;
}
[class*=cs_vp_normal][class*=x2][class*=_darkgray] {
  background-color: #c9d1d1;
}
[class*=cs_vp_normal][class*=x2][class*=_darkgris] {
  background-color: #bebebe;
}
[class*=cs_vp_normal][class*=x2][class*=_blue] {
  background-color: #98e5fc;
}
[class*=cs_vp_normal][class*=x2][class*=_yellow] {
  background-color: #fdcd28;
}
[class*=cs_vp_normal][class*=x2][class*=_notes] {
  background-color: #f7f5de;
}
[class*=cs_vp_normal][class*=x2][class*=_headnotes] {
  background-color: #f0f1c3;
}
[class*=cs_vp_normal][class*=x2][class*=_bottom] {
  background-color: white;
}
[class*=cs_vp_normal][class*=x3] {
  padding: 0px 30px;
}
[class*=cs_vp_normal][class*=x3][class*=_transparent] {
  background-color: transparent;
}
[class*=cs_vp_normal][class*=x3][class*=_white] {
  background-color: white;
}
[class*=cs_vp_normal][class*=x3][class*=_black] {
  background-color: black;
}
[class*=cs_vp_normal][class*=x3][class*=_gray] {
  background-color: #e6e6e6;
}
[class*=cs_vp_normal][class*=x3][class*=_gris] {
  background-color: gainsboro;
}
[class*=cs_vp_normal][class*=x3][class*=_darkgray] {
  background-color: #c9d1d1;
}
[class*=cs_vp_normal][class*=x3][class*=_darkgris] {
  background-color: #bebebe;
}
[class*=cs_vp_normal][class*=x3][class*=_blue] {
  background-color: #98e5fc;
}
[class*=cs_vp_normal][class*=x3][class*=_yellow] {
  background-color: #fdcd28;
}
[class*=cs_vp_normal][class*=x3][class*=_notes] {
  background-color: #f7f5de;
}
[class*=cs_vp_normal][class*=x3][class*=_headnotes] {
  background-color: #f0f1c3;
}
[class*=cs_vp_normal][class*=x3][class*=_bottom] {
  background-color: white;
}
[class*=cs_vp_normal][class*=x4] {
  padding: 0px 40px;
}
[class*=cs_vp_normal][class*=x4][class*=_transparent] {
  background-color: transparent;
}
[class*=cs_vp_normal][class*=x4][class*=_white] {
  background-color: white;
}
[class*=cs_vp_normal][class*=x4][class*=_black] {
  background-color: black;
}
[class*=cs_vp_normal][class*=x4][class*=_gray] {
  background-color: #e6e6e6;
}
[class*=cs_vp_normal][class*=x4][class*=_gris] {
  background-color: gainsboro;
}
[class*=cs_vp_normal][class*=x4][class*=_darkgray] {
  background-color: #c9d1d1;
}
[class*=cs_vp_normal][class*=x4][class*=_darkgris] {
  background-color: #bebebe;
}
[class*=cs_vp_normal][class*=x4][class*=_blue] {
  background-color: #98e5fc;
}
[class*=cs_vp_normal][class*=x4][class*=_yellow] {
  background-color: #fdcd28;
}
[class*=cs_vp_normal][class*=x4][class*=_notes] {
  background-color: #f7f5de;
}
[class*=cs_vp_normal][class*=x4][class*=_headnotes] {
  background-color: #f0f1c3;
}
[class*=cs_vp_normal][class*=x4][class*=_bottom] {
  background-color: white;
}

[class*=cs_vp_remark] {
  padding: 10px;
  overflow: hidden;
}
[class*=cs_vp_remark][class*=_white] {
  background-color: #e6f0f0;
  border: 10px solid white;
}
[class*=cs_vp_remark][class*=_gray] {
  background-color: #cad1d1;
  border: 10px solid #e6f0f0;
}
[class*=cs_vp_remark][class*=_blue] {
  background-color: #238cf1;
  border: 10px solid #3ca0ff;
}
[class*=cs_vp_remark][class*=_yellow] {
  background-color: #deb225;
  border: 10px solid #fdcd28;
}

[class*=_filter] {
  background-color: #ebece5;
  border-top: 5px solid silver;
  border-bottom: 5px solid silver;
  border-radius: 0;
  border-bottom: 0;
}
[class*=_filter][class*=_noborder] {
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.cs_vp_papercut_up_orange {
  background: url("../../img/backgr/fw_papercut_orange_3h.png");
  background-repeat: repeat-x !important;
}

.cs_vp_papercut_up_crema {
  background: url("../../img/backgr/fw_papercut_crema_3h.png");
  background-repeat: repeat-x !important;
}

.cs_vp_papercut_up_white {
  background: url("../../img/backgr/fw_papercut_white_3h.png");
  background-repeat: repeat-x !important;
}

.cs_vp_papercut_up_blue {
  background: url("../../img/backgr/fw_papercut_blue_3h.png");
  background-repeat: repeat-x !important;
}

.cs_vp_papercut_up_gray {
  background: url("../../img/backgr/fw_papercut_gray_3h.png");
  background-repeat: repeat-x !important;
}

.cs_vp_papercut_up_lightgray {
  background: url("../../img/backgr/fw_papercut_lightgray_3h.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperring_up_orange {
  background: url("../../img/backgr/fw_anillax20_orangegris_1up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperring_up_crema {
  background: url("../../img/backgr/fw_anillax20_cremagris_1up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperring_up_white {
  background: url("../../img/backgr/fw_anillax20_whitegris_1up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperring_up_blue {
  background: url("../../img/backgr/fw_anillax20_bluegris_1up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperring_up_gray {
  background: url("../../img/backgr/fw_anillax20_graygris_1up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperring_up_lightgray {
  background: url("../../img/backgr/fw_anillax20_lightgraygris_1up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperprint_up_orange {
  background: url("../../img/backgr/fw_paperprint_orange_2h_up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperprint_up_crema {
  background: url("../../img/backgr/fw_paperprint_crema_2h_up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperprint_up_blue {
  background: url("../../img/backgr/fw_paperprint_blue_2h_up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperprint_up_gray {
  background: url("../../img/backgr/fw_paperprint_gray_2h_up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperprint_up_lightgray {
  background: url("../../img/backgr/fw_paperprint_lightgray_2h_up.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperprint_down_orange {
  background: url("../../img/backgr/fw_paperprint_orange_2h_down.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperprint_down_crema {
  background: url("../../img/backgr/fw_paperprint_crema_2h_down.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperprint_down_blue {
  background: url("../../img/backgr/fw_paperprint_blue_2h_down.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperprint_down_gray {
  background: url("../../img/backgr/fw_paperprint_gray_2h_down.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paperprint_down_lightgray {
  background: url("../../img/backgr/fw_paperprint_lightgray_2h_down.png");
  background-repeat: repeat-x !important;
}

.cs_vp_paper_orange {
  background-color: #fe931f;
  overflow: hidden;
}

.cs_vp_paper_crema {
  background-color: ivory;
  overflow: hidden;
}

.cs_vp_paper_white {
  background-color: white;
  overflow: hidden;
}

.cs_vp_paper_blue {
  background-color: #008efc;
  overflow: hidden;
}

.cs_vp_paper_gray {
  background-color: silver;
  overflow: hidden;
}

.cs_vp_paper_lightgray {
  background-color: whitesmoke;
  overflow: hidden;
}

[class*=_form_espiral0] {
  background-image: url("../../img/backgr/fw_anilla_0.png");
  background-repeat: repeat-y;
}

[class*=_form_espiral1] {
  background-image: url("../../img/backgr/fw_anilla_1.png");
  background-repeat: repeat-y;
}

[class*=_form_espiral2] {
  background-image: url("../../img/backgr/fw_anilla_2.png");
  background-repeat: repeat-y;
}

[class*=_form_espiral3] {
  background-image: url("../../img/backgr/fw_anilla_3.png");
  background-repeat: repeat-y;
}

[class*=_form_espiral4] {
  background-image: url("../../img/backgr/fw_anilla_4.png");
  background-repeat: repeat-y;
}

[class*=_form_espiral5] {
  background-image: url("../../img/backgr/fw_anilla_5.png");
  background-repeat: repeat-y;
}

[class*=_form_espiral6] {
  background-image: url("../../img/backgr/fw_anilla_6.png");
  background-repeat: repeat-y;
}

[class*=_form_espiral7] {
  background-image: url("../../img/backgr/fw_anilla_7.png");
  background-repeat: repeat-y;
}

[class*=_form_espiral0up] {
  background-image: url("../../img/backgr/fw_anilla_0_termUp.png");
  background-repeat: repeat-y;
}

[class*=_form_espiral7up] {
  background-image: url("../../img/backgr/fw_anilla_7_termUp.png");
  background-repeat: repeat-y;
}

[class*=_form_settings] {
  background-image: url("../../img/backgr/fw_background_settings.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: max(128px);
}

[class*=_form_graphic] {
  background-image: url("../../img/backgr/fw_background_graphic_pie.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: max(128px);
}

[class*=_form_info] {
  background-image: url("../../img/backgr/fw_background_info.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: max(128px);
}

[class*=_form_user] {
  background-image: url("../../img/backgr/fw_background_user.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: max(128px);
}

[class*=_form_time] {
  background-image: url("../../img/backgr/fw_background_time.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: max(128px);
}

[class*=_form_travel] {
  background-image: url("../../img/backgr/fw_background_travel.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: max(128px);
}

[class*=_form_filtros] {
  background-image: url("../../img/backgr/fw_background_filtros.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: max(128px);
}

[class*=_form_cloud] {
  background-image: url("../../img/backgr/fw_background_cloud.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: max(128px);
}

/*[class*="_form_empty"] {
	background-image: 		url("../../img/backgr/fw_background_empty.png");
	@include TEMPLATE_BGFORMS;
} */
[class*=_form_fill_abeja] {
  background-image: url("../../img/backgr/fw_background_fillabeja.png");
  background-repeat: repeat;
  background-position: bottom right;
  background-size: auto 42px;
}

[class*=_form_fill_dots] {
  background-image: url("../../img/backgr/fw_background_filldots.png");
  background-repeat: repeat;
  background-position: bottom right;
  background-size: auto 24px;
}

[class*=_form_fill_filtros] {
  background-image: url("../../img/backgr/fw_background_filtros.png");
  background-repeat: repeat;
  background-position: bottom right;
  background-size: auto 32px;
}

[class*=_form_fill_settings] {
  background-image: url("../../img/backgr/fw_background_settings.png");
  background-repeat: repeat;
  background-position: bottom right;
  background-position: 40% 50%;
  background-size: auto 32px;
}

.cs_vp_texture_fiber {
  border: 0;
  padding: 0;
  background: #f0f0f0 url("../../img/backgr/fw_texture_fiber2.png") no-repeat top left;
  background-size: auto 100%;
}

.cs_vp_texture_fiber_gray {
  border: 0;
  padding: 0;
  background: #f0f0f0 url("../../img/backgr/fw_texture_fiber_gray2.jpg") no-repeat top left;
  background-size: auto 100%;
}

.cs_vp_texture_techstrip {
  border: 0;
  padding: 0;
  background: #f0f0f0 url("../../img/backgr/fw_texture_techstrips2.jpg") no-repeat top left;
  background-size: auto 100%;
}

.cs_vp_texture_ice {
  border: 0;
  padding: 0;
  background: #f0f0f0 url("../../img/backgr/fw_texture_ice2.jpg") no-repeat top left;
  background-size: auto 100%;
}

.cs_vp_texture_reja {
  border: 0;
  padding: 0;
  background: #f0f0f0 url("../../img/backgr/fw_texture_reja2.jpg") no-repeat top left;
  background-size: auto 100%;
}

.cs_vp_texture_binary {
  border: 0;
  padding: 0;
  background: #f0f0f0 url("../../img/backgr/fw_texture_binary2.png") no-repeat top left;
  background-size: auto 100%;
}

.cs_vp_side_upleft {
  background-color: white;
  border-top-left-radius: 12px;
}

.cs_vp_side_up {
  background-color: white;
}

.cs_vp_side_upright {
  background-color: white;
  border-top-right-radius: 12px;
  background-image: linear-gradient(left, #b4b4b4, whitesmoke);
}

.cs_vp_side_left {
  background-color: white;
}

.cs_vp_side_center {
  background-color: white;
}

.cs_vp_side_right {
  background-color: white;
  background-image: linear-gradient(left, #b4b4b4, whitesmoke);
}

.cs_vp_side_downleft {
  background-color: white;
  border-bottom-left-radius: 12px;
}

.cs_vp_side_down {
  background-color: white;
}

.cs_vp_side_downright {
  background-color: white;
  border-bottom-right-radius: 12px;
  background-image: linear-gradient(left, #b4b4b4, whitesmoke);
}

.cs_vp_side_allup {
  background-color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.cs_vp_side_alldown {
  background-color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.cs_vp_side_allleft {
  background-color: white;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.cs_vp_side_allright {
  background-color: white;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.cs_vp_side_full {
  background-color: white;
  border-radius: 12px;
}

.cs_db_alert_s {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_s .cs_db_alert_s_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_s .cs_db_alert_s_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_s .cs_db_alert_s_body {
  padding: 0 15px 15px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_s .cs_db_alert_s_image {
  width: 0;
  display: none;
}
.cs_db_alert_s .cs_db_alert_s_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_s .cs_db_alert_s_cancel {
  height: 100%;
  width: 0;
  display: none;
}
.cs_db_alert_s .cs_db_alert_s_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
}

/*[class*="cs_db_alert"]{
	position: 						absolute;
	top: 							40%;
	@include 						border-radius($dlg-radius);
	border:							1px solid $dlg-border-color;
	@include 						background-color-dlgbox;
	width: 							300px;
	margin-left:					calc((100% - 300px) / 2);
	@include            			bgcolor-box-shadow;
	z-index:						900100;
	@include 						ANIM-FADE;
	&[class*="_s"]{
		&[class*="_content"] {
			width: 						100%;
			height: 					100%;
			background-color: 			transparent;
			text-align: 				center;
		}
		&[class*="_head"] {
			height: 					50px;
			padding-top: 				10px;
			color: 						$dlg-color-title;
			font-family: 				$font-family-alert;
			font-size: 					$fz-20;
					font-size: 					$fz-23;
		font-family: 				open_sansregular, sans-serif;

		}
		&[class*="_body"] {
			padding: 					0 15px 15px 15px;
			font-size: 					$fz-15;
			color: 						$dlg-color-text;
		}
		&[class*="_image"] {
			width:						0;
			display:					none;
		}
		&[class*="_footer"] {
			border-top: 				1px solid lightgray;
			height: 					40px;
		}
		&[class*="_cancel"] {
			height: 					100%;
			width: 						0;
			display:					none;
		}
		&[class*="_ok"] {
			height: 					100%;
			width: 						100%;
			padding-top: 				9px;
			float: 						left;
			cursor: 					pointer;
			color:						$dlg-color-ok;
			font-size: 					$fz-13;
			font-family: 				$font-family-alertbt;
			border-left: 				0;
		}
	}
	&[class*="_sbell"]{
		&[class*="_content"] {
			width: 						100%;
			height: 					100%;
			background-color: 			transparent;
			text-align: 				center;
		}
		&[class*="_head"] {
			height: 					50px;
			padding-top: 				10px;
			color: 						$dlg-color-title;
			font-family: 				$font-family-alert;
			font-size: 					$fz-20;
					font-size: 					$fz-23;
		font-family: 				open_sansregular, sans-serif;

		}
		&[class*="_body"] {
			padding: 					15px;
			font-size: 					$fz-15;
			color: 						$dlg-color-text;
		}
		&[class*="_image"] {
			width:						64px;
			height: 					64px;
			margin-left: 				calc(50% - 32px);
			background: 				url("../../img/fw/fw_alerta.png") no-repeat 50% 50%;
			background-size: 			90% auto;
			margin-bottom: 				0;
		}
		&[class*="_footer"] {
			border-top: 				1px solid lightgray;
			height: 					40px;
		}
		&[class*="_cancel"] {
			height: 					100%;
			width: 						0;
			display:					none;
		}
		&[class*="_ok"] {
			height: 					100%;
			width: 						100%;
			padding-top: 				9px;
			float: 						left;
			cursor: 					pointer;
			color:						$dlg-color-ok;
			font-size: 					$fz-13;
			font-family: 				$font-family-alertbt;
			border-left: 				0;
		}
	}
}*/
.cs_db_alert_sbell {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_sbell .cs_db_alert_s_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_sbell .cs_db_alert_s_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_sbell .cs_db_alert_s_body {
  padding: 0 15px 15px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_sbell .cs_db_alert_s_image {
  width: 0;
  display: none;
}
.cs_db_alert_sbell .cs_db_alert_s_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_sbell .cs_db_alert_s_cancel {
  height: 100%;
  width: 0;
  display: none;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_sbell .cs_db_alert_s_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_sbell .cs_db_alert_sbell_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_sbell .cs_db_alert_sbell_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_sbell .cs_db_alert_sbell_body {
  padding: 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_sbell .cs_db_alert_sbell_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_alerta.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_sbell .cs_db_alert_sbell_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_sbell .cs_db_alert_sbell_cancel {
  height: 100%;
  width: 0;
  display: none;
}
.cs_db_alert_sbell .cs_db_alert_sbell_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_swarning {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_swarning .cs_db_alert_s_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_swarning .cs_db_alert_s_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_swarning .cs_db_alert_s_body {
  padding: 0 15px 15px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_swarning .cs_db_alert_s_image {
  width: 0;
  display: none;
}
.cs_db_alert_swarning .cs_db_alert_s_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_swarning .cs_db_alert_s_cancel {
  height: 100%;
  width: 0;
  display: none;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_swarning .cs_db_alert_s_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_swarning .cs_db_alert_swarning_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_swarning .cs_db_alert_swarning_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_swarning .cs_db_alert_swarning_body {
  padding: 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_swarning .cs_db_alert_swarning_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_fwork_warning.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_swarning .cs_db_alert_swarning_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_swarning .cs_db_alert_swarning_cancel {
  height: 100%;
  width: 0;
  display: none;
}
.cs_db_alert_swarning .cs_db_alert_swarning_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_error {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
  border: 5px solid red;
}
.cs_db_alert_error .cs_db_alert_s_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_error .cs_db_alert_s_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_error .cs_db_alert_s_body {
  padding: 0 15px 15px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_error .cs_db_alert_s_image {
  width: 0;
  display: none;
}
.cs_db_alert_error .cs_db_alert_s_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_error .cs_db_alert_s_cancel {
  height: 100%;
  width: 0;
  display: none;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_error .cs_db_alert_s_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_error .cs_db_alert_error_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_error .cs_db_alert_error_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_error .cs_db_alert_error_body {
  padding: 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_error .cs_db_alert_error_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_fwork_prohibido.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_error .cs_db_alert_error_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_error .cs_db_alert_error_cancel {
  height: 100%;
  width: 0;
  display: none;
}
.cs_db_alert_error .cs_db_alert_error_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_info {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_info .cs_db_alert_s_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_info .cs_db_alert_s_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_info .cs_db_alert_s_body {
  padding: 0 15px 15px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_info .cs_db_alert_s_image {
  width: 0;
  display: none;
}
.cs_db_alert_info .cs_db_alert_s_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_info .cs_db_alert_s_cancel {
  height: 100%;
  width: 0;
  display: none;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_info .cs_db_alert_s_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_info .cs_db_alert_info_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: max(128px);
  text-align: center;
}
.cs_db_alert_info .cs_db_alert_info_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_info .cs_db_alert_info_body {
  padding: 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_info .cs_db_alert_info_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background-image: url("../../img/fw/fw_fwork_info.png");
  background-size: 100% auto;
  margin-bottom: 0;
}
.cs_db_alert_info .cs_db_alert_info_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_info .cs_db_alert_info_cancel {
  height: 100%;
  width: 0;
  display: none;
}
.cs_db_alert_info .cs_db_alert_info_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_activationcode {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_activationcode .cs_db_alert_s_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_activationcode .cs_db_alert_s_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_activationcode .cs_db_alert_s_body {
  padding: 0 15px 15px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_activationcode .cs_db_alert_s_image {
  width: 0;
  display: none;
}
.cs_db_alert_activationcode .cs_db_alert_s_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_activationcode .cs_db_alert_s_cancel {
  height: 100%;
  width: 0;
  display: none;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_activationcode .cs_db_alert_s_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_body {
  padding: 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_password_red.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_cancel {
  height: 100%;
  width: 0;
  display: none;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_nfc {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_nfc .cs_db_alert_s_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_nfc .cs_db_alert_s_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_nfc .cs_db_alert_s_body {
  padding: 0 15px 15px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_nfc .cs_db_alert_s_image {
  width: 0;
  display: none;
}
.cs_db_alert_nfc .cs_db_alert_s_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_nfc .cs_db_alert_s_cancel {
  height: 100%;
  width: 0;
  display: none;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_nfc .cs_db_alert_s_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_nfc .cs_db_alert_nfc_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_nfc .cs_db_alert_nfc_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_nfc .cs_db_alert_nfc_body {
  padding: 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_nfc .cs_db_alert_nfc_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_nfc.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_nfc .cs_db_alert_nfc_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_nfc .cs_db_alert_nfc_cancel {
  height: 100%;
  width: 0;
  display: none;
}
.cs_db_alert_nfc .cs_db_alert_nfc_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_nowifi {
  position: absolute;
  top: 0 !important;
  border-radius: 0;
  border: none;
  width: 100%;
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_TOP 0.28s;
  box-shadow: 10px 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_nowifi .cs_db_alert_nowifi_content {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.7);
  text-align: left;
}
.cs_db_alert_nowifi .cs_db_alert_nowifi_head {
  display: none;
}
.cs_db_alert_nowifi .cs_db_alert_nowifi_body {
  margin-top: -48px;
  padding-left: 60px;
  font-size: 15px;
  color: white;
}
.cs_db_alert_nowifi .cs_db_alert_nowifi_image {
  width: 48px;
  height: 48px;
  margin-left: 10px;
  background: url("../../img/fw/fw_wifi3.png") no-repeat center center;
  background-size: 80% auto;
  margin-bottom: 0;
}
.cs_db_alert_nowifi .cs_db_alert_nowifi_footer {
  display: none;
}
.cs_db_alert_nowifi .cs_db_alert_nowifi_cancel {
  display: none;
}
.cs_db_alert_nowifi .cs_db_alert_nowifi_ok {
  display: none;
}

.cs_db_alert_d {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_d .cs_db_alert_d_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_d .cs_db_alert_d_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_d .cs_db_alert_d_body {
  padding: 0 15px 15px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_d .cs_db_alert_d_image {
  display: none;
}
.cs_db_alert_d .cs_db_alert_d_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_d .cs_db_alert_d_cancel {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  font-size: 13px;
  cursor: pointer;
  color: gray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_d .cs_db_alert_d_ok {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 1px solid lightgray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_dquestion {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_body {
  padding: 15px 15px 30px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_fwork_pregunta.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_cancel {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  font-size: 13px;
  cursor: pointer;
  color: gray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_ok {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 1px solid lightgray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_dquestion_stack {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_dquestion_stack .cs_db_alert_dquestion_stack_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_dquestion_stack .cs_db_alert_dquestion_stack_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_dquestion_stack .cs_db_alert_dquestion_stack_body {
  padding: 15px 15px 30px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_dquestion_stack .cs_db_alert_dquestion_stack_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_fwork_pregunta.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_dquestion_stack .cs_db_alert_dquestion_stack_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_dquestion_stack .cs_db_alert_dquestion_stack_cancel {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  font-size: 13px;
  cursor: pointer;
  color: gray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_dquestion_stack .cs_db_alert_dquestion_stack_ok {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 1px solid lightgray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_dquestion_warning {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_dquestion_warning .cs_db_alert_dquestion_warning_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_dquestion_warning .cs_db_alert_dquestion_warning_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_dquestion_warning .cs_db_alert_dquestion_warning_body {
  padding: 15px 15px 30px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_dquestion_warning .cs_db_alert_dquestion_warning_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_fwork_warning.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_dquestion_warning .cs_db_alert_dquestion_warning_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_dquestion_warning .cs_db_alert_dquestion_warning_cancel {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  font-size: 13px;
  cursor: pointer;
  color: gray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_dquestion_warning .cs_db_alert_dquestion_warning_ok {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 1px solid lightgray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_delete {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 2px solid red;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_delete .cs_db_alert_delete_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_delete .cs_db_alert_delete_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_delete .cs_db_alert_delete_body {
  padding: 15px 15px 30px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_delete .cs_db_alert_delete_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_eliminar.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_delete .cs_db_alert_delete_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_delete .cs_db_alert_delete_cancel {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  font-size: 13px;
  cursor: pointer;
  color: gray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_delete .cs_db_alert_delete_ok {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  cursor: pointer;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 1px solid lightgray;
  color: red;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_closecloud {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_body {
  padding: 15px 15px 30px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_cloud_block.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_cancel {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  font-size: 13px;
  cursor: pointer;
  color: gray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_ok {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 1px solid lightgray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.cs_db_alert_opencloud {
  position: absolute;
  top: 40%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  box-shadow: 0 0 30px black;
  z-index: 900100;
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-size: 23px;
  font-family: sourcesanspro_bold, sans-serif;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_body {
  padding: 15px 15px 30px 15px;
  font-size: 15px;
  color: black;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background: url("../../img/fw/fw_cloud_blue.png") no-repeat 50% 50%;
  background-size: 90% auto;
  margin-bottom: 0;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_cancel {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  font-size: 13px;
  cursor: pointer;
  color: gray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_ok {
  height: 100%;
  width: 50%;
  padding-top: 11px;
  float: left;
  cursor: pointer;
  color: #505050;
  font-size: 13px;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 1px solid lightgray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

[class*=cs_db_] .cs_db_alert_s_ok,
[class*=cs_db_] .cs_db_alert_sbell_ok,
[class*=cs_db_] .cs_db_alert_swarning_ok,
[class*=cs_db_] .cs_db_alert_info_ok,
[class*=cs_db_] .cs_db_alert_activationcode_ok,
[class*=cs_db_] .cs_db_alert_nfc_ok,
[class*=cs_db_] .cs_db_alert_error_ok {
  color: black;
  border-top: 1px solid gainsboro;
}
[class*=cs_db_] .cs_db_alert_s_image,
[class*=cs_db_] .cs_db_alert_sbell_image,
[class*=cs_db_] .cs_db_alert_swarning_image,
[class*=cs_db_] .cs_db_alert_info_image,
[class*=cs_db_] .cs_db_alert_activationcode_image,
[class*=cs_db_] .cs_db_alert_nfc_image,
[class*=cs_db_] .cs_db_alert_error_image {
  width: 100px;
  height: 100px;
  margin-left: calc(50% - 50px);
  background-size: 100% auto;
  margin-bottom: 0;
}
[class*=cs_db_] .cs_db_alert_s_footer,
[class*=cs_db_] .cs_db_alert_sbell_footer,
[class*=cs_db_] .cs_db_alert_swarning_footer,
[class*=cs_db_] .cs_db_alert_info_footer,
[class*=cs_db_] .cs_db_alert_activationcode_footer,
[class*=cs_db_] .cs_db_alert_nfc_footer,
[class*=cs_db_] .cs_db_alert_error_footer {
  border: none;
}

.cs_db_alert_nowifi {
  position: absolute;
  top: 0 !important;
  left: 25%;
  border-radius: 0;
  border: none;
  width: 50%;
  z-index: 900100;
  animation: NEW_TOP 0.28s;
  box-shadow: 10px 0 60px rgba(0, 0, 0, 0.5);
}

.cs_db_alert_nowifi .cs_db_alert_nowifi_content {
  width: 100%;
  height: 26px;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.7);
  text-align: left;
}

.cs_db_alert_nowifi .cs_db_alert_nowifi_image {
  width: 43px;
  height: 48px;
  margin-left: 0;
  background: url(../../img/fw/fw_wifi3.png) no-repeat top center;
  background-size: 80% auto;
  margin-top: 0;
}

.cs_db_alert_nowifi .cs_db_alert_nowifi_body {
  margin-top: -46px;
  padding-left: 42px;
  font-size: 0.9375rem;
  color: white;
}

.cs_db_alert_swifi .cs_db_alert_swifi_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: 128px;
  text-align: center;
}

.cs_db_alert_swifi .cs_db_alert_swifi_head {
  height: 50px;
  padding-top: 10px;
  color: black;
  font-family: sourcesanspro_bold, sans-serif;
  font-size: 1.25rem;
}

.cs_db_alert_swifi .cs_db_alert_swifi_body {
  padding: 15px;
  font-size: 0.9375rem;
  color: black;
}

.cs_db_alert_swifi .cs_db_alert_swifi_image {
  width: 64px;
  height: 64px;
  margin-left: calc(50% - 32px);
  background-image: url("../../img/fw/fw_wifi3.png");
  background-size: 100% auto;
  margin-bottom: 0;
}

.cs_db_alert_swifi .cs_db_alert_swifi_footer {
  border-top: 1px solid lightgray;
  height: 40px;
}

.cs_db_alert_swifi .cs_db_alert_swifi_cancel {
  height: 100%;
  width: 0;
  display: none;
}

.cs_db_alert_swifi .cs_db_alert_swifi_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  color: #0b7fad;
  font-size: 0.9375rem;
  font-family: sourcesanspro_bold, sans-serif;
  border-left: 0;
}

.cs_db_alert_sync {
  position: absolute;
  top: 0 !important;
  left: 25%;
  border-radius: 0;
  border: none;
  width: 50%;
  z-index: 900100;
  animation: NEW_TOP 0.28s;
  box-shadow: 10px 0 60px rgba(0, 0, 0, 0.5);
}

.cs_db_alert_sync .cs_db_alert_sync_content {
  width: 100%;
  height: 26px;
  border-radius: 3px;
  background-color: rgba(255, 166, 0, 0.884);
  text-align: left;
}

.cs_db_alert_sync .cs_db_alert_sync_image {
  width: 43px;
  height: 48px;
  margin-left: 0;
  background: url("../../img/fw/fw_fwork_warning.png") no-repeat top center;
  background-size: 80% auto;
  margin-top: 0;
}

.cs_db_alert_sync .cs_db_alert_sync_body {
  margin-top: -46px;
  padding-left: 42px;
  font-size: 0.9375rem;
  color: white;
}

.idiomaES {
  height: 36px;
  width: 36px;
  background-image: url("../../img/fw/fw_p_ES.png");
  background: no-repeat center center;
  background-size: 80%;
  background-image: url("../../img/fw/fw_p_ES.png");
}

.idiomaEN {
  height: 36px;
  width: 36px;
  background-image: url("../../img/fw/fw_p_ES.png");
  background: no-repeat center center;
  background-size: 80%;
  background-image: url("../../img/fw/fw_p_UK.png");
}

.idiomaCA {
  height: 36px;
  width: 36px;
  background-image: url("../../img/fw/fw_p_ES.png");
  background: no-repeat center center;
  background-size: 80%;
  background-image: url("../../img/fw/fw_p_CA.png");
}

.idiomaFR {
  height: 36px;
  width: 36px;
  background-image: url("../../img/fw/fw_p_ES.png");
  background: no-repeat center center;
  background-size: 80%;
  background-image: url("../../img/fw/fw_p_FR.png");
}

.idiomaIT {
  height: 36px;
  width: 36px;
  background-image: url("../../img/fw/fw_p_ES.png");
  background: no-repeat center center;
  background-size: 80%;
  background-image: url("../../img/fw/fw_p_IT.png");
}

.idiomaPT {
  height: 36px;
  width: 36px;
  background-image: url("../../img/fw/fw_p_ES.png");
  background: no-repeat center center;
  background-size: 80%;
  background-image: url("../../img/fw/fw_p_PT.png");
}

.idiomaDE {
  height: 36px;
  width: 36px;
  background-image: url("../../img/fw/fw_p_ES.png");
  background: no-repeat center center;
  background-size: 80%;
  background-image: url("../../img/fw/fw_p_DE.png");
}

.idiomaUE {
  height: 36px;
  width: 36px;
  background-image: url("../../img/fw/fw_p_ES.png");
  background: no-repeat center center;
  background-size: 80%;
  background-image: url("../../img/fw/fw_p_UE.png");
}

[class*=child][class*=-u], [class*=-borderu] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-d], [class*=-borderd] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-l], [class*=-borderl] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-r], [class*=-borderr] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-ud],
[class*=child][class*=-du],
[class*=-borderud],
[class*=-borderdu] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-rl],
[class*=child][class*=-lr],
[class*=-borderrl],
[class*=-borderlr] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-ul],
[class*=child][class*=-lu],
[class*=-borderul],
[class*=-borderlu] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-ru],
[class*=child][class*=-ur],
[class*=-borderru],
[class*=-borderur] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-dl],
[class*=child][class*=-ld],
[class*=-borderdl],
[class*=-borderld] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-dr],
[class*=child][class*=-rd],
[class*=-borderdr],
[class*=-borderrd] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-urd], [class*=child][class*=-udr], [class*=child][class*=-dru], [class*=child][class*=-dur], [class*=child][class*=-rdu], [class*=child][class*=-rud],
[class*=-borderurd], [class*=-borderudr], [class*=-borderdru], [class*=-borderdur], [class*=-borderrdu], [class*=-borderrud] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
}

[class*=child][class*=-uld], [class*=child][class*=-udl], [class*=child][class*=-dlu], [class*=child][class*=-dul], [class*=child][class*=-ldu], [class*=child][class*=-lud],
[class*=-borderuld], [class*=-borderudl], [class*=-borderdlu], [class*=-borderdul], [class*=-borderldu], [class*=-borderlud] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
}

[class*=child][class*=-rlu], [class*=child][class*=-rul], [class*=child][class*=-lur], [class*=child][class*=-lru], [class*=child][class*=-url], [class*=child][class*=-ulr],
[class*=-borderrlu], [class*=-borderrul], [class*=-borderlur], [class*=-borderlru], [class*=-borderurl], [class*=-borderulr] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

[class*=child][class*=-rld], [class*=child][class*=-rdl], [class*=child][class*=-ldr], [class*=child][class*=-lrd], [class*=child][class*=-drl], [class*=child][class*=-dlr],
[class*=-borderrld], [class*=-borderrdl], [class*=-borderldr], [class*=-borderlrd], [class*=-borderdrl], [class*=-borderdlr] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

[class*=child][class*=-urld], [class*=child][class*=-urdl], [class*=child][class*=-uldr], [class*=child][class*=-ulrd], [class*=child][class*=-udrl], [class*=child][class*=-udlr],
[class*=child][class*=-drlu], [class*=child][class*=-drul], [class*=child][class*=-dlur], [class*=child][class*=-dlru], [class*=child][class*=-durl], [class*=child][class*=-dulr],
[class*=child][class*=-ruld], [class*=child][class*=-rudl], [class*=child][class*=-rdlu], [class*=child][class*=-rdul], [class*=child][class*=-rldu], [class*=child][class*=-rlud],
[class*=child][class*=-lurd], [class*=child][class*=-ludr], [class*=child][class*=-ldru], [class*=child][class*=-ldur], [class*=child][class*=-lrdu], [class*=child][class*=-lrud],
[class*=-borderurld], [class*=-borderurdl], [class*=-borderuldr], [class*=-borderulrd], [class*=-borderudrl], [class*=-borderudlr],
[class*=-borderdrlu], [class*=-borderdrul], [class*=-borderdlur], [class*=-borderdlru], [class*=-borderdurl], [class*=-borderdulr],
[class*=-borderruld], [class*=-borderrudl], [class*=-borderrdlu], [class*=-borderrdul], [class*=-borderrldu], [class*=-borderrlud],
[class*=-borderlurd], [class*=-borderludr], [class*=-borderldru], [class*=-borderldur], [class*=-borderlrdu], [class*=-borderlrud] {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-U], [class*=-BORDERU] {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

[class*=child][class*=-D], [class*=-BORDERD] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

[class*=child][class*=-L], [class*=-BORDERL] {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

[class*=child][class*=-R], [class*=-BORDERR] {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

[class*=child][class*=-UD],
[class*=child][class*=-DU],
[class*=-BORDERUD],
[class*=-BORDERDU] {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

[class*=child][class*=-RL],
[class*=child][class*=-LR],
[class*=-BORDERRL],
[class*=-BORDERLR] {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

[class*=child][class*=-UL],
[class*=child][class*=-LU],
[class*=-BORDERUL],
[class*=-BORDERLU] {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

[class*=child][class*=-UR],
[class*=child][class*=-RU],
[class*=-BORDERUR],
[class*=-BORDERRU] {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

[class*=child][class*=-DL],
[class*=child][class*=-LD],
[class*=-BORDERDL],
[class*=-BORDERLD] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

[class*=child][class*=-DR],
[class*=child][class*=-RD],
[class*=-BORDERDR],
[class*=-BORDERRD] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

[class*=child][class*=-URD],
[class*=child][class*=-UDR],
[class*=child][class*=-DRU],
[class*=child][class*=-DUR],
[class*=child][class*=-RDU],
[class*=child][class*=-RUD],
[class*=-BORDERURD],
[class*=-BORDERUDR],
[class*=-BORDERDRU],
[class*=-BORDERDUR],
[class*=-BORDERRDU],
[class*=-BORDERRUD] {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
}

[class*=child][class*=-ULD],
[class*=child][class*=-UDL],
[class*=child][class*=-DLU],
[class*=child][class*=-DUL],
[class*=child][class*=-LDU],
[class*=child][class*=-LUD],
[class*=-BORDERULD],
[class*=-BORDERUDL],
[class*=-BORDERDLU],
[class*=-BORDERDUL],
[class*=-BORDERLDU],
[class*=-BORDERLUD] {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: none;
}

[class*=child][class*=-RLU],
[class*=child][class*=-RUL],
[class*=child][class*=-LUR],
[class*=child][class*=-LRU],
[class*=child][class*=-URL],
[class*=child][class*=-ULR],
[class*=-BORDERRLU],
[class*=-BORDERRUL],
[class*=-BORDERLUR],
[class*=-BORDERLRU],
[class*=-BORDERURL],
[class*=-BORDERULR] {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
}

[class*=child][class*=-RLD],
[class*=child][class*=-RDL],
[class*=child][class*=-LDR],
[class*=child][class*=-LRD],
[class*=child][class*=-DRL],
[class*=child][class*=-DLR],
[class*=-BORDERRLD],
[class*=-BORDERRDL],
[class*=-BORDERLDR],
[class*=-BORDERLRD],
[class*=-BORDERDRL],
[class*=-BORDERDLR] {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: none;
}

[class*=child][class*=-URLD],
[class*=child][class*=-URDL],
[class*=child][class*=-ULDR],
[class*=child][class*=-ULRD],
[class*=child][class*=-UDRL],
[class*=child][class*=-UDLR],
[class*=child][class*=-DRLU],
[class*=child][class*=-DRUL],
[class*=child][class*=-DLUR],
[class*=child][class*=-DLRU],
[class*=child][class*=-DURL],
[class*=child][class*=-DULR],
[class*=child][class*=-RULD],
[class*=child][class*=-RUDL],
[class*=child][class*=-RDLU],
[class*=child][class*=-RDUL],
[class*=child][class*=-RLDU],
[class*=child][class*=-RLUD],
[class*=child][class*=-LURD],
[class*=child][class*=-LUDR],
[class*=child][class*=-LDRU],
[class*=child][class*=-LDUR],
[class*=child][class*=-LRDU],
[class*=child][class*=-LRUD],
[class*=-BORDERURLD],
[class*=-BORDERURDL],
[class*=-BORDERULDR],
[class*=-BORDERULRD],
[class*=-BORDERUDRL],
[class*=-BORDERUDLR],
[class*=-BORDERDRLU],
[class*=-BORDERDRUL],
[class*=-BORDERDLUR],
[class*=-BORDERDLRU],
[class*=-BORDERDURL],
[class*=-BORDERDULR],
[class*=-BORDERRULD],
[class*=-BORDERRUDL],
[class*=-BORDERRDLU],
[class*=-BORDERRDUL],
[class*=-BORDERRLDU],
[class*=-BORDERRLUD],
[class*=-BORDERLURD],
[class*=-BORDERLUDR],
[class*=-BORDERLDRU],
[class*=-BORDERLDUR],
[class*=-BORDERLRDU],
[class*=-BORDERLRUD] {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.cs_vp_menuitem {
  border-radius: 3px;
  padding: 5px;
  overflow: hidden;
}

[class*=-menumark_empty] {
  background: url("../../img/fw/fw_mark_empty.png") no-repeat top right;
  background-size: 32px auto;
}

[class*=-menumark_cloud] {
  background: url("../../img/fw/fw_mark_cloud.png") no-repeat top right;
  background-size: 32px auto;
}

[class*=-menumark_wait] {
  background: url("../../img/fw/fw_mark_wait.png") no-repeat top right;
  background-size: 32px auto;
}

[class*=-menumark_notif] {
  background: url("../../img/fw/fw_mark_notif.png") no-repeat top right;
  background-size: 32px auto;
}

/*[class*="-menumark_nomolestar"]{
	background: 					url("../../img/fw/fw_mark_nomolestar.png") no-repeat top right;
	background-size: 				32px auto;
} */
[class*=-menumark_alerta] {
  background: url("../../img/fw/fw_mark_alerta.png") no-repeat top right;
  background-size: 32px auto;
}

[class*=-bgshining_disabled] {
  border: 1px solid gray;
  opacity: 0.4;
}

[class*=-bgshining_alone] {
  background-color: rgba(220, 220, 220, 0.5);
  border: 0 solid gray;
  box-shadow: none;
}

[class*=-bgshining_left] {
  background-color: rgba(220, 220, 220, 0.5);
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

[class*=-bgshining_right] {
  background-color: rgba(220, 220, 220, 0.5);
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}

[class*=-bgwht], [class*=_bgwht] {
  background-color: white;
}

[class*=-bgwhtsmoke], [class*=_bgwhtsmoke] {
  background-color: rgba(240, 240, 240, 0.9);
}

[class*=-bgyellow], [class*=_bgyellow] {
  background-color: rgba(253, 208, 0, 0.9);
}

[class*=-bgblack], [class*=_bgblack] {
  background-color: rgba(20, 20, 20, 0.9);
}

[class*=-bgblue], [class*=_bgblue] {
  background-color: rgba(100, 90, 250, 0.9);
}

[class*=-bggris], [class*=_bggris] {
  background-color: rgba(220, 220, 210, 0.9);
}

[class*=-bgcorporate], [class*=_bgcorporate] {
  background-color: #e6e6e6;
}

[class*=-bgsettings], [class*=_bgsettings] {
  background-color: rgba(0, 0, 0, 0.2);
}

[class*=-bgdashboard], [class*=_bgdashboard] {
  background-color: rgba(255, 255, 255, 0.5);
}

[class*=-bggray], [class*=_bggray] {
  background-color: #f0f0f0;
}

[class*=_nopadd] {
  padding: 0;
}

.cs_vp_viewlines {
  border: 1px dashed lightgray;
}

.cs_vp_inner {
  width: 100%;
  height: 100%;
}

.cs_appname {
  display: none;
}

.iScrollIndicator {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  border: none !important;
}

#id_modal_win_box {
  animation: FADE 0.1s;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1000000;
}

#id_modal_win {
  animation: FADE 0.1s;
  position: absolute;
  top: 0;
  background-color: transparent;
  width: 100%;
  z-index: 1000000;
}

.dismiss-modalwin {
  animation: FADE 0.1s;
  position: absolute;
  background-color: transparent;
  top: 0;
  width: 100%;
  transition-timing-function: linear;
}

.cs_db_box_dismiss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: none;
  z-index: 900000;
  animation: FADE 0.1s;
}

.cs_db_dismiss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: none;
  z-index: 900000;
  animation: FADE 0.1s;
  transition-timing-function: linear;
}

.cs_dc_back {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300000;
  background-color: transparent;
}

#id_modal_win_wait {
  animation: FADE 0.1s;
  position: absolute;
  background-color: transparent;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

#id_wait_content {
  position: absolute;
  background-color: transparent;
  padding: 0;
  z-index: 1000100;
  animation: FADE 0.2s;
}

.wait_content_eTableBook {
  width: 200px;
  height: 100px;
  margin-left: calc(50% - 100px) !important;
  top: calc(50% - 50px) !important;
}

.wait_content_timing {
  width: 200px;
  height: 120px;
  margin-left: calc(50% - 100px) !important;
  top: calc(50% - 60px) !important;
}

.wait_content_room {
  width: 180px;
  height: 120px;
  margin-left: calc(50% - 90px) !important;
  top: calc(50% - 60px) !important;
}

.wait_content_config {
  width: 200px;
  height: 120px;
  margin-left: calc(50% - 100px) !important;
  top: calc(50% - 60px) !important;
}

.wait_content_weel {
  width: 200px;
  height: 120px;
  margin-left: calc(50% - 100px) !important;
  top: calc(50% - 60px) !important;
}

.wait_content_sat {
  width: 200px;
  height: 120px;
  margin-left: calc(50% - 100px) !important;
  top: calc(50% - 60px) !important;
}

#id_wait_text {
  height: 45px;
  padding-top: 5px;
  margin-top: 120px;
  width: 100%;
  text-align: center;
  color: #505050;
  font-family: Downlink, sans-serif;
  font-size: 12px;
  display: block;
  display: none;
}

#id_wait_img {
  width: 100%;
  margin-top: 0;
}

.wait_img_eTableBook {
  margin-top: -150px;
  height: 100px;
  width: 100%;
  transform-origin: 50% 67%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px 100px;
  background: url("../../img/fw/fw_wait_tb.png") no-repeat center center;
  -webkit-animation: VAIVEN-WAIT-12;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

.wait_img_timing {
  margin-top: -170px;
  height: 120px;
  transform-origin: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px 100px;
  background: url("../../img/fw/fw_wait_time.png") no-repeat center center;
  background-size: auto 100%;
  -webkit-animation: ROTACION-ARRITMICA;
  -webkit-animation-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.12, 0.97, 0.22);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

.wait_img_room {
  margin-top: -170px;
  height: 120px;
  transform-origin: 50% 25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px 100px;
  background: url("../../img/fw/fw_wait_room.png") no-repeat center center;
  background-size: auto 90%;
  -webkit-animation: VAIVEN-WAIT-24;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

.wait_img_config {
  margin-top: -170px;
  height: 120px;
  transform-origin: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px 100px;
  background: url("../../img/fw/fw_wait_config.png") no-repeat center center;
  background-size: auto 100%;
  -webkit-animation: ROTACION-ARRITMICA;
  -webkit-animation-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.12, 0.97, 0.22);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

.wait_img_weel {
  margin-top: -170px;
  height: 120px;
  width: 80px;
  transform-origin: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px 100px;
  background: url("../../img/fw/fw_wait_weel.png") no-repeat center center;
  background-size: auto 100%;
  -webkit-animation: ROTACION-ARRITMICA;
  -webkit-animation-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.12, 0.97, 0.22);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

.wait_img_sat {
  margin-top: -170px;
  height: 120px;
  transform-origin: 38% 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px 100px;
  background: url("../../img/fw/fw_wait_sat.png") no-repeat center center;
  background-size: auto 100%;
  -webkit-animation: VAIVEN-SAT;
  -webkit-animation-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.12, 0.97, 0.22);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

.talkbubble {
  width: 120px;
  height: 80px;
  background: red;
  position: relative;
  border-radius: 10px;
}

.talkbubble:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid red;
  border-bottom: 13px solid transparent;
}

.myCanvas {
  background-color: transparent;
  width: 100%;
  height: 100%;
}

/*
// ____________________________________________________________________________________________________________________ Message Box del Framework
#id_mw_window{
position: 		absolute;
top: 			40%;
@include 		border-radius(8px);
border:			1px solid $dlg-border-color;
@include 		background-color-dlgbox;
width: 			60%;
margin-left:	20%;
@include        bgcolor-box-shadow;
z-index:		200100;
@include 		animation-boomper($timing-boomper);
#id_mw_head{
height: 		38px;
padding-top: 	0;
color: 			$dlg-color-title;
font-family: 	$font-family-futurist;
font-size: 	$fz-18;
h3{
}
}
background-color: red !important;
}
#id_mw_body {
padding: 10px 10px 15px 10px;
font-size: $fz-15;
color: $dlg-color-text;
position: relative;
background-color: red !important;
}
#id_mw_footer{
height: 			44px;
padding-top: 		5px;
position: 			relative;
margin: 			0 auto 0 auto;
background-color: 	red !important;
}



// ____________________________________________________________________________________________________________________ Dialog BOX
[class*="cs_db_window"]{
position: absolute;
height: 400px;
width: 400px;
@include overflow-ellipsis;
@include background-color-dlgbox;
@include border-radius(8px);
@include            	bgcolor-box-shadow;
@include animation-fade ($timing-fade);
z-index:200100;
background-color: 	red !important;
}

.cs_db_actionbar{
height: 44px;
width: 100%;
border-bottom: 1px solid rgb(192,192,192);
.cs_lb_title{
border-bottom:none;
.cs_lb_inner{
padding-top: 12px;
}
}
background-color: 	red !important;
}
.cs_db_toolbar{
height: 40px;
width: 100%;
@include gradient-V(rgb(255,255,255), rgb(245,245,245));
border-bottom: 1px solid rgb(192,192,192);
background-color: 	red !important;
}
.cs_db_content{
width: 100%;
//background-color: transparent;
background-color: 	red !important;
}
.cs_db_statusbar{
height: 30px;
width: 100%;
border-top: 1px solid rgb(192,192,192);
.cs_lb_mini{
.cs_lb_inner{
padding-top: 7px;
}
}
background-color: 	red !important;
}

// ____________________________________________________________________________________________________________________ Box de Teclado Numerico
.cs_db_window_keyboard{
height: 420px;
width: 420px;
background-color: 	red !important;
}
.cs_db_actionbar_keyboard{
height: 40px;
width: 100%;
border-bottom: 1px solid rgb(192,192,192);
background-color: 	red !important;
}
.cs_db_actionbar_keyboard .cs_lb_title{
border-bottom:none;
.cs_lb_inner{
padding-top: 12px;
}
background-color: 	red !important;
}
.cs_db_toolbar_keyboard{
height: 50px;
width: 100%;
//background-color: beige;
background-color: 	red !important;
}

.cs_db_toolbar_keyboard .cs_lb_title{
border-bottom:none;
.cs_lb_inner{
padding-top: 12px;
}
background-color: 	red !important;
}
.cs_db_content_keyboard{
width: 100%;
//background-color: transparent;
background-color: 	red !important;
}
.cs_db_statusbar_keyboard{
height: 30px;
width: 100%;
.cs_lb_mini{
.cs_lb_inner{
padding-top: 7px;
}
}
background-color: 	red !important;
}
*/
@-webkit-keyframes PERSIANA {
  0% {
    height: 0;
  }
}
@-webkit-keyframes FADE {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes NEW_UNFADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes NEW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_UNLEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes NEW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_RIGHT {
  0% {
    left: 100%;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(100, 0, 0);
  }
}
@-webkit-keyframes NEW_TOP {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes BOOMPER_INVERSE {
  0% {
    -webkit-transform: scale(1.02, 1.02);
  }
}
@-webkit-keyframes ROTACION-ARRITMICA {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-12 {
  0% {
    -webkit-transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-24 {
  0% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(24deg);
  }
}
@-webkit-keyframes VAIVEN-SAT {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes SHOW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_LEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes SHOW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_BOTTOM {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW_FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes UNSHOW_FADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[class*=animacion_fade] {
  animation: FADE 0.3s;
}

[class*=animacion_left] {
  animation: NEW_LEFT 0.3s;
}

.animacion_bottom {
  animation: NEW_BOTTOM 0.3s;
}

.masterclose {
  animation: NEW_UNFADE 0.28s !important;
}

@font-face {
  font-family: ralewaylight;
  src: url("../../fonts/Raleway/raleway-light-webfont.eot");
  src: url("../../fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("../../fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("../../fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Downlink;
  src: url("../../fonts/Downlink/Downlink.eot?") format("eot"), url("../../fonts/Downlink/Downlink.woff") format("woff"), url("../../fonts/Downlink/Downlink.ttf") format("truetype"), url("../../fonts/Downlink/Downlink.svg#Downlink") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DownlinkBold;
  src: url("../../fonts/Downlink/Downlink_Bold.eot?") format("eot"), url("../../fonts/Downlink/Downlink_Bold.woff") format("woff"), url("../../fonts/Downlink/Downlink_Bold.ttf") format("truetype"), url("../../fonts/Downlink/Downlink_Bold.svg#Downlink-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_light;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_regular;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_bold;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_black;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class*=page_full_tools_access_phone],
[class*=page_full_tools_access_hphone] {
  animation: NEW_LEFT 0.28s;
  box-shadow: 10px 0 60px rgba(0, 0, 0, 0.5);
}

[class*=page_dialog_tools_access_tablet],
[class*=page_dialog_tools_access_htablet],
[class*=page_dialog_tools_access_all] {
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
  width: 500px !important;
  height: 500px !important;
  left: calc((100% - 500px)/2) !important;
  top: calc((100% - 500px)/2) !important;
}

[class*=page_full_tools_login_phone] {
  animation: NEW_BOTTOM 0.28s;
  box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  width: 100% !important;
  height: 400px !important;
  left: 0 !important;
  top: calc((100% - 400px)) !important;
  box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.5);
}

[class*=page_full_tools_login_hphone] {
  animation: NEW_LEFT 0.28s;
  box-shadow: 10px 0 60px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  width: 350px !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  box-shadow: 10px 0 60px rgba(0, 0, 0, 0.5);
}

[class*=page_dialog_tools_login_tablet],
[class*=page_dialog_tools_login_htablet],
[class*=page_dialog_tools_login_all] {
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 400px !important;
  height: 400px !important;
  left: calc((100% - 400px)/2) !important;
  top: calc((100% - 400px)/2) !important;
}

.cs_vw_page_dialog_keyboard_alfanumeric {
  height: 280px !important;
  max-height: 280px !important;
  min-height: 280px !important;
  width: 60% !important;
  left: 20%;
  top: calc(50% - 140px);
}

.cs_vw_page_dialog_keyboard_numeric {
  height: 360px !important;
  max-height: 360px !important;
  min-height: 360px !important;
  width: 360px !important;
  max-width: 360px !important;
  min-width: 360px !important;
  left: calc(50% - 180px);
  top: calc(50% - 180px);
}

.cs_vw_page_dialog_keyboard_numeric_title {
  height: 390px !important;
  max-height: 390px !important;
  min-height: 390px !important;
  width: 360px !important;
  max-width: 360px !important;
  min-width: 360px !important;
  left: calc(50% - 180px);
  top: calc(50% - 195px);
}

.cs_vw_page_dialog_keyboard_numeric_password {
  height: 380px !important;
  max-height: 380px !important;
  min-height: 380px !important;
  width: 360px !important;
  max-width: 360px !important;
  min-width: 360px !important;
  left: calc(50% - 180px);
  top: calc(50% - 190px);
}

.cs_vp_rounded-visor {
  background-color: #a4eff7;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

/*
// Color
[class*="page_dialog_getcolor_phone"],
[class*="page_dialog_getcolor_hphone"],
[class*="page_dialog_getcolor_tablet"],
[class*="page_dialog_getcolor_htablet"]{
	@include ANIM_FADE;
	width: 250px  !important;
	height: 240px !important;
	left: calc((100% - 250px)/2)  !important;
	top: calc((100% - 240px)/2)  !important;
}*/
[class*=page_full_geticon_phone],
[class*=page_full_geticon_hphone] {
  animation: NEW_LEFT 0.28s;
  box-shadow: 10px 0 60px rgba(0, 0, 0, 0.5);
}

[class*=page_dialog_geticon_tablet],
[class*=page_dialog_geticon_htablet] {
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
  width: 600px !important;
  height: 600px !important;
  left: calc((100% - 600px)/2) !important;
  top: calc((100% - 600px)/2) !important;
  background-color: #e8f0f0;
}

[class*="+forced"] {
  border: 1px solid red !important;
}

[class*="cs_ed_password +forced"], [class*="cs_ed_user +forced"] {
  border: none;
}
[class*="cs_ed_password +forced"] [class*=cs_ed_inner], [class*="cs_ed_user +forced"] [class*=cs_ed_inner] {
  border: 1px solid red !important;
}

[class*=page_full_getbrand_phone],
[class*=page_full_getbrand_hphone] {
  animation: NEW_LEFT 0.28s;
  box-shadow: 10px 0 60px rgba(0, 0, 0, 0.5);
}

[class*=page_dialog_getbrand_tablet],
[class*=page_dialog_getbrand_htablet] {
  animation: NEW_FADE 0.2s;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
  width: 550px !important;
  height: 500px !important;
  left: calc((100% - 550px)/2) !important;
  top: calc((100% - 500px)/2) !important;
}

[class*=Vlist_body_Brands] ul > li {
  border-bottom: none;
}

[class*=Vlist_body_Brands] ul > li:nth-child(odd) {
  border-bottom: none;
}

[class*=Vlist_item_Brand] {
  height: 80px;
  padding: 5px 10px;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*
[class*="Vlist_body"] ul > li {
	border-bottom: none;//1px solid rgba(0, 250, 0, 0.1);
}
[class*="Vlist_body"] ul > li:nth-child(odd) {
	border-bottom: none;//1px solid rgba(0, 250, 0, 0.1);
//	background-color: rgba(250, 0, 0, 0.02);
	//background-color: transparent;
}
*/
.brand_text_td {
  width: 70px;
  max-width: 70px;
  min-width: 70px;
}

.brand_text {
  text-align: center;
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #e6e6e6;
  border-radius: 20px;
}

.brand_ico_td {
  width: 70px;
  max-width: 70px;
  min-width: 70px;
  height: 60px;
  min-height: 60px;
}

/*.template_brandico {
//	background: url("../img/fw/fw_noimage.png") no-repeat center center;
	//background-size: auto 90%;
	width: 100%;
	height: 60px;
}*/
[class*=brand_ico_] {
  width: 100%;
  height: 100%;
}

[class*=Vlist_item_Brand] [class*=brand_ico_] {
  width: 100%;
  height: 70px;
}

.cs_bt_brand_ico_0 .cs_bt_inner, .cs_lb_brand_ico_0, .fw_icostatbrand_0 {
  background: url("../../img/brands/logo-alfa-romeo.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_1 .cs_bt_inner, .cs_lb_brand_ico_1, .fw_icostatbrand_1 {
  background: url("../../img/brands/logo-aston-martin.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_2 .cs_bt_inner, .cs_lb_brand_ico_2, .fw_icostatbrand_2 {
  background: url("../../img/brands/logo-audi.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_3 .cs_bt_inner, .cs_lb_brand_ico_3, .fw_icostatbrand_3 {
  background: url("../../img/brands/logo-bentley.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_4 .cs_bt_inner, .cs_lb_brand_ico_4, .fw_icostatbrand_4 {
  background: url("../../img/brands/logo-bmw.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_5 .cs_bt_inner, .cs_lb_brand_ico_5, .fw_icostatbrand_5 {
  background: url("../../img/brands/logo-bugatti.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_6 .cs_bt_inner, .cs_lb_brand_ico_6, .fw_icostatbrand_6 {
  background: url("../../img/brands/logo-chevrolet.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_7 .cs_bt_inner, .cs_lb_brand_ico_7, .fw_icostatbrand_7 {
  background: url("../../img/brands/logo-chrysler.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_8 .cs_bt_inner, .cs_lb_brand_ico_8, .fw_icostatbrand_8 {
  background: url("../../img/brands/logo-citroen.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_9 .cs_bt_inner, .cs_lb_brand_ico_9, .fw_icostatbrand_9 {
  background: url("../../img/brands/logo-dacia.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_10 .cs_bt_inner, .cs_lb_brand_ico_10, .fw_icostatbrand_10 {
  background: url("../../img/brands/logo-daewoo.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_11 .cs_bt_inner, .cs_lb_brand_ico_11, .fw_icostatbrand_11 {
  background: url("../../img/brands/logo-daihatsu.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_12 .cs_bt_inner, .cs_lb_brand_ico_12, .fw_icostatbrand_12 {
  background: url("../../img/brands/logo-ds.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_13 .cs_bt_inner, .cs_lb_brand_ico_13, .fw_icostatbrand_13 {
  background: url("../../img/brands/logo-ferrari.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_14 .cs_bt_inner, .cs_lb_brand_ico_14, .fw_icostatbrand_14 {
  background: url("../../img/brands/logo-fiat.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_15 .cs_bt_inner, .cs_lb_brand_ico_15, .fw_icostatbrand_15 {
  background: url("../../img/brands/logo-ford.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_16 .cs_bt_inner, .cs_lb_brand_ico_16, .fw_icostatbrand_16 {
  background: url("../../img/brands/logo-honda.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_17 .cs_bt_inner, .cs_lb_brand_ico_17, .fw_icostatbrand_17 {
  background: url("../../img/brands/logo-hummer.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_18 .cs_bt_inner, .cs_lb_brand_ico_18, .fw_icostatbrand_18 {
  background: url("../../img/brands/logo-hyundai.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_19 .cs_bt_inner, .cs_lb_brand_ico_19, .fw_icostatbrand_19 {
  background: url("../../img/brands/logo-infiniti.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_20 .cs_bt_inner, .cs_lb_brand_ico_20, .fw_icostatbrand_20 {
  background: url("../../img/brands/logo-jaguar.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_21 .cs_bt_inner, .cs_lb_brand_ico_21, .fw_icostatbrand_21 {
  background: url("../../img/brands/logo-jeep.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_22 .cs_bt_inner, .cs_lb_brand_ico_22, .fw_icostatbrand_22 {
  background: url("../../img/brands/logo-kia.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_23 .cs_bt_inner, .cs_lb_brand_ico_23, .fw_icostatbrand_23 {
  background: url("../../img/brands/logo-lada.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_24 .cs_bt_inner, .cs_lb_brand_ico_24, .fw_icostatbrand_24 {
  background: url("../../img/brands/logo-lamborghini.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_25 .cs_bt_inner, .cs_lb_brand_ico_25, .fw_icostatbrand_25 {
  background: url("../../img/brands/logo-lancia.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_26 .cs_bt_inner, .cs_lb_brand_ico_26, .fw_icostatbrand_26 {
  background: url("../../img/brands/logo-land-rover.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_27 .cs_bt_inner, .cs_lb_brand_ico_27, .fw_icostatbrand_27 {
  background: url("../../img/brands/logo-lexus.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_28 .cs_bt_inner, .cs_lb_brand_ico_28, .fw_icostatbrand_28 {
  background: url("../../img/brands/logo-lotus.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_29 .cs_bt_inner, .cs_lb_brand_ico_29, .fw_icostatbrand_29 {
  background: url("../../img/brands/logo-maserati.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_30 .cs_bt_inner, .cs_lb_brand_ico_30, .fw_icostatbrand_30 {
  background: url("../../img/brands/logo-mazda.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_31 .cs_bt_inner, .cs_lb_brand_ico_31, .fw_icostatbrand_31 {
  background: url("../../img/brands/logo-maybach.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_32 .cs_bt_inner, .cs_lb_brand_ico_32, .fw_icostatbrand_32 {
  background: url("../../img/brands/logo-mercedes-benz.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_33 .cs_bt_inner, .cs_lb_brand_ico_33, .fw_icostatbrand_33 {
  background: url("../../img/brands/logo-mini.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_34 .cs_bt_inner, .cs_lb_brand_ico_34, .fw_icostatbrand_34 {
  background: url("../../img/brands/logo-mitsubishi.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_35 .cs_bt_inner, .cs_lb_brand_ico_35, .fw_icostatbrand_35 {
  background: url("../../img/brands/logo-nissan.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_36 .cs_bt_inner, .cs_lb_brand_ico_36, .fw_icostatbrand_36 {
  background: url("../../img/brands/logo-opel.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_37 .cs_bt_inner, .cs_lb_brand_ico_37, .fw_icostatbrand_37 {
  background: url("../../img/brands/logo-peugeot.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_38 .cs_bt_inner, .cs_lb_brand_ico_38, .fw_icostatbrand_38 {
  background: url("../../img/brands/logo-porsche.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_39 .cs_bt_inner, .cs_lb_brand_ico_39, .fw_icostatbrand_39 {
  background: url("../../img/brands/logo-renault.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_40 .cs_bt_inner, .cs_lb_brand_ico_40, .fw_icostatbrand_40 {
  background: url("../../img/brands/logo-rollroyce.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_41 .cs_bt_inner, .cs_lb_brand_ico_41, .fw_icostatbrand_41 {
  background: url("../../img/brands/logo-saab.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_42 .cs_bt_inner, .cs_lb_brand_ico_42, .fw_icostatbrand_42 {
  background: url("../../img/brands/logo-seat.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_43 .cs_bt_inner, .cs_lb_brand_ico_43, .fw_icostatbrand_43 {
  background: url("../../img/brands/logo-skoda.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_44 .cs_bt_inner, .cs_lb_brand_ico_44, .fw_icostatbrand_44 {
  background: url("../../img/brands/logo-smart.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_45 .cs_bt_inner, .cs_lb_brand_ico_45, .fw_icostatbrand_45 {
  background: url("../../img/brands/logo-ssangyong.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_46 .cs_bt_inner, .cs_lb_brand_ico_46, .fw_icostatbrand_46 {
  background: url("../../img/brands/logo-subaru.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_47 .cs_bt_inner, .cs_lb_brand_ico_47, .fw_icostatbrand_47 {
  background: url("../../img/brands/logo-suzuki.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_48 .cs_bt_inner, .cs_lb_brand_ico_48, .fw_icostatbrand_48 {
  background: url("../../img/brands/logo-tata.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_49 .cs_bt_inner, .cs_lb_brand_ico_49, .fw_icostatbrand_49 {
  background: url("../../img/brands/logo-tesla.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_50 .cs_bt_inner, .cs_lb_brand_ico_50, .fw_icostatbrand_50 {
  background: url("../../img/brands/logo-toyota.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_51 .cs_bt_inner, .cs_lb_brand_ico_51, .fw_icostatbrand_51 {
  background: url("../../img/brands/logo-volkswagen.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_52 .cs_bt_inner, .cs_lb_brand_ico_52, .fw_icostatbrand_52 {
  background: url("../../img/brands/logo-volvo.png") no-repeat center center;
  background-size: auto 100%;
}

.cs_bt_brand_ico_53 .cs_bt_inner, .cs_lb_brand_ico_53, .fw_icostatbrand_53 {
  background: url("../../img/bell/bell_automovil_prestige.png") no-repeat center center;
  background-size: auto 100%;
}

[class*=Vlist_body_Icons] ul > li {
  border-bottom: none;
}

[class*=Vlist_body_Icons] ul > li:nth-child(odd) {
  border-bottom: none;
}

[class*=Vlist_item_Icon] {
  height: 60px;
  padding: 4px;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*.icon_text_td {
	width: 50px;
	max-width: 50px;
	min-width: 50px;
	//border-right: 1px solid rgba(0, 0, 0, 0.1);
}*/
/*.icon_text {
	text-align: center;
	//font-weight: bold;

	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;

	background-color: rgb(230, 230, 230);
	border-radius: 20px;

}*/
.icon_ico_td {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

[class*=icon_ico_] {
  width: 100%;
  height: 100%;
}

[class*=Vlist_item_Icon] [class*=icon_ico_] {
  width: 100%;
  height: 50px;
}

/*.cs_bt_icon_ico_0 .cs_bt_inner, .cs_lb_icon_ico_0, .fw_icostaticon_0 {
	//background: url("../img/brands/logo-alfa-romeo.png") no-repeat center center;
	background: url("../img/fw/fw_alerta.png") no-repeat center center;
	background-size: auto 100%;
}
.cs_bt_icon_ico_1 .cs_bt_inner, .cs_lb_icon_ico_1, .fw_icostaticon_1 {
	background: url("../img/fw/fw_alerta_red.png") no-repeat center center;
	background-size: auto 100%;
}
.cs_bt_icon_ico_2 .cs_bt_inner, .cs_lb_icon_ico_2, .fw_icostaticon_2 {
	background: url("../img/brands/logo-audi.png") no-repeat center center;
	background-size: auto 100%;
}
.cs_bt_icon_ico_3 .cs_bt_inner, .cs_lb_icon_ico_3, .fw_icostaticon_3 {
	background: url("../img/brands/logo-bentley.png") no-repeat center center;
	background-size: auto 100%;
}
.cs_bt_icon_ico_4 .cs_bt_inner, .cs_lb_icon_ico_4, .fw_icostaticon_4 {
	background: url("../img/brands/logo-bmw.png") no-repeat center center;
	background-size: auto 100%;
}*/
[class*=Vlist_body_Colors] ul > li {
  border-bottom: none;
}

[class*=Vlist_body_Colors] ul > li:nth-child(odd) {
  border-bottom: none;
}

[class*=Vlist_item_Color] {
  height: 70px;
  padding: 8px !important;
  width: 100%;
  border-bottom: none;
}

.color_text {
  /*text-align: center;
  //font-weight: bold;

  padding-left: 2px;
  padding-right: 2px;
  overflow: hidden;
  text-overflow: ellipsis;

  background-color: rgb(230,230,230);
  border: 1px solid black;
  border-radius: 20px;*/
}

.color_ico_td {
  width: 46px;
  max-width: 46px;
  min-width: 46px;
}

[class*=color_ico_] {
  width: 100%;
  height: 100%;
}

[class*=Vlist_item_Color] [class*=brand_ico_] {
  width: 100%;
  height: 70px;
}

.cs_bt_color_ico_0 .cs_bt_inner, .cs_lb_color_ico_0, .fw_icocolorcoche_0 {
  border-radius: 40px;
  background-color: white;
  color: black;
}

.cs_bt_color_ico_1 .cs_bt_inner, .cs_lb_color_ico_1, .fw_icocolorcoche_1 {
  border-radius: 40px;
  background-color: silver;
  color: black;
}

.cs_bt_color_ico_2 .cs_bt_inner, .cs_lb_color_ico_2, .fw_icocolorcoche_2 {
  border-radius: 40px;
  background-color: lightslategray;
  color: white;
}

.cs_bt_color_ico_3 .cs_bt_inner, .cs_lb_color_ico_3, .fw_icocolorcoche_3 {
  border-radius: 40px;
  background-color: #5f5f5f;
  color: white;
}

.cs_bt_color_ico_4 .cs_bt_inner, .cs_lb_color_ico_4, .fw_icocolorcoche_4 {
  border-radius: 40px;
  background-color: black;
  color: white;
}

.cs_bt_color_ico_5 .cs_bt_inner, .cs_lb_color_ico_5, .fw_icocolorcoche_5 {
  border-radius: 40px;
  background-color: #e50000;
  color: white;
}

.cs_bt_color_ico_6 .cs_bt_inner, .cs_lb_color_ico_6, .fw_icocolorcoche_6 {
  border-radius: 40px;
  background-color: #ad0000;
  color: white;
}

.cs_bt_color_ico_7 .cs_bt_inner, .cs_lb_color_ico_7, .fw_icocolorcoche_7 {
  border-radius: 40px;
  background-color: #0000d5;
  color: white;
}

.cs_bt_color_ico_8 .cs_bt_inner, .cs_lb_color_ico_8, .fw_icocolorcoche_8 {
  border-radius: 40px;
  background-color: #000082;
  color: white;
}

.cs_bt_color_ico_9 .cs_bt_inner, .cs_lb_color_ico_9, .fw_icocolorcoche_9 {
  border-radius: 40px;
  background-color: #008000;
  color: white;
}

.cs_bt_color_ico_10 .cs_bt_inner, .cs_lb_color_ico_10, .fw_icocolorcoche_10 {
  border-radius: 40px;
  background-color: #004800;
  color: white;
}

.cs_bt_color_ico_11 .cs_bt_inner, .cs_lb_color_ico_11, .fw_icocolorcoche_11 {
  border-radius: 40px;
  background-color: #f09b00;
  color: white;
}

.cs_bt_color_ico_12 .cs_bt_inner, .cs_lb_color_ico_12, .fw_icocolorcoche_12 {
  border-radius: 40px;
  background-color: #fffc00;
  color: black;
}

.cs_bt_color_ico_13 .cs_bt_inner, .cs_lb_color_ico_13, .fw_icocolorcoche_13 {
  border-radius: 40px;
  background-color: #4fcfff;
  color: black;
}

.cs_bt_color_ico_14 .cs_bt_inner, .cs_lb_color_ico_14, .fw_icocolorcoche_14 {
  border-radius: 40px;
  background-color: #a459ff;
  color: white;
}

.cs_bt_color_ico_15 .cs_bt_inner, .cs_lb_color_ico_15, .fw_icocolorcoche_15 {
  border-radius: 40px;
  background-color: #d1c598;
  color: black;
}

@-webkit-keyframes PERSIANA {
  0% {
    height: 0;
  }
}
@-webkit-keyframes FADE {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes NEW_UNFADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes NEW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_UNLEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes NEW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_RIGHT {
  0% {
    left: 100%;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(100, 0, 0);
  }
}
@-webkit-keyframes NEW_TOP {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes BOOMPER_INVERSE {
  0% {
    -webkit-transform: scale(1.02, 1.02);
  }
}
@-webkit-keyframes ROTACION-ARRITMICA {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-12 {
  0% {
    -webkit-transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-24 {
  0% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(24deg);
  }
}
@-webkit-keyframes VAIVEN-SAT {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes SHOW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_LEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes SHOW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_BOTTOM {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW_FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes UNSHOW_FADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[class*=animacion_fade] {
  animation: FADE 0.3s;
}

[class*=animacion_left] {
  animation: NEW_LEFT 0.3s;
}

.animacion_bottom {
  animation: NEW_BOTTOM 0.3s;
}

.masterclose {
  animation: NEW_UNFADE 0.28s !important;
}

@font-face {
  font-family: ralewaylight;
  src: url("../../fonts/Raleway/raleway-light-webfont.eot");
  src: url("../../fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("../../fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("../../fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Downlink;
  src: url("../../fonts/Downlink/Downlink.eot?") format("eot"), url("../../fonts/Downlink/Downlink.woff") format("woff"), url("../../fonts/Downlink/Downlink.ttf") format("truetype"), url("../../fonts/Downlink/Downlink.svg#Downlink") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DownlinkBold;
  src: url("../../fonts/Downlink/Downlink_Bold.eot?") format("eot"), url("../../fonts/Downlink/Downlink_Bold.woff") format("woff"), url("../../fonts/Downlink/Downlink_Bold.ttf") format("truetype"), url("../../fonts/Downlink/Downlink_Bold.svg#Downlink-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_light;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_regular;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_bold;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_black;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@mixin image-jr-language-en-sel{
    background-image: url("../../img/gst/fw_jr_language_en_sel.png");
}
@mixin image-jr-language-es-sel{
    background-image: url("../../img/gst/fw_jr_language_es_sel.png");
}
@mixin image-jr-language-ca-sel{
    background-image: url("../../img/gst/fw_jr_language_ca_sel.png");
}
@mixin image-jr-language-fr-sel{
    background-image: url("../../img/gst/fw_jr_language_fr_sel.png");
}
@mixin image-jr-language-de-sel{
    background-image: url("../../img/gst/fw_jr_language_de_sel.png");
}
@mixin image-jr-language-en-clk{
    background-image: url("../../img/gst/fw_jr_language_en_clk.png");
}
@mixin image-jr-language-es-clk{
    background-image: url("../../img/gst/fw_jr_language_es_clk.png");
}
@mixin image-jr-language-ca-clk{
    background-image: url("../../img/gst/fw_jr_language_ca_clk.png");
}
@mixin image-jr-language-fr-clk{
    background-image: url("../../img/gst/fw_jr_language_fr_clk.png");
}
@mixin image-jr-language-de-clk{
    background-image: url("../../img/gst/fw_jr_language_de_clk.png");
}
   */
/*$color-floor-black :        		$jfr-color-floor-black;
$color-floor-gray :        			$jfr-color-floor-gray;
$color-floor-red : 					$jfr-color-floor-red;
$color-floor-green : 				$jfr-color-floor-green;
$color-floor-yellow : 				$jfr-color-floor-yellow;
$color-floor-assist : 				$jfr-color-floor-assist;*/
/*@mixin gradient-H($param-from, $param-to) {
							background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, $param-from ), color-stop( 1.0, $param-to)); // Chrome 1-9 and Safari 4-5.0
							background-image: -webkit-linear-gradient(left, $param-from, $param-to);                                             //  Chrome 10+ Safari 5.1+ Mobile Safari
							background-image: linear-gradient(        left, $param-from, $param-to);                                             //  W3C
						}
*/
/*
@mixin bgcolor-button-group-on {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}
@mixin bgcolor-button-group-click {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}*/
/*
@mixin background-color-button-image{
	color: $buttonimage-color;
	background-color: $buttonimage-colorback;
}*/
.cs_fr_separator {
  width: 100%;
  background-color: transparent;
  height: 6px;
}

.cs_fr_separator1 {
  width: 100%;
  background-color: transparent;
  height: 1px;
}

.cs_fr_separator2 {
  width: 100%;
  background-color: transparent;
  height: 2px;
}

.cs_fr_separator10 {
  width: 100%;
  background-color: transparent;
  height: 10px;
}

.cs_fr_separator30 {
  width: 100%;
  background-color: transparent;
  height: 30px;
}

.cs_fr_line {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cs_fr_linecolor {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cs_fr_space {
  float: left;
  height: 100%;
  background-color: transparent;
}

.cs_fr_nano {
  height: 10px;
  padding: 0;
  width: 100%;
}

.cs_fr_minimin {
  height: 20px;
  padding: 0;
  width: 100%;
  /*.cs_lb_normal,.cs_lb_default,.cs_lb_bold{
  	.cs_lb_label{
  		.cs_lb_inner{
  			@include 		label-tested;
  			padding-top: 	0;

  		}
  	}
  }*/
}
.cs_fr_minimin .cs_lb_big .cs_lb_label .cs_lb_inner {
  line-height: 16px;
}
.cs_fr_minimin [class*=cs_lb_graphicbar_gb] {
  margin-top: 0;
}

.cs_fr_mini {
  height: 30px;
  padding: 0;
  width: 100%;
  /*	.cs_lb_red,.cs_lb_black,.cs_lb_blue,.cs_lb_orange,.cs_lb_yellow,.cs_lb_pink,.cs_lb_white,.cs_lb_cyan,.cs_lb_green,.cs_lb_gray {
  		@include 				label-tested;
  		margin-top: 			3px;
  	}
  */
}
.cs_fr_mini .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 3px;
}
.cs_fr_mini .cs_lb_super .cs_lb_label .cs_lb_inner, .cs_fr_mini .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_mini .cs_lb_combo_calendar_button .cs_lb_label .cs_lb_inner {
  padding-top: 1px;
}
.cs_fr_mini [class*=cs_lb_graphicbar_gb] {
  margin-top: 2px;
}

.cs_fr_regular {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
}

.cs_fr_r50 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 50px;
  padding-top: 0;
}
.cs_fr_r50 [class*=cs_lb_graphicbar_gb] {
  margin-top: 15px;
}

.cs_fr_r60 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 60px;
  padding-top: 0;
  /*.cs_lb_mini,.cs_lb_copyright{
  	.cs_lb_label{
  		.cs_lb_inner{
  			padding-top: 	23px;
  		}
  	}
  }
  .cs_lb_nota{
  	.cs_lb_label{
  		.cs_lb_inner{
  			padding-top: 	0;
  		}
  	}
  }
  .cs_lb_normal,.cs_lb_default,.cs_lb_bold{
  	.cs_lb_label{
  		.cs_lb_inner{
  			padding-top: 	20px;
  		}
  	}
  }*/
  /*.cs_lb_big{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	20px;
  		}
  	}
  }
  .cs_lb_super,.cs_lb_ultra{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	18px;
  		}
  	}
  }
  .cs_lb_red,.cs_lb_black,.cs_lb_blue,.cs_lb_orange,.cs_lb_yellow,.cs_lb_pink,.cs_lb_white,.cs_lb_cyan,.cs_lb_green,.cs_lb_gray {
  	.cs_lb_label{
  		.cs_lb_inner{
  		}
  	}
  }
  .cs_lb_help{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	15px;
  		}
  	}
  }
  .cs_lb_bighelp{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	21px;
  		}
  	}
  }
  .cs_lb_warning,.cs_lb_alert-bell,.cs_lb_remark{
  	.cs_lb_label{
  		.cs_lb_inner{
  		}
  	}
  }
  .cs_lb_day,.cs_lb_time{
  	.cs_lb_label{
  		.cs_lb_inner{
  		}
  	}
  }
  .cs_lb_asterisk,.cs_lb_asteriskempty{
  	.cs_lb_label{
  		.cs_lb_inner{
  		}
  	}
  }
  .cs_lb_numeric{
  	.cs_lb_label{
  		.cs_lb_inner{
  		}
  	}
  }
  // titulos
  .cs_lb_app{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	7px;
  		}
  	}
  }
  .cs_lb_appmin{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	9px;
  		}
  	}
  }
  .cs_lb_applight{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	7px;
  		}
  	}
  }
  .cs_lb_appmedium{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	7px;
  		}
  	}
  }
  .cs_lb_appbig{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	5px;
  			//line-height: 	.5em;
  		}
  	}
  }*/
}
.cs_fr_r60 [class*=cs_lb_graphicbar_gb] {
  margin-top: 20px;
}

.cs_fr_r70 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 70px;
  /*.cs_lb_mini,.cs_lb_copyright{
  	.cs_lb_label{
  		.cs_lb_inner{
  			padding-top: 	26px;
  		}
  	}
  }
  .cs_lb_nota{
  	.cs_lb_label{
  		.cs_lb_inner{
  			padding-top: 	0;
  		}
  	}
  }
  .cs_lb_normal,.cs_lb_default,.cs_lb_bold{
  	.cs_lb_label{
  		.cs_lb_inner{
  			padding-top: 	24px;
  		}
  	}
  }*/
  /*.cs_lb_big{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	22px;
  		}
  	}
  }
  .cs_lb_super,.cs_lb_ultra{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	20px;
  		}
  	}
  }
  .cs_lb_red,.cs_lb_black,.cs_lb_blue,.cs_lb_orange,.cs_lb_yellow,.cs_lb_pink,.cs_lb_white,.cs_lb_cyan,.cs_lb_green,.cs_lb_gray {
  	.cs_lb_label{
  		.cs_lb_inner{
  		}
  	}
  }
  .cs_lb_help{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	15px;
  		}
  	}
  }
  .cs_lb_bighelp{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	21px;
  		}
  	}
  }
  .cs_lb_warning,.cs_lb_alert-bell,.cs_lb_remark{
  	.cs_lb_label{
  		.cs_lb_inner{
  		}
  	}
  }
  .cs_lb_day,.cs_lb_time{
  	.cs_lb_label{
  		.cs_lb_inner{
  		}
  	}
  }
  .cs_lb_asterisk,.cs_lb_asteriskempty{
  	.cs_lb_label{
  		.cs_lb_inner{
  		}
  	}
  }
  .cs_lb_numeric{
  	.cs_lb_label{
  		.cs_lb_inner{
  		}
  	}
  }
  // titulos
  .cs_lb_app{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	13px;
  		}
  	}
  }
  .cs_lb_appmin{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	15px;
  		}
  	}
  }
  .cs_lb_applight{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	13px;
  		}
  	}
  }
  .cs_lb_appmedium{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	12px;
  		}
  	}
  }
  .cs_lb_appbig{
  	.cs_lb_label{
  		.cs_lb_inner{
  			//padding-top: 	0;

  		}
  	}
  }*/
}
.cs_fr_r70 [class*=cs_lb_graphicbar_gb] {
  margin-top: 25px;
}

.cs_fr_r80 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 80px;
}

.cs_fr_r90 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 90px;
}

.cs_fr_r100 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 100px;
}

.cs_fr_r110 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 110px;
}

.cs_fr_r120 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 120px;
}

.cs_fr_r130 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 130px;
}

.cs_fr_r140 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 140px;
}

.cs_fr_r150 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 150px;
}

.cs_fr_r160 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 160px;
}

.cs_fr_r170 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 170px;
}

.cs_fr_r180 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 180px;
}

.cs_fr_r190 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 190px;
}

.cs_fr_r200 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 200px;
}

.cs_fr_r250 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 250px;
}

.cs_fr_r300 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 300px;
}

.cs_fr_r350 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 350px;
}

.cs_fr_r400 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 400px;
}

.cs_fr_r450 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 450px;
}

.cs_fr_r500 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 500px;
}

.cs_fr_r550 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 550px;
}

.cs_fr_r600 {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 600px;
}

.cs_fr_solapa {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 140px;
}

.cs_fr_solapa_back {
  height: 38px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  height: 140px;
}

.template_flapv, [class*=_flap] {
  background: rgba(0, 0, 0, 0.05) none;
  border-radius: 36px;
  font-size: 15px;
  color: #141414;
  height: 36px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.template_flapv .cs_bt_left, [class*=_flap] .cs_bt_left {
  width: 4px;
  height: 100%;
  display: block;
}
.template_flapv .cs_bt_inner, [class*=_flap] .cs_bt_inner {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px 30px;
  text-align: right;
  padding-top: 9px;
  width: 80%;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.template_flapv .cs_bt_right, [class*=_flap] .cs_bt_right {
  width: 0;
  height: 100%;
  display: none;
}

.template_flapv_click {
  color: black;
}
.template_flapv_click .cs_bt_left {
  background-color: white;
}

[class*=_flap_click] {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: red;
}
[class*=_flap_click] .cs_bt_inner {
  color: black;
}

.backrow_beige {
  background-color: #ccce96;
}

.backrow_cyan {
  background-color: #27e1ff;
}

.backrow_orange {
  background-color: #ff9100;
}

.g_cs_inner_container {
  width: 100%;
  overflow: hidden;
}

[class*=Vlist_body] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
[class*=Vlist_item] {
  padding: 8px 8px 8px 15px;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=Vlist_bigitem] {
  padding: 12px;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 19px;
}

[class*=Vlist_empty] {
  height: 300px;
  width: 100%;
  padding-top: 30px;
}

.fw_template_empty_td {
  width: 100%;
}

.fw_template_empty_image {
  height: 120px;
  width: 100%;
  background: url("../../img/backgr/fw_background_empty.png") no-repeat center center;
  background-size: contain;
}

.fw_template_empty_text {
  height: 60px;
  width: 100%;
  font-size: 19px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #d6dede;
}

[class*=Vlist_head] {
  text-align: center;
  color: white;
  background: #3f64fb;
  font-family: sourcesanspro_regular, sans-serif;
  height: 30px;
  border-top: 5px solid black;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 12px;
  padding-top: 3px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

[class*=Vlist_headsort] {
  height: 40px;
}

[class*=Vlist_filter] {
  text-align: center;
  color: white;
  background: #3f64fb;
  font-family: sourcesanspro_regular, sans-serif;
  height: 30px;
  border-top: 5px solid black;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 12px;
  padding-top: 3px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

[class*=Vlist_subhead] {
  text-align: center;
  color: black;
  background: #bed0d0;
  font-family: sourcesanspro_regular, sans-serif;
  height: 30px;
  border-top: 2px solid black;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 12px;
  padding-top: 5px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

[class*=Vlist_subtotal] {
  text-align: center;
  color: black;
  background: rgba(63, 100, 251, 0.36);
  font-family: sourcesanspro_regular, sans-serif;
  height: 30px;
  border-bottom: 2px solid black;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 12px;
  padding-top: 5px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

[class*=Vlist_selected] {
  background-color: #ff9103;
}

[class*=Vlist_footer] {
  height: 40px;
  background-color: #505050;
}

[class*=Hlist_body] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.cs_fl_pageitem .td_cmb_edit, .cs_fl_pageitem .td_list_edit, .Vlist_item .td_cmb_edit, .Vlist_item .td_list_edit {
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-left: -10px;
  margin-top: -10px;
}
.cs_fl_pageitem .td_cmb_edit .td_cmb_edit_name, .cs_fl_pageitem .td_cmb_edit .td_list_edit_name, .cs_fl_pageitem .td_list_edit .td_cmb_edit_name, .cs_fl_pageitem .td_list_edit .td_list_edit_name, .Vlist_item .td_cmb_edit .td_cmb_edit_name, .Vlist_item .td_cmb_edit .td_list_edit_name, .Vlist_item .td_list_edit .td_cmb_edit_name, .Vlist_item .td_list_edit .td_list_edit_name {
  color: #ebebeb;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  background-color: #505050;
  height: 36px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.cs_fl_pageitem .td_cmb_edit .td_cmb_edit_img, .cs_fl_pageitem .td_cmb_edit .td_list_edit_img, .cs_fl_pageitem .td_list_edit .td_cmb_edit_img, .cs_fl_pageitem .td_list_edit .td_list_edit_img, .Vlist_item .td_cmb_edit .td_cmb_edit_img, .Vlist_item .td_cmb_edit .td_list_edit_img, .Vlist_item .td_list_edit .td_cmb_edit_img, .Vlist_item .td_list_edit .td_list_edit_img {
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  width: 30px;
  min-width: 30px;
  background: #505050 url("../../img/fw/fw_editar_white_trans.png") no-repeat center center;
  background-size: 70%;
}

[class$=_tdmaster] {
  width: 100%;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

[class$=_tdclip] {
  width: 100%;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cs_bt_fok {
  background-image: linear-gradient(top, white, whitesmoke);
  font-size: 15px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  color: black;
  background-color: red;
  vertical-align: central;
  line-height: 37px;
  text-align: center;
  width: 50%;
  height: 36px;
  cursor: pointer;
  font-family: sourcesanspro_black, sans-serif;
}
.cs_bt_fok :hover {
  background-image: linear-gradient(top, whitesmoke, #ebebeb);
}
.cs_bt_fok .cs_bt_inner {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_fok_on {
  color: white;
  background-image: linear-gradient(top, #0d27b6, #5997ff);
}

.cs_bt_fcancel {
  background-image: linear-gradient(top, white, whitesmoke);
  font-size: 15px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  color: black;
  background-color: red;
  vertical-align: central;
  line-height: 37px;
  text-align: center;
  width: 50%;
  height: 36px;
  cursor: pointer;
}
.cs_bt_fcancel :hover {
  background-image: linear-gradient(top, whitesmoke, #ebebeb);
}
.cs_bt_fcancel .cs_bt_inner {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cs_bt_fcancel_on {
  color: black;
  background-image: linear-gradient(top, #ff5a3c, #ff1809);
  border-color: rgba(255, 255, 255, 0.5);
}

.cs_fl_pagelist {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
}

.cs_fl_inner_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.cs_fl_inner_container ul > li {
  border: 0;
  padding-left: 10px;
}
.cs_fl_inner_container li {
  padding-top: 10px;
  height: 30px;
}

.gaus {
  color: transparent;
  text-shadow: 0 0 9px black;
  margin: 0 auto;
  background: #BFCFCC;
  width: 580px;
  position: relative;
  height: 200px;
  padding: 10px;
}

.interno {
  left: 25%;
  width: 50%;
  height: 30%;
  bottom: 25%;
  text-align: center;
  padding: 20px 10px;
  position: absolute;
  background: #FFCC00;
  color: #222;
  text-shadow: none;
  border: 1px solid #fff;
  box-shadow: 0 0 3px #222;
  cursor: move;
}

.Vlist_item_periodos {
  border: 0;
}

.periodo_text {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
}

.td_periodo_sem {
  height: 20px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
}

.fw_periodo_sem, .fw_periodo_semsi {
  height: 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  padding-top: 2px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  color: black;
  background-color: #d2d2d2;
}

.fw_periodo_semsi {
  background-color: #8cf78c !important;
}

[class*=cs_periodovalidez_day] {
  height: 100%;
  border-right: none;
}

.cs_periodovalidez_container_day {
  height: 20px;
}

[class*=cs_periodovalidez_day]:nth-child(1n) {
  border-right: 1px solid #d2d2d2;
}

.cs_periodovalidez_day_gray {
  background-color: #d2d2d2;
}

.cs_periodovalidez_day_yellow {
  background-color: #fff514;
}

.cs_periodovalidez_day_green {
  background-color: lime;
}

.cs_periodovalidez_day_red {
  background-color: red;
}

@-webkit-keyframes PERSIANA {
  0% {
    height: 0;
  }
}
@-webkit-keyframes FADE {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes NEW_UNFADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes NEW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_UNLEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes NEW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_RIGHT {
  0% {
    left: 100%;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(100, 0, 0);
  }
}
@-webkit-keyframes NEW_TOP {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes BOOMPER_INVERSE {
  0% {
    -webkit-transform: scale(1.02, 1.02);
  }
}
@-webkit-keyframes ROTACION-ARRITMICA {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-12 {
  0% {
    -webkit-transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-24 {
  0% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(24deg);
  }
}
@-webkit-keyframes VAIVEN-SAT {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes SHOW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_LEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes SHOW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_BOTTOM {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW_FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes UNSHOW_FADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[class*=animacion_fade] {
  animation: FADE 0.3s;
}

[class*=animacion_left] {
  animation: NEW_LEFT 0.3s;
}

.animacion_bottom {
  animation: NEW_BOTTOM 0.3s;
}

.masterclose {
  animation: NEW_UNFADE 0.28s !important;
}

@font-face {
  font-family: ralewaylight;
  src: url("../../fonts/Raleway/raleway-light-webfont.eot");
  src: url("../../fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("../../fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("../../fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Downlink;
  src: url("../../fonts/Downlink/Downlink.eot?") format("eot"), url("../../fonts/Downlink/Downlink.woff") format("woff"), url("../../fonts/Downlink/Downlink.ttf") format("truetype"), url("../../fonts/Downlink/Downlink.svg#Downlink") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DownlinkBold;
  src: url("../../fonts/Downlink/Downlink_Bold.eot?") format("eot"), url("../../fonts/Downlink/Downlink_Bold.woff") format("woff"), url("../../fonts/Downlink/Downlink_Bold.ttf") format("truetype"), url("../../fonts/Downlink/Downlink_Bold.svg#Downlink-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_light;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_regular;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_bold;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_black;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@mixin image-jr-language-en-sel{
    background-image: url("../../img/gst/fw_jr_language_en_sel.png");
}
@mixin image-jr-language-es-sel{
    background-image: url("../../img/gst/fw_jr_language_es_sel.png");
}
@mixin image-jr-language-ca-sel{
    background-image: url("../../img/gst/fw_jr_language_ca_sel.png");
}
@mixin image-jr-language-fr-sel{
    background-image: url("../../img/gst/fw_jr_language_fr_sel.png");
}
@mixin image-jr-language-de-sel{
    background-image: url("../../img/gst/fw_jr_language_de_sel.png");
}
@mixin image-jr-language-en-clk{
    background-image: url("../../img/gst/fw_jr_language_en_clk.png");
}
@mixin image-jr-language-es-clk{
    background-image: url("../../img/gst/fw_jr_language_es_clk.png");
}
@mixin image-jr-language-ca-clk{
    background-image: url("../../img/gst/fw_jr_language_ca_clk.png");
}
@mixin image-jr-language-fr-clk{
    background-image: url("../../img/gst/fw_jr_language_fr_clk.png");
}
@mixin image-jr-language-de-clk{
    background-image: url("../../img/gst/fw_jr_language_de_clk.png");
}
   */
/*$color-floor-black :        		$jfr-color-floor-black;
$color-floor-gray :        			$jfr-color-floor-gray;
$color-floor-red : 					$jfr-color-floor-red;
$color-floor-green : 				$jfr-color-floor-green;
$color-floor-yellow : 				$jfr-color-floor-yellow;
$color-floor-assist : 				$jfr-color-floor-assist;*/
/*@mixin gradient-H($param-from, $param-to) {
							background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, $param-from ), color-stop( 1.0, $param-to)); // Chrome 1-9 and Safari 4-5.0
							background-image: -webkit-linear-gradient(left, $param-from, $param-to);                                             //  Chrome 10+ Safari 5.1+ Mobile Safari
							background-image: linear-gradient(        left, $param-from, $param-to);                                             //  W3C
						}
*/
/*
@mixin bgcolor-button-group-on {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}
@mixin bgcolor-button-group-click {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}*/
/*
@mixin background-color-button-image{
	color: $buttonimage-color;
	background-color: $buttonimage-colorback;
}*/
/*@function not-imported($name) {
	$imported-once-files: $imported-once-files !global;
	$module_index: index($imported-once-files, $name);
	@if (($module_index == null) or ($module_index == false)) {
		$imported-once-files: append($imported-once-files, $name);
		@return true;
	}
	@return false;
}*/
/*$color-floor-black :        	rgb(0, 0, 0);
$color-floor-gray :        		rgb(230, 230, 230);
$color-floor-red : 				rgb(250, 0, 0);
$color-floor-green : 			rgb(142, 244, 193);
$color-floor-yellow : 			rgb(255, 255, 0);
*/
.cs_bt_default {
  border-radius: 3px;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 36px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
}
.cs_bt_default .cs_bt_left {
  display: none;
}
.cs_bt_default .cs_bt_inner {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_default .cs_bt_right {
  display: none;
}

.cs_bt_cancel {
  border-radius: 3px;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 36px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
  color: red;
  background: whitesmoke none;
}
.cs_bt_cancel .cs_bt_left {
  display: none;
}
.cs_bt_cancel .cs_bt_inner {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_cancel .cs_bt_right {
  display: none;
}

.cs_bt_ok, [class*=cs_bt_ok] {
  border-radius: 3px;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 36px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
  color: #ebebeb;
  background: #505050 none;
  border: 1px solid #505050;
}
.cs_bt_ok .cs_bt_left, [class*=cs_bt_ok] .cs_bt_left {
  display: none;
}
.cs_bt_ok .cs_bt_inner, [class*=cs_bt_ok] .cs_bt_inner {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_ok .cs_bt_right, [class*=cs_bt_ok] .cs_bt_right {
  display: none;
}
.cs_bt_ok[class*=_click] .cs_bt_right, [class*=cs_bt_ok][class*=_click] .cs_bt_right {
  background-color: #baba83;
}
.cs_bt_alert {
  border-radius: 3px;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 36px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
  color: red;
  background: whitesmoke none;
  border: 1px solid #939393;
}
.cs_bt_alert .cs_bt_left {
  display: none;
}
.cs_bt_alert .cs_bt_inner {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_alert .cs_bt_right {
  display: none;
}

/*
[class*="cs_bt"]{
    @include 			BT;
    color: 				$buttonok-color;
    background: 		$buttonok-colorback none;
    border: 			1px solid $buttonok-colorborder;


    &[class*="_default"] {
        @include 			BT;
    }
    &[class*="_cancel"] {
        @include 			BT;
        color: 				$buttoncancel-color;
        background: 		$buttoncancel-colorback none;
    }


    &[class*="_ok"] {
        &[class*="_click"] {
            .cs_bt_right {
                background-color: $button-colorback-filter-click;
            }
        }

        &[class*="_filter"] {
            .cs_bt_right {
                //background-color:$button-colorback-filter-click;
            }
        }
    }
    &[class*="_alert"] {
        @include 			BT;
        color: 				$buttonalert-color;
        background: 		$buttonalert-colorback none;
        border: 			1px solid $buttonalert-colorborder;
    }
}

*/
.cs_bt_link {
  background: transparent none;
  border-radius: 0;
  border: none;
  font-size: 12px;
  color: #1c5fff;
  height: 36px;
  cursor: pointer;
}
.cs_bt_link .cs_bt_left {
  display: none;
}
.cs_bt_link .cs_bt_inner {
  text-align: left;
  padding-top: 7px;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_link .cs_bt_right {
  display: none;
}

.cs_bt_link_on {
  color: black;
}
.cs_bt_link_on .cs_bt_inner {
  text-decoration: underline;
}

/*.cs_bt_check,.cs_bt_check_filter{
	@include BT-CHECKNEW;
}*/
/*
.cs_bt_radio,.cs_bt_radio_filter{
	@include BT-CHECKNEW;
	.cs_bt_left{
		@include 			border-radius(15px);
	}
	.cs_bt_right {
		@include 			border-radius(15px);
	}
}*/
/*.cs_bt_check_click{
	.cs_bt_right{
		background-color:	$colorback-select;
		@include 			transitionOnOff(background-color);
	}
}*/
/*.cs_bt_radio_click{
	.cs_bt_right{
		background-color:	$colorback-select;
	}
}*/
/*.cs_bt_radio_filter_click{
	.cs_bt_right{
		background-color:   $button-colorback-filter-click;
	}
}*/
[class*=cs_bt_check] {
  background-color: transparent;
  font-size: 15px;
  height: 36px;
  cursor: pointer;
  float: left;
}
[class*=cs_bt_check] .cs_bt_left {
  border-radius: 3px;
  margin-top: 3px;
  width: 30px;
  height: calc(100% - 6px);
  float: left;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
[class*=cs_bt_check] .cs_bt_inner {
  height: 100%;
  text-align: left;
  padding-top: 8px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 30px);
  float: left;
}
[class*=cs_bt_check] .cs_bt_right {
  width: 20px;
  margin-top: 8px;
  height: calc(100% - 16px);
  border-radius: 1px;
  margin-left: calc(5px - 100%);
}
[class*=cs_bt_check][class*=_click] .cs_bt_right {
  background-color: #ff9103;
  transition: ease-in-out background-color 0.1s;
}
[class*=cs_bt_check][class*=_filter] {
  border: none;
  background-color: transparent;
}
[class*=cs_bt_check][class*=_filter] .cs_bt_left {
  background-color: #deddcf;
}
[class*=cs_bt_check][class*=_filter][class*=_click] .cs_bt_right {
  background-color: #baba83;
}

[class*=cs_bt_radio] {
  background-color: transparent;
  font-size: 15px;
  height: 36px;
  cursor: pointer;
  float: left;
}
[class*=cs_bt_radio] .cs_bt_left {
  border-radius: 3px;
  margin-top: 3px;
  width: 30px;
  height: calc(100% - 6px);
  float: left;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
[class*=cs_bt_radio] .cs_bt_inner {
  height: 100%;
  text-align: left;
  padding-top: 8px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 30px);
  float: left;
}
[class*=cs_bt_radio] .cs_bt_right {
  width: 20px;
  margin-top: 8px;
  height: calc(100% - 16px);
  border-radius: 1px;
  margin-left: calc(5px - 100%);
}
[class*=cs_bt_radio] .cs_bt_left {
  border-radius: 15px;
}
[class*=cs_bt_radio] .cs_bt_right {
  border-radius: 15px;
}
[class*=cs_bt_radio][class*=_click] .cs_bt_right {
  background-color: #ff9103;
  transition: ease-in-out background-color 0.1s;
}
[class*=cs_bt_radio][class*=_filter] {
  border: none;
  background-color: transparent;
}
[class*=cs_bt_radio][class*=_filter][class*=_click] .cs_bt_right {
  background-color: #baba83;
}

.cs_bt_onoff {
  background-color: transparent;
  font-size: 15px;
  border: none;
  color: black;
  height: 36px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.cs_bt_onoff .cs_bt_left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 60px;
  margin-top: 4px;
  width: 50px;
  height: calc(100% - 6px);
  background-image: url("../../img/fw/fw_radioOnOff.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 28px 28px;
  transition: ease-in-out background 0.1s;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
}
.cs_bt_onoff .cs_bt_inner {
  width: calc(100% - 50px);
  height: 100%;
  text-align: left;
  padding-top: 8px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.cs_bt_onoff .cs_bt_right {
  display: none;
  float: left;
}
.cs_bt_onoff_on {
  background-color: transparent !important;
}
.cs_bt_onoff_on .cs_bt_left {
  background-color: transparent !important;
}
.cs_bt_onoff_click {
  background-color: transparent !important;
}
.cs_bt_onoff_click .cs_bt_left {
  background-color: #ff9103;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 28px 28px;
  transition: ease-in-out background 0.1s;
}
.cs_bt_onoff_filter {
  background-color: transparent;
  font-size: 15px;
  border: none;
  color: black;
  height: 36px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.cs_bt_onoff_filter .cs_bt_left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 60px;
  margin-top: 4px;
  width: 50px;
  height: calc(100% - 6px);
  background-image: url("../../img/fw/fw_radioOnOff.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 28px 28px;
  transition: ease-in-out background 0.1s;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
}
.cs_bt_onoff_filter .cs_bt_inner {
  width: calc(100% - 50px);
  height: 100%;
  text-align: left;
  padding-top: 8px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.cs_bt_onoff_filter .cs_bt_right {
  display: none;
  float: left;
}
.cs_bt_onoff_filter_on {
  background-color: transparent !important;
}
.cs_bt_onoff_filter_on .cs_bt_left {
  background-color: transparent !important;
}
.cs_bt_onoff_filter_click {
  background-color: transparent !important;
}
.cs_bt_onoff_filter_click .cs_bt_left {
  background-color: #baba83;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 28px 28px;
  transition: ease-in-out background 0.1s;
}
.cs_bt_onoff_checked {
  background-color: transparent;
  font-size: 15px;
  border: none;
  color: black;
  height: 36px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.cs_bt_onoff_checked .cs_bt_left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 60px;
  margin-top: 4px;
  width: 50px;
  height: calc(100% - 6px);
  background-image: url("../../img/fw/fw_radioOnOff.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 28px 28px;
  transition: ease-in-out background 0.1s;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
}
.cs_bt_onoff_checked .cs_bt_inner {
  width: calc(100% - 50px);
  height: 100%;
  text-align: left;
  padding-top: 8px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.cs_bt_onoff_checked .cs_bt_right {
  display: none;
  float: left;
}
.cs_bt_onoff_checked_click {
  background-color: transparent !important;
}
.cs_bt_onoff_checked_click .cs_bt_left {
  background-color: #23f523;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 28px 28px;
  transition: ease-in-out background 0.1s;
}

.cs_bt_gr {
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 30px;
  cursor: pointer;
  border-radius: 50px;
}
.cs_bt_gr .cs_bt_left {
  display: none;
}
.cs_bt_gr .cs_bt_inner {
  text-align: center;
  padding-top: 3px;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_gr .cs_bt_right {
  display: none;
}

.cs_bt_gr_bleft {
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 30px;
  cursor: pointer;
  border-radius: 0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-right: none;
}
.cs_bt_gr_bleft .cs_bt_left {
  display: none;
}
.cs_bt_gr_bleft .cs_bt_inner {
  text-align: center;
  padding-top: 3px;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_gr_bleft .cs_bt_right {
  display: none;
}

.cs_bt_gr_bcenter {
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 30px;
  cursor: pointer;
  border-right: none;
}
.cs_bt_gr_bcenter .cs_bt_left {
  display: none;
}
.cs_bt_gr_bcenter .cs_bt_inner {
  text-align: center;
  padding-top: 3px;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_gr_bcenter .cs_bt_right {
  display: none;
}

.cs_bt_gr_bright {
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 30px;
  cursor: pointer;
  border-radius: 0;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.cs_bt_gr_bright .cs_bt_left {
  display: none;
}
.cs_bt_gr_bright .cs_bt_inner {
  text-align: center;
  padding-top: 3px;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_gr_bright .cs_bt_right {
  display: none;
}

.cs_bt_gr_bup {
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 30px;
  cursor: pointer;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: none;
}
.cs_bt_gr_bup .cs_bt_left {
  display: none;
}
.cs_bt_gr_bup .cs_bt_inner {
  text-align: center;
  padding-top: 3px;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_gr_bup .cs_bt_right {
  display: none;
}

.cs_bt_gr_bmiddle {
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 30px;
  cursor: pointer;
  border-bottom: none;
}
.cs_bt_gr_bmiddle .cs_bt_left {
  display: none;
}
.cs_bt_gr_bmiddle .cs_bt_inner {
  text-align: center;
  padding-top: 3px;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_gr_bmiddle .cs_bt_right {
  display: none;
}

.cs_bt_gr_bdown {
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 30px;
  cursor: pointer;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cs_bt_gr_bdown .cs_bt_left {
  display: none;
}
.cs_bt_gr_bdown .cs_bt_inner {
  text-align: center;
  padding-top: 3px;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs_bt_gr_bdown .cs_bt_right {
  display: none;
}

.cs_bt_gr_on,
.cs_bt_gr_bleft_on,
.cs_bt_gr_bcenter_on,
.cs_bt_gr_bright_on,
.cs_bt_gr_bup_on,
.cs_bt_gr_bmiddle_on,
.cs_bt_gr_bdown_on {
  color: black;
  background-color: #e4b30c;
}

.cs_bt_gr_click,
.cs_bt_gr_bleft_click,
.cs_bt_gr_bcenter_click,
.cs_bt_gr_bright_click,
.cs_bt_gr_bup_click,
.cs_bt_gr_bmiddle_click,
.cs_bt_gr_bdown_click {
  color: black;
  background-color: #ff9103;
}

@-webkit-keyframes REDFLASH {
  0% {
    box-shadow: none;
  }
  25% {
    background: red none;
    box-shadow: 0 0 12px red;
  }
  100% {
    box-shadow: none;
  }
}
@-webkit-keyframes BLUEFLASH {
  0% {
    box-shadow: none;
  }
  25% {
    background: blue none;
    box-shadow: 0 0 12px blue;
  }
  100% {
    box-shadow: none;
  }
}
@-webkit-keyframes ORANGEFLASH {
  0% {
    box-shadow: none;
  }
  25% {
    background: #ff9100 none;
    box-shadow: 0 0 12px #ff9100;
  }
  100% {
    box-shadow: none;
  }
}
@-webkit-keyframes GREENFLASH {
  0% {
    box-shadow: none;
  }
  25% {
    background: lime none;
    box-shadow: 0 0 12px lime;
  }
  100% {
    box-shadow: none;
  }
}
@-webkit-keyframes WHITEFLASH {
  0% {
    box-shadow: none;
  }
  25% {
    background: #f0f0f0 none;
    box-shadow: 0 0 12px #f0f0f0;
  }
  100% {
    box-shadow: none;
  }
}
[class*=_flashred] {
  animation: REDFLASH 2s 0s infinite;
}

[class$=_flashblue] {
  animation: BLUEFLASH 2s 0s infinite;
}

[class$=_flashorange] {
  animation: ORANGEFLASH 2s 0s infinite;
}

[class$=_flashgreen] {
  animation: GREENFLASH 2s 0s infinite;
}

[class$=_flashwht] {
  animation: WHITEFLASH 2s 0s infinite;
}

[class*=_flat] {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  background-color: white;
  height: 100%;
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 0;
  border: none;
  background: transparent;
}
[class*=_flat] .cs_bt_left {
  width: 0;
  height: 100%;
  display: none;
}
[class*=_flat] .cs_bt_inner {
  width: 100%;
  min-width: 20px;
  min-height: 20px;
  height: 100%;
  background: no-repeat center center;
  background-image: url("../../img/fw/fw_noimage.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
  background-size: auto 90%;
  padding-top: 20px;
  text-align: center;
}
[class*=_flat] .cs_bt_right {
  width: 0;
  height: 100%;
  display: none;
}
[class*=_flat] .cs_bt_inner {
  background-size: contain;
}
[class*=_flat][class*=_on] {
  filter: brightness(100%);
  background: transparent none;
  border: 0;
}

/*&[class*="_flat"]{
	border:     0;
	border-radius: 0;

	&[class*="_on"] {
		@include efect-brightness100;
		background: transparent none;
		border:0;
	}
}*/
/*[class*="_grrounded"]{
	background-color: 				$button-colorback;
	@include 						border-radius($button-radius-rounded);
	overflow: hidden;
	&[class*="_on"]{
		@include 						background-color-button-on;
		@include 						border-radius($button-radius-rounded);
	}
	&[class*="_click"]{
		@include 						background-color-button-click;
		@include 						border-radius($button-radius-rounded);
		overflow: 						hidden;
	}
	&[class*="_filter"] {
		&[class*="_on"]{
			@include 						background-color-button-on;
			@include 						border-radius($button-radius-rounded);
		}
		&[class*="_click"]{
			@include 						background-color-button-click;
			@include 						border-radius($button-radius-rounded);
			overflow: 						hidden;
		}

	}
}*/
/*
// Alone
[class*="_grrounded"],  	   	[class*="_grrounded_filter"] {
	background-color: 				$button-colorback;
	@include 						border-radius($button-group-radius);
	overflow: hidden;
}
[class*="_grrounded_click"], [class*="_grrounded_filter_click"] {
	@include 						background-color-button-click;
	@include 						border-radius($button-group-radius);
	overflow: 						hidden;
}*/
/*
[class*="_grrounded_on"],   	[class*="_grrounded_filter_on"] {
	@include 						background-color-button-on;
	@include 						border-radius($button-group-radius);
}
*/
[class*=_lopen] {
  height: 100% !important;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  border-left: none !important;
}
[class*=_lopen] .cs_bt_inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
  background-size: auto 70%;
}
[class*=_lopen][class*=_filter] {
  background: #deddcf;
}

[class*=_ropen] {
  height: 100% !important;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  border-right: none !important;
}
[class*=_ropen] .cs_bt_inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
  background-size: auto 70%;
}
[class*=_ropen][class*=_filter] {
  background: #deddcf;
}

[class*=_rlopen],
[class*=_lropen] {
  height: 100% !important;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
}
[class*=_rlopen] .cs_bt_inner,
[class*=_lropen] .cs_bt_inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
  background-size: auto 70%;
}
[class*=_rlopen][class*=_filter],
[class*=_lropen][class*=_filter] {
  border-radius: 0;
  background: #deddcf;
}

/*[class*="_grrounded"]{
	border-radius: $button-radius-rounded;
	overflow: hidden;
}*/
/*[class*="_grleft"]{
	border-radius: $button-radius 0 0 $button-radius;
	border-right: none;
	overflow: hidden;
}
[class*="_grcenter"]{
	border-radius: 0;
	border-right: none;
	overflow: hidden;
}
[class*="_grright"]{
	border-radius: 0 $button-radius $button-radius 0;
	overflow: hidden;
}*/
/*[class*="_grtop"]{
//	border-radius: $button-radius $button-radius 0 0;
	border-radius: $button-radius 0 0 0;
	border-bottom: none;
	overflow: hidden;
}
[class*="_grmiddle"]{
	border-radius: 0;
	border-bottom: none;
	overflow: hidden;
}
[class*="_grbottom"]{
	//border-radius: 0 0 $button-radius $button-radius;
	border-radius: 0 0 $button-radius 0;
	overflow: hidden;
}*/
[class*=cs_bt_radio][class*=_filter] {
  border: none;
  background-color: transparent;
}
[class*=cs_bt_radio][class*=_filter] .cs_bt_left {
  background-color: #deddcf;
}
[class*=cs_bt_radio][class*=_filter][class*=_click] .cs_bt_right {
  background-color: #baba83;
}

[class*=cs_bt_pic] {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  background-color: white;
  height: 100%;
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
  min-width: 38px;
  max-width: 60px;
  /*


  	&[class*="_floorblack"] {
  		background-color: $jfr-color-floor-black !important;
  		border:none;
  		border-radius: 		50%;
  		min-width: 			30px !important;
  		width: 				30px !important;
  		.cs_bt_inner {
  			background-size: 60%;
  		}
  	}
  	&[class*="_floorgray"] {
  		background-color: 	$jfr-color-floor-gray !important;
  		border:				none;
  		border-radius: 		50%;
  		min-width: 			30px !important;
  		width: 				30px !important;
  		.cs_bt_inner {
  			background-size: 60%;
  		}
  	}
  	&[class*="_floorred"] {
  		background-color: $jfr-color-floor-red !important;
  		border:none;
  		border-radius: 		50%;
  		min-width: 			30px !important;
  		width: 				30px !important;
  		.cs_bt_inner {
  			background-size: 60%;
  		}
  	}
  	&[class*="_floorgreen"] {
  		background-color: $jfr-color-floor-green !important;
  		border:none;
  		border-radius: 		50%;
  		min-width: 			30px !important;
  		width: 				30px !important;
  		.cs_bt_inner {
  			background-size: 60%;
  		}
  	}
  	&[class*="_flooryellow"] {
  		background-color: 	$jfr-color-floor-yellow !important;
  		border:none;
  		border-radius: 		50%;
  		min-width: 			30px !important;
  		width: 				30px !important;
  		.cs_bt_inner {
  			background-size: 60%;
  		}
  	}
  	&[class*="_floorassist"] {
  		background-color: 	$jfr-color-floor-assist !important;
  		border:none;
  		border-radius: 		50%;
  		min-width: 			30px !important;
  		width: 				30px !important;
  		.cs_bt_inner {
  			background-size: 60%;
  		}
  	}*/
}
[class*=cs_bt_pic] .cs_bt_left {
  width: 0;
  height: 100%;
  display: none;
}
[class*=cs_bt_pic] .cs_bt_inner {
  width: 100%;
  min-width: 20px;
  min-height: 20px;
  height: 100%;
  background: no-repeat center center;
  background-image: url("../../img/fw/fw_noimage.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
  background-size: auto 90%;
  padding-top: 20px;
  text-align: center;
}
[class*=cs_bt_pic] .cs_bt_right {
  width: 0;
  height: 100%;
  display: none;
}
[class*=cs_bt_pic][class*=_grcircle] {
  min-width: 38px;
  max-width: 38px;
  border-radius: 19px;
}
[class*=cs_bt_pic][class*=_floor] {
  background-color: black !important;
  border: none;
  border-radius: 50%;
  min-width: 30px !important;
  width: 30px !important;
}
[class*=cs_bt_pic][class*=_floor] .cs_bt_inner {
  background-size: 60%;
}
[class*=cs_bt_pic][class*=_floor][class*=trans] {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
[class*=cs_bt_pic][class*=_floor][class*=black] {
  background-color: black !important;
}
[class*=cs_bt_pic][class*=_floor][class*=wht] {
  background-color: white !important;
}
[class*=cs_bt_pic][class*=_floor][class*=gray] {
  background-color: silver !important;
}
[class*=cs_bt_pic][class*=_floor][class*=red] {
  background-color: #fa0000 !important;
}
[class*=cs_bt_pic][class*=_floor][class*=green] {
  background-color: lime !important;
}
[class*=cs_bt_pic][class*=_floor][class*=yellow] {
  background-color: #ffaf02 !important;
}
[class*=cs_bt_pic][class*=_floor][class*=blue] {
  background-color: #3775f3 !important;
}
[class*=cs_bt_pic][class*=_floor][class*=assist] {
  background-color: #00faad !important;
}
[class*=cs_bt_pic][class*=_floor][class*=filter] {
  background-color: #deddcf !important;
}
[class*=cs_bt_pic][class*=_psw] {
  max-width: 100%;
  background-color: #f0f0f0;
}
[class*=cs_bt_pic][class*=_flat] {
  border: 0;
  border-radius: 0;
  background: transparent;
}
[class*=cs_bt_pic][class*=_flat][class*=_on] {
  filter: brightness(100%);
  background: transparent none;
  border: 0;
}
[class*=cs_bt_pic][class*=_grrounded] {
  border-radius: 10px;
  overflow: hidden;
}
[class*=cs_bt_pic][class*=_grleft] {
  border-radius: 10px 0 0 3px;
  border-right: none;
  overflow: hidden;
}
[class*=cs_bt_pic][class*=_grcenter] {
  border-radius: 0;
  border-right: none;
  overflow: hidden;
}
[class*=cs_bt_pic][class*=_grright] {
  border-radius: 0 3px 10px 0;
  overflow: hidden;
}
[class*=cs_bt_pic][class*=_grtop] {
  border-radius: 10px 3px 0 0;
  border-bottom: none;
  overflow: hidden;
}
[class*=cs_bt_pic][class*=_grmedium] {
  border-radius: 0;
  border-bottom: none;
  overflow: hidden;
}
[class*=cs_bt_pic][class*=_grbottom] {
  border-radius: 0 0 10px 3px;
  overflow: hidden;
}
[class*=cs_bt_pic][class*=_lopen] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
}
[class*=cs_bt_pic][class*=_ropen] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}
[class*=cs_bt_pic][class*=_dopen] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
[class*=cs_bt_pic][class*=_uopen] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
[class*=cs_bt_pic][class*=_luopen], [class*=cs_bt_pic][class*=_ulopen] {
  border-bottom-left-radius: 0;
  border-left: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
[class*=cs_bt_pic][class*=_ldopen], [class*=cs_bt_pic][class*=_dlopen] {
  border-top-left-radius: 0;
  border-left: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
[class*=cs_bt_pic][class*=_lropen], [class*=cs_bt_pic][class*=_rlopen] {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
[class*=cs_bt_pic][class*=_ruopen], [class*=cs_bt_pic][class*=_uropen] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  border-top-left-radius: 0;
  border-top: none;
}
[class*=cs_bt_pic][class*=_rdopen], [class*=cs_bt_pic][class*=_dropen] {
  border-top-right-radius: 0;
  border-right: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
[class*=cs_bt_pic][class*=_udopen], [class*=cs_bt_pic][class*=_duopen] {
  border-radius: 0;
  border-top: none;
  border-bottom: none;
}
[class*=cs_bt_pic][class*=_luropen], [class*=cs_bt_pic][class*=_lruopen], [class*=cs_bt_pic][class*=_rluopen], [class*=cs_bt_pic][class*=_rulopen], [class*=cs_bt_pic][class*=_ulropen], [class*=cs_bt_pic][class*=_urlopen] {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}
[class*=cs_bt_pic][class*=_ludopen], [class*=cs_bt_pic][class*=_lduopen], [class*=cs_bt_pic][class*=_udlopen], [class*=cs_bt_pic][class*=_uldopen], [class*=cs_bt_pic][class*=_dulopen], [class*=cs_bt_pic][class*=_dluopen] {
  border-radius: 0;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
[class*=cs_bt_pic][class*=_rudopen], [class*=cs_bt_pic][class*=_rduopen], [class*=cs_bt_pic][class*=_udropen], [class*=cs_bt_pic][class*=_urdopen], [class*=cs_bt_pic][class*=_duropen], [class*=cs_bt_pic][class*=_druopen] {
  border-radius: 0;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
[class*=cs_bt_pic][class*=_allopen] {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
[class*=cs_bt_pic][class*=_click] {
  background-color: #ff9103;
}
[class*=cs_bt_pic][class*=_filter] {
  background-color: #deddcf;
}
[class*=cs_bt_pic][class*=_filter][class*=_click] {
  background-color: #baba83;
}

[class*=cs_bt_bjr] {
  border-radius: 3px;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  background-color: whitesmoke;
  height: 36px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
  color: black;
  background: #f9bf0c none;
  border: 1px solid #f9bf0c;
  border-radius: 20px;
}
[class*=cs_bt_bjr] .cs_bt_left {
  display: none;
}
[class*=cs_bt_bjr] .cs_bt_inner {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[class*=cs_bt_bjr] .cs_bt_right {
  display: none;
}
[class*=cs_bt_bjr][class*=white] {
  background: white none;
  border: 2px solid white;
}
[class*=cs_bt_bjr][class*=trans] {
  border: 2px solid black;
  background: transparent none;
}
[class*=cs_bt_bjr][class*=trans][class*=white] {
  color: white;
  border: 2px solid white;
}

[class*=cs_bt_bjrpic] {
  border-radius: 2px;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  height: 100%;
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 20px;
  min-width: 38px;
  max-width: 38px;
}
[class*=cs_bt_bjrpic] .cs_bt_left {
  width: 0;
  height: 100%;
  display: none;
}
[class*=cs_bt_bjrpic] .cs_bt_inner {
  width: 100%;
  min-width: 20px;
  min-height: 20px;
  height: 100%;
  background: no-repeat center center;
  background-image: url("../../img/fw/fw_noimage.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
  background-size: auto 90%;
  padding-top: 20px;
  text-align: center;
}
[class*=cs_bt_bjrpic] .cs_bt_right {
  width: 0;
  height: 100%;
  display: none;
}
[class*=cs_bt_bjrpic][class*=_click] {
  background-color: #ff9103;
}

[class*=cs_bt_onoff][class*=_filter] {
  border: none !important;
  background-color: transparent !important;
}
[class*=cs_bt_onoff][class*=_filter] .cs_bt_left {
  background-color: #deddcf !important;
}
[class*=cs_bt_onoff][class*=_filter][class*=_click] .cs_bt_left {
  background-color: #baba83 !important;
}

[class*=_solopic] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

[class*=check_filter],
[class*=radio_filter],
[class*=onoff_filter] {
  background-color: transparent;
}

[class*=_typeonoff] {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 60px !important;
  margin-top: 4px;
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  height: 30px;
  background-image: url("../../img/fw/fw_radioOnOff.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px 30px;
  transition: ease-in-out background 0.1s;
}
[class*=_typeonoff] .cs_bt_inner {
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 6px center;
  float: left;
  transition: ease-in-out background 0.1s;
}
[class*=_typeonoff] .cs_bt_right {
  display: none;
  float: left;
  transition: ease-in-out background 0.1s;
}
[class*=_typeonoff][class*=_nopicon] .cs_bt_inner {
  opacity: 0;
}
[class*=_typeonoff][class*=_click] {
  background-color: #ff9103;
  background-repeat: no-repeat;
  background-position: right center;
  transition: ease-in-out background 0.1s;
}
[class*=_typeonoff][class*=_click] .cs_bt_inner {
  transition: ease-in-out background 0.1s;
  background-position: calc(100% - 6px) center;
}
[class*=_typeonoff][class*=_click][class*=_noball] {
  background-image: none;
}
[class*=_typeonoff][class*=_click][class*=_fixpic] {
  background-size: 20px 20px;
}
[class*=_typeonoff][class*=_click][class*=_fixpic] .cs_bt_inner {
  background-position: 6px center;
}
[class*=_typeonoff][class*=_click][class*=_nopicon] {
  background-size: 20px 20px;
}
[class*=_typeonoff][class*=_click][class*=_nopicon] .cs_bt_inner {
  opacity: 1;
  transition: ease-in-out opacity 0.1s;
  background-position: 6px center;
}
[class*=_typeonoff][class*=_click][class*=_nopicoff] .cs_bt_inner {
  transition: ease-in-out opacity 0.1s;
  transition: ease-in-out background 0.1s;
  opacity: 0;
}

/*@mixin template_backbutton {
	height: 100%;
	cursor: pointer;
	@include border-radius(0);
	background: transparent none no-repeat center center;
	background-size: auto 100%;
	border:none;
	.cs_bt_left{
		width: 0;
		height: 100%;
		display:none;
	}
	.cs_bt_inner{
		min-width: 20px;
		min-height: 20px;
		height: 100%;
		@include image-gen-fwork-noimage;
		@include align-imgCC(80%);
		background-size: auto 75%;
		padding-top: 20px;
		text-align: center;
	}
	.cs_bt_right{
		width: 0;
		height: 100%;
		display:none;
	}
}
[class*="_backgray"] {
	@include template_backbutton;
	background: transparent url("../../img/fw/fw_backbutton_gray.png") no-repeat center center;
	background-size: auto 100%;
}
[class*="_backblack"] {
	@include template_backbutton;
	background: transparent url("../../img/fw/fw_backbutton_black.png") no-repeat center center;
	background-size: auto 100%;
}
[class*="_backred"] {
	@include template_backbutton;
	background: transparent url("../../img/fw/fw_backbutton_red.png") no-repeat center center;
	background-size: auto 100%;
}
[class*="_backgris"] {
	@include template_backbutton;
	background: transparent url("../../img/fw/fw_backbutton_gris.png") no-repeat center center;
	background-size: auto 100%;
}
[class*="_backgreen"] {
	@include template_backbutton;
	background: transparent url("../../img/fw/fw_backbutton_green.png") no-repeat center center;
	background-size: auto 100%;
}*/
.cs_bt_tabUpR {
  border-top-right-radius: 20px 100%;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  min-width: 50px;
  margin-top: 5px;
  height: calc(100% - 5px);
  box-shadow: none;
  transition: 0.1s;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cs_bt_tabUpR .cs_bt_left {
  display: none;
}
.cs_bt_tabUpR .cs_bt_inner {
  width: 100%;
  font-size: 18px;
  height: 100%;
  transform-origin: 0 0;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.1s;
}
.cs_bt_tabUpR .cs_bt_right {
  display: none;
}
.cs_bt_tabUpR .cs_bt_inner {
  text-align: left;
  padding-left: 8px;
}
.cs_bt_tabUpR_on {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-bottom: none;
}
.cs_bt_tabUpR_on .cs_bt_inner {
  color: black;
}
.cs_bt_tabUpR_click {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-bottom: none;
}
.cs_bt_tabUpR_click .cs_bt_inner {
  color: black;
}

.cs_bt_tabUpL {
  border-top-right-radius: 20px 100%;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  min-width: 50px;
  margin-top: 5px;
  height: calc(100% - 5px);
  box-shadow: none;
  transition: 0.1s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px 100%;
}
.cs_bt_tabUpL .cs_bt_left {
  display: none;
}
.cs_bt_tabUpL .cs_bt_inner {
  width: 100%;
  font-size: 18px;
  height: 100%;
  transform-origin: 0 0;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.1s;
}
.cs_bt_tabUpL .cs_bt_right {
  display: none;
}
.cs_bt_tabUpL .cs_bt_inner {
  text-align: right;
  padding-right: 8px;
}
.cs_bt_tabUpL_on {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-bottom: none;
}
.cs_bt_tabUpL_on .cs_bt_inner {
  color: black;
}
.cs_bt_tabUpL_click {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-bottom: none;
}
.cs_bt_tabUpL_click .cs_bt_inner {
  color: black;
}

.cs_bt_tabDnR {
  border-top-right-radius: 20px 100%;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  min-width: 50px;
  margin-top: 5px;
  height: calc(100% - 5px);
  box-shadow: none;
  transition: 0.1s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 20px 100%;
  margin-top: 0;
}
.cs_bt_tabDnR .cs_bt_left {
  display: none;
}
.cs_bt_tabDnR .cs_bt_inner {
  width: 100%;
  font-size: 18px;
  height: 100%;
  transform-origin: 0 0;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.1s;
}
.cs_bt_tabDnR .cs_bt_right {
  display: none;
}
.cs_bt_tabDnR .cs_bt_inner {
  text-align: left;
  padding-left: 8px;
}
.cs_bt_tabDnR_on {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-top: none;
}
.cs_bt_tabDnR_on .cs_bt_inner {
  color: black;
}
.cs_bt_tabDnR_click {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-top: none;
}
.cs_bt_tabDnR_click .cs_bt_inner {
  color: black;
}

.cs_bt_tabDnL {
  border-top-right-radius: 20px 100%;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  min-width: 50px;
  margin-top: 5px;
  height: calc(100% - 5px);
  box-shadow: none;
  transition: 0.1s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 20px 100%;
  margin-top: 0;
}
.cs_bt_tabDnL .cs_bt_left {
  display: none;
}
.cs_bt_tabDnL .cs_bt_inner {
  width: 100%;
  font-size: 18px;
  height: 100%;
  transform-origin: 0 0;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.1s;
}
.cs_bt_tabDnL .cs_bt_right {
  display: none;
}
.cs_bt_tabDnL .cs_bt_inner {
  text-align: right;
  padding-right: 8px;
}
.cs_bt_tabDnL_on {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-top: none;
}
.cs_bt_tabDnL_on .cs_bt_inner {
  color: black;
}
.cs_bt_tabDnL_click {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-top: none;
}
.cs_bt_tabDnL_click .cs_bt_inner {
  color: black;
}

[class*=_tabImageUpR] {
  background-color: rgba(0, 0, 0, 0.05);
  min-width: 50px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  height: calc(100% - 5px);
  box-shadow: none;
  transition: 0.1s;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  float: left;
  max-width: 100%;
  border-top-right-radius: 20px 100%;
}
[class*=_tabImageUpR] .cs_bt_left {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
  width: 38px;
  height: 100%;
  display: block;
  float: left;
}
[class*=_tabImageUpR] .cs_bt_inner {
  font-size: 18px;
  width: calc(100% - 42px);
  height: 100%;
  text-align: left;
  padding-top: 0;
  background: none !important;
  transition: 0.1s;
  float: left;
}
[class*=_tabImageUpR] .cs_bt_right {
  display: none;
}
[class*=_tabImageUpR][class*=_on] {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-bottom: none;
}
[class*=_tabImageUpR][class*=_on] .cs_bt_inner {
  color: black;
}
[class*=_tabImageUpR][class*=_click] {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-bottom: none;
}
[class*=_tabImageUpR][class*=_click] .cs_bt_inner {
  color: black;
}

[class*=_tabImageUpL] {
  background-color: rgba(0, 0, 0, 0.05);
  min-width: 50px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  height: calc(100% - 5px);
  box-shadow: none;
  transition: 0.1s;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  float: left;
  max-width: 100%;
  border-top-left-radius: 20px 100%;
}
[class*=_tabImageUpL] .cs_bt_left {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
  width: 38px;
  height: 100%;
  display: block;
  float: left;
}
[class*=_tabImageUpL] .cs_bt_inner {
  font-size: 18px;
  width: calc(100% - 42px);
  height: 100%;
  text-align: left;
  padding-top: 0;
  background: none !important;
  transition: 0.1s;
  float: left;
}
[class*=_tabImageUpL] .cs_bt_right {
  display: none;
}
[class*=_tabImageUpL][class*=_on] {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-bottom: none;
}
[class*=_tabImageUpL][class*=_on] .cs_bt_inner {
  color: black;
}
[class*=_tabImageUpL][class*=_click] {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-bottom: none;
}
[class*=_tabImageUpL][class*=_click] .cs_bt_inner {
  color: black;
}

[class*=_tabImageDnR] {
  background-color: rgba(0, 0, 0, 0.05);
  min-width: 50px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  height: calc(100% - 5px);
  box-shadow: none;
  transition: 0.1s;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  float: left;
  max-width: 100%;
  border-bottom-right-radius: 20px 100%;
  margin-top: 0;
}
[class*=_tabImageDnR] .cs_bt_left {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
  width: 38px;
  height: 100%;
  display: block;
  float: left;
}
[class*=_tabImageDnR] .cs_bt_inner {
  font-size: 18px;
  width: calc(100% - 42px);
  height: 100%;
  text-align: left;
  padding-top: 0;
  background: none !important;
  transition: 0.1s;
  float: left;
}
[class*=_tabImageDnR] .cs_bt_right {
  display: none;
}
[class*=_tabImageDnR][class*=on] {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-top: none;
}
[class*=_tabImageDnR][class*=on] .cs_bt_inner {
  color: black;
}
[class*=_tabImageDnR][class*=_click] {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-top: none;
}
[class*=_tabImageDnR][class*=_click] .cs_bt_inner {
  color: black;
}

[class*=_tabImageDnL] {
  background-color: rgba(0, 0, 0, 0.05);
  min-width: 50px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  height: calc(100% - 5px);
  box-shadow: none;
  transition: 0.1s;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  float: left;
  max-width: 100%;
  border-bottom-left-radius: 20px 100%;
  margin-top: 0;
}
[class*=_tabImageDnL] .cs_bt_left {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
  width: 38px;
  height: 100%;
  display: block;
  float: left;
}
[class*=_tabImageDnL] .cs_bt_inner {
  font-size: 18px;
  width: calc(100% - 42px);
  height: 100%;
  text-align: left;
  padding-top: 0;
  background: none !important;
  transition: 0.1s;
  float: left;
}
[class*=_tabImageDnL] .cs_bt_right {
  display: none;
}
[class*=_tabImageDnL][class*=on] {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-top: none;
}
[class*=_tabImageDnL][class*=on] .cs_bt_inner {
  color: black;
}
[class*=_tabImageDnL][class*=_click] {
  transition: 0.1s;
  margin-top: 1px;
  height: calc(100% - 1px);
  background-color: white;
  border-top: none;
}
[class*=_tabImageDnL][class*=_click] .cs_bt_inner {
  color: black;
}

.cs_fr_nano .cs_bt_tabUpR, .cs_fr_nano .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_nano [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_nano [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_nano [class*=cs_bt_] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cs_fr_nano [class*=cs_bt_] .cs_bt_inner {
  background-size: auto 96% !important;
}
.cs_fr_nano .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_nano .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_nano .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_minimin .cs_bt_tabUpR, .cs_fr_minimin .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_minimin [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_minimin [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_minimin [class*=cs_bt_] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cs_fr_minimin [class*=cs_bt_] .cs_bt_inner {
  background-size: auto 96% !important;
}
.cs_fr_minimin .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_minimin .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_minimin .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_mini .cs_bt_tabUpR .cs_bt_inner, .cs_fr_mini .cs_bt_tabUpL .cs_bt_inner {
  font-size: 16px;
}
.cs_fr_mini [class*=_tabImageUpR] .cs_bt_inner {
  font-size: 16px;
}
.cs_fr_mini [class*=_tableftimage] .cs_bt_inner {
  font-size: 16px;
}
.cs_fr_mini .cs_lb_combo_calendar_button .cs_lb_label .cs_lb_inner {
  padding-top: 1px;
}
.cs_fr_mini .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_mini .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_mini .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_mini [class*=cs_bt_pic][class*=_withtextMR] .cs_bt_left {
  width: 30px;
}
.cs_fr_mini [class*=cs_bt_pic][class*=_withtextMR] .cs_bt_inner {
  width: calc(100% - 30px);
}

.cs_fr_regular .cs_bt_tabUpR .cs_bt_inner, .cs_fr_regular .cs_bt_tabUpL .cs_bt_inner {
  padding-top: 3px;
}
.cs_fr_regular [class*=_tabImageUpR] .cs_bt_inner {
  padding-top: 3px;
}
.cs_fr_regular [class*=_tableftimage] .cs_bt_inner {
  padding-top: 3px;
}
.cs_fr_regular .cs_bt_tabvright .cs_bt_inner {
  width: 38px;
  transform: matrix(0, -1, 1, 0, 0, 38);
}
.cs_fr_regular [class*=cs_bt_pic][class*=_withtextMR] .cs_bt_left {
  width: 40px;
}
.cs_fr_regular [class*=cs_bt_pic][class*=_withtextMR] .cs_bt_inner {
  width: calc(100% - 40px);
}
.cs_fr_regular [class*=cs_bt_pic][class*=_floorblack] {
  min-width: 36px !important;
  width: 36px !important;
}
.cs_fr_regular [class*=cs_bt_pic][class*=_floorgray] {
  min-width: 36px !important;
  width: 36px !important;
}
.cs_fr_regular [class*=cs_bt_pic][class*=_floorred] {
  min-width: 36px !important;
  width: 36px !important;
}
.cs_fr_regular [class*=cs_bt_pic][class*=_floorgreen] {
  min-width: 36px !important;
  width: 36px !important;
}
.cs_fr_regular [class*=cs_bt_pic][class*=_flooryellow] {
  min-width: 36px !important;
  width: 36px !important;
}
.cs_fr_regular [class*=cs_bt_pic][class*=_floorassist] {
  min-width: 36px !important;
  width: 36px !important;
}

.cs_fr_r50 .cs_bt_tabtop .cs_bt_inner {
  padding-top: 9px;
}
.cs_fr_r50 [class*=_tabImageUpR] .cs_bt_inner {
  padding-top: 9px;
}
.cs_fr_r50 [class*=_tableftimage] .cs_bt_left {
  width: 50px;
}
.cs_fr_r50 [class*=_tableftimage] .cs_bt_inner {
  padding-top: 9px;
  width: calc(100% - 50px);
}
.cs_fr_r50 .cs_bt_tabvright .cs_bt_inner {
  width: 50px;
  transform: matrix(0, -1, 1, 0, 0, 50);
}
.cs_fr_r50 [class*=_tabvright] .cs_bt_left {
  margin-top: 5px;
}
.cs_fr_r50 [class*=_tabvright] .cs_bt_inner {
  width: 8px;
}
.cs_fr_r50 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r50 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r50 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r60 .cs_bt_tabtop .cs_bt_inner {
  padding-top: 14px;
}
.cs_fr_r60 [class*=_tabImageUpR] .cs_bt_inner {
  padding-top: 14px;
}
.cs_fr_r60 [class*=_tableftimage] .cs_bt_left {
  width: 60px;
}
.cs_fr_r60 [class*=_tableftimage] .cs_bt_inner {
  padding-top: 14px;
  width: calc(100% - 60px);
}
.cs_fr_r60 .cs_bt_tabvright .cs_bt_inner {
  width: 60px;
  transform: matrix(0, -1, 1, 0, 0, 60);
}
.cs_fr_r60 [class*=_tabvright] .cs_bt_left {
  margin-top: 15px;
}
.cs_fr_r60 [class*=_tabvright] .cs_bt_inner {
  width: 18px;
}
.cs_fr_r60 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r60 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r60 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r70 .cs_bt_tabtop {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r70 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r70 [class*=_tableftimage] .cs_bt_left {
  width: 70px;
}
.cs_fr_r70 [class*=_tableftimage] .cs_bt_inner {
  padding-top: 19px;
  width: calc(100% - 70px);
}
.cs_fr_r70 .cs_bt_tabvright .cs_bt_inner {
  width: 70px;
  transform: matrix(0, -1, 1, 0, 0, 70);
}
.cs_fr_r70 [class*=_tabvright] .cs_bt_left {
  margin-top: 25px;
}
.cs_fr_r70 [class*=_tabvright] .cs_bt_inner {
  width: 28px;
}
.cs_fr_r70 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r70 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r70 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r80 .cs_bt_tabtop {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r80 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r80 [class*=_tableftimage] .cs_bt_left {
  width: 80px;
}
.cs_fr_r80 [class*=_tableftimage] .cs_bt_inner {
  padding-top: 24px;
  width: calc(100% - 80px);
}
.cs_fr_r80 .cs_bt_tabvright .cs_bt_inner {
  width: 80px;
  transform: matrix(0, -1, 1, 0, 0, 80);
}
.cs_fr_r80 [class*=_tabvright] .cs_bt_left {
  margin-top: 35px;
}
.cs_fr_r80 [class*=_tabvright] .cs_bt_inner {
  width: 38px;
}
.cs_fr_r80 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r80 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r80 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r90 .cs_bt_tabtop {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r90 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r90 [class*=_tableftimage] .cs_bt_left {
  width: 90px;
}
.cs_fr_r90 [class*=_tableftimage] .cs_bt_inner {
  padding-top: 29px;
  width: calc(100% - 90px);
}
.cs_fr_r90 .cs_bt_tabvright .cs_bt_inner {
  width: 90px;
  transform: matrix(0, -1, 1, 0, 0, 90);
}
.cs_fr_r90 [class*=_tabvright] .cs_bt_left {
  margin-top: 45px;
}
.cs_fr_r90 [class*=_tabvright] .cs_bt_inner {
  width: 48px;
}
.cs_fr_r90 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r90 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r90 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r100 .cs_bt_tabtop {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r100 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r100 [class*=_tableftimage] .cs_bt_left {
  width: 100px;
}
.cs_fr_r100 [class*=_tableftimage] .cs_bt_inner {
  padding-top: 34px;
  width: calc(100% - 100px);
}
.cs_fr_r100 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r100 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r100 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r110 .cs_bt_tabUpR, .cs_fr_r110 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r110 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r110 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r110 .cs_bt_tabvright .cs_bt_inner {
  width: 110px;
  transform: matrix(0, -1, 1, 0, 0, 110);
}
.cs_fr_r110 [class*=_tabvright] .cs_bt_left {
  margin-top: 65px;
}
.cs_fr_r110 [class*=_tabvright] .cs_bt_inner {
  width: 68px;
}
.cs_fr_r110 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r110 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r110 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r120 .cs_bt_tabUpR, .cs_fr_r120 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r120 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r120 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r120 .cs_bt_tabvright .cs_bt_inner {
  width: 120px;
  transform: matrix(0, -1, 1, 0, 0, 120);
}
.cs_fr_r120 [class*=_tabvright] .cs_bt_left {
  margin-top: 75px;
}
.cs_fr_r120 [class*=_tabvright] .cs_bt_inner {
  width: 78px;
}
.cs_fr_r120 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r120 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r120 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r130 .cs_bt_tabUpR, .cs_fr_r130 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r130 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r130 .cs_bt_tabvright .cs_bt_inner {
  width: 130px;
  transform: matrix(0, -1, 1, 0, 0, 130);
}
.cs_fr_r130 [class*=_tabvright] .cs_bt_left {
  margin-top: 85px;
}
.cs_fr_r130 [class*=_tabvright] .cs_bt_inner {
  width: 88px;
}
.cs_fr_r130 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r130 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r130 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r140 .cs_bt_tabUpR, .cs_fr_r140 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r140 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r140 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r140 .cs_bt_tabvright .cs_bt_inner {
  width: 140px;
  transform: matrix(0, -1, 1, 0, 0, 140);
}
.cs_fr_r140 [class*=_tabvright] .cs_bt_left {
  margin-top: 95px;
}
.cs_fr_r140 [class*=_tabvright] .cs_bt_inner {
  width: 98px;
}
.cs_fr_r140 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r140 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r140 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r150 .cs_bt_tabUpR, .cs_fr_r150 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r150 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r150 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r150 .cs_bt_tabvright .cs_bt_inner {
  width: 150px;
  transform: matrix(0, -1, 1, 0, 0, 150);
}
.cs_fr_r150 [class*=_tabvright] .cs_bt_left {
  margin-top: 105px;
}
.cs_fr_r150 [class*=_tabvright] .cs_bt_inner {
  width: 108px;
}
.cs_fr_r150 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r150 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r150 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r160 .cs_bt_tabUpR, .cs_fr_r160 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r160 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r160 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r160 .cs_bt_tabvright .cs_bt_inner {
  width: 160px;
  transform: matrix(0, -1, 1, 0, 0, 160);
}
.cs_fr_r160 [class*=_tabvright] .cs_bt_left {
  margin-top: 115px;
}
.cs_fr_r160 [class*=_tabvright] .cs_bt_inner {
  width: 118px;
}
.cs_fr_r160 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r160 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r160 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r170 .cs_bt_tabUpR, .cs_fr_r170 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r170 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r170 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r170 .cs_bt_tabvright .cs_bt_inner {
  width: 170px;
  transform: matrix(0, -1, 1, 0, 0, 170);
}
.cs_fr_r170 [class*=_tabvright] .cs_bt_left {
  margin-top: 125px;
}
.cs_fr_r170 [class*=_tabvright] .cs_bt_inner {
  width: 128px;
}
.cs_fr_r170 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r170 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r170 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r180 .cs_bt_tabUpR, .cs_fr_r180 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r180 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r180 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r180 .cs_bt_tabvright .cs_bt_inner {
  width: 180px;
  transform: matrix(0, -1, 1, 0, 0, 180);
}
.cs_fr_r180 [class*=_tabvright] .cs_bt_left {
  margin-top: 135px;
}
.cs_fr_r180 [class*=_tabvright] .cs_bt_inner {
  width: 138px;
}
.cs_fr_r180 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r180 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r180 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r190 .cs_bt_tabUpR, .cs_fr_r190 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r190 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r190 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r190 .cs_bt_tabvright .cs_bt_inner {
  width: 190px;
  transform: matrix(0, -1, 1, 0, 0, 190);
}
.cs_fr_r190 [class*=_tabvright] .cs_bt_left {
  margin-top: 145px;
}
.cs_fr_r190 [class*=_tabvright] .cs_bt_inner {
  width: 148px;
}
.cs_fr_r190 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r190 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r190 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r200 .cs_bt_tabUpR, .cs_fr_r200 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r200 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r200 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r200 .cs_bt_tabvright .cs_bt_inner {
  width: 200px;
  transform: matrix(0, -1, 1, 0, 0, 200);
}
.cs_fr_r200 [class*=_tabvright] .cs_bt_left {
  margin-top: 155px;
}
.cs_fr_r200 [class*=_tabvright] .cs_bt_inner {
  width: 158px;
}
.cs_fr_r200 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r200 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r200 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r250 .cs_bt_tabUpR, .cs_fr_r250 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r250 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r250 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r250 .cs_bt_tabvright .cs_bt_inner {
  width: 250px;
  transform: matrix(0, -1, 1, 0, 0, 250);
}
.cs_fr_r250 [class*=_tabvright] .cs_bt_left {
  margin-top: 205px;
}
.cs_fr_r250 [class*=_tabvright] .cs_bt_inner {
  width: 208px;
}
.cs_fr_r250 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r250 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r250 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r300 .cs_bt_tabUpR, .cs_fr_r300 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r300 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r300 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r300 .cs_bt_tabvright .cs_bt_inner {
  width: 300px;
  transform: matrix(0, -1, 1, 0, 0, 300);
}
.cs_fr_r300 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r300 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r300 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r350 .cs_bt_tabUpR, .cs_fr_r350 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r350 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r350 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r350 .cs_bt_tabvright .cs_bt_inner {
  width: 350px;
  transform: matrix(0, -1, 1, 0, 0, 350);
}
.cs_fr_r350 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r350 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r350 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r400 .cs_bt_tabUpR, .cs_fr_r400 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r400 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r400 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r400 .cs_bt_tabvright .cs_bt_inner {
  width: 400px;
  transform: matrix(0, -1, 1, 0, 0, 400);
}
.cs_fr_r400 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r400 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r400 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r450 .cs_bt_tabUpR, .cs_fr_r450 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r450 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r450 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r450 .cs_bt_tabvright .cs_bt_inner {
  width: 450px;
  transform: matrix(0, -1, 1, 0, 0, 450);
}
.cs_fr_r450 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r450 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r450 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r500 .cs_bt_tabUpR, .cs_fr_r500 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r500 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r500 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r500 .cs_bt_tabvright .cs_bt_inner {
  width: 500px;
  transform: matrix(0, -1, 1, 0, 0, 500);
}
.cs_fr_r500 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r500 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r500 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r550 .cs_bt_tabUpR, .cs_fr_r550 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r550 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r550 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r550 .cs_bt_tabvright .cs_bt_inner {
  width: 550px;
  transform: matrix(0, -1, 1, 0, 0, 550);
}
.cs_fr_r550 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r550 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r550 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

.cs_fr_r600 .cs_bt_tabUpR, .cs_fr_r600 .cs_bt_tabUpL {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r600 [class*=_tabImageUpR] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r600 [class*=_tableftimage] {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r600 .cs_bt_tabvright .cs_bt_inner {
  width: 600px;
  transform: matrix(0, -1, 1, 0, 0, 600);
}
.cs_fr_r600 .cs_bt_onoff {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r600 .cs_bt_check {
  background-color: fuchsia;
  height: 100% !important;
}
.cs_fr_r600 .cs_bt_radio {
  background-color: fuchsia;
  height: 100% !important;
}

/*$imported-once-files: () !default;
@function not-imported($name) {
	$imported-once-files: $imported-once-files !global;
	$module_index: index($imported-once-files, $name);
	@if (($module_index == null) or ($module_index == false)) {
		$imported-once-files: append($imported-once-files, $name);
		@return true;
	}
	@return false;
}
@if not-imported("level2_v81_skin_base") { @import "level2_v81_skin_base"; }
*/
@-webkit-keyframes PERSIANA {
  0% {
    height: 0;
  }
}
@-webkit-keyframes FADE {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes NEW_UNFADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes NEW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_UNLEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes NEW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_RIGHT {
  0% {
    left: 100%;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(100, 0, 0);
  }
}
@-webkit-keyframes NEW_TOP {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes BOOMPER_INVERSE {
  0% {
    -webkit-transform: scale(1.02, 1.02);
  }
}
@-webkit-keyframes ROTACION-ARRITMICA {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-12 {
  0% {
    -webkit-transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-24 {
  0% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(24deg);
  }
}
@-webkit-keyframes VAIVEN-SAT {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes SHOW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_LEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes SHOW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_BOTTOM {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW_FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes UNSHOW_FADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[class*=animacion_fade] {
  animation: FADE 0.3s;
}

[class*=animacion_left] {
  animation: NEW_LEFT 0.3s;
}

.animacion_bottom {
  animation: NEW_BOTTOM 0.3s;
}

.masterclose {
  animation: NEW_UNFADE 0.28s !important;
}

@font-face {
  font-family: ralewaylight;
  src: url("../../fonts/Raleway/raleway-light-webfont.eot");
  src: url("../../fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("../../fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("../../fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Downlink;
  src: url("../../fonts/Downlink/Downlink.eot?") format("eot"), url("../../fonts/Downlink/Downlink.woff") format("woff"), url("../../fonts/Downlink/Downlink.ttf") format("truetype"), url("../../fonts/Downlink/Downlink.svg#Downlink") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DownlinkBold;
  src: url("../../fonts/Downlink/Downlink_Bold.eot?") format("eot"), url("../../fonts/Downlink/Downlink_Bold.woff") format("woff"), url("../../fonts/Downlink/Downlink_Bold.ttf") format("truetype"), url("../../fonts/Downlink/Downlink_Bold.svg#Downlink-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_light;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_regular;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_bold;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_black;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@mixin image-jr-language-en-sel{
    background-image: url("../../img/gst/fw_jr_language_en_sel.png");
}
@mixin image-jr-language-es-sel{
    background-image: url("../../img/gst/fw_jr_language_es_sel.png");
}
@mixin image-jr-language-ca-sel{
    background-image: url("../../img/gst/fw_jr_language_ca_sel.png");
}
@mixin image-jr-language-fr-sel{
    background-image: url("../../img/gst/fw_jr_language_fr_sel.png");
}
@mixin image-jr-language-de-sel{
    background-image: url("../../img/gst/fw_jr_language_de_sel.png");
}
@mixin image-jr-language-en-clk{
    background-image: url("../../img/gst/fw_jr_language_en_clk.png");
}
@mixin image-jr-language-es-clk{
    background-image: url("../../img/gst/fw_jr_language_es_clk.png");
}
@mixin image-jr-language-ca-clk{
    background-image: url("../../img/gst/fw_jr_language_ca_clk.png");
}
@mixin image-jr-language-fr-clk{
    background-image: url("../../img/gst/fw_jr_language_fr_clk.png");
}
@mixin image-jr-language-de-clk{
    background-image: url("../../img/gst/fw_jr_language_de_clk.png");
}
   */
/*$color-floor-black :        		$jfr-color-floor-black;
$color-floor-gray :        			$jfr-color-floor-gray;
$color-floor-red : 					$jfr-color-floor-red;
$color-floor-green : 				$jfr-color-floor-green;
$color-floor-yellow : 				$jfr-color-floor-yellow;
$color-floor-assist : 				$jfr-color-floor-assist;*/
/*@mixin gradient-H($param-from, $param-to) {
							background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, $param-from ), color-stop( 1.0, $param-to)); // Chrome 1-9 and Safari 4-5.0
							background-image: -webkit-linear-gradient(left, $param-from, $param-to);                                             //  Chrome 10+ Safari 5.1+ Mobile Safari
							background-image: linear-gradient(        left, $param-from, $param-to);                                             //  W3C
						}
*/
/*
@mixin bgcolor-button-group-on {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}
@mixin bgcolor-button-group-click {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}*/
/*
@mixin background-color-button-image{
	color: $buttonimage-color;
	background-color: $buttonimage-colorback;
}*/
.cs_dc_style_calendar {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cs_dc_combo_calendar_normal,
.cs_dc_combo_calendar_plano,
.cs_dc_combo_calendar_remark {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 290px;
  width: 330px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 100px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

/*.cs_dc_combo_calendar_normal{
	position: 				absolute;
	@include 				overflow-ellipsis;
	height: 				290px;
	width: 					330px;
	background-color: 		$combocal-colorback;
	@include 				border-radius($combocal-radius);
	border: 				1px solid $combocal-border-color;
	box-shadow: 			0 0 15px rgba(0,0,0,.2);
	top:					100px;
}*/
.cs_dc_inner_container {
  background-color: transparent;
  width: 100%;
  overflow: hidden;
}

.cs_dc_pagelist {
  list-style: none;
  margin: 0;
}

.cs_dc_Bar {
  height: 36px;
  background-color: transparent;
}

.cs_dc_BarLOut {
  background-color: transparent;
  float: left;
  height: 100%;
  width: 10%;
}

.cs_dc_BarLIn {
  background: #ff9103 no-repeat center center;
  background-size: 80%;
  border-radius: 10px;
  color: white;
  max-width: 40px;
  min-width: 40px;
  width: 100%;
  height: 22px;
  margin-top: 6px;
  margin-left: 6px;
  font-size: 12px;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
}

.cs_dc_BarCIn {
  color: transparent;
  text-align: center;
}

.cs_dc_BarCOut {
  background-color: transparent;
  float: left;
  height: 100%;
  width: 50%;
  margin-left: 20px;
  padding-right: 100px;
}

.cs_dc_BarROut {
  background-color: transparent;
  float: right;
  height: 100%;
  width: 36px;
}

.cs_dc_BarRIn {
  background: no-repeat center center;
  background-size: 80%;
  max-width: 36px;
  min-width: 36px;
  background-image: url("../../img/fw/fw_check_trans.png");
  width: 100%;
  height: 100%;
  float: right;
  color: transparent;
  cursor: pointer;
}

.cs_dc_BarROut2 {
  background-color: transparent;
  float: right;
  height: 100%;
  width: 36px;
}

.cs_dc_BarRIn2 {
  background: no-repeat center center;
  background-size: 80%;
  max-width: 36px;
  min-width: 36px;
  background-image: url("../../img/fw/fw_cerrar.png");
  width: 100%;
  height: 100%;
  float: right;
  color: transparent;
  cursor: pointer;
}

.cs_dc_headerParent {
  width: 100%;
  height: 45px;
  background-color: transparent;
  cursor: default;
}

.cs_dc_headerLOut {
  float: left;
  width: 15%;
  height: 100%;
}

.cs_dc_headerLIn {
  background: no-repeat center center;
  color: transparent;
  width: 100%;
  height: 100%;
  text-align: left;
  background-image: url("../../img/fw/fw_cursorLeft_trans.png");
  background-size: 60% auto;
  cursor: pointer;
}

.cs_dc_headerROut {
  float: left;
  width: 15%;
  height: 100%;
}

.cs_dc_headerRIn {
  background: no-repeat center center;
  color: transparent;
  width: 100%;
  height: 100%;
  text-align: right;
  background-image: url("../../img/fw/fw_cursorRight_trans.png");
  background-size: 60% auto;
  float: right;
  cursor: pointer;
}

.cs_dc_headerCIn {
  width: 100%;
  height: 40%;
  text-align: center;
  background-color: transparent;
  font-size: 12px;
  color: gray;
}

.cs_dc_headerCIn2 {
  width: 100%;
  height: 60%;
  text-align: center;
  line-height: 15px;
  background-color: transparent;
  font-size: 22px;
  color: black;
  letter-spacing: 1px;
}

.cs_dc_headerCOut {
  float: left;
  width: 70%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cs_dc_caption {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  overflow: hidden;
  cursor: default;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cs_dc_head_cell {
  float: left;
  text-align: center;
  line-height: 31px;
  color: black;
  cursor: default;
  width: 14.2857142857% !important;
  padding-top: 2px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-size: 12px;
}

.cs_dc_head_weekend {
  float: left;
  text-align: center;
  line-height: 31px;
  color: red;
  cursor: default;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 4px;
}

.cs_dc_grid_line {
  width: 100% !important;
  float: left;
}
.cs_dc_grid_line :nth-child(7n) {
  border-right: none;
}

.cs_dc_grid_line:last-child :nth-child(3n) {
  border-bottom: none;
}

.cs_dc_grid_cell {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding-right: 2%;
  text-align: right;
  width: 14.2857142857% !important;
  color: black;
  font-size: 19px;
}

.cs_dc_empty_cell {
  float: left;
  width: 14.2857142857% !important;
  border: 1px solid transparent;
}

.cs_dc_today {
  background-color: #ff9103;
  color: white;
  border-radius: 4px;
}

.cs_dc_weekend {
  background-color: rgba(0, 0, 0, 0.06);
  color: red;
}

.cs_dc_dayselect_ini {
  border-radius: 4px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ff9103;
  color: black;
}

.cs_dc_dayselect_fin {
  border-radius: 4px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ff9103;
  color: black;
}

.cs_dc_invalid {
  color: gainsboro !important;
}

.cs_dc_dayselected {
  border-radius: 4px;
  color: black;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.cs_dc_dayselected_invalid_day {
  background-color: lightgray !important;
}

.cs_dc_dayselected_between, .cs_dc_dayselected_oneday, .cs_dc_dayselected_lastday, .cs_dc_dayselected_firstday {
  border-radius: 0 !important;
  background-color: #8cf78c;
  color: black;
  padding-right: 15%;
}

.cs_dc_dayselected_firstday {
  border-radius: 25px 0 0 0 !important;
}

.cs_dc_dayselected_lastday {
  border-radius: 0 0 25px 0 !important;
}

.cs_dc_dayselected_oneday {
  border-radius: 20px !important;
}

[class*=cs_dc_combo_calendar_normal][class*=_filter],
[class*=cs_dc_combo_calendar_remark][class*=_filter],
[class*=cs_dc_combo_calendar_plano][class*=_filter] {
  background-color: #ebece5;
}

/*
// ____________________________________________________________________________________________________________________ Combos Calendario
@mixin template_calendar{
	height:                 	$combo-height;
	border:                 	$combo-border solid $combo-border-color;
	@include                	border-radius($combo-radius);
	background-color: 			$combo-colorback;
	cursor:                 	pointer;
	.cs_lb_label {
		width: 					100%;
		height: 				100%;
		margin-top: 			-12px;
		float:					left;
		.cs_lb_left {
			height: 			100%;
			width: 				36px;
			display: 			block;
			background: 		$jfr-colorback-labeled url("../../img/fw/fw_calendar_mes.png") no-repeat center center;
			background-size: 	29px 29px;
			float:				left;
		}
		.cs_lb_inner {
			width: 				calc(100% - 36px);
			text-align: 		left;
			height: 			100%;
			padding-right: 		10px;
			@include 			overflow-ellipsis;
			padding-top: 		11px;
			padding-left: 		$edit-padding;
			float:				left;
		}
		.cs_lb_right {
			width: 				16px;
			height: 			100%;

			display:			none;
		}
	}
	.cs_lb_holder{
		width:              	calc(100% - 36px);
		padding-top:        	0;
		font-family:        	$font-family-placeholder;
		padding-left:       	$edit-padding;
		color:              	$edit-color-holder;
		height:             	12px;
		font-size:          	$fz-12;
		margin-left: 			36px;
	}
	.cs_ed_inner{
		height:					100%;
		width: 					calc(100% - 36px) !important;
	}
}
.cs_lb_combo_calendar_normal{
	@include 					template_calendar;
}
.cs_lb_combo_calendar_plano{
	@include 					template_calendar;
	height:                 	100%;
	border:						none;
	background-color:       	transparent;
	.cs_lb_label {
		margin-top: 			0;
		.cs_lb_left {
			display:			none;
		}
		.cs_lb_inner {
			width: 				100%;
			text-align: 		center;
			height: 			100%;
			padding-right: 		0;
			//padding-top: 		4px;
			padding-left: 		0;
			font-size: 			$fz-22;
			letter-spacing: 	1px;
			//font-family: 		$font-family-timeday;
			color: 				$label-color-day;
		}
		.cs_lb_right {
			display:			none;
		}
	}
	.cs_lb_holder{
		display:				none;
	}
}
.cs_lb_combo_calendar_remark{
	@include 					template_calendar;
	height:                 	100%;
	border:						none;
	border-radius: 				20px;
	background-color:       	$jfr-colorback-remark-black;
	//float:left;
	.cs_lb_label {
		margin-top: 0;
		.cs_lb_left {
			height: 			100%;
			width: 				40px;
			display: 			block;
			background: 		transparent url("../../img/fw/fw_calendar_mes_trans_orange.png") no-repeat center center;
			background-size: 	29px auto;
			//float:left;
		}
		.cs_lb_inner {
			width: 				calc(100% - 40px);
			text-align: 		left;
			height: 			100%;
			padding-right: 		0;
			padding-top: 		8px;
			padding-left: 		10px;
			font-size: 			$fz-16;
			//font-family: 		$font-family-timeday;
			//background-color: greenyellow;
			float:left;
		}
		.cs_lb_right {
			display:			none;
			//background-color: red;
		}
	}
	.cs_lb_holder{
		display:				none;
		//background-color: blue;
	}
}

.cs_lb_combo_calendar_normal[class*="_noholder"] {
	.cs_lb_label{
		margin-top: 			0;
		padding-top: 			0;
		.cs_lb_left {
			height: 			100%;
		}
		.cs_lb_inner {
			padding-top: 		8px;
		}
	}
	.cs_lb_holder {
		display:				none;
	}
}

*/
@-webkit-keyframes PERSIANA {
  0% {
    height: 0;
  }
}
@-webkit-keyframes FADE {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes NEW_UNFADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes NEW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_UNLEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes NEW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_RIGHT {
  0% {
    left: 100%;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(100, 0, 0);
  }
}
@-webkit-keyframes NEW_TOP {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes BOOMPER_INVERSE {
  0% {
    -webkit-transform: scale(1.02, 1.02);
  }
}
@-webkit-keyframes ROTACION-ARRITMICA {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-12 {
  0% {
    -webkit-transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-24 {
  0% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(24deg);
  }
}
@-webkit-keyframes VAIVEN-SAT {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes SHOW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_LEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes SHOW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_BOTTOM {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW_FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes UNSHOW_FADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[class*=animacion_fade] {
  animation: FADE 0.3s;
}

[class*=animacion_left] {
  animation: NEW_LEFT 0.3s;
}

.animacion_bottom {
  animation: NEW_BOTTOM 0.3s;
}

.masterclose {
  animation: NEW_UNFADE 0.28s !important;
}

@font-face {
  font-family: ralewaylight;
  src: url("../../fonts/Raleway/raleway-light-webfont.eot");
  src: url("../../fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("../../fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("../../fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Downlink;
  src: url("../../fonts/Downlink/Downlink.eot?") format("eot"), url("../../fonts/Downlink/Downlink.woff") format("woff"), url("../../fonts/Downlink/Downlink.ttf") format("truetype"), url("../../fonts/Downlink/Downlink.svg#Downlink") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DownlinkBold;
  src: url("../../fonts/Downlink/Downlink_Bold.eot?") format("eot"), url("../../fonts/Downlink/Downlink_Bold.woff") format("woff"), url("../../fonts/Downlink/Downlink_Bold.ttf") format("truetype"), url("../../fonts/Downlink/Downlink_Bold.svg#Downlink-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_light;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_regular;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_bold;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_black;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@mixin image-jr-language-en-sel{
    background-image: url("../../img/gst/fw_jr_language_en_sel.png");
}
@mixin image-jr-language-es-sel{
    background-image: url("../../img/gst/fw_jr_language_es_sel.png");
}
@mixin image-jr-language-ca-sel{
    background-image: url("../../img/gst/fw_jr_language_ca_sel.png");
}
@mixin image-jr-language-fr-sel{
    background-image: url("../../img/gst/fw_jr_language_fr_sel.png");
}
@mixin image-jr-language-de-sel{
    background-image: url("../../img/gst/fw_jr_language_de_sel.png");
}
@mixin image-jr-language-en-clk{
    background-image: url("../../img/gst/fw_jr_language_en_clk.png");
}
@mixin image-jr-language-es-clk{
    background-image: url("../../img/gst/fw_jr_language_es_clk.png");
}
@mixin image-jr-language-ca-clk{
    background-image: url("../../img/gst/fw_jr_language_ca_clk.png");
}
@mixin image-jr-language-fr-clk{
    background-image: url("../../img/gst/fw_jr_language_fr_clk.png");
}
@mixin image-jr-language-de-clk{
    background-image: url("../../img/gst/fw_jr_language_de_clk.png");
}
   */
/*$color-floor-black :        		$jfr-color-floor-black;
$color-floor-gray :        			$jfr-color-floor-gray;
$color-floor-red : 					$jfr-color-floor-red;
$color-floor-green : 				$jfr-color-floor-green;
$color-floor-yellow : 				$jfr-color-floor-yellow;
$color-floor-assist : 				$jfr-color-floor-assist;*/
/*@mixin gradient-H($param-from, $param-to) {
							background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, $param-from ), color-stop( 1.0, $param-to)); // Chrome 1-9 and Safari 4-5.0
							background-image: -webkit-linear-gradient(left, $param-from, $param-to);                                             //  Chrome 10+ Safari 5.1+ Mobile Safari
							background-image: linear-gradient(        left, $param-from, $param-to);                                             //  W3C
						}
*/
/*
@mixin bgcolor-button-group-on {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}
@mixin bgcolor-button-group-click {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}*/
/*
@mixin background-color-button-image{
	color: $buttonimage-color;
	background-color: $buttonimage-colorback;
}*/
.cs_ed_input {
  width: 100%;
  height: 22px;
  border: none;
  background-color: transparent;
  color: black;
  padding: 0 6px;
}

[class*=cs_ed_normal], [class*=cs_ed_edit], [class*=cs_ed_default] {
  width: 100%;
  height: 36px;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}
[class*=cs_ed_normal] .cs_ed_left, [class*=cs_ed_edit] .cs_ed_left, [class*=cs_ed_default] .cs_ed_left {
  height: 100%;
  display: none;
}
[class*=cs_ed_normal] .cs_ed_inner, [class*=cs_ed_edit] .cs_ed_inner, [class*=cs_ed_default] .cs_ed_inner {
  width: 100%;
  height: 100%;
}
[class*=cs_ed_normal] .cs_ed_right, [class*=cs_ed_edit] .cs_ed_right, [class*=cs_ed_default] .cs_ed_right {
  height: 100%;
  display: none;
}
[class*=cs_ed_normal] .cs_ed_holder, [class*=cs_ed_edit] .cs_ed_holder, [class*=cs_ed_default] .cs_ed_holder {
  font-family: sourcesanspro_regular, sans-serif;
  padding-left: 6px;
  padding-right: 6px;
  color: gray;
  height: 12px;
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding-top: 1px;
}
[class*=cs_ed_normal][class*=_filter], [class*=cs_ed_edit][class*=_filter], [class*=cs_ed_default][class*=_filter] {
  background-color: #deddcf;
}
[class*=cs_ed_normal][class*=_filter] .cs_ed_holder, [class*=cs_ed_edit][class*=_filter] .cs_ed_holder, [class*=cs_ed_default][class*=_filter] .cs_ed_holder {
  padding-left: 6px;
}
[class*=cs_ed_normal][class*=_ropen], [class*=cs_ed_edit][class*=_ropen], [class*=cs_ed_default][class*=_ropen] {
  border-right: none;
}
[class*=cs_ed_normal][class*=_lopen], [class*=cs_ed_edit][class*=_lopen], [class*=cs_ed_default][class*=_lopen] {
  border-left: none;
}
[class*=cs_ed_normal][class*=_lropen], [class*=cs_ed_edit][class*=_lropen], [class*=cs_ed_default][class*=_lropen] {
  border-right: none;
  border-left: none;
}
[class*=cs_ed_normal][class*=_rlopen], [class*=cs_ed_edit][class*=_rlopen], [class*=cs_ed_default][class*=_rlopen] {
  border-right: none;
  border-left: none;
}
[class*=cs_ed_normal][class*=_transparent], [class*=cs_ed_edit][class*=_transparent], [class*=cs_ed_default][class*=_transparent] {
  background-color: transparent;
}
[class*=cs_ed_normal][class*=_noborder], [class*=cs_ed_edit][class*=_noborder], [class*=cs_ed_default][class*=_noborder] {
  border: none;
}

[class*=_isarea] {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}
[class*=_isarea] .cs_ed_left {
  height: 100%;
  display: none;
}
[class*=_isarea] .cs_ed_inner {
  width: 100%;
  height: calc(100% - 12px);
}
[class*=_isarea] .cs_ed_input {
  width: 100% !important;
  height: calc(100% - 12px) !important;
  resize: none !important;
}
[class*=_isarea] .cs_ed_right {
  display: none;
}
[class*=_isarea] .cs_ed_holder {
  padding-top: 0;
  font-family: sourcesanspro_regular, sans-serif;
  padding-left: 6px;
  padding-right: 6px;
  color: gray;
  height: 12px;
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

[class*=_edlabeled] {
  width: 100%;
  height: 36px;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  float: left;
}
[class*=_edlabeled] .cs_ed_left {
  height: 100%;
  display: block;
  width: 36px;
  background: transparent no-repeat center center;
  background-size: 29px 29px;
  float: left;
}
[class*=_edlabeled] .cs_ed_inner {
  height: 100%;
  width: calc(100% - 36px) !important;
  float: left;
}
[class*=_edlabeled] .cs_ed_right {
  height: 100%;
  display: none;
}
[class*=_edlabeled] .cs_ed_holder {
  padding-top: 0;
  font-family: sourcesanspro_regular, sans-serif;
  padding-left: 6px;
  padding-right: 6px;
  color: gray;
  height: 12px;
  font-size: 10px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  width: 100%;
}

[class*=_obligado] {
  background-color: #fafafa;
  border-top-color: red;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
}
[class*=_obligado] .cs_ed_holder {
  color: red;
  background: transparent url("../../img/fw/fw_FieldRequired.png") no-repeat 2px 2px;
  background-repeat: no-repeat;
  background-position: 2px 3px;
  background-size: 6px 6px;
  padding-left: 12px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 10px;
}

[class*=_noholder] .cs_lb_label {
  height: 100%;
  padding-top: 7px;
}
[class*=_noholder] .cs_lb_holder {
  display: none;
}
[class*=_noholder] .cs_ed_input {
  height: 100% !important;
}
[class*=_noholder] .cs_ed_holder {
  display: none;
}
[class*=_noholder] .cs_lb_label .cs_lb_holder {
  display: none;
}

[class*=_transparent] {
  background-color: transparent !important;
}

[class*=_noborder] {
  border: none;
}

[class*=_isarea][class*=_edlabeled] .cs_ed_left {
  background-position: center 4px;
}
[class*=cs_ed_ejr] {
  width: 100%;
  background-color: #282828;
  border: 1px solid white;
  border-radius: 30px;
  margin-top: 12px;
  height: 26px;
  /*    &[class*="_isarea"]{
          &[class*="_edlabeled"]{
              .cs_ed_left{
                  background-position:center 4px;
              }
          }
      }   */
}
[class*=cs_ed_ejr] .cs_ed_left {
  height: 100%;
  display: none;
}
[class*=cs_ed_ejr] .cs_ed_inner {
  width: 100%;
  height: 100%;
}
[class*=cs_ed_ejr] .cs_ed_right {
  height: 100%;
  display: none;
}
[class*=cs_ed_ejr] .cs_ed_holder {
  font-family: sourcesanspro_regular, sans-serif;
  padding-right: 6px;
  height: 12px;
  font-size: 12px;
  line-height: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  text-transform: none;
  padding-left: 10px;
  color: white;
  margin-top: -12px;
  padding-top: 0;
}
[class*=cs_ed_ejr] .cs_ed_input {
  width: calc(100% - 10px);
  height: 100%;
}
[class*=cs_ed_ejr][class*=_filter] {
  background-color: #deddcf;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
[class*=cs_ed_ejr][class*=_filter] .cs_ed_holder {
  padding-left: 6px;
}
[class*=cs_ed_ejr][class*=_ropen] {
  border-right: none;
}
[class*=cs_ed_ejr][class*=_lopen] {
  border-left: none;
}
[class*=cs_ed_ejr][class*=_lropen] {
  border-right: none;
  border-left: none;
}
[class*=cs_ed_ejr][class*=_rlopen] {
  border-right: none;
  border-left: none;
}

[class*=cs_ed_ejr_isarea] {
  height: calc(100% - 12px);
  border-radius: 10px;
}
[class*=cs_ed_ejr_isarea] .cs_ed_inner {
  height: calc(100% - 12px);
}
[class*=cs_ed_ejr_isarea] .cs_ed_input {
  height: 100%;
}
[class*=cs_ed_ejr_isarea] .cs_ed_holder {
  height: 14px;
  line-height: 10px;
  white-space: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

/*
[class*="_lopen"]{
	border-left:			none;
}
[class*="_ropen"]{
	border-right:			none;
}
[class*="_lropen"],[class*="_rlopen"]{
	border-left:			none;
	border-right:			none;
}*/
.cs_fr_nano .cs_ed_normal,
.cs_fr_minimin .cs_ed_normal,
.cs_fr_mini .cs_ed_normal {
  background-color: red;
  background-image: linear-gradient(left, red, #0086ff);
  height: 100% !important;
}
.cs_fr_nano .cs_ed_default,
.cs_fr_minimin .cs_ed_default,
.cs_fr_mini .cs_ed_default {
  background-color: red;
  background-image: linear-gradient(left, red, #0086ff);
  height: 100% !important;
}
.cs_fr_nano .cs_ed_normal[class*=_isarea],
.cs_fr_minimin .cs_ed_normal[class*=_isarea],
.cs_fr_mini .cs_ed_normal[class*=_isarea] {
  background-color: red;
  background-image: linear-gradient(left, red, #0086ff);
  height: 100% !important;
}
.cs_fr_nano .cs_ed_default[class*=_isarea],
.cs_fr_minimin .cs_ed_default[class*=_isarea],
.cs_fr_mini .cs_ed_default[class*=_isarea] {
  background-color: red;
  background-image: linear-gradient(left, red, #0086ff);
  height: 100% !important;
}
.cs_fr_nano [class*=_edlabeled],
.cs_fr_minimin [class*=_edlabeled],
.cs_fr_mini [class*=_edlabeled] {
  background-color: red;
  background-image: linear-gradient(left, red, #0086ff);
  height: 100% !important;
}
.cs_fr_nano [class*=_edlabeled],
.cs_fr_minimin [class*=_edlabeled],
.cs_fr_mini [class*=_edlabeled] {
  background-color: red;
  background-image: linear-gradient(left, red, #0086ff);
  height: 100% !important;
}

.cs_fr_r50 .cs_ed_normal,
.cs_fr_r60 .cs_ed_normal,
.cs_fr_r70 .cs_ed_normal,
.cs_fr_r80 .cs_ed_normal,
.cs_fr_r90 .cs_ed_normal,
.cs_fr_r100 .cs_ed_normal,
.cs_fr_r110 .cs_ed_normal,
.cs_fr_r120 .cs_ed_normal,
.cs_fr_r130 .cs_ed_normal,
.cs_fr_r140 .cs_ed_normal,
.cs_fr_r150 .cs_ed_normal,
.cs_fr_r160 .cs_ed_normal,
.cs_fr_r170 .cs_ed_normal,
.cs_fr_r180 .cs_ed_normal,
.cs_fr_r190 .cs_ed_normal,
.cs_fr_r200 .cs_ed_normal,
.cs_fr_r250 .cs_ed_normal,
.cs_fr_r300 .cs_ed_normal,
.cs_fr_r350 .cs_ed_normal,
.cs_fr_r400 .cs_ed_normal,
.cs_fr_r450 .cs_ed_normal,
.cs_fr_r500 .cs_ed_normal,
.cs_fr_r550 .cs_ed_normal,
.cs_fr_r600 .cs_ed_normal {
  background-color: red;
  background-image: linear-gradient(left, red, #0086ff);
  height: 100% !important;
}
.cs_fr_r50 .cs_ed_default,
.cs_fr_r60 .cs_ed_default,
.cs_fr_r70 .cs_ed_default,
.cs_fr_r80 .cs_ed_default,
.cs_fr_r90 .cs_ed_default,
.cs_fr_r100 .cs_ed_default,
.cs_fr_r110 .cs_ed_default,
.cs_fr_r120 .cs_ed_default,
.cs_fr_r130 .cs_ed_default,
.cs_fr_r140 .cs_ed_default,
.cs_fr_r150 .cs_ed_default,
.cs_fr_r160 .cs_ed_default,
.cs_fr_r170 .cs_ed_default,
.cs_fr_r180 .cs_ed_default,
.cs_fr_r190 .cs_ed_default,
.cs_fr_r200 .cs_ed_default,
.cs_fr_r250 .cs_ed_default,
.cs_fr_r300 .cs_ed_default,
.cs_fr_r350 .cs_ed_default,
.cs_fr_r400 .cs_ed_default,
.cs_fr_r450 .cs_ed_default,
.cs_fr_r500 .cs_ed_default,
.cs_fr_r550 .cs_ed_default,
.cs_fr_r600 .cs_ed_default {
  background-color: red;
  background-image: linear-gradient(left, red, #0086ff);
  height: 100% !important;
}
.cs_fr_r50 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r60 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r70 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r80 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r90 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r100 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r110 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r120 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r130 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r140 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r150 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r160 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r170 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r180 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r190 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r200 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r250 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r300 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r350 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r400 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r450 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r500 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r550 [class*=cs_ed_pic][class*=_edlabeled],
.cs_fr_r600 [class*=cs_ed_pic][class*=_edlabeled] {
  background-color: red;
  background-image: linear-gradient(left, red, #0086ff);
  height: 100% !important;
}
.cs_fr_r50 .cs_ed_normal[class*=_isarea],
.cs_fr_r60 .cs_ed_normal[class*=_isarea],
.cs_fr_r70 .cs_ed_normal[class*=_isarea],
.cs_fr_r80 .cs_ed_normal[class*=_isarea],
.cs_fr_r90 .cs_ed_normal[class*=_isarea],
.cs_fr_r100 .cs_ed_normal[class*=_isarea],
.cs_fr_r110 .cs_ed_normal[class*=_isarea],
.cs_fr_r120 .cs_ed_normal[class*=_isarea],
.cs_fr_r130 .cs_ed_normal[class*=_isarea],
.cs_fr_r140 .cs_ed_normal[class*=_isarea],
.cs_fr_r150 .cs_ed_normal[class*=_isarea],
.cs_fr_r160 .cs_ed_normal[class*=_isarea],
.cs_fr_r170 .cs_ed_normal[class*=_isarea],
.cs_fr_r180 .cs_ed_normal[class*=_isarea],
.cs_fr_r190 .cs_ed_normal[class*=_isarea],
.cs_fr_r200 .cs_ed_normal[class*=_isarea],
.cs_fr_r250 .cs_ed_normal[class*=_isarea],
.cs_fr_r300 .cs_ed_normal[class*=_isarea],
.cs_fr_r350 .cs_ed_normal[class*=_isarea],
.cs_fr_r400 .cs_ed_normal[class*=_isarea],
.cs_fr_r450 .cs_ed_normal[class*=_isarea],
.cs_fr_r500 .cs_ed_normal[class*=_isarea],
.cs_fr_r550 .cs_ed_normal[class*=_isarea],
.cs_fr_r600 .cs_ed_normal[class*=_isarea] {
  background-color: #fafafa;
  background-image: none;
}
.cs_fr_r50 .cs_ed_default[class*=_isarea],
.cs_fr_r60 .cs_ed_default[class*=_isarea],
.cs_fr_r70 .cs_ed_default[class*=_isarea],
.cs_fr_r80 .cs_ed_default[class*=_isarea],
.cs_fr_r90 .cs_ed_default[class*=_isarea],
.cs_fr_r100 .cs_ed_default[class*=_isarea],
.cs_fr_r110 .cs_ed_default[class*=_isarea],
.cs_fr_r120 .cs_ed_default[class*=_isarea],
.cs_fr_r130 .cs_ed_default[class*=_isarea],
.cs_fr_r140 .cs_ed_default[class*=_isarea],
.cs_fr_r150 .cs_ed_default[class*=_isarea],
.cs_fr_r160 .cs_ed_default[class*=_isarea],
.cs_fr_r170 .cs_ed_default[class*=_isarea],
.cs_fr_r180 .cs_ed_default[class*=_isarea],
.cs_fr_r190 .cs_ed_default[class*=_isarea],
.cs_fr_r200 .cs_ed_default[class*=_isarea],
.cs_fr_r250 .cs_ed_default[class*=_isarea],
.cs_fr_r300 .cs_ed_default[class*=_isarea],
.cs_fr_r350 .cs_ed_default[class*=_isarea],
.cs_fr_r400 .cs_ed_default[class*=_isarea],
.cs_fr_r450 .cs_ed_default[class*=_isarea],
.cs_fr_r500 .cs_ed_default[class*=_isarea],
.cs_fr_r550 .cs_ed_default[class*=_isarea],
.cs_fr_r600 .cs_ed_default[class*=_isarea] {
  background-color: #fafafa;
  background-image: none;
}
.cs_fr_r50 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r60 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r70 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r80 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r90 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r100 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r110 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r120 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r130 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r140 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r150 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r160 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r170 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r180 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r190 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r200 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r250 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r300 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r350 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r400 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r450 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r500 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r550 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea],
.cs_fr_r600 [class*=cs_ed_pic][class*=_edlabeled][class*=_isarea] {
  background-color: #fafafa;
  background-image: none;
}
.cs_fr_r50 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r60 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r70 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r80 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r90 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r100 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r110 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r120 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r130 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r140 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r150 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r160 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r170 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r180 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r190 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r200 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r250 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r300 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r350 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r400 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r450 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r500 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r550 .cs_ed_normal[class*=_isarea][class*=_obligado],
.cs_fr_r600 .cs_ed_normal[class*=_isarea][class*=_obligado] {
  background-color: #fafafa;
  background-image: none;
}
.cs_fr_r50 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r60 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r70 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r80 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r90 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r100 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r110 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r120 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r130 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r140 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r150 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r160 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r170 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r180 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r190 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r200 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r250 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r300 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r350 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r400 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r450 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r500 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r550 .cs_ed_default[class*=_isarea][class*=_obligado],
.cs_fr_r600 .cs_ed_default[class*=_isarea][class*=_obligado] {
  background-color: #fafafa;
  background-image: none;
}

@-webkit-keyframes PERSIANA {
  0% {
    height: 0;
  }
}
@-webkit-keyframes FADE {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes NEW_UNFADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes NEW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_UNLEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes NEW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_RIGHT {
  0% {
    left: 100%;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(100, 0, 0);
  }
}
@-webkit-keyframes NEW_TOP {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes BOOMPER_INVERSE {
  0% {
    -webkit-transform: scale(1.02, 1.02);
  }
}
@-webkit-keyframes ROTACION-ARRITMICA {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-12 {
  0% {
    -webkit-transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-24 {
  0% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(24deg);
  }
}
@-webkit-keyframes VAIVEN-SAT {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes SHOW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_LEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes SHOW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_BOTTOM {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW_FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes UNSHOW_FADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[class*=animacion_fade] {
  animation: FADE 0.3s;
}

[class*=animacion_left] {
  animation: NEW_LEFT 0.3s;
}

.animacion_bottom {
  animation: NEW_BOTTOM 0.3s;
}

.masterclose {
  animation: NEW_UNFADE 0.28s !important;
}

@font-face {
  font-family: ralewaylight;
  src: url("../../fonts/Raleway/raleway-light-webfont.eot");
  src: url("../../fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("../../fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("../../fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Downlink;
  src: url("../../fonts/Downlink/Downlink.eot?") format("eot"), url("../../fonts/Downlink/Downlink.woff") format("woff"), url("../../fonts/Downlink/Downlink.ttf") format("truetype"), url("../../fonts/Downlink/Downlink.svg#Downlink") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DownlinkBold;
  src: url("../../fonts/Downlink/Downlink_Bold.eot?") format("eot"), url("../../fonts/Downlink/Downlink_Bold.woff") format("woff"), url("../../fonts/Downlink/Downlink_Bold.ttf") format("truetype"), url("../../fonts/Downlink/Downlink_Bold.svg#Downlink-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_light;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_regular;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_bold;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_black;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@mixin image-jr-language-en-sel{
    background-image: url("../../img/gst/fw_jr_language_en_sel.png");
}
@mixin image-jr-language-es-sel{
    background-image: url("../../img/gst/fw_jr_language_es_sel.png");
}
@mixin image-jr-language-ca-sel{
    background-image: url("../../img/gst/fw_jr_language_ca_sel.png");
}
@mixin image-jr-language-fr-sel{
    background-image: url("../../img/gst/fw_jr_language_fr_sel.png");
}
@mixin image-jr-language-de-sel{
    background-image: url("../../img/gst/fw_jr_language_de_sel.png");
}
@mixin image-jr-language-en-clk{
    background-image: url("../../img/gst/fw_jr_language_en_clk.png");
}
@mixin image-jr-language-es-clk{
    background-image: url("../../img/gst/fw_jr_language_es_clk.png");
}
@mixin image-jr-language-ca-clk{
    background-image: url("../../img/gst/fw_jr_language_ca_clk.png");
}
@mixin image-jr-language-fr-clk{
    background-image: url("../../img/gst/fw_jr_language_fr_clk.png");
}
@mixin image-jr-language-de-clk{
    background-image: url("../../img/gst/fw_jr_language_de_clk.png");
}
   */
/*$color-floor-black :        		$jfr-color-floor-black;
$color-floor-gray :        			$jfr-color-floor-gray;
$color-floor-red : 					$jfr-color-floor-red;
$color-floor-green : 				$jfr-color-floor-green;
$color-floor-yellow : 				$jfr-color-floor-yellow;
$color-floor-assist : 				$jfr-color-floor-assist;*/
/*@mixin gradient-H($param-from, $param-to) {
							background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, $param-from ), color-stop( 1.0, $param-to)); // Chrome 1-9 and Safari 4-5.0
							background-image: -webkit-linear-gradient(left, $param-from, $param-to);                                             //  Chrome 10+ Safari 5.1+ Mobile Safari
							background-image: linear-gradient(        left, $param-from, $param-to);                                             //  W3C
						}
*/
/*
@mixin bgcolor-button-group-on {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}
@mixin bgcolor-button-group-click {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}*/
/*
@mixin background-color-button-image{
	color: $buttonimage-color;
	background-color: $buttonimage-colorback;
}*/
[class*=cs_lb] {
  color: black;
  font-size: 15px;
  height: 100%;
  font-family: sourcesanspro_regular, sans-serif;
}
[class*=cs_lb] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb] .cs_lb_label .cs_lb_left {
  height: 100%;
  width: 0;
  float: left;
}
[class*=cs_lb] .cs_lb_label .cs_lb_inner {
  color: black;
  font-size: 15px;
  font-family: sourcesanspro_regular, sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 9px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb] .cs_lb_label .cs_lb_right {
  height: 100%;
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_mini] .cs_lb_label .cs_lb_inner {
  color: black;
  font-size: 12px;
}
[class*=cs_lb][class*=_copyright] .cs_lb_label .cs_lb_inner {
  color: silver;
  font-size: 12px;
}
[class*=cs_lb][class*=_nota] .cs_lb_label .cs_lb_inner {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  white-space: normal;
}
[class*=cs_lb][class*=_notamin] .cs_lb_label .cs_lb_inner {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  white-space: normal;
}
[class*=cs_lb][class*=_medium] {
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
[class*=cs_lb][class*=_medium] .cs_lb_label .cs_lb_inner {
  color: #141414;
  font-size: 13px;
  white-space: normal;
}
[class*=cs_lb][class*=_mediummin] {
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
[class*=cs_lb][class*=_mediummin] .cs_lb_label .cs_lb_inner {
  color: #141414;
  font-size: 11px;
  white-space: normal;
}
[class*=cs_lb][class*=_bold] .cs_lb_label .cs_lb_inner {
  font-family: sourcesanspro_black, sans-serif;
}
[class*=cs_lb][class*=_big] .cs_lb_label .cs_lb_inner {
  color: black;
  font-size: 18px;
}
[class*=cs_lb][class*=_super] .cs_lb_label .cs_lb_inner {
  color: black;
  font-size: 22px;
}
[class*=cs_lb][class*=_ultra] .cs_lb_label .cs_lb_inner {
  font-family: sourcesanspro_black, sans-serif;
  color: black;
  font-size: 22px;
}
[class*=cs_lb][class*=_time] .cs_lb_label .cs_lb_inner {
  font-family: Downlink, sans-serif;
  color: black;
  font-size: 22px;
}
[class*=cs_lb][class*=_minitime] .cs_lb_label .cs_lb_inner {
  font-family: Downlink, sans-serif;
  color: black;
  font-size: 16px;
}
[class*=cs_lb][class*=_framed] .cs_lb_label .cs_lb_inner {
  border-radius: 6px;
  background-color: #fefedc;
  color: gray;
  white-space: normal;
  padding: 6px;
}
[class*=cs_lb][class*=_warning] {
  height: 100%;
  border: none;
  margin-top: 2px;
}
[class*=cs_lb][class*=_warning] .cs_lb_label .cs_lb_left {
  width: 24px;
  background-image: url("../../img/fw/fw_fwork_warning.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  height: 24px;
}
[class*=cs_lb][class*=_warning] .cs_lb_label .cs_lb_inner {
  width: calc(100% - 24px);
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-size: 13px;
  color: red;
  padding-top: 3px !important;
}
[class*=cs_lb][class*=_warning] .cs_lb_label .cs_lb_right {
  width: 0;
}
[class*=cs_lb][class*=_alert-bell] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  height: 24px;
  background-color: white;
  margin-top: 2px;
}
[class*=cs_lb][class*=_alert-bell] .cs_lb_label .cs_lb_left {
  width: 24px;
  border-radius: 12px;
  background-color: transparent;
  background-image: url("../../img/fw/fw_alerta.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}
[class*=cs_lb][class*=_alert-bell] .cs_lb_label .cs_lb_inner {
  width: calc(100% - 24px);
  color: black;
  padding-top: 1px !important;
}
[class*=cs_lb][class*=_alert-bell] .cs_lb_label .cs_lb_right {
  width: 0;
}
[class*=cs_lb][class*=_asterisk] .cs_lb_label .cs_lb_inner {
  font-family: Downlink, sans-serif;
  color: black;
  font-size: 72px;
  padding-top: 0;
  line-height: 60px;
}
[class*=cs_lb][class*=_asterisk][class*=empty] .cs_lb_label .cs_lb_inner {
  opacity: 0.16;
}
[class*=cs_lb][class*=_space] .cs_lb_label .cs_lb_left {
  width: 0;
  height: 100%;
  display: none;
}
[class*=cs_lb][class*=_space] .cs_lb_label .cs_lb_inner {
  padding-top: 0;
  text-align: center;
  color: transparent;
}
[class*=cs_lb][class*=_space] .cs_lb_label .cs_lb_right {
  width: 0;
  height: 100%;
  display: none;
}
[class*=cs_lb][class*=_title] {
  color: black;
  font-size: 18px;
  font-family: sourcesanspro_regular, sans-serif;
  letter-spacing: 0.15em;
}
[class*=cs_lb][class*=_app] .cs_lb_label .cs_lb_inner {
  font-family: sourcesanspro_black, sans-serif;
  color: black;
  font-size: 38px;
  line-height: 40px;
}
[class*=cs_lb][class*=_app][class*=min] .cs_lb_label .cs_lb_inner {
  font-family: sourcesanspro_regular, sans-serif;
  color: black;
  font-size: 28px;
}
[class*=cs_lb][class*=_app][class*=minithin] .cs_lb_label .cs_lb_inner {
  font-family: ralewaylight, sans-serif;
  color: black;
  font-size: 26px;
  line-height: 30px;
}
[class*=cs_lb][class*=_app][class*=light] .cs_lb_label .cs_lb_inner {
  font-family: ralewaylight, sans-serif;
  color: black;
  font-size: 36px;
  line-height: 40px;
}
[class*=cs_lb][class*=_app][class*=medium] .cs_lb_label .cs_lb_inner {
  font-family: sourcesanspro_regular, sans-serif;
  color: black;
  font-size: 48px;
}
[class*=cs_lb][class*=_app][class*=big] .cs_lb_label .cs_lb_inner {
  font-family: ralewaylight, sans-serif;
  color: gray;
  font-size: 64px;
}
[class*=cs_lb][class*=_lbred] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  background-color: red;
}
[class*=cs_lb][class*=_lbred] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=_lbred] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=_lbred] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbred] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=_lbred] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbred] .cs_lb_label .cs_lb_inner {
  color: white;
}
[class*=cs_lb][class*=_lbblack] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  background-color: black;
}
[class*=cs_lb][class*=_lbblack] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=_lbblack] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=_lbblack] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbblack] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=_lbblack] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbblack] .cs_lb_label .cs_lb_inner {
  color: #c8c8c8;
}
[class*=cs_lb][class*=_lbblue] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  background-color: #3232ff;
}
[class*=cs_lb][class*=_lbblue] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=_lbblue] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=_lbblue] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbblue] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=_lbblue] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbblue] .cs_lb_label .cs_lb_inner {
  color: #c8c8c8;
}
[class*=cs_lb][class*=_lborange] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  background-color: #ff9100;
}
[class*=cs_lb][class*=_lborange] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=_lborange] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=_lborange] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lborange] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=_lborange] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lborange] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_lbwht] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  border: 1px solid #d2d2d2;
  background-color: white;
}
[class*=cs_lb][class*=_lbwht] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=_lbwht] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=_lbwht] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbwht] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=_lbwht] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbwht] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_lbcyan] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  background-color: #27e1ff;
}
[class*=cs_lb][class*=_lbcyan] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=_lbcyan] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=_lbcyan] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbcyan] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=_lbcyan] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbcyan] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_lbgreen] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  background-color: #a5f305;
}
[class*=cs_lb][class*=_lbgreen] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=_lbgreen] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=_lbgreen] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbgreen] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=_lbgreen] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbgreen] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_lbgray] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  background-color: lightgray;
}
[class*=cs_lb][class*=_lbgray] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=_lbgray] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=_lbgray] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbgray] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=_lbgray] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbgray] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_lbyellow] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  background-color: #ffe305;
}
[class*=cs_lb][class*=_lbyellow] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=_lbyellow] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=_lbyellow] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbyellow] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=_lbyellow] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbyellow] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_lbpink] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  background-color: #fb27a9;
}
[class*=cs_lb][class*=_lbpink] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=_lbpink] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=_lbpink] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbpink] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=_lbpink] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=_lbpink] .cs_lb_label .cs_lb_inner {
  color: white;
}
[class*=cs_lb][class*=login] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  background-color: rgba(39, 225, 255, 0.5);
  border: 2px solid #30dbfe;
  padding-top: 0;
}
[class*=cs_lb][class*=login] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=login] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=login] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=login] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=login] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=login] .cs_lb_label .cs_lb_inner {
  color: black;
  font-size: 13px;
}
[class*=cs_lb][class*=remark] {
  color: black;
  font-size: 15px;
  margin-top: 2px;
  border: none;
  border-radius: 30px;
  height: 24px;
  background-color: #e8f0f0;
  font-family: sourcesanspro_regular, sans-serif;
  padding-top: 2px;
}
[class*=cs_lb][class*=remark] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=remark] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class*=cs_lb][class*=remark] .cs_lb_label .cs_lb_left {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=remark] .cs_lb_label .cs_lb_inner {
  text-align: left;
  font-size: 16px;
  color: black;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sourcesanspro_regular, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb][class*=remark] .cs_lb_label .cs_lb_right {
  width: 0;
  display: none;
}
[class*=cs_lb][class*=remark] .cs_lb_label .cs_lb_inner {
  font-size: 14px;
}
[class*=cs_lb][class*=remark][class*=_tip] {
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid lightgray;
}
[class*=cs_lb][class*=remark][class*=_tip] .cs_lb_label .cs_lb_inner {
  padding-top: 2px !important;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-size: 11px;
  color: gray;
}
[class*=cs_lb][class*=remark][class*=_black] {
  background-color: rgba(0, 0, 0, 0.05);
}
[class*=cs_lb][class*=remark][class*=_black] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=remark][class*=_white] {
  background-color: rgba(255, 255, 255, 0.7);
}
[class*=cs_lb][class*=remark][class*=_white] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=remark][class*=_info] {
  background-color: rgba(0, 0, 0, 0.05);
}
[class*=cs_lb][class*=remark][class*=_info] .cs_lb_label .cs_lb_inner {
  font-size: 13px;
  color: red;
  padding-top: 0;
  text-align: left;
}
[class*=cs_lb][class*=remark][class*=_info][class*=up] {
  background-color: transparent !important;
  border: 1px solid lightgray;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  margin-top: 4px;
}
[class*=cs_lb][class*=remark][class*=_info][class*=up] .cs_lb_label .cs_lb_inner {
  color: gray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 2px !important;
}
[class*=cs_lb][class*=remark][class*=_info][class*=down] {
  background-color: transparent !important;
  border: 1px solid lightgray;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  margin-top: 1px;
}
[class*=cs_lb][class*=remark][class*=_info][class*=down] .cs_lb_label .cs_lb_inner {
  color: gray;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-size: 11px;
}
[class*=cs_lb][class*=graphicbar] {
  float: none;
  position: relative;
  background-color: #e8f0f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  height: 20px;
  overflow: hidden;
  border-radius: 2px 30px 2px 2px;
}
[class*=cs_lb][class*=graphicbar] .cs_lb_holder {
  width: 100%;
  height: 0;
  display: none;
}
[class*=cs_lb][class*=graphicbar] .cs_lb_label {
  height: 100%;
  width: 0;
  background-color: #d2d2d2;
  border-top-right-radius: 30px;
}
[class*=cs_lb][class*=graphicbar] .cs_lb_label .cs_lb_left {
  float: none;
  display: none;
}
[class*=cs_lb][class*=graphicbar] .cs_lb_label .cs_lb_inner {
  float: none;
  left: 0;
  top: -1px;
  height: 100%;
  width: 100%;
  font-size: 14px;
  text-align: left;
  position: absolute;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}
[class*=cs_lb][class*=graphicbar] .cs_lb_label .cs_lb_right {
  display: none;
}
[class*=cs_lb][class*=graphicminbar] {
  float: none;
  position: relative;
  background-color: #e8f0f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  height: 8px;
  border-radius: 20px;
  overflow: hidden;
}
[class*=cs_lb][class*=graphicminbar] .cs_lb_holder {
  width: 100%;
  height: 0;
}
[class*=cs_lb][class*=graphicminbar] .cs_lb_label {
  height: 100%;
  width: 0;
  background-color: #d2d2d2;
}
[class*=cs_lb][class*=graphicminbar] .cs_lb_label .cs_lb_left {
  float: none;
}
[class*=cs_lb][class*=graphicminbar] .cs_lb_label .cs_lb_inner {
  display: none;
}
[class*=cs_lb][class*=graphicminbar] .cs_lb_label .cs_lb_right {
  display: none;
}
[class*=cs_lb][class*=-left] .cs_lb_label .cs_lb_inner, [class*=cs_lb][class*=_left] .cs_lb_label .cs_lb_inner {
  text-align: left !important;
}
[class*=cs_lb][class*=-right] .cs_lb_label .cs_lb_inner, [class*=cs_lb][class*=_right] .cs_lb_label .cs_lb_inner {
  text-align: right !important;
}
[class*=cs_lb][class*=-center] .cs_lb_label .cs_lb_inner, [class*=cs_lb][class*=_center] .cs_lb_label .cs_lb_inner {
  text-align: center !important;
}
[class*=cs_lb][class$=-ml] .cs_lb_label .cs_lb_inner, [class*=cs_lb][class$=_ml] .cs_lb_label .cs_lb_inner {
  white-space: normal !important;
  padding-top: 2px !important;
}

[class*=graphicbar][class*=_gbred] .cs_lb_label,
[class*=graphicminbar][class*=_gbred] .cs_lb_label {
  background: red;
}
[class*=graphicbar][class*=_gbblack] .cs_lb_label,
[class*=graphicminbar][class*=_gbblack] .cs_lb_label {
  background: black;
  color: white;
}
[class*=graphicbar][class*=_gbblue] .cs_lb_label,
[class*=graphicminbar][class*=_gbblue] .cs_lb_label {
  background: #3232ff;
  color: white;
}
[class*=graphicbar][class*=_gborange] .cs_lb_label,
[class*=graphicminbar][class*=_gborange] .cs_lb_label {
  background: #ff9100;
}
[class*=graphicbar][class*=_gbyellow] .cs_lb_label,
[class*=graphicminbar][class*=_gbyellow] .cs_lb_label {
  background: #ffeb00;
}
[class*=graphicbar][class*=_gbpink] .cs_lb_label,
[class*=graphicminbar][class*=_gbpink] .cs_lb_label {
  background: #fb27a9;
  color: white;
}
[class*=graphicbar][class*=_gbwhite] .cs_lb_label,
[class*=graphicminbar][class*=_gbwhite] .cs_lb_label {
  background: white;
}
[class*=graphicbar][class*=_gbcyan] .cs_lb_label,
[class*=graphicminbar][class*=_gbcyan] .cs_lb_label {
  background: #27e1ff;
}
[class*=graphicbar][class*=_gbgreen] .cs_lb_label,
[class*=graphicminbar][class*=_gbgreen] .cs_lb_label {
  background: #a5f305;
}
[class*=graphicbar][class*=_gbgray] .cs_lb_label,
[class*=graphicminbar][class*=_gbgray] .cs_lb_label {
  background: lightgray;
}
[class*=graphicbar][class*=_gbjr] .cs_lb_label,
[class*=graphicminbar][class*=_gbjr] .cs_lb_label {
  background: #f9bf0c;
}

[class*=_gbred][class*=_gb0] .cs_lb_label,
[class*=_gbblack][class*=_gb0] .cs_lb_label,
[class*=_gbblue][class*=_gb0] .cs_lb_label,
[class*=_gborange][class*=_gb0] .cs_lb_label,
[class*=_gbyellow][class*=_gb0] .cs_lb_label,
[class*=_gbpink][class*=_gb0] .cs_lb_label,
[class*=_gbwhite][class*=_gb0] .cs_lb_label,
[class*=_gbcyan][class*=_gb0] .cs_lb_label,
[class*=_gbgreen][class*=_gb0] .cs_lb_label,
[class*=_gbgray][class*=_gb0] .cs_lb_label,
[class*=_gbjr][class*=_gb0] .cs_lb_label {
  width: 0 !important;
}
[class*=_gbred][class*=_gb1] .cs_lb_label,
[class*=_gbblack][class*=_gb1] .cs_lb_label,
[class*=_gbblue][class*=_gb1] .cs_lb_label,
[class*=_gborange][class*=_gb1] .cs_lb_label,
[class*=_gbyellow][class*=_gb1] .cs_lb_label,
[class*=_gbpink][class*=_gb1] .cs_lb_label,
[class*=_gbwhite][class*=_gb1] .cs_lb_label,
[class*=_gbcyan][class*=_gb1] .cs_lb_label,
[class*=_gbgreen][class*=_gb1] .cs_lb_label,
[class*=_gbgray][class*=_gb1] .cs_lb_label,
[class*=_gbjr][class*=_gb1] .cs_lb_label {
  width: 1%;
}
[class*=_gbred][class*=_gb2] .cs_lb_label,
[class*=_gbblack][class*=_gb2] .cs_lb_label,
[class*=_gbblue][class*=_gb2] .cs_lb_label,
[class*=_gborange][class*=_gb2] .cs_lb_label,
[class*=_gbyellow][class*=_gb2] .cs_lb_label,
[class*=_gbpink][class*=_gb2] .cs_lb_label,
[class*=_gbwhite][class*=_gb2] .cs_lb_label,
[class*=_gbcyan][class*=_gb2] .cs_lb_label,
[class*=_gbgreen][class*=_gb2] .cs_lb_label,
[class*=_gbgray][class*=_gb2] .cs_lb_label,
[class*=_gbjr][class*=_gb2] .cs_lb_label {
  width: 2%;
}
[class*=_gbred][class*=_gb3] .cs_lb_label,
[class*=_gbblack][class*=_gb3] .cs_lb_label,
[class*=_gbblue][class*=_gb3] .cs_lb_label,
[class*=_gborange][class*=_gb3] .cs_lb_label,
[class*=_gbyellow][class*=_gb3] .cs_lb_label,
[class*=_gbpink][class*=_gb3] .cs_lb_label,
[class*=_gbwhite][class*=_gb3] .cs_lb_label,
[class*=_gbcyan][class*=_gb3] .cs_lb_label,
[class*=_gbgreen][class*=_gb3] .cs_lb_label,
[class*=_gbgray][class*=_gb3] .cs_lb_label,
[class*=_gbjr][class*=_gb3] .cs_lb_label {
  width: 3%;
}
[class*=_gbred][class*=_gb4] .cs_lb_label,
[class*=_gbblack][class*=_gb4] .cs_lb_label,
[class*=_gbblue][class*=_gb4] .cs_lb_label,
[class*=_gborange][class*=_gb4] .cs_lb_label,
[class*=_gbyellow][class*=_gb4] .cs_lb_label,
[class*=_gbpink][class*=_gb4] .cs_lb_label,
[class*=_gbwhite][class*=_gb4] .cs_lb_label,
[class*=_gbcyan][class*=_gb4] .cs_lb_label,
[class*=_gbgreen][class*=_gb4] .cs_lb_label,
[class*=_gbgray][class*=_gb4] .cs_lb_label,
[class*=_gbjr][class*=_gb4] .cs_lb_label {
  width: 4%;
}
[class*=_gbred][class*=_gb5] .cs_lb_label,
[class*=_gbblack][class*=_gb5] .cs_lb_label,
[class*=_gbblue][class*=_gb5] .cs_lb_label,
[class*=_gborange][class*=_gb5] .cs_lb_label,
[class*=_gbyellow][class*=_gb5] .cs_lb_label,
[class*=_gbpink][class*=_gb5] .cs_lb_label,
[class*=_gbwhite][class*=_gb5] .cs_lb_label,
[class*=_gbcyan][class*=_gb5] .cs_lb_label,
[class*=_gbgreen][class*=_gb5] .cs_lb_label,
[class*=_gbgray][class*=_gb5] .cs_lb_label,
[class*=_gbjr][class*=_gb5] .cs_lb_label {
  width: 5%;
}
[class*=_gbred][class*=_gb6] .cs_lb_label,
[class*=_gbblack][class*=_gb6] .cs_lb_label,
[class*=_gbblue][class*=_gb6] .cs_lb_label,
[class*=_gborange][class*=_gb6] .cs_lb_label,
[class*=_gbyellow][class*=_gb6] .cs_lb_label,
[class*=_gbpink][class*=_gb6] .cs_lb_label,
[class*=_gbwhite][class*=_gb6] .cs_lb_label,
[class*=_gbcyan][class*=_gb6] .cs_lb_label,
[class*=_gbgreen][class*=_gb6] .cs_lb_label,
[class*=_gbgray][class*=_gb6] .cs_lb_label,
[class*=_gbjr][class*=_gb6] .cs_lb_label {
  width: 6%;
}
[class*=_gbred][class*=_gb7] .cs_lb_label,
[class*=_gbblack][class*=_gb7] .cs_lb_label,
[class*=_gbblue][class*=_gb7] .cs_lb_label,
[class*=_gborange][class*=_gb7] .cs_lb_label,
[class*=_gbyellow][class*=_gb7] .cs_lb_label,
[class*=_gbpink][class*=_gb7] .cs_lb_label,
[class*=_gbwhite][class*=_gb7] .cs_lb_label,
[class*=_gbcyan][class*=_gb7] .cs_lb_label,
[class*=_gbgreen][class*=_gb7] .cs_lb_label,
[class*=_gbgray][class*=_gb7] .cs_lb_label,
[class*=_gbjr][class*=_gb7] .cs_lb_label {
  width: 7%;
}
[class*=_gbred][class*=_gb8] .cs_lb_label,
[class*=_gbblack][class*=_gb8] .cs_lb_label,
[class*=_gbblue][class*=_gb8] .cs_lb_label,
[class*=_gborange][class*=_gb8] .cs_lb_label,
[class*=_gbyellow][class*=_gb8] .cs_lb_label,
[class*=_gbpink][class*=_gb8] .cs_lb_label,
[class*=_gbwhite][class*=_gb8] .cs_lb_label,
[class*=_gbcyan][class*=_gb8] .cs_lb_label,
[class*=_gbgreen][class*=_gb8] .cs_lb_label,
[class*=_gbgray][class*=_gb8] .cs_lb_label,
[class*=_gbjr][class*=_gb8] .cs_lb_label {
  width: 8%;
}
[class*=_gbred][class*=_gb9] .cs_lb_label,
[class*=_gbblack][class*=_gb9] .cs_lb_label,
[class*=_gbblue][class*=_gb9] .cs_lb_label,
[class*=_gborange][class*=_gb9] .cs_lb_label,
[class*=_gbyellow][class*=_gb9] .cs_lb_label,
[class*=_gbpink][class*=_gb9] .cs_lb_label,
[class*=_gbwhite][class*=_gb9] .cs_lb_label,
[class*=_gbcyan][class*=_gb9] .cs_lb_label,
[class*=_gbgreen][class*=_gb9] .cs_lb_label,
[class*=_gbgray][class*=_gb9] .cs_lb_label,
[class*=_gbjr][class*=_gb9] .cs_lb_label {
  width: 9%;
}
[class*=_gbred][class*=_gb10] .cs_lb_label,
[class*=_gbblack][class*=_gb10] .cs_lb_label,
[class*=_gbblue][class*=_gb10] .cs_lb_label,
[class*=_gborange][class*=_gb10] .cs_lb_label,
[class*=_gbyellow][class*=_gb10] .cs_lb_label,
[class*=_gbpink][class*=_gb10] .cs_lb_label,
[class*=_gbwhite][class*=_gb10] .cs_lb_label,
[class*=_gbcyan][class*=_gb10] .cs_lb_label,
[class*=_gbgreen][class*=_gb10] .cs_lb_label,
[class*=_gbgray][class*=_gb10] .cs_lb_label,
[class*=_gbjr][class*=_gb10] .cs_lb_label {
  width: 10%;
}
[class*=_gbred][class*=_gb11] .cs_lb_label,
[class*=_gbblack][class*=_gb11] .cs_lb_label,
[class*=_gbblue][class*=_gb11] .cs_lb_label,
[class*=_gborange][class*=_gb11] .cs_lb_label,
[class*=_gbyellow][class*=_gb11] .cs_lb_label,
[class*=_gbpink][class*=_gb11] .cs_lb_label,
[class*=_gbwhite][class*=_gb11] .cs_lb_label,
[class*=_gbcyan][class*=_gb11] .cs_lb_label,
[class*=_gbgreen][class*=_gb11] .cs_lb_label,
[class*=_gbgray][class*=_gb11] .cs_lb_label,
[class*=_gbjr][class*=_gb11] .cs_lb_label {
  width: 11%;
}
[class*=_gbred][class*=_gb12] .cs_lb_label,
[class*=_gbblack][class*=_gb12] .cs_lb_label,
[class*=_gbblue][class*=_gb12] .cs_lb_label,
[class*=_gborange][class*=_gb12] .cs_lb_label,
[class*=_gbyellow][class*=_gb12] .cs_lb_label,
[class*=_gbpink][class*=_gb12] .cs_lb_label,
[class*=_gbwhite][class*=_gb12] .cs_lb_label,
[class*=_gbcyan][class*=_gb12] .cs_lb_label,
[class*=_gbgreen][class*=_gb12] .cs_lb_label,
[class*=_gbgray][class*=_gb12] .cs_lb_label,
[class*=_gbjr][class*=_gb12] .cs_lb_label {
  width: 12%;
}
[class*=_gbred][class*=_gb13] .cs_lb_label,
[class*=_gbblack][class*=_gb13] .cs_lb_label,
[class*=_gbblue][class*=_gb13] .cs_lb_label,
[class*=_gborange][class*=_gb13] .cs_lb_label,
[class*=_gbyellow][class*=_gb13] .cs_lb_label,
[class*=_gbpink][class*=_gb13] .cs_lb_label,
[class*=_gbwhite][class*=_gb13] .cs_lb_label,
[class*=_gbcyan][class*=_gb13] .cs_lb_label,
[class*=_gbgreen][class*=_gb13] .cs_lb_label,
[class*=_gbgray][class*=_gb13] .cs_lb_label,
[class*=_gbjr][class*=_gb13] .cs_lb_label {
  width: 13%;
}
[class*=_gbred][class*=_gb14] .cs_lb_label,
[class*=_gbblack][class*=_gb14] .cs_lb_label,
[class*=_gbblue][class*=_gb14] .cs_lb_label,
[class*=_gborange][class*=_gb14] .cs_lb_label,
[class*=_gbyellow][class*=_gb14] .cs_lb_label,
[class*=_gbpink][class*=_gb14] .cs_lb_label,
[class*=_gbwhite][class*=_gb14] .cs_lb_label,
[class*=_gbcyan][class*=_gb14] .cs_lb_label,
[class*=_gbgreen][class*=_gb14] .cs_lb_label,
[class*=_gbgray][class*=_gb14] .cs_lb_label,
[class*=_gbjr][class*=_gb14] .cs_lb_label {
  width: 14%;
}
[class*=_gbred][class*=_gb15] .cs_lb_label,
[class*=_gbblack][class*=_gb15] .cs_lb_label,
[class*=_gbblue][class*=_gb15] .cs_lb_label,
[class*=_gborange][class*=_gb15] .cs_lb_label,
[class*=_gbyellow][class*=_gb15] .cs_lb_label,
[class*=_gbpink][class*=_gb15] .cs_lb_label,
[class*=_gbwhite][class*=_gb15] .cs_lb_label,
[class*=_gbcyan][class*=_gb15] .cs_lb_label,
[class*=_gbgreen][class*=_gb15] .cs_lb_label,
[class*=_gbgray][class*=_gb15] .cs_lb_label,
[class*=_gbjr][class*=_gb15] .cs_lb_label {
  width: 15%;
}
[class*=_gbred][class*=_gb16] .cs_lb_label,
[class*=_gbblack][class*=_gb16] .cs_lb_label,
[class*=_gbblue][class*=_gb16] .cs_lb_label,
[class*=_gborange][class*=_gb16] .cs_lb_label,
[class*=_gbyellow][class*=_gb16] .cs_lb_label,
[class*=_gbpink][class*=_gb16] .cs_lb_label,
[class*=_gbwhite][class*=_gb16] .cs_lb_label,
[class*=_gbcyan][class*=_gb16] .cs_lb_label,
[class*=_gbgreen][class*=_gb16] .cs_lb_label,
[class*=_gbgray][class*=_gb16] .cs_lb_label,
[class*=_gbjr][class*=_gb16] .cs_lb_label {
  width: 16%;
}
[class*=_gbred][class*=_gb17] .cs_lb_label,
[class*=_gbblack][class*=_gb17] .cs_lb_label,
[class*=_gbblue][class*=_gb17] .cs_lb_label,
[class*=_gborange][class*=_gb17] .cs_lb_label,
[class*=_gbyellow][class*=_gb17] .cs_lb_label,
[class*=_gbpink][class*=_gb17] .cs_lb_label,
[class*=_gbwhite][class*=_gb17] .cs_lb_label,
[class*=_gbcyan][class*=_gb17] .cs_lb_label,
[class*=_gbgreen][class*=_gb17] .cs_lb_label,
[class*=_gbgray][class*=_gb17] .cs_lb_label,
[class*=_gbjr][class*=_gb17] .cs_lb_label {
  width: 17%;
}
[class*=_gbred][class*=_gb18] .cs_lb_label,
[class*=_gbblack][class*=_gb18] .cs_lb_label,
[class*=_gbblue][class*=_gb18] .cs_lb_label,
[class*=_gborange][class*=_gb18] .cs_lb_label,
[class*=_gbyellow][class*=_gb18] .cs_lb_label,
[class*=_gbpink][class*=_gb18] .cs_lb_label,
[class*=_gbwhite][class*=_gb18] .cs_lb_label,
[class*=_gbcyan][class*=_gb18] .cs_lb_label,
[class*=_gbgreen][class*=_gb18] .cs_lb_label,
[class*=_gbgray][class*=_gb18] .cs_lb_label,
[class*=_gbjr][class*=_gb18] .cs_lb_label {
  width: 18%;
}
[class*=_gbred][class*=_gb19] .cs_lb_label,
[class*=_gbblack][class*=_gb19] .cs_lb_label,
[class*=_gbblue][class*=_gb19] .cs_lb_label,
[class*=_gborange][class*=_gb19] .cs_lb_label,
[class*=_gbyellow][class*=_gb19] .cs_lb_label,
[class*=_gbpink][class*=_gb19] .cs_lb_label,
[class*=_gbwhite][class*=_gb19] .cs_lb_label,
[class*=_gbcyan][class*=_gb19] .cs_lb_label,
[class*=_gbgreen][class*=_gb19] .cs_lb_label,
[class*=_gbgray][class*=_gb19] .cs_lb_label,
[class*=_gbjr][class*=_gb19] .cs_lb_label {
  width: 19%;
}
[class*=_gbred][class*=_gb20] .cs_lb_label,
[class*=_gbblack][class*=_gb20] .cs_lb_label,
[class*=_gbblue][class*=_gb20] .cs_lb_label,
[class*=_gborange][class*=_gb20] .cs_lb_label,
[class*=_gbyellow][class*=_gb20] .cs_lb_label,
[class*=_gbpink][class*=_gb20] .cs_lb_label,
[class*=_gbwhite][class*=_gb20] .cs_lb_label,
[class*=_gbcyan][class*=_gb20] .cs_lb_label,
[class*=_gbgreen][class*=_gb20] .cs_lb_label,
[class*=_gbgray][class*=_gb20] .cs_lb_label,
[class*=_gbjr][class*=_gb20] .cs_lb_label {
  width: 20%;
}
[class*=_gbred][class*=_gb21] .cs_lb_label,
[class*=_gbblack][class*=_gb21] .cs_lb_label,
[class*=_gbblue][class*=_gb21] .cs_lb_label,
[class*=_gborange][class*=_gb21] .cs_lb_label,
[class*=_gbyellow][class*=_gb21] .cs_lb_label,
[class*=_gbpink][class*=_gb21] .cs_lb_label,
[class*=_gbwhite][class*=_gb21] .cs_lb_label,
[class*=_gbcyan][class*=_gb21] .cs_lb_label,
[class*=_gbgreen][class*=_gb21] .cs_lb_label,
[class*=_gbgray][class*=_gb21] .cs_lb_label,
[class*=_gbjr][class*=_gb21] .cs_lb_label {
  width: 21%;
}
[class*=_gbred][class*=_gb22] .cs_lb_label,
[class*=_gbblack][class*=_gb22] .cs_lb_label,
[class*=_gbblue][class*=_gb22] .cs_lb_label,
[class*=_gborange][class*=_gb22] .cs_lb_label,
[class*=_gbyellow][class*=_gb22] .cs_lb_label,
[class*=_gbpink][class*=_gb22] .cs_lb_label,
[class*=_gbwhite][class*=_gb22] .cs_lb_label,
[class*=_gbcyan][class*=_gb22] .cs_lb_label,
[class*=_gbgreen][class*=_gb22] .cs_lb_label,
[class*=_gbgray][class*=_gb22] .cs_lb_label,
[class*=_gbjr][class*=_gb22] .cs_lb_label {
  width: 22%;
}
[class*=_gbred][class*=_gb23] .cs_lb_label,
[class*=_gbblack][class*=_gb23] .cs_lb_label,
[class*=_gbblue][class*=_gb23] .cs_lb_label,
[class*=_gborange][class*=_gb23] .cs_lb_label,
[class*=_gbyellow][class*=_gb23] .cs_lb_label,
[class*=_gbpink][class*=_gb23] .cs_lb_label,
[class*=_gbwhite][class*=_gb23] .cs_lb_label,
[class*=_gbcyan][class*=_gb23] .cs_lb_label,
[class*=_gbgreen][class*=_gb23] .cs_lb_label,
[class*=_gbgray][class*=_gb23] .cs_lb_label,
[class*=_gbjr][class*=_gb23] .cs_lb_label {
  width: 23%;
}
[class*=_gbred][class*=_gb24] .cs_lb_label,
[class*=_gbblack][class*=_gb24] .cs_lb_label,
[class*=_gbblue][class*=_gb24] .cs_lb_label,
[class*=_gborange][class*=_gb24] .cs_lb_label,
[class*=_gbyellow][class*=_gb24] .cs_lb_label,
[class*=_gbpink][class*=_gb24] .cs_lb_label,
[class*=_gbwhite][class*=_gb24] .cs_lb_label,
[class*=_gbcyan][class*=_gb24] .cs_lb_label,
[class*=_gbgreen][class*=_gb24] .cs_lb_label,
[class*=_gbgray][class*=_gb24] .cs_lb_label,
[class*=_gbjr][class*=_gb24] .cs_lb_label {
  width: 24%;
}
[class*=_gbred][class*=_gb25] .cs_lb_label,
[class*=_gbblack][class*=_gb25] .cs_lb_label,
[class*=_gbblue][class*=_gb25] .cs_lb_label,
[class*=_gborange][class*=_gb25] .cs_lb_label,
[class*=_gbyellow][class*=_gb25] .cs_lb_label,
[class*=_gbpink][class*=_gb25] .cs_lb_label,
[class*=_gbwhite][class*=_gb25] .cs_lb_label,
[class*=_gbcyan][class*=_gb25] .cs_lb_label,
[class*=_gbgreen][class*=_gb25] .cs_lb_label,
[class*=_gbgray][class*=_gb25] .cs_lb_label,
[class*=_gbjr][class*=_gb25] .cs_lb_label {
  width: 25%;
}
[class*=_gbred][class*=_gb26] .cs_lb_label,
[class*=_gbblack][class*=_gb26] .cs_lb_label,
[class*=_gbblue][class*=_gb26] .cs_lb_label,
[class*=_gborange][class*=_gb26] .cs_lb_label,
[class*=_gbyellow][class*=_gb26] .cs_lb_label,
[class*=_gbpink][class*=_gb26] .cs_lb_label,
[class*=_gbwhite][class*=_gb26] .cs_lb_label,
[class*=_gbcyan][class*=_gb26] .cs_lb_label,
[class*=_gbgreen][class*=_gb26] .cs_lb_label,
[class*=_gbgray][class*=_gb26] .cs_lb_label,
[class*=_gbjr][class*=_gb26] .cs_lb_label {
  width: 26%;
}
[class*=_gbred][class*=_gb27] .cs_lb_label,
[class*=_gbblack][class*=_gb27] .cs_lb_label,
[class*=_gbblue][class*=_gb27] .cs_lb_label,
[class*=_gborange][class*=_gb27] .cs_lb_label,
[class*=_gbyellow][class*=_gb27] .cs_lb_label,
[class*=_gbpink][class*=_gb27] .cs_lb_label,
[class*=_gbwhite][class*=_gb27] .cs_lb_label,
[class*=_gbcyan][class*=_gb27] .cs_lb_label,
[class*=_gbgreen][class*=_gb27] .cs_lb_label,
[class*=_gbgray][class*=_gb27] .cs_lb_label,
[class*=_gbjr][class*=_gb27] .cs_lb_label {
  width: 27%;
}
[class*=_gbred][class*=_gb28] .cs_lb_label,
[class*=_gbblack][class*=_gb28] .cs_lb_label,
[class*=_gbblue][class*=_gb28] .cs_lb_label,
[class*=_gborange][class*=_gb28] .cs_lb_label,
[class*=_gbyellow][class*=_gb28] .cs_lb_label,
[class*=_gbpink][class*=_gb28] .cs_lb_label,
[class*=_gbwhite][class*=_gb28] .cs_lb_label,
[class*=_gbcyan][class*=_gb28] .cs_lb_label,
[class*=_gbgreen][class*=_gb28] .cs_lb_label,
[class*=_gbgray][class*=_gb28] .cs_lb_label,
[class*=_gbjr][class*=_gb28] .cs_lb_label {
  width: 28%;
}
[class*=_gbred][class*=_gb29] .cs_lb_label,
[class*=_gbblack][class*=_gb29] .cs_lb_label,
[class*=_gbblue][class*=_gb29] .cs_lb_label,
[class*=_gborange][class*=_gb29] .cs_lb_label,
[class*=_gbyellow][class*=_gb29] .cs_lb_label,
[class*=_gbpink][class*=_gb29] .cs_lb_label,
[class*=_gbwhite][class*=_gb29] .cs_lb_label,
[class*=_gbcyan][class*=_gb29] .cs_lb_label,
[class*=_gbgreen][class*=_gb29] .cs_lb_label,
[class*=_gbgray][class*=_gb29] .cs_lb_label,
[class*=_gbjr][class*=_gb29] .cs_lb_label {
  width: 29%;
}
[class*=_gbred][class*=_gb30] .cs_lb_label,
[class*=_gbblack][class*=_gb30] .cs_lb_label,
[class*=_gbblue][class*=_gb30] .cs_lb_label,
[class*=_gborange][class*=_gb30] .cs_lb_label,
[class*=_gbyellow][class*=_gb30] .cs_lb_label,
[class*=_gbpink][class*=_gb30] .cs_lb_label,
[class*=_gbwhite][class*=_gb30] .cs_lb_label,
[class*=_gbcyan][class*=_gb30] .cs_lb_label,
[class*=_gbgreen][class*=_gb30] .cs_lb_label,
[class*=_gbgray][class*=_gb30] .cs_lb_label,
[class*=_gbjr][class*=_gb30] .cs_lb_label {
  width: 30%;
}
[class*=_gbred][class*=_gb31] .cs_lb_label,
[class*=_gbblack][class*=_gb31] .cs_lb_label,
[class*=_gbblue][class*=_gb31] .cs_lb_label,
[class*=_gborange][class*=_gb31] .cs_lb_label,
[class*=_gbyellow][class*=_gb31] .cs_lb_label,
[class*=_gbpink][class*=_gb31] .cs_lb_label,
[class*=_gbwhite][class*=_gb31] .cs_lb_label,
[class*=_gbcyan][class*=_gb31] .cs_lb_label,
[class*=_gbgreen][class*=_gb31] .cs_lb_label,
[class*=_gbgray][class*=_gb31] .cs_lb_label,
[class*=_gbjr][class*=_gb31] .cs_lb_label {
  width: 31%;
}
[class*=_gbred][class*=_gb32] .cs_lb_label,
[class*=_gbblack][class*=_gb32] .cs_lb_label,
[class*=_gbblue][class*=_gb32] .cs_lb_label,
[class*=_gborange][class*=_gb32] .cs_lb_label,
[class*=_gbyellow][class*=_gb32] .cs_lb_label,
[class*=_gbpink][class*=_gb32] .cs_lb_label,
[class*=_gbwhite][class*=_gb32] .cs_lb_label,
[class*=_gbcyan][class*=_gb32] .cs_lb_label,
[class*=_gbgreen][class*=_gb32] .cs_lb_label,
[class*=_gbgray][class*=_gb32] .cs_lb_label,
[class*=_gbjr][class*=_gb32] .cs_lb_label {
  width: 32%;
}
[class*=_gbred][class*=_gb33] .cs_lb_label,
[class*=_gbblack][class*=_gb33] .cs_lb_label,
[class*=_gbblue][class*=_gb33] .cs_lb_label,
[class*=_gborange][class*=_gb33] .cs_lb_label,
[class*=_gbyellow][class*=_gb33] .cs_lb_label,
[class*=_gbpink][class*=_gb33] .cs_lb_label,
[class*=_gbwhite][class*=_gb33] .cs_lb_label,
[class*=_gbcyan][class*=_gb33] .cs_lb_label,
[class*=_gbgreen][class*=_gb33] .cs_lb_label,
[class*=_gbgray][class*=_gb33] .cs_lb_label,
[class*=_gbjr][class*=_gb33] .cs_lb_label {
  width: 33%;
}
[class*=_gbred][class*=_gb34] .cs_lb_label,
[class*=_gbblack][class*=_gb34] .cs_lb_label,
[class*=_gbblue][class*=_gb34] .cs_lb_label,
[class*=_gborange][class*=_gb34] .cs_lb_label,
[class*=_gbyellow][class*=_gb34] .cs_lb_label,
[class*=_gbpink][class*=_gb34] .cs_lb_label,
[class*=_gbwhite][class*=_gb34] .cs_lb_label,
[class*=_gbcyan][class*=_gb34] .cs_lb_label,
[class*=_gbgreen][class*=_gb34] .cs_lb_label,
[class*=_gbgray][class*=_gb34] .cs_lb_label,
[class*=_gbjr][class*=_gb34] .cs_lb_label {
  width: 34%;
}
[class*=_gbred][class*=_gb35] .cs_lb_label,
[class*=_gbblack][class*=_gb35] .cs_lb_label,
[class*=_gbblue][class*=_gb35] .cs_lb_label,
[class*=_gborange][class*=_gb35] .cs_lb_label,
[class*=_gbyellow][class*=_gb35] .cs_lb_label,
[class*=_gbpink][class*=_gb35] .cs_lb_label,
[class*=_gbwhite][class*=_gb35] .cs_lb_label,
[class*=_gbcyan][class*=_gb35] .cs_lb_label,
[class*=_gbgreen][class*=_gb35] .cs_lb_label,
[class*=_gbgray][class*=_gb35] .cs_lb_label,
[class*=_gbjr][class*=_gb35] .cs_lb_label {
  width: 35%;
}
[class*=_gbred][class*=_gb36] .cs_lb_label,
[class*=_gbblack][class*=_gb36] .cs_lb_label,
[class*=_gbblue][class*=_gb36] .cs_lb_label,
[class*=_gborange][class*=_gb36] .cs_lb_label,
[class*=_gbyellow][class*=_gb36] .cs_lb_label,
[class*=_gbpink][class*=_gb36] .cs_lb_label,
[class*=_gbwhite][class*=_gb36] .cs_lb_label,
[class*=_gbcyan][class*=_gb36] .cs_lb_label,
[class*=_gbgreen][class*=_gb36] .cs_lb_label,
[class*=_gbgray][class*=_gb36] .cs_lb_label,
[class*=_gbjr][class*=_gb36] .cs_lb_label {
  width: 36%;
}
[class*=_gbred][class*=_gb37] .cs_lb_label,
[class*=_gbblack][class*=_gb37] .cs_lb_label,
[class*=_gbblue][class*=_gb37] .cs_lb_label,
[class*=_gborange][class*=_gb37] .cs_lb_label,
[class*=_gbyellow][class*=_gb37] .cs_lb_label,
[class*=_gbpink][class*=_gb37] .cs_lb_label,
[class*=_gbwhite][class*=_gb37] .cs_lb_label,
[class*=_gbcyan][class*=_gb37] .cs_lb_label,
[class*=_gbgreen][class*=_gb37] .cs_lb_label,
[class*=_gbgray][class*=_gb37] .cs_lb_label,
[class*=_gbjr][class*=_gb37] .cs_lb_label {
  width: 37%;
}
[class*=_gbred][class*=_gb38] .cs_lb_label,
[class*=_gbblack][class*=_gb38] .cs_lb_label,
[class*=_gbblue][class*=_gb38] .cs_lb_label,
[class*=_gborange][class*=_gb38] .cs_lb_label,
[class*=_gbyellow][class*=_gb38] .cs_lb_label,
[class*=_gbpink][class*=_gb38] .cs_lb_label,
[class*=_gbwhite][class*=_gb38] .cs_lb_label,
[class*=_gbcyan][class*=_gb38] .cs_lb_label,
[class*=_gbgreen][class*=_gb38] .cs_lb_label,
[class*=_gbgray][class*=_gb38] .cs_lb_label,
[class*=_gbjr][class*=_gb38] .cs_lb_label {
  width: 38%;
}
[class*=_gbred][class*=_gb39] .cs_lb_label,
[class*=_gbblack][class*=_gb39] .cs_lb_label,
[class*=_gbblue][class*=_gb39] .cs_lb_label,
[class*=_gborange][class*=_gb39] .cs_lb_label,
[class*=_gbyellow][class*=_gb39] .cs_lb_label,
[class*=_gbpink][class*=_gb39] .cs_lb_label,
[class*=_gbwhite][class*=_gb39] .cs_lb_label,
[class*=_gbcyan][class*=_gb39] .cs_lb_label,
[class*=_gbgreen][class*=_gb39] .cs_lb_label,
[class*=_gbgray][class*=_gb39] .cs_lb_label,
[class*=_gbjr][class*=_gb39] .cs_lb_label {
  width: 39%;
}
[class*=_gbred][class*=_gb40] .cs_lb_label,
[class*=_gbblack][class*=_gb40] .cs_lb_label,
[class*=_gbblue][class*=_gb40] .cs_lb_label,
[class*=_gborange][class*=_gb40] .cs_lb_label,
[class*=_gbyellow][class*=_gb40] .cs_lb_label,
[class*=_gbpink][class*=_gb40] .cs_lb_label,
[class*=_gbwhite][class*=_gb40] .cs_lb_label,
[class*=_gbcyan][class*=_gb40] .cs_lb_label,
[class*=_gbgreen][class*=_gb40] .cs_lb_label,
[class*=_gbgray][class*=_gb40] .cs_lb_label,
[class*=_gbjr][class*=_gb40] .cs_lb_label {
  width: 40%;
}
[class*=_gbred][class*=_gb41] .cs_lb_label,
[class*=_gbblack][class*=_gb41] .cs_lb_label,
[class*=_gbblue][class*=_gb41] .cs_lb_label,
[class*=_gborange][class*=_gb41] .cs_lb_label,
[class*=_gbyellow][class*=_gb41] .cs_lb_label,
[class*=_gbpink][class*=_gb41] .cs_lb_label,
[class*=_gbwhite][class*=_gb41] .cs_lb_label,
[class*=_gbcyan][class*=_gb41] .cs_lb_label,
[class*=_gbgreen][class*=_gb41] .cs_lb_label,
[class*=_gbgray][class*=_gb41] .cs_lb_label,
[class*=_gbjr][class*=_gb41] .cs_lb_label {
  width: 41%;
}
[class*=_gbred][class*=_gb42] .cs_lb_label,
[class*=_gbblack][class*=_gb42] .cs_lb_label,
[class*=_gbblue][class*=_gb42] .cs_lb_label,
[class*=_gborange][class*=_gb42] .cs_lb_label,
[class*=_gbyellow][class*=_gb42] .cs_lb_label,
[class*=_gbpink][class*=_gb42] .cs_lb_label,
[class*=_gbwhite][class*=_gb42] .cs_lb_label,
[class*=_gbcyan][class*=_gb42] .cs_lb_label,
[class*=_gbgreen][class*=_gb42] .cs_lb_label,
[class*=_gbgray][class*=_gb42] .cs_lb_label,
[class*=_gbjr][class*=_gb42] .cs_lb_label {
  width: 42%;
}
[class*=_gbred][class*=_gb43] .cs_lb_label,
[class*=_gbblack][class*=_gb43] .cs_lb_label,
[class*=_gbblue][class*=_gb43] .cs_lb_label,
[class*=_gborange][class*=_gb43] .cs_lb_label,
[class*=_gbyellow][class*=_gb43] .cs_lb_label,
[class*=_gbpink][class*=_gb43] .cs_lb_label,
[class*=_gbwhite][class*=_gb43] .cs_lb_label,
[class*=_gbcyan][class*=_gb43] .cs_lb_label,
[class*=_gbgreen][class*=_gb43] .cs_lb_label,
[class*=_gbgray][class*=_gb43] .cs_lb_label,
[class*=_gbjr][class*=_gb43] .cs_lb_label {
  width: 43%;
}
[class*=_gbred][class*=_gb44] .cs_lb_label,
[class*=_gbblack][class*=_gb44] .cs_lb_label,
[class*=_gbblue][class*=_gb44] .cs_lb_label,
[class*=_gborange][class*=_gb44] .cs_lb_label,
[class*=_gbyellow][class*=_gb44] .cs_lb_label,
[class*=_gbpink][class*=_gb44] .cs_lb_label,
[class*=_gbwhite][class*=_gb44] .cs_lb_label,
[class*=_gbcyan][class*=_gb44] .cs_lb_label,
[class*=_gbgreen][class*=_gb44] .cs_lb_label,
[class*=_gbgray][class*=_gb44] .cs_lb_label,
[class*=_gbjr][class*=_gb44] .cs_lb_label {
  width: 44%;
}
[class*=_gbred][class*=_gb45] .cs_lb_label,
[class*=_gbblack][class*=_gb45] .cs_lb_label,
[class*=_gbblue][class*=_gb45] .cs_lb_label,
[class*=_gborange][class*=_gb45] .cs_lb_label,
[class*=_gbyellow][class*=_gb45] .cs_lb_label,
[class*=_gbpink][class*=_gb45] .cs_lb_label,
[class*=_gbwhite][class*=_gb45] .cs_lb_label,
[class*=_gbcyan][class*=_gb45] .cs_lb_label,
[class*=_gbgreen][class*=_gb45] .cs_lb_label,
[class*=_gbgray][class*=_gb45] .cs_lb_label,
[class*=_gbjr][class*=_gb45] .cs_lb_label {
  width: 45%;
}
[class*=_gbred][class*=_gb46] .cs_lb_label,
[class*=_gbblack][class*=_gb46] .cs_lb_label,
[class*=_gbblue][class*=_gb46] .cs_lb_label,
[class*=_gborange][class*=_gb46] .cs_lb_label,
[class*=_gbyellow][class*=_gb46] .cs_lb_label,
[class*=_gbpink][class*=_gb46] .cs_lb_label,
[class*=_gbwhite][class*=_gb46] .cs_lb_label,
[class*=_gbcyan][class*=_gb46] .cs_lb_label,
[class*=_gbgreen][class*=_gb46] .cs_lb_label,
[class*=_gbgray][class*=_gb46] .cs_lb_label,
[class*=_gbjr][class*=_gb46] .cs_lb_label {
  width: 46%;
}
[class*=_gbred][class*=_gb47] .cs_lb_label,
[class*=_gbblack][class*=_gb47] .cs_lb_label,
[class*=_gbblue][class*=_gb47] .cs_lb_label,
[class*=_gborange][class*=_gb47] .cs_lb_label,
[class*=_gbyellow][class*=_gb47] .cs_lb_label,
[class*=_gbpink][class*=_gb47] .cs_lb_label,
[class*=_gbwhite][class*=_gb47] .cs_lb_label,
[class*=_gbcyan][class*=_gb47] .cs_lb_label,
[class*=_gbgreen][class*=_gb47] .cs_lb_label,
[class*=_gbgray][class*=_gb47] .cs_lb_label,
[class*=_gbjr][class*=_gb47] .cs_lb_label {
  width: 47%;
}
[class*=_gbred][class*=_gb48] .cs_lb_label,
[class*=_gbblack][class*=_gb48] .cs_lb_label,
[class*=_gbblue][class*=_gb48] .cs_lb_label,
[class*=_gborange][class*=_gb48] .cs_lb_label,
[class*=_gbyellow][class*=_gb48] .cs_lb_label,
[class*=_gbpink][class*=_gb48] .cs_lb_label,
[class*=_gbwhite][class*=_gb48] .cs_lb_label,
[class*=_gbcyan][class*=_gb48] .cs_lb_label,
[class*=_gbgreen][class*=_gb48] .cs_lb_label,
[class*=_gbgray][class*=_gb48] .cs_lb_label,
[class*=_gbjr][class*=_gb48] .cs_lb_label {
  width: 48%;
}
[class*=_gbred][class*=_gb49] .cs_lb_label,
[class*=_gbblack][class*=_gb49] .cs_lb_label,
[class*=_gbblue][class*=_gb49] .cs_lb_label,
[class*=_gborange][class*=_gb49] .cs_lb_label,
[class*=_gbyellow][class*=_gb49] .cs_lb_label,
[class*=_gbpink][class*=_gb49] .cs_lb_label,
[class*=_gbwhite][class*=_gb49] .cs_lb_label,
[class*=_gbcyan][class*=_gb49] .cs_lb_label,
[class*=_gbgreen][class*=_gb49] .cs_lb_label,
[class*=_gbgray][class*=_gb49] .cs_lb_label,
[class*=_gbjr][class*=_gb49] .cs_lb_label {
  width: 49%;
}
[class*=_gbred][class*=_gb50] .cs_lb_label,
[class*=_gbblack][class*=_gb50] .cs_lb_label,
[class*=_gbblue][class*=_gb50] .cs_lb_label,
[class*=_gborange][class*=_gb50] .cs_lb_label,
[class*=_gbyellow][class*=_gb50] .cs_lb_label,
[class*=_gbpink][class*=_gb50] .cs_lb_label,
[class*=_gbwhite][class*=_gb50] .cs_lb_label,
[class*=_gbcyan][class*=_gb50] .cs_lb_label,
[class*=_gbgreen][class*=_gb50] .cs_lb_label,
[class*=_gbgray][class*=_gb50] .cs_lb_label,
[class*=_gbjr][class*=_gb50] .cs_lb_label {
  width: 50%;
}
[class*=_gbred][class*=_gb51] .cs_lb_label,
[class*=_gbblack][class*=_gb51] .cs_lb_label,
[class*=_gbblue][class*=_gb51] .cs_lb_label,
[class*=_gborange][class*=_gb51] .cs_lb_label,
[class*=_gbyellow][class*=_gb51] .cs_lb_label,
[class*=_gbpink][class*=_gb51] .cs_lb_label,
[class*=_gbwhite][class*=_gb51] .cs_lb_label,
[class*=_gbcyan][class*=_gb51] .cs_lb_label,
[class*=_gbgreen][class*=_gb51] .cs_lb_label,
[class*=_gbgray][class*=_gb51] .cs_lb_label,
[class*=_gbjr][class*=_gb51] .cs_lb_label {
  width: 51%;
}
[class*=_gbred][class*=_gb52] .cs_lb_label,
[class*=_gbblack][class*=_gb52] .cs_lb_label,
[class*=_gbblue][class*=_gb52] .cs_lb_label,
[class*=_gborange][class*=_gb52] .cs_lb_label,
[class*=_gbyellow][class*=_gb52] .cs_lb_label,
[class*=_gbpink][class*=_gb52] .cs_lb_label,
[class*=_gbwhite][class*=_gb52] .cs_lb_label,
[class*=_gbcyan][class*=_gb52] .cs_lb_label,
[class*=_gbgreen][class*=_gb52] .cs_lb_label,
[class*=_gbgray][class*=_gb52] .cs_lb_label,
[class*=_gbjr][class*=_gb52] .cs_lb_label {
  width: 52%;
}
[class*=_gbred][class*=_gb53] .cs_lb_label,
[class*=_gbblack][class*=_gb53] .cs_lb_label,
[class*=_gbblue][class*=_gb53] .cs_lb_label,
[class*=_gborange][class*=_gb53] .cs_lb_label,
[class*=_gbyellow][class*=_gb53] .cs_lb_label,
[class*=_gbpink][class*=_gb53] .cs_lb_label,
[class*=_gbwhite][class*=_gb53] .cs_lb_label,
[class*=_gbcyan][class*=_gb53] .cs_lb_label,
[class*=_gbgreen][class*=_gb53] .cs_lb_label,
[class*=_gbgray][class*=_gb53] .cs_lb_label,
[class*=_gbjr][class*=_gb53] .cs_lb_label {
  width: 53%;
}
[class*=_gbred][class*=_gb54] .cs_lb_label,
[class*=_gbblack][class*=_gb54] .cs_lb_label,
[class*=_gbblue][class*=_gb54] .cs_lb_label,
[class*=_gborange][class*=_gb54] .cs_lb_label,
[class*=_gbyellow][class*=_gb54] .cs_lb_label,
[class*=_gbpink][class*=_gb54] .cs_lb_label,
[class*=_gbwhite][class*=_gb54] .cs_lb_label,
[class*=_gbcyan][class*=_gb54] .cs_lb_label,
[class*=_gbgreen][class*=_gb54] .cs_lb_label,
[class*=_gbgray][class*=_gb54] .cs_lb_label,
[class*=_gbjr][class*=_gb54] .cs_lb_label {
  width: 54%;
}
[class*=_gbred][class*=_gb55] .cs_lb_label,
[class*=_gbblack][class*=_gb55] .cs_lb_label,
[class*=_gbblue][class*=_gb55] .cs_lb_label,
[class*=_gborange][class*=_gb55] .cs_lb_label,
[class*=_gbyellow][class*=_gb55] .cs_lb_label,
[class*=_gbpink][class*=_gb55] .cs_lb_label,
[class*=_gbwhite][class*=_gb55] .cs_lb_label,
[class*=_gbcyan][class*=_gb55] .cs_lb_label,
[class*=_gbgreen][class*=_gb55] .cs_lb_label,
[class*=_gbgray][class*=_gb55] .cs_lb_label,
[class*=_gbjr][class*=_gb55] .cs_lb_label {
  width: 55%;
}
[class*=_gbred][class*=_gb56] .cs_lb_label,
[class*=_gbblack][class*=_gb56] .cs_lb_label,
[class*=_gbblue][class*=_gb56] .cs_lb_label,
[class*=_gborange][class*=_gb56] .cs_lb_label,
[class*=_gbyellow][class*=_gb56] .cs_lb_label,
[class*=_gbpink][class*=_gb56] .cs_lb_label,
[class*=_gbwhite][class*=_gb56] .cs_lb_label,
[class*=_gbcyan][class*=_gb56] .cs_lb_label,
[class*=_gbgreen][class*=_gb56] .cs_lb_label,
[class*=_gbgray][class*=_gb56] .cs_lb_label,
[class*=_gbjr][class*=_gb56] .cs_lb_label {
  width: 56%;
}
[class*=_gbred][class*=_gb57] .cs_lb_label,
[class*=_gbblack][class*=_gb57] .cs_lb_label,
[class*=_gbblue][class*=_gb57] .cs_lb_label,
[class*=_gborange][class*=_gb57] .cs_lb_label,
[class*=_gbyellow][class*=_gb57] .cs_lb_label,
[class*=_gbpink][class*=_gb57] .cs_lb_label,
[class*=_gbwhite][class*=_gb57] .cs_lb_label,
[class*=_gbcyan][class*=_gb57] .cs_lb_label,
[class*=_gbgreen][class*=_gb57] .cs_lb_label,
[class*=_gbgray][class*=_gb57] .cs_lb_label,
[class*=_gbjr][class*=_gb57] .cs_lb_label {
  width: 57%;
}
[class*=_gbred][class*=_gb58] .cs_lb_label,
[class*=_gbblack][class*=_gb58] .cs_lb_label,
[class*=_gbblue][class*=_gb58] .cs_lb_label,
[class*=_gborange][class*=_gb58] .cs_lb_label,
[class*=_gbyellow][class*=_gb58] .cs_lb_label,
[class*=_gbpink][class*=_gb58] .cs_lb_label,
[class*=_gbwhite][class*=_gb58] .cs_lb_label,
[class*=_gbcyan][class*=_gb58] .cs_lb_label,
[class*=_gbgreen][class*=_gb58] .cs_lb_label,
[class*=_gbgray][class*=_gb58] .cs_lb_label,
[class*=_gbjr][class*=_gb58] .cs_lb_label {
  width: 58%;
}
[class*=_gbred][class*=_gb59] .cs_lb_label,
[class*=_gbblack][class*=_gb59] .cs_lb_label,
[class*=_gbblue][class*=_gb59] .cs_lb_label,
[class*=_gborange][class*=_gb59] .cs_lb_label,
[class*=_gbyellow][class*=_gb59] .cs_lb_label,
[class*=_gbpink][class*=_gb59] .cs_lb_label,
[class*=_gbwhite][class*=_gb59] .cs_lb_label,
[class*=_gbcyan][class*=_gb59] .cs_lb_label,
[class*=_gbgreen][class*=_gb59] .cs_lb_label,
[class*=_gbgray][class*=_gb59] .cs_lb_label,
[class*=_gbjr][class*=_gb59] .cs_lb_label {
  width: 59%;
}
[class*=_gbred][class*=_gb60] .cs_lb_label,
[class*=_gbblack][class*=_gb60] .cs_lb_label,
[class*=_gbblue][class*=_gb60] .cs_lb_label,
[class*=_gborange][class*=_gb60] .cs_lb_label,
[class*=_gbyellow][class*=_gb60] .cs_lb_label,
[class*=_gbpink][class*=_gb60] .cs_lb_label,
[class*=_gbwhite][class*=_gb60] .cs_lb_label,
[class*=_gbcyan][class*=_gb60] .cs_lb_label,
[class*=_gbgreen][class*=_gb60] .cs_lb_label,
[class*=_gbgray][class*=_gb60] .cs_lb_label,
[class*=_gbjr][class*=_gb60] .cs_lb_label {
  width: 60%;
}
[class*=_gbred][class*=_gb61] .cs_lb_label,
[class*=_gbblack][class*=_gb61] .cs_lb_label,
[class*=_gbblue][class*=_gb61] .cs_lb_label,
[class*=_gborange][class*=_gb61] .cs_lb_label,
[class*=_gbyellow][class*=_gb61] .cs_lb_label,
[class*=_gbpink][class*=_gb61] .cs_lb_label,
[class*=_gbwhite][class*=_gb61] .cs_lb_label,
[class*=_gbcyan][class*=_gb61] .cs_lb_label,
[class*=_gbgreen][class*=_gb61] .cs_lb_label,
[class*=_gbgray][class*=_gb61] .cs_lb_label,
[class*=_gbjr][class*=_gb61] .cs_lb_label {
  width: 61%;
}
[class*=_gbred][class*=_gb62] .cs_lb_label,
[class*=_gbblack][class*=_gb62] .cs_lb_label,
[class*=_gbblue][class*=_gb62] .cs_lb_label,
[class*=_gborange][class*=_gb62] .cs_lb_label,
[class*=_gbyellow][class*=_gb62] .cs_lb_label,
[class*=_gbpink][class*=_gb62] .cs_lb_label,
[class*=_gbwhite][class*=_gb62] .cs_lb_label,
[class*=_gbcyan][class*=_gb62] .cs_lb_label,
[class*=_gbgreen][class*=_gb62] .cs_lb_label,
[class*=_gbgray][class*=_gb62] .cs_lb_label,
[class*=_gbjr][class*=_gb62] .cs_lb_label {
  width: 62%;
}
[class*=_gbred][class*=_gb63] .cs_lb_label,
[class*=_gbblack][class*=_gb63] .cs_lb_label,
[class*=_gbblue][class*=_gb63] .cs_lb_label,
[class*=_gborange][class*=_gb63] .cs_lb_label,
[class*=_gbyellow][class*=_gb63] .cs_lb_label,
[class*=_gbpink][class*=_gb63] .cs_lb_label,
[class*=_gbwhite][class*=_gb63] .cs_lb_label,
[class*=_gbcyan][class*=_gb63] .cs_lb_label,
[class*=_gbgreen][class*=_gb63] .cs_lb_label,
[class*=_gbgray][class*=_gb63] .cs_lb_label,
[class*=_gbjr][class*=_gb63] .cs_lb_label {
  width: 63%;
}
[class*=_gbred][class*=_gb64] .cs_lb_label,
[class*=_gbblack][class*=_gb64] .cs_lb_label,
[class*=_gbblue][class*=_gb64] .cs_lb_label,
[class*=_gborange][class*=_gb64] .cs_lb_label,
[class*=_gbyellow][class*=_gb64] .cs_lb_label,
[class*=_gbpink][class*=_gb64] .cs_lb_label,
[class*=_gbwhite][class*=_gb64] .cs_lb_label,
[class*=_gbcyan][class*=_gb64] .cs_lb_label,
[class*=_gbgreen][class*=_gb64] .cs_lb_label,
[class*=_gbgray][class*=_gb64] .cs_lb_label,
[class*=_gbjr][class*=_gb64] .cs_lb_label {
  width: 64%;
}
[class*=_gbred][class*=_gb65] .cs_lb_label,
[class*=_gbblack][class*=_gb65] .cs_lb_label,
[class*=_gbblue][class*=_gb65] .cs_lb_label,
[class*=_gborange][class*=_gb65] .cs_lb_label,
[class*=_gbyellow][class*=_gb65] .cs_lb_label,
[class*=_gbpink][class*=_gb65] .cs_lb_label,
[class*=_gbwhite][class*=_gb65] .cs_lb_label,
[class*=_gbcyan][class*=_gb65] .cs_lb_label,
[class*=_gbgreen][class*=_gb65] .cs_lb_label,
[class*=_gbgray][class*=_gb65] .cs_lb_label,
[class*=_gbjr][class*=_gb65] .cs_lb_label {
  width: 65%;
}
[class*=_gbred][class*=_gb66] .cs_lb_label,
[class*=_gbblack][class*=_gb66] .cs_lb_label,
[class*=_gbblue][class*=_gb66] .cs_lb_label,
[class*=_gborange][class*=_gb66] .cs_lb_label,
[class*=_gbyellow][class*=_gb66] .cs_lb_label,
[class*=_gbpink][class*=_gb66] .cs_lb_label,
[class*=_gbwhite][class*=_gb66] .cs_lb_label,
[class*=_gbcyan][class*=_gb66] .cs_lb_label,
[class*=_gbgreen][class*=_gb66] .cs_lb_label,
[class*=_gbgray][class*=_gb66] .cs_lb_label,
[class*=_gbjr][class*=_gb66] .cs_lb_label {
  width: 66%;
}
[class*=_gbred][class*=_gb67] .cs_lb_label,
[class*=_gbblack][class*=_gb67] .cs_lb_label,
[class*=_gbblue][class*=_gb67] .cs_lb_label,
[class*=_gborange][class*=_gb67] .cs_lb_label,
[class*=_gbyellow][class*=_gb67] .cs_lb_label,
[class*=_gbpink][class*=_gb67] .cs_lb_label,
[class*=_gbwhite][class*=_gb67] .cs_lb_label,
[class*=_gbcyan][class*=_gb67] .cs_lb_label,
[class*=_gbgreen][class*=_gb67] .cs_lb_label,
[class*=_gbgray][class*=_gb67] .cs_lb_label,
[class*=_gbjr][class*=_gb67] .cs_lb_label {
  width: 67%;
}
[class*=_gbred][class*=_gb68] .cs_lb_label,
[class*=_gbblack][class*=_gb68] .cs_lb_label,
[class*=_gbblue][class*=_gb68] .cs_lb_label,
[class*=_gborange][class*=_gb68] .cs_lb_label,
[class*=_gbyellow][class*=_gb68] .cs_lb_label,
[class*=_gbpink][class*=_gb68] .cs_lb_label,
[class*=_gbwhite][class*=_gb68] .cs_lb_label,
[class*=_gbcyan][class*=_gb68] .cs_lb_label,
[class*=_gbgreen][class*=_gb68] .cs_lb_label,
[class*=_gbgray][class*=_gb68] .cs_lb_label,
[class*=_gbjr][class*=_gb68] .cs_lb_label {
  width: 68%;
}
[class*=_gbred][class*=_gb69] .cs_lb_label,
[class*=_gbblack][class*=_gb69] .cs_lb_label,
[class*=_gbblue][class*=_gb69] .cs_lb_label,
[class*=_gborange][class*=_gb69] .cs_lb_label,
[class*=_gbyellow][class*=_gb69] .cs_lb_label,
[class*=_gbpink][class*=_gb69] .cs_lb_label,
[class*=_gbwhite][class*=_gb69] .cs_lb_label,
[class*=_gbcyan][class*=_gb69] .cs_lb_label,
[class*=_gbgreen][class*=_gb69] .cs_lb_label,
[class*=_gbgray][class*=_gb69] .cs_lb_label,
[class*=_gbjr][class*=_gb69] .cs_lb_label {
  width: 69%;
}
[class*=_gbred][class*=_gb70] .cs_lb_label,
[class*=_gbblack][class*=_gb70] .cs_lb_label,
[class*=_gbblue][class*=_gb70] .cs_lb_label,
[class*=_gborange][class*=_gb70] .cs_lb_label,
[class*=_gbyellow][class*=_gb70] .cs_lb_label,
[class*=_gbpink][class*=_gb70] .cs_lb_label,
[class*=_gbwhite][class*=_gb70] .cs_lb_label,
[class*=_gbcyan][class*=_gb70] .cs_lb_label,
[class*=_gbgreen][class*=_gb70] .cs_lb_label,
[class*=_gbgray][class*=_gb70] .cs_lb_label,
[class*=_gbjr][class*=_gb70] .cs_lb_label {
  width: 70%;
}
[class*=_gbred][class*=_gb71] .cs_lb_label,
[class*=_gbblack][class*=_gb71] .cs_lb_label,
[class*=_gbblue][class*=_gb71] .cs_lb_label,
[class*=_gborange][class*=_gb71] .cs_lb_label,
[class*=_gbyellow][class*=_gb71] .cs_lb_label,
[class*=_gbpink][class*=_gb71] .cs_lb_label,
[class*=_gbwhite][class*=_gb71] .cs_lb_label,
[class*=_gbcyan][class*=_gb71] .cs_lb_label,
[class*=_gbgreen][class*=_gb71] .cs_lb_label,
[class*=_gbgray][class*=_gb71] .cs_lb_label,
[class*=_gbjr][class*=_gb71] .cs_lb_label {
  width: 71%;
}
[class*=_gbred][class*=_gb72] .cs_lb_label,
[class*=_gbblack][class*=_gb72] .cs_lb_label,
[class*=_gbblue][class*=_gb72] .cs_lb_label,
[class*=_gborange][class*=_gb72] .cs_lb_label,
[class*=_gbyellow][class*=_gb72] .cs_lb_label,
[class*=_gbpink][class*=_gb72] .cs_lb_label,
[class*=_gbwhite][class*=_gb72] .cs_lb_label,
[class*=_gbcyan][class*=_gb72] .cs_lb_label,
[class*=_gbgreen][class*=_gb72] .cs_lb_label,
[class*=_gbgray][class*=_gb72] .cs_lb_label,
[class*=_gbjr][class*=_gb72] .cs_lb_label {
  width: 72%;
}
[class*=_gbred][class*=_gb73] .cs_lb_label,
[class*=_gbblack][class*=_gb73] .cs_lb_label,
[class*=_gbblue][class*=_gb73] .cs_lb_label,
[class*=_gborange][class*=_gb73] .cs_lb_label,
[class*=_gbyellow][class*=_gb73] .cs_lb_label,
[class*=_gbpink][class*=_gb73] .cs_lb_label,
[class*=_gbwhite][class*=_gb73] .cs_lb_label,
[class*=_gbcyan][class*=_gb73] .cs_lb_label,
[class*=_gbgreen][class*=_gb73] .cs_lb_label,
[class*=_gbgray][class*=_gb73] .cs_lb_label,
[class*=_gbjr][class*=_gb73] .cs_lb_label {
  width: 73%;
}
[class*=_gbred][class*=_gb74] .cs_lb_label,
[class*=_gbblack][class*=_gb74] .cs_lb_label,
[class*=_gbblue][class*=_gb74] .cs_lb_label,
[class*=_gborange][class*=_gb74] .cs_lb_label,
[class*=_gbyellow][class*=_gb74] .cs_lb_label,
[class*=_gbpink][class*=_gb74] .cs_lb_label,
[class*=_gbwhite][class*=_gb74] .cs_lb_label,
[class*=_gbcyan][class*=_gb74] .cs_lb_label,
[class*=_gbgreen][class*=_gb74] .cs_lb_label,
[class*=_gbgray][class*=_gb74] .cs_lb_label,
[class*=_gbjr][class*=_gb74] .cs_lb_label {
  width: 74%;
}
[class*=_gbred][class*=_gb75] .cs_lb_label,
[class*=_gbblack][class*=_gb75] .cs_lb_label,
[class*=_gbblue][class*=_gb75] .cs_lb_label,
[class*=_gborange][class*=_gb75] .cs_lb_label,
[class*=_gbyellow][class*=_gb75] .cs_lb_label,
[class*=_gbpink][class*=_gb75] .cs_lb_label,
[class*=_gbwhite][class*=_gb75] .cs_lb_label,
[class*=_gbcyan][class*=_gb75] .cs_lb_label,
[class*=_gbgreen][class*=_gb75] .cs_lb_label,
[class*=_gbgray][class*=_gb75] .cs_lb_label,
[class*=_gbjr][class*=_gb75] .cs_lb_label {
  width: 75%;
}
[class*=_gbred][class*=_gb76] .cs_lb_label,
[class*=_gbblack][class*=_gb76] .cs_lb_label,
[class*=_gbblue][class*=_gb76] .cs_lb_label,
[class*=_gborange][class*=_gb76] .cs_lb_label,
[class*=_gbyellow][class*=_gb76] .cs_lb_label,
[class*=_gbpink][class*=_gb76] .cs_lb_label,
[class*=_gbwhite][class*=_gb76] .cs_lb_label,
[class*=_gbcyan][class*=_gb76] .cs_lb_label,
[class*=_gbgreen][class*=_gb76] .cs_lb_label,
[class*=_gbgray][class*=_gb76] .cs_lb_label,
[class*=_gbjr][class*=_gb76] .cs_lb_label {
  width: 76%;
}
[class*=_gbred][class*=_gb77] .cs_lb_label,
[class*=_gbblack][class*=_gb77] .cs_lb_label,
[class*=_gbblue][class*=_gb77] .cs_lb_label,
[class*=_gborange][class*=_gb77] .cs_lb_label,
[class*=_gbyellow][class*=_gb77] .cs_lb_label,
[class*=_gbpink][class*=_gb77] .cs_lb_label,
[class*=_gbwhite][class*=_gb77] .cs_lb_label,
[class*=_gbcyan][class*=_gb77] .cs_lb_label,
[class*=_gbgreen][class*=_gb77] .cs_lb_label,
[class*=_gbgray][class*=_gb77] .cs_lb_label,
[class*=_gbjr][class*=_gb77] .cs_lb_label {
  width: 77%;
}
[class*=_gbred][class*=_gb78] .cs_lb_label,
[class*=_gbblack][class*=_gb78] .cs_lb_label,
[class*=_gbblue][class*=_gb78] .cs_lb_label,
[class*=_gborange][class*=_gb78] .cs_lb_label,
[class*=_gbyellow][class*=_gb78] .cs_lb_label,
[class*=_gbpink][class*=_gb78] .cs_lb_label,
[class*=_gbwhite][class*=_gb78] .cs_lb_label,
[class*=_gbcyan][class*=_gb78] .cs_lb_label,
[class*=_gbgreen][class*=_gb78] .cs_lb_label,
[class*=_gbgray][class*=_gb78] .cs_lb_label,
[class*=_gbjr][class*=_gb78] .cs_lb_label {
  width: 78%;
}
[class*=_gbred][class*=_gb79] .cs_lb_label,
[class*=_gbblack][class*=_gb79] .cs_lb_label,
[class*=_gbblue][class*=_gb79] .cs_lb_label,
[class*=_gborange][class*=_gb79] .cs_lb_label,
[class*=_gbyellow][class*=_gb79] .cs_lb_label,
[class*=_gbpink][class*=_gb79] .cs_lb_label,
[class*=_gbwhite][class*=_gb79] .cs_lb_label,
[class*=_gbcyan][class*=_gb79] .cs_lb_label,
[class*=_gbgreen][class*=_gb79] .cs_lb_label,
[class*=_gbgray][class*=_gb79] .cs_lb_label,
[class*=_gbjr][class*=_gb79] .cs_lb_label {
  width: 79%;
}
[class*=_gbred][class*=_gb80] .cs_lb_label,
[class*=_gbblack][class*=_gb80] .cs_lb_label,
[class*=_gbblue][class*=_gb80] .cs_lb_label,
[class*=_gborange][class*=_gb80] .cs_lb_label,
[class*=_gbyellow][class*=_gb80] .cs_lb_label,
[class*=_gbpink][class*=_gb80] .cs_lb_label,
[class*=_gbwhite][class*=_gb80] .cs_lb_label,
[class*=_gbcyan][class*=_gb80] .cs_lb_label,
[class*=_gbgreen][class*=_gb80] .cs_lb_label,
[class*=_gbgray][class*=_gb80] .cs_lb_label,
[class*=_gbjr][class*=_gb80] .cs_lb_label {
  width: 80%;
}
[class*=_gbred][class*=_gb81] .cs_lb_label,
[class*=_gbblack][class*=_gb81] .cs_lb_label,
[class*=_gbblue][class*=_gb81] .cs_lb_label,
[class*=_gborange][class*=_gb81] .cs_lb_label,
[class*=_gbyellow][class*=_gb81] .cs_lb_label,
[class*=_gbpink][class*=_gb81] .cs_lb_label,
[class*=_gbwhite][class*=_gb81] .cs_lb_label,
[class*=_gbcyan][class*=_gb81] .cs_lb_label,
[class*=_gbgreen][class*=_gb81] .cs_lb_label,
[class*=_gbgray][class*=_gb81] .cs_lb_label,
[class*=_gbjr][class*=_gb81] .cs_lb_label {
  width: 81%;
}
[class*=_gbred][class*=_gb82] .cs_lb_label,
[class*=_gbblack][class*=_gb82] .cs_lb_label,
[class*=_gbblue][class*=_gb82] .cs_lb_label,
[class*=_gborange][class*=_gb82] .cs_lb_label,
[class*=_gbyellow][class*=_gb82] .cs_lb_label,
[class*=_gbpink][class*=_gb82] .cs_lb_label,
[class*=_gbwhite][class*=_gb82] .cs_lb_label,
[class*=_gbcyan][class*=_gb82] .cs_lb_label,
[class*=_gbgreen][class*=_gb82] .cs_lb_label,
[class*=_gbgray][class*=_gb82] .cs_lb_label,
[class*=_gbjr][class*=_gb82] .cs_lb_label {
  width: 82%;
}
[class*=_gbred][class*=_gb83] .cs_lb_label,
[class*=_gbblack][class*=_gb83] .cs_lb_label,
[class*=_gbblue][class*=_gb83] .cs_lb_label,
[class*=_gborange][class*=_gb83] .cs_lb_label,
[class*=_gbyellow][class*=_gb83] .cs_lb_label,
[class*=_gbpink][class*=_gb83] .cs_lb_label,
[class*=_gbwhite][class*=_gb83] .cs_lb_label,
[class*=_gbcyan][class*=_gb83] .cs_lb_label,
[class*=_gbgreen][class*=_gb83] .cs_lb_label,
[class*=_gbgray][class*=_gb83] .cs_lb_label,
[class*=_gbjr][class*=_gb83] .cs_lb_label {
  width: 83%;
}
[class*=_gbred][class*=_gb84] .cs_lb_label,
[class*=_gbblack][class*=_gb84] .cs_lb_label,
[class*=_gbblue][class*=_gb84] .cs_lb_label,
[class*=_gborange][class*=_gb84] .cs_lb_label,
[class*=_gbyellow][class*=_gb84] .cs_lb_label,
[class*=_gbpink][class*=_gb84] .cs_lb_label,
[class*=_gbwhite][class*=_gb84] .cs_lb_label,
[class*=_gbcyan][class*=_gb84] .cs_lb_label,
[class*=_gbgreen][class*=_gb84] .cs_lb_label,
[class*=_gbgray][class*=_gb84] .cs_lb_label,
[class*=_gbjr][class*=_gb84] .cs_lb_label {
  width: 84%;
}
[class*=_gbred][class*=_gb85] .cs_lb_label,
[class*=_gbblack][class*=_gb85] .cs_lb_label,
[class*=_gbblue][class*=_gb85] .cs_lb_label,
[class*=_gborange][class*=_gb85] .cs_lb_label,
[class*=_gbyellow][class*=_gb85] .cs_lb_label,
[class*=_gbpink][class*=_gb85] .cs_lb_label,
[class*=_gbwhite][class*=_gb85] .cs_lb_label,
[class*=_gbcyan][class*=_gb85] .cs_lb_label,
[class*=_gbgreen][class*=_gb85] .cs_lb_label,
[class*=_gbgray][class*=_gb85] .cs_lb_label,
[class*=_gbjr][class*=_gb85] .cs_lb_label {
  width: 85%;
}
[class*=_gbred][class*=_gb86] .cs_lb_label,
[class*=_gbblack][class*=_gb86] .cs_lb_label,
[class*=_gbblue][class*=_gb86] .cs_lb_label,
[class*=_gborange][class*=_gb86] .cs_lb_label,
[class*=_gbyellow][class*=_gb86] .cs_lb_label,
[class*=_gbpink][class*=_gb86] .cs_lb_label,
[class*=_gbwhite][class*=_gb86] .cs_lb_label,
[class*=_gbcyan][class*=_gb86] .cs_lb_label,
[class*=_gbgreen][class*=_gb86] .cs_lb_label,
[class*=_gbgray][class*=_gb86] .cs_lb_label,
[class*=_gbjr][class*=_gb86] .cs_lb_label {
  width: 86%;
}
[class*=_gbred][class*=_gb87] .cs_lb_label,
[class*=_gbblack][class*=_gb87] .cs_lb_label,
[class*=_gbblue][class*=_gb87] .cs_lb_label,
[class*=_gborange][class*=_gb87] .cs_lb_label,
[class*=_gbyellow][class*=_gb87] .cs_lb_label,
[class*=_gbpink][class*=_gb87] .cs_lb_label,
[class*=_gbwhite][class*=_gb87] .cs_lb_label,
[class*=_gbcyan][class*=_gb87] .cs_lb_label,
[class*=_gbgreen][class*=_gb87] .cs_lb_label,
[class*=_gbgray][class*=_gb87] .cs_lb_label,
[class*=_gbjr][class*=_gb87] .cs_lb_label {
  width: 87%;
}
[class*=_gbred][class*=_gb88] .cs_lb_label,
[class*=_gbblack][class*=_gb88] .cs_lb_label,
[class*=_gbblue][class*=_gb88] .cs_lb_label,
[class*=_gborange][class*=_gb88] .cs_lb_label,
[class*=_gbyellow][class*=_gb88] .cs_lb_label,
[class*=_gbpink][class*=_gb88] .cs_lb_label,
[class*=_gbwhite][class*=_gb88] .cs_lb_label,
[class*=_gbcyan][class*=_gb88] .cs_lb_label,
[class*=_gbgreen][class*=_gb88] .cs_lb_label,
[class*=_gbgray][class*=_gb88] .cs_lb_label,
[class*=_gbjr][class*=_gb88] .cs_lb_label {
  width: 88%;
}
[class*=_gbred][class*=_gb89] .cs_lb_label,
[class*=_gbblack][class*=_gb89] .cs_lb_label,
[class*=_gbblue][class*=_gb89] .cs_lb_label,
[class*=_gborange][class*=_gb89] .cs_lb_label,
[class*=_gbyellow][class*=_gb89] .cs_lb_label,
[class*=_gbpink][class*=_gb89] .cs_lb_label,
[class*=_gbwhite][class*=_gb89] .cs_lb_label,
[class*=_gbcyan][class*=_gb89] .cs_lb_label,
[class*=_gbgreen][class*=_gb89] .cs_lb_label,
[class*=_gbgray][class*=_gb89] .cs_lb_label,
[class*=_gbjr][class*=_gb89] .cs_lb_label {
  width: 89%;
}
[class*=_gbred][class*=_gb90] .cs_lb_label,
[class*=_gbblack][class*=_gb90] .cs_lb_label,
[class*=_gbblue][class*=_gb90] .cs_lb_label,
[class*=_gborange][class*=_gb90] .cs_lb_label,
[class*=_gbyellow][class*=_gb90] .cs_lb_label,
[class*=_gbpink][class*=_gb90] .cs_lb_label,
[class*=_gbwhite][class*=_gb90] .cs_lb_label,
[class*=_gbcyan][class*=_gb90] .cs_lb_label,
[class*=_gbgreen][class*=_gb90] .cs_lb_label,
[class*=_gbgray][class*=_gb90] .cs_lb_label,
[class*=_gbjr][class*=_gb90] .cs_lb_label {
  width: 90%;
}
[class*=_gbred][class*=_gb91] .cs_lb_label,
[class*=_gbblack][class*=_gb91] .cs_lb_label,
[class*=_gbblue][class*=_gb91] .cs_lb_label,
[class*=_gborange][class*=_gb91] .cs_lb_label,
[class*=_gbyellow][class*=_gb91] .cs_lb_label,
[class*=_gbpink][class*=_gb91] .cs_lb_label,
[class*=_gbwhite][class*=_gb91] .cs_lb_label,
[class*=_gbcyan][class*=_gb91] .cs_lb_label,
[class*=_gbgreen][class*=_gb91] .cs_lb_label,
[class*=_gbgray][class*=_gb91] .cs_lb_label,
[class*=_gbjr][class*=_gb91] .cs_lb_label {
  width: 91%;
}
[class*=_gbred][class*=_gb92] .cs_lb_label,
[class*=_gbblack][class*=_gb92] .cs_lb_label,
[class*=_gbblue][class*=_gb92] .cs_lb_label,
[class*=_gborange][class*=_gb92] .cs_lb_label,
[class*=_gbyellow][class*=_gb92] .cs_lb_label,
[class*=_gbpink][class*=_gb92] .cs_lb_label,
[class*=_gbwhite][class*=_gb92] .cs_lb_label,
[class*=_gbcyan][class*=_gb92] .cs_lb_label,
[class*=_gbgreen][class*=_gb92] .cs_lb_label,
[class*=_gbgray][class*=_gb92] .cs_lb_label,
[class*=_gbjr][class*=_gb92] .cs_lb_label {
  width: 92%;
}
[class*=_gbred][class*=_gb93] .cs_lb_label,
[class*=_gbblack][class*=_gb93] .cs_lb_label,
[class*=_gbblue][class*=_gb93] .cs_lb_label,
[class*=_gborange][class*=_gb93] .cs_lb_label,
[class*=_gbyellow][class*=_gb93] .cs_lb_label,
[class*=_gbpink][class*=_gb93] .cs_lb_label,
[class*=_gbwhite][class*=_gb93] .cs_lb_label,
[class*=_gbcyan][class*=_gb93] .cs_lb_label,
[class*=_gbgreen][class*=_gb93] .cs_lb_label,
[class*=_gbgray][class*=_gb93] .cs_lb_label,
[class*=_gbjr][class*=_gb93] .cs_lb_label {
  width: 93%;
}
[class*=_gbred][class*=_gb94] .cs_lb_label,
[class*=_gbblack][class*=_gb94] .cs_lb_label,
[class*=_gbblue][class*=_gb94] .cs_lb_label,
[class*=_gborange][class*=_gb94] .cs_lb_label,
[class*=_gbyellow][class*=_gb94] .cs_lb_label,
[class*=_gbpink][class*=_gb94] .cs_lb_label,
[class*=_gbwhite][class*=_gb94] .cs_lb_label,
[class*=_gbcyan][class*=_gb94] .cs_lb_label,
[class*=_gbgreen][class*=_gb94] .cs_lb_label,
[class*=_gbgray][class*=_gb94] .cs_lb_label,
[class*=_gbjr][class*=_gb94] .cs_lb_label {
  width: 94%;
}
[class*=_gbred][class*=_gb95] .cs_lb_label,
[class*=_gbblack][class*=_gb95] .cs_lb_label,
[class*=_gbblue][class*=_gb95] .cs_lb_label,
[class*=_gborange][class*=_gb95] .cs_lb_label,
[class*=_gbyellow][class*=_gb95] .cs_lb_label,
[class*=_gbpink][class*=_gb95] .cs_lb_label,
[class*=_gbwhite][class*=_gb95] .cs_lb_label,
[class*=_gbcyan][class*=_gb95] .cs_lb_label,
[class*=_gbgreen][class*=_gb95] .cs_lb_label,
[class*=_gbgray][class*=_gb95] .cs_lb_label,
[class*=_gbjr][class*=_gb95] .cs_lb_label {
  width: 95%;
}
[class*=_gbred][class*=_gb96] .cs_lb_label,
[class*=_gbblack][class*=_gb96] .cs_lb_label,
[class*=_gbblue][class*=_gb96] .cs_lb_label,
[class*=_gborange][class*=_gb96] .cs_lb_label,
[class*=_gbyellow][class*=_gb96] .cs_lb_label,
[class*=_gbpink][class*=_gb96] .cs_lb_label,
[class*=_gbwhite][class*=_gb96] .cs_lb_label,
[class*=_gbcyan][class*=_gb96] .cs_lb_label,
[class*=_gbgreen][class*=_gb96] .cs_lb_label,
[class*=_gbgray][class*=_gb96] .cs_lb_label,
[class*=_gbjr][class*=_gb96] .cs_lb_label {
  width: 96%;
}
[class*=_gbred][class*=_gb97] .cs_lb_label,
[class*=_gbblack][class*=_gb97] .cs_lb_label,
[class*=_gbblue][class*=_gb97] .cs_lb_label,
[class*=_gborange][class*=_gb97] .cs_lb_label,
[class*=_gbyellow][class*=_gb97] .cs_lb_label,
[class*=_gbpink][class*=_gb97] .cs_lb_label,
[class*=_gbwhite][class*=_gb97] .cs_lb_label,
[class*=_gbcyan][class*=_gb97] .cs_lb_label,
[class*=_gbgreen][class*=_gb97] .cs_lb_label,
[class*=_gbgray][class*=_gb97] .cs_lb_label,
[class*=_gbjr][class*=_gb97] .cs_lb_label {
  width: 97%;
}
[class*=_gbred][class*=_gb98] .cs_lb_label,
[class*=_gbblack][class*=_gb98] .cs_lb_label,
[class*=_gbblue][class*=_gb98] .cs_lb_label,
[class*=_gborange][class*=_gb98] .cs_lb_label,
[class*=_gbyellow][class*=_gb98] .cs_lb_label,
[class*=_gbpink][class*=_gb98] .cs_lb_label,
[class*=_gbwhite][class*=_gb98] .cs_lb_label,
[class*=_gbcyan][class*=_gb98] .cs_lb_label,
[class*=_gbgreen][class*=_gb98] .cs_lb_label,
[class*=_gbgray][class*=_gb98] .cs_lb_label,
[class*=_gbjr][class*=_gb98] .cs_lb_label {
  width: 98%;
}
[class*=_gbred][class*=_gb99] .cs_lb_label,
[class*=_gbblack][class*=_gb99] .cs_lb_label,
[class*=_gbblue][class*=_gb99] .cs_lb_label,
[class*=_gborange][class*=_gb99] .cs_lb_label,
[class*=_gbyellow][class*=_gb99] .cs_lb_label,
[class*=_gbpink][class*=_gb99] .cs_lb_label,
[class*=_gbwhite][class*=_gb99] .cs_lb_label,
[class*=_gbcyan][class*=_gb99] .cs_lb_label,
[class*=_gbgreen][class*=_gb99] .cs_lb_label,
[class*=_gbgray][class*=_gb99] .cs_lb_label,
[class*=_gbjr][class*=_gb99] .cs_lb_label {
  width: 99%;
}
[class*=_gbred][class*=_gb100] .cs_lb_label,
[class*=_gbblack][class*=_gb100] .cs_lb_label,
[class*=_gbblue][class*=_gb100] .cs_lb_label,
[class*=_gborange][class*=_gb100] .cs_lb_label,
[class*=_gbyellow][class*=_gb100] .cs_lb_label,
[class*=_gbpink][class*=_gb100] .cs_lb_label,
[class*=_gbwhite][class*=_gb100] .cs_lb_label,
[class*=_gbcyan][class*=_gb100] .cs_lb_label,
[class*=_gbgreen][class*=_gb100] .cs_lb_label,
[class*=_gbgray][class*=_gb100] .cs_lb_label,
[class*=_gbjr][class*=_gb100] .cs_lb_label {
  width: 100%;
}

.fw_colorWht .cs_lb_label .cs_lb_inner {
  color: white !important;
}

.fw_colorRed .cs_lb_label .cs_lb_inner {
  color: red !important;
}

.fw_colorOrange .cs_lb_label .cs_lb_inner {
  color: orange !important;
}

.fw_colorBlack .cs_lb_label .cs_lb_inner {
  color: black !important;
}

.fw_colorBlue .cs_lb_label .cs_lb_inner {
  color: cornflowerblue !important;
}

.fw_colorGreen .cs_lb_label .cs_lb_inner {
  color: greenyellow !important;
}

.fw_colorYellow .cs_lb_label .cs_lb_inner {
  color: lemonchiffon !important;
}

.fw_colorBeig .cs_lb_label .cs_lb_inner {
  color: #ccce96 !important;
}

.fw_colorBGWht {
  background-color: white !important;
}

.fw_colorBGRed {
  background-color: red !important;
}

.fw_colorBGOrange {
  background-color: orange !important;
}

.fw_colorBGBlack {
  background-color: black !important;
}

.fw_colorBGBlue {
  background-color: cornflowerblue !important;
}

.fw_colorBGGreen {
  background-color: greenyellow !important;
}

.fw_colorBGYellow {
  background-color: lemonchiffon !important;
}

.fw_colorBGBeig {
  background-color: #ccce96 !important;
}

[class^=cs_lb_pic] {
  border: none;
  height: 100%;
}
[class^=cs_lb_pic] .cs_lb_holder {
  display: none;
}
[class^=cs_lb_pic] .cs_lb_label {
  height: 100%;
  width: 100%;
}
[class^=cs_lb_pic] .cs_lb_label .cs_lb_left {
  display: none;
}
[class^=cs_lb_pic] .cs_lb_label .cs_lb_inner {
  height: 100%;
  width: 100%;
  background-image: url("../../img/fw/fw_noimage.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
[class^=cs_lb_pic] .cs_lb_label .cs_lb_right {
  display: none;
}

.cs_fr_nano .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_nano .cs_lb_copyright .cs_lb_label .cs_lb_inner, .cs_fr_nano .cs_lb_nota .cs_lb_label .cs_lb_inner, .cs_fr_nano .cs_lb_notamin .cs_lb_label .cs_lb_inner, .cs_fr_nano .cs_lb_medium .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_nano [class*=graphicminbar] {
  margin-top: 0;
}

.cs_fr_minimin .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_minimin .cs_lb_copyright .cs_lb_label .cs_lb_inner, .cs_fr_minimin .cs_lb_nota .cs_lb_label .cs_lb_inner, .cs_fr_minimin .cs_lb_notamin .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_minimin .cs_lb_normal .cs_lb_label .cs_lb_inner, .cs_fr_minimin .cs_lb_default .cs_lb_label .cs_lb_inner, .cs_fr_minimin .cs_lb_bold .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_minimin .cs_lb_medium .cs_lb_label .cs_lb_inner {
  padding-top: 1px;
}
.cs_fr_minimin .cs_lb_mediummin .cs_lb_label .cs_lb_inner {
  padding-top: 2px;
}
.cs_fr_minimin .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_minimin .cs_lb_super .cs_lb_label .cs_lb_inner {
  padding-top: 0;
  line-height: 16px;
}
.cs_fr_minimin .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 0;
  line-height: 16px;
}
.cs_fr_minimin .cs_lb_time .cs_lb_label .cs_lb_inner {
  padding-top: 0;
  line-height: 17px;
}
.cs_fr_minimin .cs_lb_minitime .cs_lb_label .cs_lb_inner {
  padding-top: 0;
  line-height: 19px;
}
.cs_fr_minimin [class*=graphicminbar] {
  margin-top: 7px;
}

.cs_fr_mini {
  /*	[class*="cs_lb"]{
  		[class*="_red"],.cs_lb_black,.cs_lb_blue,.cs_lb_orange,.cs_lb_yellow,.cs_lb_pink,.cs_lb_white,.cs_lb_cyan,.cs_lb_green,.cs_lb_gray {
  			margin-top: 			2px;
  		}
  	}*/
}
.cs_fr_mini .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_mini .cs_lb_copyright .cs_lb_label .cs_lb_inner, .cs_fr_mini .cs_lb_nota .cs_lb_label .cs_lb_inner, .cs_fr_mini .cs_lb_notamin .cs_lb_label .cs_lb_inner {
  padding-top: 6px;
}
.cs_fr_mini .cs_lb_normal .cs_lb_label .cs_lb_inner, .cs_fr_mini .cs_lb_default .cs_lb_label .cs_lb_inner, .cs_fr_mini .cs_lb_bold .cs_lb_label .cs_lb_inner {
  padding-top: 5px;
}
.cs_fr_mini .cs_lb_medium .cs_lb_label .cs_lb_inner {
  padding-top: 7px;
}
.cs_fr_mini .cs_lb_mediummin .cs_lb_label .cs_lb_inner {
  padding-top: 9px;
}
.cs_fr_mini .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 3px;
}
.cs_fr_mini .cs_lb_super .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_mini .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_mini .cs_lb_time .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_mini .cs_lb_minitime .cs_lb_label .cs_lb_inner {
  padding-top: 5px;
}
.cs_fr_mini [class*=graphicminbar] {
  margin-top: 12px;
}

.cs_fr_regular .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_regular .cs_lb_copyright .cs_lb_label .cs_lb_inner {
  padding-top: 10px;
}
.cs_fr_regular .cs_lb_nota .cs_lb_label .cs_lb_inner {
  padding-top: 5px;
}
.cs_fr_regular .cs_lb_notamin .cs_lb_label .cs_lb_inner {
  padding-top: 6px;
}
.cs_fr_regular .cs_lb_normal .cs_lb_label .cs_lb_inner, .cs_fr_regular .cs_lb_default .cs_lb_label .cs_lb_inner, .cs_fr_regular .cs_lb_bold .cs_lb_label .cs_lb_inner {
  padding-top: 8px;
}
.cs_fr_regular .cs_lb_medium .cs_lb_label .cs_lb_inner {
  padding-top: 10px;
}
.cs_fr_regular .cs_lb_mediummin .cs_lb_label .cs_lb_inner {
  padding-top: 12px;
}
.cs_fr_regular .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 6px;
}
.cs_fr_regular .cs_lb_super .cs_lb_label .cs_lb_inner {
  padding-top: 3px;
}
.cs_fr_regular .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 2px;
}
.cs_fr_regular .cs_lb_time .cs_lb_label .cs_lb_inner {
  padding-top: 3px;
}
.cs_fr_regular .cs_lb_minitime .cs_lb_label .cs_lb_inner {
  padding-top: 8px;
}
.cs_fr_regular [class*=cs_lb][class*=_lbred], .cs_fr_regular [class*=cs_lb][class*=_lbblack], .cs_fr_regular [class*=cs_lb][class*=_lbblue], .cs_fr_regular [class*=cs_lb][class*=_lborange], .cs_fr_regular [class*=cs_lb][class*=_lbyellow], .cs_fr_regular [class*=cs_lb][class*=_lbpink], .cs_fr_regular [class*=cs_lb][class*=_lbwht], .cs_fr_regular [class*=cs_lb][class*=_lbcyan], .cs_fr_regular [class*=cs_lb][class*=_lbgreen], .cs_fr_regular [class*=cs_lb][class*=_lbgray] {
  margin-top: 7px;
}
.cs_fr_regular [class*=cs_lb][class*=_gbred], .cs_fr_regular [class*=cs_lb][class*=_gbblack], .cs_fr_regular [class*=cs_lb][class*=_gbblue], .cs_fr_regular [class*=cs_lb][class*=_gborange], .cs_fr_regular [class*=cs_lb][class*=_gbyellow], .cs_fr_regular [class*=cs_lb][class*=_gbpink], .cs_fr_regular [class*=cs_lb][class*=_gbwht], .cs_fr_regular [class*=cs_lb][class*=_gbcyan], .cs_fr_regular [class*=cs_lb][class*=_gbgreen], .cs_fr_regular [class*=cs_lb][class*=_gbgray] {
  margin-top: 9px;
}
.cs_fr_regular .cs_lb_asterisk .cs_lb_label .cs_lb_inner, .cs_fr_regular .cs_lb_asteriskempty .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_regular [class*=graphicminbar] {
  margin-top: 15px;
}

.cs_fr_r50 .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_r50 .cs_lb_copyright .cs_lb_label .cs_lb_inner, .cs_fr_r50 .cs_lb_nota .cs_lb_label .cs_lb_inner {
  padding-top: 15px;
}
.cs_fr_r50 .cs_lb_notamin .cs_lb_label .cs_lb_inner {
  padding-top: 16px;
}
.cs_fr_r50 .cs_lb_normal .cs_lb_label .cs_lb_inner, .cs_fr_r50 .cs_lb_default .cs_lb_label .cs_lb_inner, .cs_fr_r50 .cs_lb_bold .cs_lb_label .cs_lb_inner {
  padding-top: 14px;
}
.cs_fr_r50 .cs_lb_medium .cs_lb_label .cs_lb_inner {
  padding-top: 16px;
}
.cs_fr_r50 .cs_lb_mediummin .cs_lb_label .cs_lb_inner {
  padding-top: 18px;
}
.cs_fr_r50 .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 12px;
}
.cs_fr_r50 .cs_lb_super .cs_lb_label .cs_lb_inner {
  padding-top: 9px;
}
.cs_fr_r50 .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 8px;
}
.cs_fr_r50 .cs_lb_time .cs_lb_label .cs_lb_inner {
  padding-top: 9px;
}
.cs_fr_r50 .cs_lb_minitime .cs_lb_label .cs_lb_inner {
  padding-top: 14px;
}
.cs_fr_r50 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 12px;
}
.cs_fr_r50 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 3px;
}
.cs_fr_r50 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 3px;
}
.cs_fr_r50 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 4px;
}
.cs_fr_r50 [class*=cs_lb][class*=_lbred], .cs_fr_r50 [class*=cs_lb][class*=_lbblack], .cs_fr_r50 [class*=cs_lb][class*=_lbblue], .cs_fr_r50 [class*=cs_lb][class*=_lborange], .cs_fr_r50 [class*=cs_lb][class*=_lbyellow], .cs_fr_r50 [class*=cs_lb][class*=_lbpink], .cs_fr_r50 [class*=cs_lb][class*=_lbwht], .cs_fr_r50 [class*=cs_lb][class*=_lbcyan], .cs_fr_r50 [class*=cs_lb][class*=_lbgreen], .cs_fr_r50 [class*=cs_lb][class*=_lbgray] {
  margin-top: 15px;
}
.cs_fr_r50 [class*=cs_lb][class*=_gbred], .cs_fr_r50 [class*=cs_lb][class*=_gbblack], .cs_fr_r50 [class*=cs_lb][class*=_gbblue], .cs_fr_r50 [class*=cs_lb][class*=_gborange], .cs_fr_r50 [class*=cs_lb][class*=_gbyellow], .cs_fr_r50 [class*=cs_lb][class*=_gbpink], .cs_fr_r50 [class*=cs_lb][class*=_gbwht], .cs_fr_r50 [class*=cs_lb][class*=_gbcyan], .cs_fr_r50 [class*=cs_lb][class*=_gbgreen], .cs_fr_r50 [class*=cs_lb][class*=_gbgray] {
  margin-top: 17px;
}
.cs_fr_r50 [class*=graphicminbar] {
  margin-top: 21px;
}

.cs_fr_r60 .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_r60 .cs_lb_copyright .cs_lb_label .cs_lb_inner, .cs_fr_r60 .cs_lb_nota .cs_lb_label .cs_lb_inner {
  padding-top: 20px;
}
.cs_fr_r60 .cs_lb_notamin .cs_lb_label .cs_lb_inner {
  padding-top: 21px;
}
.cs_fr_r60 .cs_lb_normal .cs_lb_label .cs_lb_inner, .cs_fr_r60 .cs_lb_default .cs_lb_label .cs_lb_inner, .cs_fr_r60 .cs_lb_bold .cs_lb_label .cs_lb_inner {
  padding-top: 18px;
}
.cs_fr_r60 .cs_lb_medium .cs_lb_label .cs_lb_inner {
  padding-top: 21px;
}
.cs_fr_r60 .cs_lb_mediummin .cs_lb_label .cs_lb_inner {
  padding-top: 23px;
}
.cs_fr_r60 .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 17px;
}
.cs_fr_r60 .cs_lb_super .cs_lb_label .cs_lb_inner {
  padding-top: 14px;
}
.cs_fr_r60 .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 13px;
}
.cs_fr_r60 .cs_lb_time .cs_lb_label .cs_lb_inner {
  padding-top: 14px;
}
.cs_fr_r60 .cs_lb_minitime .cs_lb_label .cs_lb_inner {
  padding-top: 19px;
}
.cs_fr_r60 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 17px;
}
.cs_fr_r60 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 8px;
}
.cs_fr_r60 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 8px;
}
.cs_fr_r60 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 9px;
}
.cs_fr_r60 .cs_lb_appmedium .cs_lb_label .cs_lb_inner {
  padding-top: 1px;
  line-height: 16px;
}
.cs_fr_r60 [class*=cs_lb][class*=_lbred], .cs_fr_r60 [class*=cs_lb][class*=_lbblack], .cs_fr_r60 [class*=cs_lb][class*=_lbblue], .cs_fr_r60 [class*=cs_lb][class*=_lborange], .cs_fr_r60 [class*=cs_lb][class*=_lbyellow], .cs_fr_r60 [class*=cs_lb][class*=_lbpink], .cs_fr_r60 [class*=cs_lb][class*=_lbwht], .cs_fr_r60 [class*=cs_lb][class*=_lbcyan], .cs_fr_r60 [class*=cs_lb][class*=_lbgreen], .cs_fr_r60 [class*=cs_lb][class*=_lbgray] {
  margin-top: 20px;
}
.cs_fr_r60 [class*=cs_lb][class*=_gbred], .cs_fr_r60 [class*=cs_lb][class*=_gbblack], .cs_fr_r60 [class*=cs_lb][class*=_gbblue], .cs_fr_r60 [class*=cs_lb][class*=_gborange], .cs_fr_r60 [class*=cs_lb][class*=_gbyellow], .cs_fr_r60 [class*=cs_lb][class*=_gbpink], .cs_fr_r60 [class*=cs_lb][class*=_gbwht], .cs_fr_r60 [class*=cs_lb][class*=_gbcyan], .cs_fr_r60 [class*=cs_lb][class*=_gbgreen], .cs_fr_r60 [class*=cs_lb][class*=_gbgray] {
  margin-top: 22px;
}
.cs_fr_r60 [class*=graphicminbar] {
  margin-top: 25px;
}

.cs_fr_r70 .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_r70 .cs_lb_copyright .cs_lb_label .cs_lb_inner, .cs_fr_r70 .cs_lb_nota .cs_lb_label .cs_lb_inner {
  padding-top: 25px;
}
.cs_fr_r70 .cs_lb_notamin .cs_lb_label .cs_lb_inner {
  padding-top: 26px;
}
.cs_fr_r70 .cs_lb_normal .cs_lb_label .cs_lb_inner, .cs_fr_r70 .cs_lb_default .cs_lb_label .cs_lb_inner, .cs_fr_r70 .cs_lb_bold .cs_lb_label .cs_lb_inner {
  padding-top: 23px;
}
.cs_fr_r70 .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 22px;
}
.cs_fr_r70 .cs_lb_super .cs_lb_label .cs_lb_inner {
  padding-top: 19px;
}
.cs_fr_r70 .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 18px;
}
.cs_fr_r70 .cs_lb_time .cs_lb_label .cs_lb_inner {
  padding-top: 19px;
}
.cs_fr_r70 .cs_lb_minitime .cs_lb_label .cs_lb_inner {
  padding-top: 24px;
}
.cs_fr_r70 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 22px;
}
.cs_fr_r70 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 13px;
}
.cs_fr_r70 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 13px;
}
.cs_fr_r70 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 14px;
}
.cs_fr_r70 .cs_lb_appmedium .cs_lb_label .cs_lb_inner {
  padding-top: 6px;
  line-height: 16px;
}
.cs_fr_r70 .cs_lb_appbig .cs_lb_label .cs_lb_inner {
  padding-top: 0;
  line-height: 64px;
}
.cs_fr_r70 [class*=cs_lb][class*=_lbred], .cs_fr_r70 [class*=cs_lb][class*=_lbblack], .cs_fr_r70 [class*=cs_lb][class*=_lbblue], .cs_fr_r70 [class*=cs_lb][class*=_lborange], .cs_fr_r70 [class*=cs_lb][class*=_lbyellow], .cs_fr_r70 [class*=cs_lb][class*=_lbpink], .cs_fr_r70 [class*=cs_lb][class*=_lbwht], .cs_fr_r70 [class*=cs_lb][class*=_lbcyan], .cs_fr_r70 [class*=cs_lb][class*=_lbgreen], .cs_fr_r70 [class*=cs_lb][class*=_lbgray] {
  margin-top: 25px;
}
.cs_fr_r70 [class*=cs_lb][class*=_gbred], .cs_fr_r70 [class*=cs_lb][class*=_gbblack], .cs_fr_r70 [class*=cs_lb][class*=_gbblue], .cs_fr_r70 [class*=cs_lb][class*=_gborange], .cs_fr_r70 [class*=cs_lb][class*=_gbyellow], .cs_fr_r70 [class*=cs_lb][class*=_gbpink], .cs_fr_r70 [class*=cs_lb][class*=_gbwht], .cs_fr_r70 [class*=cs_lb][class*=_gbcyan], .cs_fr_r70 [class*=cs_lb][class*=_gbgreen], .cs_fr_r70 [class*=cs_lb][class*=_gbgray] {
  margin-top: 27px;
}
.cs_fr_r70 [class*=graphicminbar] {
  margin-top: 30px;
}

.cs_fr_r80 .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_r80 .cs_lb_copyright .cs_lb_label .cs_lb_inner, .cs_fr_r80 .cs_lb_nota .cs_lb_label .cs_lb_inner {
  padding-top: 30px;
}
.cs_fr_r80 .cs_lb_notamin .cs_lb_label .cs_lb_inner {
  padding-top: 31px;
}
.cs_fr_r80 .cs_lb_normal .cs_lb_label .cs_lb_inner, .cs_fr_r80 .cs_lb_default .cs_lb_label .cs_lb_inner, .cs_fr_r80 .cs_lb_bold .cs_lb_label .cs_lb_inner {
  padding-top: 28px;
}
.cs_fr_r80 .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 27px;
}
.cs_fr_r80 .cs_lb_super .cs_lb_label .cs_lb_inner {
  padding-top: 24px;
}
.cs_fr_r80 .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 23px;
}
.cs_fr_r80 .cs_lb_time .cs_lb_label .cs_lb_inner {
  padding-top: 24px;
}
.cs_fr_r80 .cs_lb_minitime .cs_lb_label .cs_lb_inner {
  padding-top: 29px;
}
.cs_fr_r80 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 27px;
}
.cs_fr_r80 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 18px;
}
.cs_fr_r80 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 18px;
}
.cs_fr_r80 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 19px;
}
.cs_fr_r80 .cs_lb_appmedium .cs_lb_label .cs_lb_inner {
  padding-top: 11px;
  line-height: 16px;
}
.cs_fr_r80 .cs_lb_appbig .cs_lb_label .cs_lb_inner {
  padding-top: 1px;
  line-height: 15px;
}
.cs_fr_r80 [class*=cs_lb][class*=_lbred], .cs_fr_r80 [class*=cs_lb][class*=_lbblack], .cs_fr_r80 [class*=cs_lb][class*=_lbblue], .cs_fr_r80 [class*=cs_lb][class*=_lborange], .cs_fr_r80 [class*=cs_lb][class*=_lbyellow], .cs_fr_r80 [class*=cs_lb][class*=_lbpink], .cs_fr_r80 [class*=cs_lb][class*=_lbwht], .cs_fr_r80 [class*=cs_lb][class*=_lbcyan], .cs_fr_r80 [class*=cs_lb][class*=_lbgreen], .cs_fr_r80 [class*=cs_lb][class*=_lbgray] {
  margin-top: 30px;
}
.cs_fr_r80 [class*=cs_lb][class*=_gbred], .cs_fr_r80 [class*=cs_lb][class*=_gbblack], .cs_fr_r80 [class*=cs_lb][class*=_gbblue], .cs_fr_r80 [class*=cs_lb][class*=_gborange], .cs_fr_r80 [class*=cs_lb][class*=_gbyellow], .cs_fr_r80 [class*=cs_lb][class*=_gbpink], .cs_fr_r80 [class*=cs_lb][class*=_gbwht], .cs_fr_r80 [class*=cs_lb][class*=_gbcyan], .cs_fr_r80 [class*=cs_lb][class*=_gbgreen], .cs_fr_r80 [class*=cs_lb][class*=_gbgray] {
  margin-top: 32px;
}

.cs_fr_r90 .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_r90 .cs_lb_copyright .cs_lb_label .cs_lb_inner, .cs_fr_r90 .cs_lb_nota .cs_lb_label .cs_lb_inner {
  padding-top: 35px;
}
.cs_fr_r90 .cs_lb_notamin .cs_lb_label .cs_lb_inner {
  padding-top: 36px;
}
.cs_fr_r90 .cs_lb_normal .cs_lb_label .cs_lb_inner, .cs_fr_r90 .cs_lb_default .cs_lb_label .cs_lb_inner, .cs_fr_r90 .cs_lb_bold .cs_lb_label .cs_lb_inner {
  padding-top: 33px;
}
.cs_fr_r90 .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 32px;
}
.cs_fr_r90 .cs_lb_super .cs_lb_label .cs_lb_inner {
  padding-top: 29px;
}
.cs_fr_r90 .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 28px;
}
.cs_fr_r90 .cs_lb_time .cs_lb_label .cs_lb_inner {
  padding-top: 29px;
}
.cs_fr_r90 .cs_lb_minitime .cs_lb_label .cs_lb_inner {
  padding-top: 34px;
}
.cs_fr_r90 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 32px;
}
.cs_fr_r90 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 23px;
}
.cs_fr_r90 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 23px;
}
.cs_fr_r90 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 24px;
}
.cs_fr_r90 .cs_lb_appmedium .cs_lb_label .cs_lb_inner {
  padding-top: 16px;
  line-height: 16px;
}
.cs_fr_r90 .cs_lb_appbig .cs_lb_label .cs_lb_inner {
  padding-top: 2px;
  line-height: 16px;
}

.cs_fr_r100 .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_r100 .cs_lb_copyright .cs_lb_label .cs_lb_inner, .cs_fr_r100 .cs_lb_nota .cs_lb_label .cs_lb_inner {
  padding-top: 40px;
}
.cs_fr_r100 .cs_lb_notamin .cs_lb_label .cs_lb_inner {
  padding-top: 41px;
}
.cs_fr_r100 .cs_lb_normal .cs_lb_label .cs_lb_inner, .cs_fr_r100 .cs_lb_default .cs_lb_label .cs_lb_inner, .cs_fr_r100 .cs_lb_bold .cs_lb_label .cs_lb_inner {
  padding-top: 38px;
}
.cs_fr_r100 .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 37px;
}
.cs_fr_r100 .cs_lb_super .cs_lb_label .cs_lb_inner {
  padding-top: 34px;
}
.cs_fr_r100 .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 33px;
}
.cs_fr_r100 .cs_lb_time .cs_lb_label .cs_lb_inner {
  padding-top: 34px;
}
.cs_fr_r100 .cs_lb_minitime .cs_lb_label .cs_lb_inner {
  padding-top: 39px;
}
.cs_fr_r100 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 37px;
}
.cs_fr_r100 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 28px;
}
.cs_fr_r100 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 28px;
}
.cs_fr_r100 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 29px;
}
.cs_fr_r100 .cs_lb_appmedium .cs_lb_label .cs_lb_inner {
  padding-top: 21px;
  line-height: 16px;
}
.cs_fr_r100 .cs_lb_appbig .cs_lb_label .cs_lb_inner {
  padding-top: 11px;
  line-height: 15px;
}

.cs_fr_r110 .cs_lb_mini .cs_lb_label .cs_lb_inner, .cs_fr_r110 .cs_lb_copyright .cs_lb_label .cs_lb_inner, .cs_fr_r110 .cs_lb_nota .cs_lb_label .cs_lb_inner {
  padding-top: 45px;
}
.cs_fr_r110 .cs_lb_notamin .cs_lb_label .cs_lb_inner {
  padding-top: 46px;
}
.cs_fr_r110 .cs_lb_normal .cs_lb_label .cs_lb_inner, .cs_fr_r110 .cs_lb_default .cs_lb_label .cs_lb_inner, .cs_fr_r110 .cs_lb_bold .cs_lb_label .cs_lb_inner {
  padding-top: 43px;
}
.cs_fr_r110 .cs_lb_big .cs_lb_label .cs_lb_inner {
  padding-top: 42px;
}
.cs_fr_r110 .cs_lb_super .cs_lb_label .cs_lb_inner {
  padding-top: 39px;
}
.cs_fr_r110 .cs_lb_ultra .cs_lb_label .cs_lb_inner {
  padding-top: 38px;
}
.cs_fr_r110 .cs_lb_time .cs_lb_label .cs_lb_inner {
  padding-top: 39px;
}
.cs_fr_r110 .cs_lb_minitime .cs_lb_label .cs_lb_inner {
  padding-top: 44px;
}
.cs_fr_r110 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 42px;
}
.cs_fr_r110 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 33px;
}
.cs_fr_r110 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 33px;
}
.cs_fr_r110 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 34px;
}
.cs_fr_r110 .cs_lb_appmedium .cs_lb_label .cs_lb_inner {
  padding-top: 26px;
  line-height: 16px;
}
.cs_fr_r110 .cs_lb_appbig .cs_lb_label .cs_lb_inner {
  padding-top: 12px;
  line-height: 16px;
}

.cs_fr_r120 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 47px;
}
.cs_fr_r120 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 38px;
}
.cs_fr_r120 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 38px;
}
.cs_fr_r120 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 39px;
}
.cs_fr_r120 .cs_lb_appmedium .cs_lb_label .cs_lb_inner {
  padding-top: 31px;
  line-height: 16px;
}
.cs_fr_r120 .cs_lb_appbig .cs_lb_label .cs_lb_inner {
  padding-top: 21px;
  line-height: 15px;
}

.cs_fr_r130 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 52px;
}
.cs_fr_r130 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 43px;
}
.cs_fr_r130 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 43px;
}
.cs_fr_r130 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 44px;
}
.cs_fr_r130 .cs_lb_appmedium .cs_lb_label .cs_lb_inner {
  padding-top: 36px;
  line-height: 16px;
}
.cs_fr_r130 .cs_lb_appbig .cs_lb_label .cs_lb_inner {
  padding-top: 22px;
  line-height: 16px;
}

.cs_fr_r140 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 57px;
}
.cs_fr_r140 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 48px;
}
.cs_fr_r140 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 48px;
}
.cs_fr_r140 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 49px;
}
.cs_fr_r140 .cs_lb_appmedium .cs_lb_label .cs_lb_inner {
  padding-top: 41px;
  line-height: 16px;
}
.cs_fr_r140 .cs_lb_appbig .cs_lb_label .cs_lb_inner {
  padding-top: 31px;
  line-height: 15px;
}

.cs_fr_r150 .cs_lb_title .cs_lb_label .cs_lb_inner {
  padding-top: 62px;
}
.cs_fr_r150 .cs_lb_appmin .cs_lb_label .cs_lb_inner {
  padding-top: 53px;
}
.cs_fr_r150 .cs_lb_applight .cs_lb_label .cs_lb_inner {
  padding-top: 53px;
}
.cs_fr_r150 .cs_lb_app .cs_lb_label .cs_lb_inner {
  padding-top: 54px;
}
.cs_fr_r150 .cs_lb_appmedium .cs_lb_label .cs_lb_inner {
  padding-top: 46px;
  line-height: 16px;
}
.cs_fr_r150 .cs_lb_appbig .cs_lb_label .cs_lb_inner {
  padding-top: 32px;
  line-height: 16px;
}

@-webkit-keyframes PERSIANA {
  0% {
    height: 0;
  }
}
@-webkit-keyframes FADE {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes NEW_UNFADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes NEW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_UNLEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes NEW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_RIGHT {
  0% {
    left: 100%;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(100, 0, 0);
  }
}
@-webkit-keyframes NEW_TOP {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes BOOMPER_INVERSE {
  0% {
    -webkit-transform: scale(1.02, 1.02);
  }
}
@-webkit-keyframes ROTACION-ARRITMICA {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-12 {
  0% {
    -webkit-transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-24 {
  0% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(24deg);
  }
}
@-webkit-keyframes VAIVEN-SAT {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes SHOW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_LEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes SHOW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_BOTTOM {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW_FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes UNSHOW_FADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[class*=animacion_fade] {
  animation: FADE 0.3s;
}

[class*=animacion_left] {
  animation: NEW_LEFT 0.3s;
}

.animacion_bottom {
  animation: NEW_BOTTOM 0.3s;
}

.masterclose {
  animation: NEW_UNFADE 0.28s !important;
}

@font-face {
  font-family: ralewaylight;
  src: url("../../fonts/Raleway/raleway-light-webfont.eot");
  src: url("../../fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("../../fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("../../fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Downlink;
  src: url("../../fonts/Downlink/Downlink.eot?") format("eot"), url("../../fonts/Downlink/Downlink.woff") format("woff"), url("../../fonts/Downlink/Downlink.ttf") format("truetype"), url("../../fonts/Downlink/Downlink.svg#Downlink") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DownlinkBold;
  src: url("../../fonts/Downlink/Downlink_Bold.eot?") format("eot"), url("../../fonts/Downlink/Downlink_Bold.woff") format("woff"), url("../../fonts/Downlink/Downlink_Bold.ttf") format("truetype"), url("../../fonts/Downlink/Downlink_Bold.svg#Downlink-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_light;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_regular;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_bold;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_black;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@mixin image-jr-language-en-sel{
    background-image: url("../../img/gst/fw_jr_language_en_sel.png");
}
@mixin image-jr-language-es-sel{
    background-image: url("../../img/gst/fw_jr_language_es_sel.png");
}
@mixin image-jr-language-ca-sel{
    background-image: url("../../img/gst/fw_jr_language_ca_sel.png");
}
@mixin image-jr-language-fr-sel{
    background-image: url("../../img/gst/fw_jr_language_fr_sel.png");
}
@mixin image-jr-language-de-sel{
    background-image: url("../../img/gst/fw_jr_language_de_sel.png");
}
@mixin image-jr-language-en-clk{
    background-image: url("../../img/gst/fw_jr_language_en_clk.png");
}
@mixin image-jr-language-es-clk{
    background-image: url("../../img/gst/fw_jr_language_es_clk.png");
}
@mixin image-jr-language-ca-clk{
    background-image: url("../../img/gst/fw_jr_language_ca_clk.png");
}
@mixin image-jr-language-fr-clk{
    background-image: url("../../img/gst/fw_jr_language_fr_clk.png");
}
@mixin image-jr-language-de-clk{
    background-image: url("../../img/gst/fw_jr_language_de_clk.png");
}
   */
/*$color-floor-black :        		$jfr-color-floor-black;
$color-floor-gray :        			$jfr-color-floor-gray;
$color-floor-red : 					$jfr-color-floor-red;
$color-floor-green : 				$jfr-color-floor-green;
$color-floor-yellow : 				$jfr-color-floor-yellow;
$color-floor-assist : 				$jfr-color-floor-assist;*/
/*@mixin gradient-H($param-from, $param-to) {
							background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, $param-from ), color-stop( 1.0, $param-to)); // Chrome 1-9 and Safari 4-5.0
							background-image: -webkit-linear-gradient(left, $param-from, $param-to);                                             //  Chrome 10+ Safari 5.1+ Mobile Safari
							background-image: linear-gradient(        left, $param-from, $param-to);                                             //  W3C
						}
*/
/*
@mixin bgcolor-button-group-on {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}
@mixin bgcolor-button-group-click {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}*/
/*
@mixin background-color-button-image{
	color: $buttonimage-color;
	background-color: $buttonimage-colorback;
}*/
[class*=picapp_ehotelguest] .cs_ed_left, [class*=picapp_ehotelguest] .cs_bt_left, [class*=picapp_ehotelguest] .cs_bt_inner, [class*=picapp_ehotelguest] .cs_bt_right {
  background-image: url("../../img/apps/fw_app_ehotelguest.png");
}
[class*=picapp_ehotelguest] .cs_lb_label .cs_lb_left, [class*=picapp_ehotelguest] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_app_ehotelguest.png");
}
[class*=picapp_ehotelguest][class*=_solopic] {
  background-image: url("../../img/apps/fw_app_ehotelguest.png");
}

[class*=picapp_eguestmanager] .cs_ed_left, [class*=picapp_eguestmanager] .cs_bt_left, [class*=picapp_eguestmanager] .cs_bt_inner, [class*=picapp_eguestmanager] .cs_bt_right {
  background-image: url("../../img/apps/fw_app_eguestmanager.png");
}
[class*=picapp_eguestmanager] .cs_lb_label .cs_lb_left, [class*=picapp_eguestmanager] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_app_eguestmanager.png");
}
[class*=picapp_eguestmanager][class*=_solopic] {
  background-image: url("../../img/apps/fw_app_eguestmanager.png");
}

[class*=picapp_ehousekeep] .cs_ed_left, [class*=picapp_ehousekeep] .cs_bt_left, [class*=picapp_ehousekeep] .cs_bt_inner, [class*=picapp_ehousekeep] .cs_bt_right {
  background-image: url("../../img/apps/fw_app_ehousekeep.png");
}
[class*=picapp_ehousekeep] .cs_lb_label .cs_lb_left, [class*=picapp_ehousekeep] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_app_ehousekeep.png");
}
[class*=picapp_ehousekeep][class*=_solopic] {
  background-image: url("../../img/apps/fw_app_ehousekeep.png");
}

[class*=picapp_etechassist] .cs_ed_left, [class*=picapp_etechassist] .cs_bt_left, [class*=picapp_etechassist] .cs_bt_inner, [class*=picapp_etechassist] .cs_bt_right {
  background-image: url("../../img/apps/fw_app_etechassist.png");
}
[class*=picapp_etechassist] .cs_lb_label .cs_lb_left, [class*=picapp_etechassist] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_app_etechassist.png");
}
[class*=picapp_etechassist][class*=_solopic] {
  background-image: url("../../img/apps/fw_app_etechassist.png");
}

[class*=picapp_ebellcaptain] .cs_ed_left, [class*=picapp_ebellcaptain] .cs_bt_left, [class*=picapp_ebellcaptain] .cs_bt_inner, [class*=picapp_ebellcaptain] .cs_bt_right {
  background-image: url("../../img/apps/fw_app_ebellcaptain.png");
}
[class*=picapp_ebellcaptain] .cs_lb_label .cs_lb_left, [class*=picapp_ebellcaptain] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_app_ebellcaptain.png");
}
[class*=picapp_ebellcaptain][class*=_solopic] {
  background-image: url("../../img/apps/fw_app_ebellcaptain.png");
}

[class*=picapp_etablebook] .cs_ed_left, [class*=picapp_etablebook] .cs_bt_left, [class*=picapp_etablebook] .cs_bt_inner, [class*=picapp_etablebook] .cs_bt_right {
  background-image: url("../../img/apps/fw_app_etablebook.png");
}
[class*=picapp_etablebook] .cs_lb_label .cs_lb_left, [class*=picapp_etablebook] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_app_etablebook.png");
}
[class*=picapp_etablebook][class*=_solopic] {
  background-image: url("../../img/apps/fw_app_etablebook.png");
}

[class*=picapp_jr_jamesandrita_white] .cs_ed_left, [class*=picapp_jr_jamesandrita_white] .cs_bt_left, [class*=picapp_jr_jamesandrita_white] .cs_bt_inner, [class*=picapp_jr_jamesandrita_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_jamesandrita_white.png");
}
[class*=picapp_jr_jamesandrita_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_jamesandrita_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_jamesandrita_white.png");
}
[class*=picapp_jr_jamesandrita_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_jamesandrita_white.png");
}

[class*=picapp_jr_jamesandrita_black] .cs_ed_left, [class*=picapp_jr_jamesandrita_black] .cs_bt_left, [class*=picapp_jr_jamesandrita_black] .cs_bt_inner, [class*=picapp_jr_jamesandrita_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_jamesandrita_black.png");
}
[class*=picapp_jr_jamesandrita_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_jamesandrita_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_jamesandrita_black.png");
}
[class*=picapp_jr_jamesandrita_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_jamesandrita_black.png");
}

[class*=picapp_jr_jamesandrita_trans_white] .cs_ed_left, [class*=picapp_jr_jamesandrita_trans_white] .cs_bt_left, [class*=picapp_jr_jamesandrita_trans_white] .cs_bt_inner, [class*=picapp_jr_jamesandrita_trans_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_jamesandrita_trans_white.png");
}
[class*=picapp_jr_jamesandrita_trans_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_jamesandrita_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_jamesandrita_trans_white.png");
}
[class*=picapp_jr_jamesandrita_trans_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_jamesandrita_trans_white.png");
}

[class*=picapp_jr_jamesandrita_trans_black] .cs_ed_left, [class*=picapp_jr_jamesandrita_trans_black] .cs_bt_left, [class*=picapp_jr_jamesandrita_trans_black] .cs_bt_inner, [class*=picapp_jr_jamesandrita_trans_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_jamesandrita_trans_black.png");
}
[class*=picapp_jr_jamesandrita_trans_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_jamesandrita_trans_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_jamesandrita_trans_black.png");
}
[class*=picapp_jr_jamesandrita_trans_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_jamesandrita_trans_black.png");
}

[class*=picapp_jr_ehousekeep_white] .cs_ed_left, [class*=picapp_jr_ehousekeep_white] .cs_bt_left, [class*=picapp_jr_ehousekeep_white] .cs_bt_inner, [class*=picapp_jr_ehousekeep_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_ehousekeep_white.png");
}
[class*=picapp_jr_ehousekeep_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_ehousekeep_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_ehousekeep_white.png");
}
[class*=picapp_jr_ehousekeep_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_ehousekeep_white.png");
}

[class*=picapp_jr_ehousekeep_black] .cs_ed_left, [class*=picapp_jr_ehousekeep_black] .cs_bt_left, [class*=picapp_jr_ehousekeep_black] .cs_bt_inner, [class*=picapp_jr_ehousekeep_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_ehousekeep_black.png");
}
[class*=picapp_jr_ehousekeep_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_ehousekeep_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_ehousekeep_black.png");
}
[class*=picapp_jr_ehousekeep_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_ehousekeep_black.png");
}

[class*=picapp_jr_ehousekeep_trans_white] .cs_ed_left, [class*=picapp_jr_ehousekeep_trans_white] .cs_bt_left, [class*=picapp_jr_ehousekeep_trans_white] .cs_bt_inner, [class*=picapp_jr_ehousekeep_trans_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_ehousekeep_trans_white.png");
}
[class*=picapp_jr_ehousekeep_trans_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_ehousekeep_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_ehousekeep_trans_white.png");
}
[class*=picapp_jr_ehousekeep_trans_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_ehousekeep_trans_white.png");
}

[class*=picapp_jr_ehousekeep_trans_black] .cs_ed_left, [class*=picapp_jr_ehousekeep_trans_black] .cs_bt_left, [class*=picapp_jr_ehousekeep_trans_black] .cs_bt_inner, [class*=picapp_jr_ehousekeep_trans_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_ehousekeep_trans_black.png");
}
[class*=picapp_jr_ehousekeep_trans_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_ehousekeep_trans_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_ehousekeep_trans_black.png");
}
[class*=picapp_jr_ehousekeep_trans_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_ehousekeep_trans_black.png");
}

[class*=picapp_jr_etechassist_white] .cs_ed_left, [class*=picapp_jr_etechassist_white] .cs_bt_left, [class*=picapp_jr_etechassist_white] .cs_bt_inner, [class*=picapp_jr_etechassist_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_etechassist_white.png");
}
[class*=picapp_jr_etechassist_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_etechassist_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_etechassist_white.png");
}
[class*=picapp_jr_etechassist_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_etechassist_white.png");
}

[class*=picapp_jr_etechassist_black] .cs_ed_left, [class*=picapp_jr_etechassist_black] .cs_bt_left, [class*=picapp_jr_etechassist_black] .cs_bt_inner, [class*=picapp_jr_etechassist_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_etechassist_black.png");
}
[class*=picapp_jr_etechassist_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_etechassist_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_etechassist_black.png");
}
[class*=picapp_jr_etechassist_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_etechassist_black.png");
}

[class*=picapp_jr_etechassist_trans_white] .cs_ed_left, [class*=picapp_jr_etechassist_trans_white] .cs_bt_left, [class*=picapp_jr_etechassist_trans_white] .cs_bt_inner, [class*=picapp_jr_etechassist_trans_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_etechassist_trans_white.png");
}
[class*=picapp_jr_etechassist_trans_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_etechassist_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_etechassist_trans_white.png");
}
[class*=picapp_jr_etechassist_trans_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_etechassist_trans_white.png");
}

[class*=picapp_jr_etechassist_trans_black] .cs_ed_left, [class*=picapp_jr_etechassist_trans_black] .cs_bt_left, [class*=picapp_jr_etechassist_trans_black] .cs_bt_inner, [class*=picapp_jr_etechassist_trans_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_etechassist_trans_black.png");
}
[class*=picapp_jr_etechassist_trans_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_etechassist_trans_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_etechassist_trans_black.png");
}
[class*=picapp_jr_etechassist_trans_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_etechassist_trans_black.png");
}

[class*=picapp_jr_eguestmanager_white] .cs_ed_left, [class*=picapp_jr_eguestmanager_white] .cs_bt_left, [class*=picapp_jr_eguestmanager_white] .cs_bt_inner, [class*=picapp_jr_eguestmanager_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_eguestmanager_white.png");
}
[class*=picapp_jr_eguestmanager_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_eguestmanager_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_eguestmanager_white.png");
}
[class*=picapp_jr_eguestmanager_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_eguestmanager_white.png");
}

[class*=picapp_jr_eguestmanager_black] .cs_ed_left, [class*=picapp_jr_eguestmanager_black] .cs_bt_left, [class*=picapp_jr_eguestmanager_black] .cs_bt_inner, [class*=picapp_jr_eguestmanager_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_eguestmanager_black.png");
}
[class*=picapp_jr_eguestmanager_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_eguestmanager_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_eguestmanager_black.png");
}
[class*=picapp_jr_eguestmanager_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_eguestmanager_black.png");
}

[class*=picapp_jr_eguestmanager_trans_white] .cs_ed_left, [class*=picapp_jr_eguestmanager_trans_white] .cs_bt_left, [class*=picapp_jr_eguestmanager_trans_white] .cs_bt_inner, [class*=picapp_jr_eguestmanager_trans_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_eguestmanager_trans_white.png");
}
[class*=picapp_jr_eguestmanager_trans_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_eguestmanager_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_eguestmanager_trans_white.png");
}
[class*=picapp_jr_eguestmanager_trans_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_eguestmanager_trans_white.png");
}

[class*=picapp_jr_eguestmanager_trans_black] .cs_ed_left, [class*=picapp_jr_eguestmanager_trans_black] .cs_bt_left, [class*=picapp_jr_eguestmanager_trans_black] .cs_bt_inner, [class*=picapp_jr_eguestmanager_trans_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_eguestmanager_trans_black.png");
}
[class*=picapp_jr_eguestmanager_trans_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_eguestmanager_trans_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_eguestmanager_trans_black.png");
}
[class*=picapp_jr_eguestmanager_trans_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_eguestmanager_trans_black.png");
}

[class*=picapp_jr_ebellcaptain_white] .cs_ed_left, [class*=picapp_jr_ebellcaptain_white] .cs_bt_left, [class*=picapp_jr_ebellcaptain_white] .cs_bt_inner, [class*=picapp_jr_ebellcaptain_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_ebellcaptain_white.png");
}
[class*=picapp_jr_ebellcaptain_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_ebellcaptain_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_ebellcaptain_white.png");
}
[class*=picapp_jr_ebellcaptain_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_ebellcaptain_white.png");
}

[class*=picapp_jr_ebellcaptain_black] .cs_ed_left, [class*=picapp_jr_ebellcaptain_black] .cs_bt_left, [class*=picapp_jr_ebellcaptain_black] .cs_bt_inner, [class*=picapp_jr_ebellcaptain_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_ebellcaptain_black.png");
}
[class*=picapp_jr_ebellcaptain_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_ebellcaptain_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_ebellcaptain_black.png");
}
[class*=picapp_jr_ebellcaptain_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_ebellcaptain_black.png");
}

[class*=picapp_jr_ebellcaptain_trans_white] .cs_ed_left, [class*=picapp_jr_ebellcaptain_trans_white] .cs_bt_left, [class*=picapp_jr_ebellcaptain_trans_white] .cs_bt_inner, [class*=picapp_jr_ebellcaptain_trans_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_ebellcaptain_trans_white.png");
}
[class*=picapp_jr_ebellcaptain_trans_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_ebellcaptain_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_ebellcaptain_trans_white.png");
}
[class*=picapp_jr_ebellcaptain_trans_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_ebellcaptain_trans_white.png");
}

[class*=picapp_jr_ebellcaptain_trans_black] .cs_ed_left, [class*=picapp_jr_ebellcaptain_trans_black] .cs_bt_left, [class*=picapp_jr_ebellcaptain_trans_black] .cs_bt_inner, [class*=picapp_jr_ebellcaptain_trans_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_ebellcaptain_trans_black.png");
}
[class*=picapp_jr_ebellcaptain_trans_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_ebellcaptain_trans_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_ebellcaptain_trans_black.png");
}
[class*=picapp_jr_ebellcaptain_trans_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_ebellcaptain_trans_black.png");
}

[class*=picapp_jr_etablebook_white] .cs_ed_left, [class*=picapp_jr_etablebook_white] .cs_bt_left, [class*=picapp_jr_etablebook_white] .cs_bt_inner, [class*=picapp_jr_etablebook_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_etablebook_white.png");
}
[class*=picapp_jr_etablebook_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_etablebook_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_etablebook_white.png");
}
[class*=picapp_jr_etablebook_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_etablebook_white.png");
}

[class*=picapp_jr_etablebook_black] .cs_ed_left, [class*=picapp_jr_etablebook_black] .cs_bt_left, [class*=picapp_jr_etablebook_black] .cs_bt_inner, [class*=picapp_jr_etablebook_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_etablebook_black.png");
}
[class*=picapp_jr_etablebook_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_etablebook_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_etablebook_black.png");
}
[class*=picapp_jr_etablebook_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_etablebook_black.png");
}

[class*=picapp_jr_etablebook_trans_white] .cs_ed_left, [class*=picapp_jr_etablebook_trans_white] .cs_bt_left, [class*=picapp_jr_etablebook_trans_white] .cs_bt_inner, [class*=picapp_jr_etablebook_trans_white] .cs_bt_right {
  background-image: url("../../img/apps/_jr_etablebook_trans_white.png");
}
[class*=picapp_jr_etablebook_trans_white] .cs_lb_label .cs_lb_left, [class*=picapp_jr_etablebook_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_etablebook_trans_white.png");
}
[class*=picapp_jr_etablebook_trans_white][class*=_solopic] {
  background-image: url("../../img/apps/_jr_etablebook_trans_white.png");
}

[class*=picapp_jr_etablebook_trans_black] .cs_ed_left, [class*=picapp_jr_etablebook_trans_black] .cs_bt_left, [class*=picapp_jr_etablebook_trans_black] .cs_bt_inner, [class*=picapp_jr_etablebook_trans_black] .cs_bt_right {
  background-image: url("../../img/apps/_jr_etablebook_trans_black.png");
}
[class*=picapp_jr_etablebook_trans_black] .cs_lb_label .cs_lb_left, [class*=picapp_jr_etablebook_trans_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/_jr_etablebook_trans_black.png");
}
[class*=picapp_jr_etablebook_trans_black][class*=_solopic] {
  background-image: url("../../img/apps/_jr_etablebook_trans_black.png");
}

[class*=picapp_echannels] .cs_ed_left, [class*=picapp_echannels] .cs_bt_left, [class*=picapp_echannels] .cs_bt_inner, [class*=picapp_echannels] .cs_bt_right {
  background-image: url("../../img/apps/fw_app_echannels.png");
}
[class*=picapp_echannels] .cs_lb_label .cs_lb_left, [class*=picapp_echannels] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_app_echannels.png");
}
[class*=picapp_echannels][class*=_solopic] {
  background-image: url("../../img/apps/fw_app_echannels.png");
}

[class*=picapp_epms] .cs_ed_left, [class*=picapp_epms] .cs_bt_left, [class*=picapp_epms] .cs_bt_inner, [class*=picapp_epms] .cs_bt_right {
  background-image: url("../../img/apps/fw_app_epms.png");
}
[class*=picapp_epms] .cs_lb_label .cs_lb_left, [class*=picapp_epms] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_app_epms.png");
}
[class*=picapp_epms][class*=_solopic] {
  background-image: url("../../img/apps/fw_app_epms.png");
}

[class*=picapp_etablepos] .cs_ed_left, [class*=picapp_etablepos] .cs_bt_left, [class*=picapp_etablepos] .cs_bt_inner, [class*=picapp_etablepos] .cs_bt_right {
  background-image: url("../../img/apps/fw_app_etablepos.png");
}
[class*=picapp_etablepos] .cs_lb_label .cs_lb_left, [class*=picapp_etablepos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_app_etablepos.png");
}
[class*=picapp_etablepos][class*=_solopic] {
  background-image: url("../../img/apps/fw_app_etablepos.png");
}

[class*=picapp_title_jamesandrita] .cs_ed_left, [class*=picapp_title_jamesandrita] .cs_bt_left, [class*=picapp_title_jamesandrita] .cs_bt_inner, [class*=picapp_title_jamesandrita] .cs_bt_right {
  background-image: url("../../img/apps/fw_title_jamesandrita.png");
}
[class*=picapp_title_jamesandrita] .cs_lb_label .cs_lb_left, [class*=picapp_title_jamesandrita] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_title_jamesandrita.png");
}
[class*=picapp_title_jamesandrita][class*=_solopic] {
  background-image: url("../../img/apps/fw_title_jamesandrita.png");
}

[class*=picapp_title_eguestmanager] .cs_ed_left, [class*=picapp_title_eguestmanager] .cs_bt_left, [class*=picapp_title_eguestmanager] .cs_bt_inner, [class*=picapp_title_eguestmanager] .cs_bt_right {
  background-image: url("../../img/apps/fw_title_eguestmanager.png");
}
[class*=picapp_title_eguestmanager] .cs_lb_label .cs_lb_left, [class*=picapp_title_eguestmanager] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_title_eguestmanager.png");
}
[class*=picapp_title_eguestmanager][class*=_solopic] {
  background-image: url("../../img/apps/fw_title_eguestmanager.png");
}

[class*=picapp_title_etablebook] .cs_ed_left, [class*=picapp_title_etablebook] .cs_bt_left, [class*=picapp_title_etablebook] .cs_bt_inner, [class*=picapp_title_etablebook] .cs_bt_right {
  background-image: url("../../img/apps/fw_title_etablebook.png");
}
[class*=picapp_title_etablebook] .cs_lb_label .cs_lb_left, [class*=picapp_title_etablebook] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_title_etablebook.png");
}
[class*=picapp_title_etablebook][class*=_solopic] {
  background-image: url("../../img/apps/fw_title_etablebook.png");
}

[class*=picapp_title_etechassist] .cs_ed_left, [class*=picapp_title_etechassist] .cs_bt_left, [class*=picapp_title_etechassist] .cs_bt_inner, [class*=picapp_title_etechassist] .cs_bt_right {
  background-image: url("../../img/apps/fw_title_etechassist.png");
}
[class*=picapp_title_etechassist] .cs_lb_label .cs_lb_left, [class*=picapp_title_etechassist] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_title_etechassist.png");
}
[class*=picapp_title_etechassist][class*=_solopic] {
  background-image: url("../../img/apps/fw_title_etechassist.png");
}

[class*=picapp_title_ehousekeep] .cs_ed_left, [class*=picapp_title_ehousekeep] .cs_bt_left, [class*=picapp_title_ehousekeep] .cs_bt_inner, [class*=picapp_title_ehousekeep] .cs_bt_right {
  background-image: url("../../img/apps/fw_title_ehousekeep.png");
}
[class*=picapp_title_ehousekeep] .cs_lb_label .cs_lb_left, [class*=picapp_title_ehousekeep] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_title_ehousekeep.png");
}
[class*=picapp_title_ehousekeep][class*=_solopic] {
  background-image: url("../../img/apps/fw_title_ehousekeep.png");
}

[class*=picapp_title_ebellcaptain] .cs_ed_left, [class*=picapp_title_ebellcaptain] .cs_bt_left, [class*=picapp_title_ebellcaptain] .cs_bt_inner, [class*=picapp_title_ebellcaptain] .cs_bt_right {
  background-image: url("../../img/apps/fw_title_ebellcaptain.png");
}
[class*=picapp_title_ebellcaptain] .cs_lb_label .cs_lb_left, [class*=picapp_title_ebellcaptain] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/apps/fw_title_ebellcaptain.png");
}
[class*=picapp_title_ebellcaptain][class*=_solopic] {
  background-image: url("../../img/apps/fw_title_ebellcaptain.png");
}

[class*=picbuscar] .cs_ed_left, [class*=picbuscar] .cs_bt_left, [class*=picbuscar] .cs_bt_inner, [class*=picbuscar] .cs_bt_right,
[class*=picconsultar] .cs_ed_left,
[class*=picconsultar] .cs_bt_left,
[class*=picconsultar] .cs_bt_inner,
[class*=picconsultar] .cs_bt_right {
  background-image: url("../../img/fw/fw_consultar.png");
}
[class*=picbuscar] .cs_lb_label .cs_lb_left, [class*=picbuscar] .cs_lb_label .cs_lb_inner,
[class*=picconsultar] .cs_lb_label .cs_lb_left,
[class*=picconsultar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_consultar.png");
}
[class*=picbuscar][class*=_solopic],
[class*=picconsultar][class*=_solopic] {
  background-image: url("../../img/fw/fw_consultar.png");
}

[class*=picconsultar_trans] .cs_ed_left, [class*=picconsultar_trans] .cs_bt_left, [class*=picconsultar_trans] .cs_bt_inner, [class*=picconsultar_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_consultar_trans.png");
}
[class*=picconsultar_trans] .cs_lb_label .cs_lb_left, [class*=picconsultar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_consultar_trans.png");
}
[class*=picconsultar_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_consultar_trans.png");
}

[class*=picconsultar_trans_white] .cs_ed_left, [class*=picconsultar_trans_white] .cs_bt_left, [class*=picconsultar_trans_white] .cs_bt_inner, [class*=picconsultar_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_consultar_trans_white.png");
}
[class*=picconsultar_trans_white] .cs_lb_label .cs_lb_left, [class*=picconsultar_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_consultar_trans_white.png");
}
[class*=picconsultar_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_consultar_trans_white.png");
}

[class*=picconsultar_white_perfiled] .cs_ed_left, [class*=picconsultar_white_perfiled] .cs_bt_left, [class*=picconsultar_white_perfiled] .cs_bt_inner, [class*=picconsultar_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_consultar_white_perfiled.png");
}
[class*=picconsultar_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picconsultar_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_consultar_white_perfiled.png");
}
[class*=picconsultar_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_consultar_white_perfiled.png");
}

[class*=picconsultar_black] .cs_ed_left, [class*=picconsultar_black] .cs_bt_left, [class*=picconsultar_black] .cs_bt_inner, [class*=picconsultar_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_consultar_black.png");
}
[class*=picconsultar_black] .cs_lb_label .cs_lb_left, [class*=picconsultar_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_consultar_black.png");
}
[class*=picconsultar_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_consultar_black.png");
}

[class*=picconsultar_white] .cs_ed_left, [class*=picconsultar_white] .cs_bt_left, [class*=picconsultar_white] .cs_bt_inner, [class*=picconsultar_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_consultar_white.png");
}
[class*=picconsultar_white] .cs_lb_label .cs_lb_left, [class*=picconsultar_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_consultar_white.png");
}
[class*=picconsultar_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_consultar_white.png");
}

[class*=picconsultarmini_trans] .cs_ed_left, [class*=picconsultarmini_trans] .cs_bt_left, [class*=picconsultarmini_trans] .cs_bt_inner, [class*=picconsultarmini_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_consultarmini_trans.png");
}
[class*=picconsultarmini_trans] .cs_lb_label .cs_lb_left, [class*=picconsultarmini_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_consultarmini_trans.png");
}
[class*=picconsultarmini_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_consultarmini_trans.png");
}

[class*=picconsultarmini_white] .cs_ed_left, [class*=picconsultarmini_white] .cs_bt_left, [class*=picconsultarmini_white] .cs_bt_inner, [class*=picconsultarmini_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_consultarmini_trans_white.png");
}
[class*=picconsultarmini_white] .cs_lb_label .cs_lb_left, [class*=picconsultarmini_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_consultarmini_trans_white.png");
}
[class*=picconsultarmini_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_consultarmini_trans_white.png");
}

[class*=piccerrar] .cs_ed_left, [class*=piccerrar] .cs_bt_left, [class*=piccerrar] .cs_bt_inner, [class*=piccerrar] .cs_bt_right {
  background-image: url("../../img/fw/fw_cerrar.png");
}
[class*=piccerrar] .cs_lb_label .cs_lb_left, [class*=piccerrar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cerrar.png");
}
[class*=piccerrar][class*=_solopic] {
  background-image: url("../../img/fw/fw_cerrar.png");
}

[class*=piccerrar_white] .cs_ed_left, [class*=piccerrar_white] .cs_bt_left, [class*=piccerrar_white] .cs_bt_inner, [class*=piccerrar_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_cerrar_white.png");
}
[class*=piccerrar_white] .cs_lb_label .cs_lb_left, [class*=piccerrar_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cerrar_white.png");
}
[class*=piccerrar_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_cerrar_white.png");
}

[class*=piccerrar_gray] .cs_ed_left, [class*=piccerrar_gray] .cs_bt_left, [class*=piccerrar_gray] .cs_bt_inner, [class*=piccerrar_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_cerrar_gray.png");
}
[class*=piccerrar_gray] .cs_lb_label .cs_lb_left, [class*=piccerrar_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cerrar_gray.png");
}
[class*=piccerrar_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_cerrar_gray.png");
}

[class*=picmas] .cs_ed_left, [class*=picmas] .cs_bt_left, [class*=picmas] .cs_bt_inner, [class*=picmas] .cs_bt_right {
  background-image: url("../../img/fw/fw_mas.png");
}
[class*=picmas] .cs_lb_label .cs_lb_left, [class*=picmas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_mas.png");
}
[class*=picmas][class*=_solopic] {
  background-image: url("../../img/fw/fw_mas.png");
}

[class*=picmas_trans_white] .cs_ed_left, [class*=picmas_trans_white] .cs_bt_left, [class*=picmas_trans_white] .cs_bt_inner, [class*=picmas_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_mas_trans_white.png");
}
[class*=picmas_trans_white] .cs_lb_label .cs_lb_left, [class*=picmas_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_mas_trans_white.png");
}
[class*=picmas_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_mas_trans_white.png");
}

[class*=picmas_mini] .cs_ed_left, [class*=picmas_mini] .cs_bt_left, [class*=picmas_mini] .cs_bt_inner, [class*=picmas_mini] .cs_bt_right {
  background-image: url("../../img/fw/fw_mas_mini.png");
}
[class*=picmas_mini] .cs_lb_label .cs_lb_left, [class*=picmas_mini] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_mas_mini.png");
}
[class*=picmas_mini][class*=_solopic] {
  background-image: url("../../img/fw/fw_mas_mini.png");
}

[class*=picmenos] .cs_ed_left, [class*=picmenos] .cs_bt_left, [class*=picmenos] .cs_bt_inner, [class*=picmenos] .cs_bt_right {
  background-image: url("../../img/fw/fw_menos.png");
}
[class*=picmenos] .cs_lb_label .cs_lb_left, [class*=picmenos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_menos.png");
}
[class*=picmenos][class*=_solopic] {
  background-image: url("../../img/fw/fw_menos.png");
}

[class*=picmenos_trans_white] .cs_ed_left, [class*=picmenos_trans_white] .cs_bt_left, [class*=picmenos_trans_white] .cs_bt_inner, [class*=picmenos_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_menos_trans_white.png");
}
[class*=picmenos_trans_white] .cs_lb_label .cs_lb_left, [class*=picmenos_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_menos_trans_white.png");
}
[class*=picmenos_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_menos_trans_white.png");
}

[class*=picmenos_mini] .cs_ed_left, [class*=picmenos_mini] .cs_bt_left, [class*=picmenos_mini] .cs_bt_inner, [class*=picmenos_mini] .cs_bt_right {
  background-image: url("../../img/fw/fw_menos_mini.png");
}
[class*=picmenos_mini] .cs_lb_label .cs_lb_left, [class*=picmenos_mini] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_menos_mini.png");
}
[class*=picmenos_mini][class*=_solopic] {
  background-image: url("../../img/fw/fw_menos_mini.png");
}

[class*=picmas_expansor] .cs_ed_left, [class*=picmas_expansor] .cs_bt_left, [class*=picmas_expansor] .cs_bt_inner, [class*=picmas_expansor] .cs_bt_right {
  background-image: url("../../img/fw/fw_mas_expansor.png");
}
[class*=picmas_expansor] .cs_lb_label .cs_lb_left, [class*=picmas_expansor] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_mas_expansor.png");
}
[class*=picmas_expansor][class*=_solopic] {
  background-image: url("../../img/fw/fw_mas_expansor.png");
}

[class*=picmenos_expansor] .cs_ed_left, [class*=picmenos_expansor] .cs_bt_left, [class*=picmenos_expansor] .cs_bt_inner, [class*=picmenos_expansor] .cs_bt_right {
  background-image: url("../../img/fw/fw_menos_expansor.png");
}
[class*=picmenos_expansor] .cs_lb_label .cs_lb_left, [class*=picmenos_expansor] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_menos_expansor.png");
}
[class*=picmenos_expansor][class*=_solopic] {
  background-image: url("../../img/fw/fw_menos_expansor.png");
}

[class*=picigual] .cs_ed_left, [class*=picigual] .cs_bt_left, [class*=picigual] .cs_bt_inner, [class*=picigual] .cs_bt_right {
  background-image: url("../../img/fw/fw_igual.png");
}
[class*=picigual] .cs_lb_label .cs_lb_left, [class*=picigual] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_igual.png");
}
[class*=picigual][class*=_solopic] {
  background-image: url("../../img/fw/fw_igual.png");
}

[class*=picigual_white] .cs_ed_left, [class*=picigual_white] .cs_bt_left, [class*=picigual_white] .cs_bt_inner, [class*=picigual_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_igual_white.png");
}
[class*=picigual_white] .cs_lb_label .cs_lb_left, [class*=picigual_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_igual_white.png");
}
[class*=picigual_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_igual_white.png");
}

[class*=picdiferente] .cs_ed_left, [class*=picdiferente] .cs_bt_left, [class*=picdiferente] .cs_bt_inner, [class*=picdiferente] .cs_bt_right {
  background-image: url("../../img/fw/fw_diferente.png");
}
[class*=picdiferente] .cs_lb_label .cs_lb_left, [class*=picdiferente] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_diferente.png");
}
[class*=picdiferente][class*=_solopic] {
  background-image: url("../../img/fw/fw_diferente.png");
}

[class*=picdiferente_white] .cs_ed_left, [class*=picdiferente_white] .cs_bt_left, [class*=picdiferente_white] .cs_bt_inner, [class*=picdiferente_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_diferente_white.png");
}
[class*=picdiferente_white] .cs_lb_label .cs_lb_left, [class*=picdiferente_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_diferente_white.png");
}
[class*=picdiferente_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_diferente_white.png");
}

[class*=picnotif_cancelada] .cs_ed_left, [class*=picnotif_cancelada] .cs_bt_left, [class*=picnotif_cancelada] .cs_bt_inner, [class*=picnotif_cancelada] .cs_bt_right {
  background-image: url("../../img/fw/fw_notif_cancelada.png");
}
[class*=picnotif_cancelada] .cs_lb_label .cs_lb_left, [class*=picnotif_cancelada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notif_cancelada.png");
}
[class*=picnotif_cancelada][class*=_solopic] {
  background-image: url("../../img/fw/fw_notif_cancelada.png");
}

[class*=picnotif_enviada] .cs_ed_left, [class*=picnotif_enviada] .cs_bt_left, [class*=picnotif_enviada] .cs_bt_inner, [class*=picnotif_enviada] .cs_bt_right {
  background-image: url("../../img/fw/fw_notif_enviada.png");
}
[class*=picnotif_enviada] .cs_lb_label .cs_lb_left, [class*=picnotif_enviada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notif_enviada.png");
}
[class*=picnotif_enviada][class*=_solopic] {
  background-image: url("../../img/fw/fw_notif_enviada.png");
}

[class*=picnotif_pendiente] .cs_ed_left, [class*=picnotif_pendiente] .cs_bt_left, [class*=picnotif_pendiente] .cs_bt_inner, [class*=picnotif_pendiente] .cs_bt_right {
  background-image: url("../../img/fw/fw_notif_pendiente.png");
}
[class*=picnotif_pendiente] .cs_lb_label .cs_lb_left, [class*=picnotif_pendiente] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notif_pendiente.png");
}
[class*=picnotif_pendiente][class*=_solopic] {
  background-image: url("../../img/fw/fw_notif_pendiente.png");
}

[class*=picnotif_procesada] .cs_ed_left, [class*=picnotif_procesada] .cs_bt_left, [class*=picnotif_procesada] .cs_bt_inner, [class*=picnotif_procesada] .cs_bt_right {
  background-image: url("../../img/fw/fw_notif_procesada.png");
}
[class*=picnotif_procesada] .cs_lb_label .cs_lb_left, [class*=picnotif_procesada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notif_procesada.png");
}
[class*=picnotif_procesada][class*=_solopic] {
  background-image: url("../../img/fw/fw_notif_procesada.png");
}

[class*=picnotif_trans] .cs_ed_left, [class*=picnotif_trans] .cs_bt_left, [class*=picnotif_trans] .cs_bt_inner, [class*=picnotif_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_notif_trans.png");
}
[class*=picnotif_trans] .cs_lb_label .cs_lb_left, [class*=picnotif_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notif_trans.png");
}
[class*=picnotif_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_notif_trans.png");
}

[class*=picnotif_trans_white] .cs_ed_left, [class*=picnotif_trans_white] .cs_bt_left, [class*=picnotif_trans_white] .cs_bt_inner, [class*=picnotif_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_notif_trans_white.png");
}
[class*=picnotif_trans_white] .cs_lb_label .cs_lb_left, [class*=picnotif_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notif_trans_white.png");
}
[class*=picnotif_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_notif_trans_white.png");
}

[class*=picnotif_white_perfiled] .cs_ed_left, [class*=picnotif_white_perfiled] .cs_bt_left, [class*=picnotif_white_perfiled] .cs_bt_inner, [class*=picnotif_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_notif_white_perfiled.png");
}
[class*=picnotif_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picnotif_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notif_white_perfiled.png");
}
[class*=picnotif_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_notif_white_perfiled.png");
}

[class*=picnotif_black] .cs_ed_left, [class*=picnotif_black] .cs_bt_left, [class*=picnotif_black] .cs_bt_inner, [class*=picnotif_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_notif_black.png");
}
[class*=picnotif_black] .cs_lb_label .cs_lb_left, [class*=picnotif_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notif_black.png");
}
[class*=picnotif_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_notif_black.png");
}

[class*=picnotif_gray] .cs_ed_left, [class*=picnotif_gray] .cs_bt_left, [class*=picnotif_gray] .cs_bt_inner, [class*=picnotif_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_notif_gray.png");
}
[class*=picnotif_gray] .cs_lb_label .cs_lb_left, [class*=picnotif_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notif_gray.png");
}
[class*=picnotif_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_notif_gray.png");
}

[class*=picchat] .cs_ed_left, [class*=picchat] .cs_bt_left, [class*=picchat] .cs_bt_inner, [class*=picchat] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat.png");
}
[class*=picchat] .cs_lb_label .cs_lb_left, [class*=picchat] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat.png");
}
[class*=picchat][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat.png");
}

[class*=picchat_red] .cs_ed_left, [class*=picchat_red] .cs_bt_left, [class*=picchat_red] .cs_bt_inner, [class*=picchat_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat_red.png");
}
[class*=picchat_red] .cs_lb_label .cs_lb_left, [class*=picchat_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat_red.png");
}
[class*=picchat_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat_red.png");
}

[class*=picchat_trans] .cs_ed_left, [class*=picchat_trans] .cs_bt_left, [class*=picchat_trans] .cs_bt_inner, [class*=picchat_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat_trans.png");
}
[class*=picchat_trans] .cs_lb_label .cs_lb_left, [class*=picchat_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat_trans.png");
}
[class*=picchat_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat_trans.png");
}

[class*=picchat_trans_orange] .cs_ed_left, [class*=picchat_trans_orange] .cs_bt_left, [class*=picchat_trans_orange] .cs_bt_inner, [class*=picchat_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat_trans_orange.png");
}
[class*=picchat_trans_orange] .cs_lb_label .cs_lb_left, [class*=picchat_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat_trans_orange.png");
}
[class*=picchat_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat_trans_orange.png");
}

[class*=picchat_trans_white] .cs_ed_left, [class*=picchat_trans_white] .cs_bt_left, [class*=picchat_trans_white] .cs_bt_inner, [class*=picchat_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat_trans_white.png");
}
[class*=picchat_trans_white] .cs_lb_label .cs_lb_left, [class*=picchat_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat_trans_white.png");
}
[class*=picchat_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat_trans_white.png");
}

[class*=picchat_white_perfiled] .cs_ed_left, [class*=picchat_white_perfiled] .cs_bt_left, [class*=picchat_white_perfiled] .cs_bt_inner, [class*=picchat_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat_white_perfiled.png");
}
[class*=picchat_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picchat_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat_white_perfiled.png");
}
[class*=picchat_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat_white_perfiled.png");
}

[class*=picchat_customer] .cs_ed_left, [class*=picchat_customer] .cs_bt_left, [class*=picchat_customer] .cs_bt_inner, [class*=picchat_customer] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat_customer.png");
}
[class*=picchat_customer] .cs_lb_label .cs_lb_left, [class*=picchat_customer] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat_customer.png");
}
[class*=picchat_customer][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat_customer.png");
}

[class*=picchat_customer_red] .cs_ed_left, [class*=picchat_customer_red] .cs_bt_left, [class*=picchat_customer_red] .cs_bt_inner, [class*=picchat_customer_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat_customer_red.png");
}
[class*=picchat_customer_red] .cs_lb_label .cs_lb_left, [class*=picchat_customer_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat_customer_red.png");
}
[class*=picchat_customer_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat_customer_red.png");
}

[class*=picchat_customer_trans] .cs_ed_left, [class*=picchat_customer_trans] .cs_bt_left, [class*=picchat_customer_trans] .cs_bt_inner, [class*=picchat_customer_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat_customer_trans.png");
}
[class*=picchat_customer_trans] .cs_lb_label .cs_lb_left, [class*=picchat_customer_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat_customer_trans.png");
}
[class*=picchat_customer_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat_customer_trans.png");
}

[class*=picchat_customer_trans_white] .cs_ed_left, [class*=picchat_customer_trans_white] .cs_bt_left, [class*=picchat_customer_trans_white] .cs_bt_inner, [class*=picchat_customer_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat_customer_trans_white.png");
}
[class*=picchat_customer_trans_white] .cs_lb_label .cs_lb_left, [class*=picchat_customer_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat_customer_trans_white.png");
}
[class*=picchat_customer_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat_customer_trans_white.png");
}

[class*=picchat_user] .cs_ed_left, [class*=picchat_user] .cs_bt_left, [class*=picchat_user] .cs_bt_inner, [class*=picchat_user] .cs_bt_right {
  background-image: url("../../img/fw/fw_chat_user.png");
}
[class*=picchat_user] .cs_lb_label .cs_lb_left, [class*=picchat_user] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_chat_user.png");
}
[class*=picchat_user][class*=_solopic] {
  background-image: url("../../img/fw/fw_chat_user.png");
}

[class*=picchat_check_blue] .cs_ed_left, [class*=picchat_check_blue] .cs_bt_left, [class*=picchat_check_blue] .cs_bt_inner, [class*=picchat_check_blue] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_blue.png");
}
[class*=picchat_check_blue] .cs_lb_label .cs_lb_left, [class*=picchat_check_blue] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_blue.png");
}
[class*=picchat_check_blue][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_blue.png");
}

[class*=picchat_check_gray] .cs_ed_left, [class*=picchat_check_gray] .cs_bt_left, [class*=picchat_check_gray] .cs_bt_inner, [class*=picchat_check_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_gray.png");
}
[class*=picchat_check_gray] .cs_lb_label .cs_lb_left, [class*=picchat_check_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_gray.png");
}
[class*=picchat_check_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_gray.png");
}

[class*=picchat_checkdouble_blue] .cs_ed_left, [class*=picchat_checkdouble_blue] .cs_bt_left, [class*=picchat_checkdouble_blue] .cs_bt_inner, [class*=picchat_checkdouble_blue] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_blue_double.png");
}
[class*=picchat_checkdouble_blue] .cs_lb_label .cs_lb_left, [class*=picchat_checkdouble_blue] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_blue_double.png");
}
[class*=picchat_checkdouble_blue][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_blue_double.png");
}

[class*=picchat_checkdouble_gray] .cs_ed_left, [class*=picchat_checkdouble_gray] .cs_bt_left, [class*=picchat_checkdouble_gray] .cs_bt_inner, [class*=picchat_checkdouble_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_gray_double.png");
}
[class*=picchat_checkdouble_gray] .cs_lb_label .cs_lb_left, [class*=picchat_checkdouble_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_gray_double.png");
}
[class*=picchat_checkdouble_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_gray_double.png");
}

[class*=picfpcard] .cs_ed_left, [class*=picfpcard] .cs_bt_left, [class*=picfpcard] .cs_bt_inner, [class*=picfpcard] .cs_bt_right {
  background-image: url("../../img/fw/fw_fp_targeta.png");
}
[class*=picfpcard] .cs_lb_label .cs_lb_left, [class*=picfpcard] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fp_targeta.png");
}
[class*=picfpcard][class*=_solopic] {
  background-image: url("../../img/fw/fw_fp_targeta.png");
}

[class*=picfpcash] .cs_ed_left, [class*=picfpcash] .cs_bt_left, [class*=picfpcash] .cs_bt_inner, [class*=picfpcash] .cs_bt_right {
  background-image: url("../../img/fw/fw_fp_efectivo.png");
}
[class*=picfpcash] .cs_lb_label .cs_lb_left, [class*=picfpcash] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fp_efectivo.png");
}
[class*=picfpcash][class*=_solopic] {
  background-image: url("../../img/fw/fw_fp_efectivo.png");
}

[class*=picfpvisa] .cs_ed_left, [class*=picfpvisa] .cs_bt_left, [class*=picfpvisa] .cs_bt_inner, [class*=picfpvisa] .cs_bt_right {
  background-image: url("../../img/fw/fw_fp_vs.png");
}
[class*=picfpvisa] .cs_lb_label .cs_lb_left, [class*=picfpvisa] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fp_vs.png");
}
[class*=picfpvisa][class*=_solopic] {
  background-image: url("../../img/fw/fw_fp_vs.png");
}

[class*=picfpmaster] .cs_ed_left, [class*=picfpmaster] .cs_bt_left, [class*=picfpmaster] .cs_bt_inner, [class*=picfpmaster] .cs_bt_right {
  background-image: url("../../img/fw/fw_fp_mstr.png");
}
[class*=picfpmaster] .cs_lb_label .cs_lb_left, [class*=picfpmaster] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fp_mstr.png");
}
[class*=picfpmaster][class*=_solopic] {
  background-image: url("../../img/fw/fw_fp_mstr.png");
}

[class*=picfppaypal] .cs_ed_left, [class*=picfppaypal] .cs_bt_left, [class*=picfppaypal] .cs_bt_inner, [class*=picfppaypal] .cs_bt_right {
  background-image: url("../../img/fw/fw_fp_pal.png");
}
[class*=picfppaypal] .cs_lb_label .cs_lb_left, [class*=picfppaypal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fp_pal.png");
}
[class*=picfppaypal][class*=_solopic] {
  background-image: url("../../img/fw/fw_fp_pal.png");
}

[class*=picfpamex] .cs_ed_left, [class*=picfpamex] .cs_bt_left, [class*=picfpamex] .cs_bt_inner, [class*=picfpamex] .cs_bt_right {
  background-image: url("../../img/fw/fw_fp_america.png");
}
[class*=picfpamex] .cs_lb_label .cs_lb_left, [class*=picfpamex] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fp_america.png");
}
[class*=picfpamex][class*=_solopic] {
  background-image: url("../../img/fw/fw_fp_america.png");
}

[class*=picdesigner_vphone] .cs_ed_left, [class*=picdesigner_vphone] .cs_bt_left, [class*=picdesigner_vphone] .cs_bt_inner, [class*=picdesigner_vphone] .cs_bt_right {
  background-image: url("../../img/fw/fw_designer_vphone.png");
}
[class*=picdesigner_vphone] .cs_lb_label .cs_lb_left, [class*=picdesigner_vphone] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_designer_vphone.png");
}
[class*=picdesigner_vphone][class*=_solopic] {
  background-image: url("../../img/fw/fw_designer_vphone.png");
}

[class*=picdesigner_hphone] .cs_ed_left, [class*=picdesigner_hphone] .cs_bt_left, [class*=picdesigner_hphone] .cs_bt_inner, [class*=picdesigner_hphone] .cs_bt_right {
  background-image: url("../../img/fw/fw_designer_hphone.png");
}
[class*=picdesigner_hphone] .cs_lb_label .cs_lb_left, [class*=picdesigner_hphone] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_designer_hphone.png");
}
[class*=picdesigner_hphone][class*=_solopic] {
  background-image: url("../../img/fw/fw_designer_hphone.png");
}

[class*=picdesigner_vtablet] .cs_ed_left, [class*=picdesigner_vtablet] .cs_bt_left, [class*=picdesigner_vtablet] .cs_bt_inner, [class*=picdesigner_vtablet] .cs_bt_right {
  background-image: url("../../img/fw/fw_designer_vtablet.png");
}
[class*=picdesigner_vtablet] .cs_lb_label .cs_lb_left, [class*=picdesigner_vtablet] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_designer_vtablet.png");
}
[class*=picdesigner_vtablet][class*=_solopic] {
  background-image: url("../../img/fw/fw_designer_vtablet.png");
}

[class*=picdesigner_htablet] .cs_ed_left, [class*=picdesigner_htablet] .cs_bt_left, [class*=picdesigner_htablet] .cs_bt_inner, [class*=picdesigner_htablet] .cs_bt_right {
  background-image: url("../../img/fw/fw_designer_htablet.png");
}
[class*=picdesigner_htablet] .cs_lb_label .cs_lb_left, [class*=picdesigner_htablet] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_designer_htablet.png");
}
[class*=picdesigner_htablet][class*=_solopic] {
  background-image: url("../../img/fw/fw_designer_htablet.png");
}

[class*=picdesigner_vdesktop] .cs_ed_left, [class*=picdesigner_vdesktop] .cs_bt_left, [class*=picdesigner_vdesktop] .cs_bt_inner, [class*=picdesigner_vdesktop] .cs_bt_right {
  background-image: url("../../img/fw/fw_designer_vdesktop.png");
}
[class*=picdesigner_vdesktop] .cs_lb_label .cs_lb_left, [class*=picdesigner_vdesktop] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_designer_vdesktop.png");
}
[class*=picdesigner_vdesktop][class*=_solopic] {
  background-image: url("../../img/fw/fw_designer_vdesktop.png");
}

[class*=picdesigner_hdesktop] .cs_ed_left, [class*=picdesigner_hdesktop] .cs_bt_left, [class*=picdesigner_hdesktop] .cs_bt_inner, [class*=picdesigner_hdesktop] .cs_bt_right {
  background-image: url("../../img/fw/fw_designer_hdesktop.png");
}
[class*=picdesigner_hdesktop] .cs_lb_label .cs_lb_left, [class*=picdesigner_hdesktop] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_designer_hdesktop.png");
}
[class*=picdesigner_hdesktop][class*=_solopic] {
  background-image: url("../../img/fw/fw_designer_hdesktop.png");
}

[class*=picdesigner_vbigdesktop] .cs_ed_left, [class*=picdesigner_vbigdesktop] .cs_bt_left, [class*=picdesigner_vbigdesktop] .cs_bt_inner, [class*=picdesigner_vbigdesktop] .cs_bt_right {
  background-image: url("../../img/fw/fw_designer_vbigdesktop.png");
}
[class*=picdesigner_vbigdesktop] .cs_lb_label .cs_lb_left, [class*=picdesigner_vbigdesktop] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_designer_vbigdesktop.png");
}
[class*=picdesigner_vbigdesktop][class*=_solopic] {
  background-image: url("../../img/fw/fw_designer_vbigdesktop.png");
}

[class*=picdesigner_hbigdesktop] .cs_ed_left, [class*=picdesigner_hbigdesktop] .cs_bt_left, [class*=picdesigner_hbigdesktop] .cs_bt_inner, [class*=picdesigner_hbigdesktop] .cs_bt_right {
  background-image: url("../../img/fw/fw_designer_hbigdesktop.png");
}
[class*=picdesigner_hbigdesktop] .cs_lb_label .cs_lb_left, [class*=picdesigner_hbigdesktop] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_designer_hbigdesktop.png");
}
[class*=picdesigner_hbigdesktop][class*=_solopic] {
  background-image: url("../../img/fw/fw_designer_hbigdesktop.png");
}

[class*=piccheck_trans] .cs_ed_left, [class*=piccheck_trans] .cs_bt_left, [class*=piccheck_trans] .cs_bt_inner, [class*=piccheck_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_trans.png");
}
[class*=piccheck_trans] .cs_lb_label .cs_lb_left, [class*=piccheck_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_trans.png");
}
[class*=piccheck_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_trans.png");
}

[class*=piccheck_trans_white] .cs_ed_left, [class*=piccheck_trans_white] .cs_bt_left, [class*=piccheck_trans_white] .cs_bt_inner, [class*=piccheck_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_trans_white.png");
}
[class*=piccheck_trans_white] .cs_lb_label .cs_lb_left, [class*=piccheck_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_trans_white.png");
}
[class*=piccheck_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_trans_white.png");
}

[class*=piccheck_black] .cs_ed_left, [class*=piccheck_black] .cs_bt_left, [class*=piccheck_black] .cs_bt_inner, [class*=piccheck_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_black.png");
}
[class*=piccheck_black] .cs_lb_label .cs_lb_left, [class*=piccheck_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_black.png");
}
[class*=piccheck_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_black.png");
}

[class*=piccheck_gray] .cs_ed_left, [class*=piccheck_gray] .cs_bt_left, [class*=piccheck_gray] .cs_bt_inner, [class*=piccheck_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_gris.png");
}
[class*=piccheck_gray] .cs_lb_label .cs_lb_left, [class*=piccheck_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_gris.png");
}
[class*=piccheck_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_gris.png");
}

[class*=piccheck_white] .cs_ed_left, [class*=piccheck_white] .cs_bt_left, [class*=piccheck_white] .cs_bt_inner, [class*=piccheck_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_white.png");
}
[class*=piccheck_white] .cs_lb_label .cs_lb_left, [class*=piccheck_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_white.png");
}
[class*=piccheck_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_white.png");
}

[class*=piccheck_green] .cs_ed_left, [class*=piccheck_green] .cs_bt_left, [class*=piccheck_green] .cs_bt_inner, [class*=piccheck_green] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_green.png");
}
[class*=piccheck_green] .cs_lb_label .cs_lb_left, [class*=piccheck_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_green.png");
}
[class*=piccheck_green][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_green.png");
}

[class*=piccheck_orange] .cs_ed_left, [class*=piccheck_orange] .cs_bt_left, [class*=piccheck_orange] .cs_bt_inner, [class*=piccheck_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_check_orange.png");
}
[class*=piccheck_orange] .cs_lb_label .cs_lb_left, [class*=piccheck_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_check_orange.png");
}
[class*=piccheck_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_check_orange.png");
}

[class*=picasistente] .cs_ed_left, [class*=picasistente] .cs_bt_left, [class*=picasistente] .cs_bt_inner, [class*=picasistente] .cs_bt_right {
  background-image: url("../../img/fw/fw_asistente.png");
}
[class*=picasistente] .cs_lb_label .cs_lb_left, [class*=picasistente] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_asistente.png");
}
[class*=picasistente][class*=_solopic] {
  background-image: url("../../img/fw/fw_asistente.png");
}

[class*=picasistente_trans] .cs_ed_left, [class*=picasistente_trans] .cs_bt_left, [class*=picasistente_trans] .cs_bt_inner, [class*=picasistente_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_asistente_trans.png");
}
[class*=picasistente_trans] .cs_lb_label .cs_lb_left, [class*=picasistente_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_asistente_trans.png");
}
[class*=picasistente_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_asistente_trans.png");
}

[class*=picasistente_trans_white] .cs_ed_left, [class*=picasistente_trans_white] .cs_bt_left, [class*=picasistente_trans_white] .cs_bt_inner, [class*=picasistente_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_asistente_trans_white.png");
}
[class*=picasistente_trans_white] .cs_lb_label .cs_lb_left, [class*=picasistente_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_asistente_trans_white.png");
}
[class*=picasistente_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_asistente_trans_white.png");
}

[class*=picmail] .cs_ed_left, [class*=picmail] .cs_bt_left, [class*=picmail] .cs_bt_inner, [class*=picmail] .cs_bt_right {
  background-image: url("../../img/fw/fw_mail_black.png");
}
[class*=picmail] .cs_lb_label .cs_lb_left, [class*=picmail] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_mail_black.png");
}
[class*=picmail][class*=_solopic] {
  background-image: url("../../img/fw/fw_mail_black.png");
}

[class*=picmail_white] .cs_ed_left, [class*=picmail_white] .cs_bt_left, [class*=picmail_white] .cs_bt_inner, [class*=picmail_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_mail_white.png");
}
[class*=picmail_white] .cs_lb_label .cs_lb_left, [class*=picmail_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_mail_white.png");
}
[class*=picmail_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_mail_white.png");
}

[class*=picmail_gray] .cs_ed_left, [class*=picmail_gray] .cs_bt_left, [class*=picmail_gray] .cs_bt_inner, [class*=picmail_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_mail_gray.png");
}
[class*=picmail_gray] .cs_lb_label .cs_lb_left, [class*=picmail_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_mail_gray.png");
}
[class*=picmail_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_mail_gray.png");
}

[class*=picmail_trans_orange] .cs_ed_left, [class*=picmail_trans_orange] .cs_bt_left, [class*=picmail_trans_orange] .cs_bt_inner, [class*=picmail_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_mail_trans_orange.png");
}
[class*=picmail_trans_orange] .cs_lb_label .cs_lb_left, [class*=picmail_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_mail_trans_orange.png");
}
[class*=picmail_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_mail_trans_orange.png");
}

[class*=picdesbloquear_black] .cs_ed_left, [class*=picdesbloquear_black] .cs_bt_left, [class*=picdesbloquear_black] .cs_bt_inner, [class*=picdesbloquear_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_desbloquear_black.png");
}
[class*=picdesbloquear_black] .cs_lb_label .cs_lb_left, [class*=picdesbloquear_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_desbloquear_black.png");
}
[class*=picdesbloquear_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_desbloquear_black.png");
}

[class*=picdesbloquear_trans] .cs_ed_left, [class*=picdesbloquear_trans] .cs_bt_left, [class*=picdesbloquear_trans] .cs_bt_inner, [class*=picdesbloquear_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_desbloquear_trans.png");
}
[class*=picdesbloquear_trans] .cs_lb_label .cs_lb_left, [class*=picdesbloquear_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_desbloquear_trans.png");
}
[class*=picdesbloquear_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_desbloquear_trans.png");
}

[class*=picdesbloquear_trans_white] .cs_ed_left, [class*=picdesbloquear_trans_white] .cs_bt_left, [class*=picdesbloquear_trans_white] .cs_bt_inner, [class*=picdesbloquear_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_desbloquear_trans_white.png");
}
[class*=picdesbloquear_trans_white] .cs_lb_label .cs_lb_left, [class*=picdesbloquear_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_desbloquear_trans_white.png");
}
[class*=picdesbloquear_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_desbloquear_trans_white.png");
}

[class*=picdesbloquear_white_perfiled] .cs_ed_left, [class*=picdesbloquear_white_perfiled] .cs_bt_left, [class*=picdesbloquear_white_perfiled] .cs_bt_inner, [class*=picdesbloquear_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_desbloquear_white_perfiled.png");
}
[class*=picdesbloquear_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picdesbloquear_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_desbloquear_white_perfiled.png");
}
[class*=picdesbloquear_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_desbloquear_white_perfiled.png");
}

[class*=picdesbloquear_trans_orange] .cs_ed_left, [class*=picdesbloquear_trans_orange] .cs_bt_left, [class*=picdesbloquear_trans_orange] .cs_bt_inner, [class*=picdesbloquear_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_desbloquear_trans_orange.png");
}
[class*=picdesbloquear_trans_orange] .cs_lb_label .cs_lb_left, [class*=picdesbloquear_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_desbloquear_trans_orange.png");
}
[class*=picdesbloquear_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_desbloquear_trans_orange.png");
}

[class*=picgeo_latitud] .cs_ed_left, [class*=picgeo_latitud] .cs_bt_left, [class*=picgeo_latitud] .cs_bt_inner, [class*=picgeo_latitud] .cs_bt_right {
  background-image: url("../../img/fw/fw_geo_latitud.png");
}
[class*=picgeo_latitud] .cs_lb_label .cs_lb_left, [class*=picgeo_latitud] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_geo_latitud.png");
}
[class*=picgeo_latitud][class*=_solopic] {
  background-image: url("../../img/fw/fw_geo_latitud.png");
}

[class*=picgeo_latitud_trans] .cs_ed_left, [class*=picgeo_latitud_trans] .cs_bt_left, [class*=picgeo_latitud_trans] .cs_bt_inner, [class*=picgeo_latitud_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_geo_latitud_trans.png");
}
[class*=picgeo_latitud_trans] .cs_lb_label .cs_lb_left, [class*=picgeo_latitud_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_geo_latitud_trans.png");
}
[class*=picgeo_latitud_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_geo_latitud_trans.png");
}

[class*=picgeo_latitud_trans_white] .cs_ed_left, [class*=picgeo_latitud_trans_white] .cs_bt_left, [class*=picgeo_latitud_trans_white] .cs_bt_inner, [class*=picgeo_latitud_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_geo_latitud_trans_white.png");
}
[class*=picgeo_latitud_trans_white] .cs_lb_label .cs_lb_left, [class*=picgeo_latitud_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_geo_latitud_trans_white.png");
}
[class*=picgeo_latitud_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_geo_latitud_trans_white.png");
}

[class*=picgeo_longitud] .cs_ed_left, [class*=picgeo_longitud] .cs_bt_left, [class*=picgeo_longitud] .cs_bt_inner, [class*=picgeo_longitud] .cs_bt_right {
  background-image: url("../../img/fw/fw_geo_longitud.png");
}
[class*=picgeo_longitud] .cs_lb_label .cs_lb_left, [class*=picgeo_longitud] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_geo_longitud.png");
}
[class*=picgeo_longitud][class*=_solopic] {
  background-image: url("../../img/fw/fw_geo_longitud.png");
}

[class*=picgeo_longitud_trans] .cs_ed_left, [class*=picgeo_longitud_trans] .cs_bt_left, [class*=picgeo_longitud_trans] .cs_bt_inner, [class*=picgeo_longitud_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_geo_longitud_trans.png");
}
[class*=picgeo_longitud_trans] .cs_lb_label .cs_lb_left, [class*=picgeo_longitud_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_geo_longitud_trans.png");
}
[class*=picgeo_longitud_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_geo_longitud_trans.png");
}

[class*=picgeo_longitud_trans_white] .cs_ed_left, [class*=picgeo_longitud_trans_white] .cs_bt_left, [class*=picgeo_longitud_trans_white] .cs_bt_inner, [class*=picgeo_longitud_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_geo_longitud_trans_white.png");
}
[class*=picgeo_longitud_trans_white] .cs_lb_label .cs_lb_left, [class*=picgeo_longitud_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_geo_longitud_trans_white.png");
}
[class*=picgeo_longitud_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_geo_longitud_trans_white.png");
}

[class*=picgeo_nacionalidad] .cs_ed_left, [class*=picgeo_nacionalidad] .cs_bt_left, [class*=picgeo_nacionalidad] .cs_bt_inner, [class*=picgeo_nacionalidad] .cs_bt_right {
  background-image: url("../../img/fw/fw_geo_nacionalidades.png");
}
[class*=picgeo_nacionalidad] .cs_lb_label .cs_lb_left, [class*=picgeo_nacionalidad] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_geo_nacionalidades.png");
}
[class*=picgeo_nacionalidad][class*=_solopic] {
  background-image: url("../../img/fw/fw_geo_nacionalidades.png");
}

[class*=picgeo_nacionalidad_trans] .cs_ed_left, [class*=picgeo_nacionalidad_trans] .cs_bt_left, [class*=picgeo_nacionalidad_trans] .cs_bt_inner, [class*=picgeo_nacionalidad_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_geo_nacionalidades_trans.png");
}
[class*=picgeo_nacionalidad_trans] .cs_lb_label .cs_lb_left, [class*=picgeo_nacionalidad_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_geo_nacionalidades_trans.png");
}
[class*=picgeo_nacionalidad_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_geo_nacionalidades_trans.png");
}

[class*=picgeo_nacionalidad_trans_white] .cs_ed_left, [class*=picgeo_nacionalidad_trans_white] .cs_bt_left, [class*=picgeo_nacionalidad_trans_white] .cs_bt_inner, [class*=picgeo_nacionalidad_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_geo_nacionalidades_trans_white.png");
}
[class*=picgeo_nacionalidad_trans_white] .cs_lb_label .cs_lb_left, [class*=picgeo_nacionalidad_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_geo_nacionalidades_trans_white.png");
}
[class*=picgeo_nacionalidad_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_geo_nacionalidades_trans_white.png");
}

[class*=piceditar] .cs_ed_left, [class*=piceditar] .cs_bt_left, [class*=piceditar] .cs_bt_inner, [class*=piceditar] .cs_bt_right {
  background-image: url("../../img/fw/fw_editar.png");
}
[class*=piceditar] .cs_lb_label .cs_lb_left, [class*=piceditar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_editar.png");
}
[class*=piceditar][class*=_solopic] {
  background-image: url("../../img/fw/fw_editar.png");
}

[class*=piceditar_trans] .cs_ed_left, [class*=piceditar_trans] .cs_bt_left, [class*=piceditar_trans] .cs_bt_inner, [class*=piceditar_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_editar_trans.png");
}
[class*=piceditar_trans] .cs_lb_label .cs_lb_left, [class*=piceditar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_editar_trans.png");
}
[class*=piceditar_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_editar_trans.png");
}

[class*=piceditar_white] .cs_ed_left, [class*=piceditar_white] .cs_bt_left, [class*=piceditar_white] .cs_bt_inner, [class*=piceditar_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_editar_trans_white.png");
}
[class*=piceditar_white] .cs_lb_label .cs_lb_left, [class*=piceditar_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_editar_trans_white.png");
}
[class*=piceditar_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_editar_trans_white.png");
}

[class*=piceditar_white_perfiled] .cs_ed_left, [class*=piceditar_white_perfiled] .cs_bt_left, [class*=piceditar_white_perfiled] .cs_bt_inner, [class*=piceditar_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_editar_white_perfiled.png");
}
[class*=piceditar_white_perfiled] .cs_lb_label .cs_lb_left, [class*=piceditar_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_editar_white_perfiled.png");
}
[class*=piceditar_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_editar_white_perfiled.png");
}

[class*=pichora_black] .cs_ed_left, [class*=pichora_black] .cs_bt_left, [class*=pichora_black] .cs_bt_inner, [class*=pichora_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_hora_black.png");
}
[class*=pichora_black] .cs_lb_label .cs_lb_left, [class*=pichora_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_hora_black.png");
}
[class*=pichora_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_hora_black.png");
}

[class*=pichora_gray] .cs_ed_left, [class*=pichora_gray] .cs_bt_left, [class*=pichora_gray] .cs_bt_inner, [class*=pichora_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_hora_gray.png");
}
[class*=pichora_gray] .cs_lb_label .cs_lb_left, [class*=pichora_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_hora_gray.png");
}
[class*=pichora_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_hora_gray.png");
}

[class*=pichora_trans] .cs_ed_left, [class*=pichora_trans] .cs_bt_left, [class*=pichora_trans] .cs_bt_inner, [class*=pichora_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_hora_trans.png");
}
[class*=pichora_trans] .cs_lb_label .cs_lb_left, [class*=pichora_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_hora_trans.png");
}
[class*=pichora_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_hora_trans.png");
}

[class*=pichora_trans_white] .cs_ed_left, [class*=pichora_trans_white] .cs_bt_left, [class*=pichora_trans_white] .cs_bt_inner, [class*=pichora_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_hora_trans_white.png");
}
[class*=pichora_trans_white] .cs_lb_label .cs_lb_left, [class*=pichora_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_hora_trans_white.png");
}
[class*=pichora_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_hora_trans_white.png");
}

[class*=pichora_trans_anulada] .cs_ed_left, [class*=pichora_trans_anulada] .cs_bt_left, [class*=pichora_trans_anulada] .cs_bt_inner, [class*=pichora_trans_anulada] .cs_bt_right {
  background-image: url("../../img/fw/fw_hora_trans_anulada.png");
}
[class*=pichora_trans_anulada] .cs_lb_label .cs_lb_left, [class*=pichora_trans_anulada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_hora_trans_anulada.png");
}
[class*=pichora_trans_anulada][class*=_solopic] {
  background-image: url("../../img/fw/fw_hora_trans_anulada.png");
}

[class*=pichora_white_perfiled] .cs_ed_left, [class*=pichora_white_perfiled] .cs_bt_left, [class*=pichora_white_perfiled] .cs_bt_inner, [class*=pichora_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_hora_white_perfiled.png");
}
[class*=pichora_white_perfiled] .cs_lb_label .cs_lb_left, [class*=pichora_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_hora_white_perfiled.png");
}
[class*=pichora_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_hora_white_perfiled.png");
}

[class*=pichora_trans_gray] .cs_ed_left, [class*=pichora_trans_gray] .cs_bt_left, [class*=pichora_trans_gray] .cs_bt_inner, [class*=pichora_trans_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_hora_trans_gray.png");
}
[class*=pichora_trans_gray] .cs_lb_label .cs_lb_left, [class*=pichora_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_hora_trans_gray.png");
}
[class*=pichora_trans_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_hora_trans_gray.png");
}

[class*=pichora_trans_orange] .cs_ed_left, [class*=pichora_trans_orange] .cs_bt_left, [class*=pichora_trans_orange] .cs_bt_inner, [class*=pichora_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_hora_trans_orange.png");
}
[class*=pichora_trans_orange] .cs_lb_label .cs_lb_left, [class*=pichora_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_hora_trans_orange.png");
}
[class*=pichora_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_hora_trans_orange.png");
}

[class*=piccalendar] .cs_ed_left, [class*=piccalendar] .cs_bt_left, [class*=piccalendar] .cs_bt_inner, [class*=piccalendar] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar.png");
}
[class*=piccalendar] .cs_lb_label .cs_lb_left, [class*=piccalendar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar.png");
}
[class*=piccalendar][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar.png");
}

[class*=piccalendar_trans] .cs_ed_left, [class*=piccalendar_trans] .cs_bt_left, [class*=piccalendar_trans] .cs_bt_inner, [class*=piccalendar_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_trans.png");
}
[class*=piccalendar_trans] .cs_lb_label .cs_lb_left, [class*=piccalendar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_trans.png");
}
[class*=piccalendar_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_trans.png");
}

[class*=piccalendar_trans_white] .cs_ed_left, [class*=piccalendar_trans_white] .cs_bt_left, [class*=piccalendar_trans_white] .cs_bt_inner, [class*=piccalendar_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_trans_white.png");
}
[class*=piccalendar_trans_white] .cs_lb_label .cs_lb_left, [class*=piccalendar_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_trans_white.png");
}
[class*=piccalendar_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_trans_white.png");
}

[class*=piccalendar_hoy] .cs_ed_left, [class*=piccalendar_hoy] .cs_bt_left, [class*=piccalendar_hoy] .cs_bt_inner, [class*=piccalendar_hoy] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_hoy.png");
}
[class*=piccalendar_hoy] .cs_lb_label .cs_lb_left, [class*=piccalendar_hoy] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_hoy.png");
}
[class*=piccalendar_hoy][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_hoy.png");
}

[class*=piccalendar_hoy_trans] .cs_ed_left, [class*=piccalendar_hoy_trans] .cs_bt_left, [class*=piccalendar_hoy_trans] .cs_bt_inner, [class*=piccalendar_hoy_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_hoy_trans.png");
}
[class*=piccalendar_hoy_trans] .cs_lb_label .cs_lb_left, [class*=piccalendar_hoy_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_hoy_trans.png");
}
[class*=piccalendar_hoy_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_hoy_trans.png");
}

[class*=piccalendar_ayer] .cs_ed_left, [class*=piccalendar_ayer] .cs_bt_left, [class*=piccalendar_ayer] .cs_bt_inner, [class*=piccalendar_ayer] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_ayer.png");
}
[class*=piccalendar_ayer] .cs_lb_label .cs_lb_left, [class*=piccalendar_ayer] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_ayer.png");
}
[class*=piccalendar_ayer][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_ayer.png");
}

[class*=piccalendar_manana] .cs_ed_left, [class*=piccalendar_manana] .cs_bt_left, [class*=piccalendar_manana] .cs_bt_inner, [class*=piccalendar_manana] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_manana.png");
}
[class*=piccalendar_manana] .cs_lb_label .cs_lb_left, [class*=piccalendar_manana] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_manana.png");
}
[class*=piccalendar_manana][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_manana.png");
}

[class*=piccalendar_semana] .cs_ed_left, [class*=piccalendar_semana] .cs_bt_left, [class*=piccalendar_semana] .cs_bt_inner, [class*=piccalendar_semana] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_semana.png");
}
[class*=piccalendar_semana] .cs_lb_label .cs_lb_left, [class*=piccalendar_semana] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_semana.png");
}
[class*=piccalendar_semana][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_semana.png");
}

[class*=piccalendar_mes] .cs_ed_left, [class*=piccalendar_mes] .cs_bt_left, [class*=piccalendar_mes] .cs_bt_inner, [class*=piccalendar_mes] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes.png");
}
[class*=piccalendar_mes] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes.png");
}
[class*=piccalendar_mes][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes.png");
}

[class*=piccalendar_any] .cs_ed_left, [class*=piccalendar_any] .cs_bt_left, [class*=piccalendar_any] .cs_bt_inner, [class*=piccalendar_any] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_any.png");
}
[class*=piccalendar_any] .cs_lb_label .cs_lb_left, [class*=piccalendar_any] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_any.png");
}
[class*=piccalendar_any][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_any.png");
}

[class*=piccalendar_select] .cs_ed_left, [class*=piccalendar_select] .cs_bt_left, [class*=piccalendar_select] .cs_bt_inner, [class*=piccalendar_select] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_select.png");
}
[class*=piccalendar_select] .cs_lb_label .cs_lb_left, [class*=piccalendar_select] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_select.png");
}
[class*=piccalendar_select][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_select.png");
}

[class*=piccalendar_mes_trans_orange] .cs_ed_left, [class*=piccalendar_mes_trans_orange] .cs_bt_left, [class*=piccalendar_mes_trans_orange] .cs_bt_inner, [class*=piccalendar_mes_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_trans_orange.png");
}
[class*=piccalendar_mes_trans_orange] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_trans_orange.png");
}
[class*=piccalendar_mes_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_trans_orange.png");
}

[class*=piccalendar_desde] .cs_ed_left, [class*=piccalendar_desde] .cs_bt_left, [class*=piccalendar_desde] .cs_bt_inner, [class*=piccalendar_desde] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_desde.png");
}
[class*=piccalendar_desde] .cs_lb_label .cs_lb_left, [class*=piccalendar_desde] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_desde.png");
}
[class*=piccalendar_desde][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_desde.png");
}

[class*=piccalendar_desde_trans] .cs_ed_left, [class*=piccalendar_desde_trans] .cs_bt_left, [class*=piccalendar_desde_trans] .cs_bt_inner, [class*=piccalendar_desde_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_desde_trans.png");
}
[class*=piccalendar_desde_trans] .cs_lb_label .cs_lb_left, [class*=piccalendar_desde_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_desde_trans.png");
}
[class*=piccalendar_desde_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_desde_trans.png");
}

[class*=piccalendar_hasta] .cs_ed_left, [class*=piccalendar_hasta] .cs_bt_left, [class*=piccalendar_hasta] .cs_bt_inner, [class*=piccalendar_hasta] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_hasta.png");
}
[class*=piccalendar_hasta] .cs_lb_label .cs_lb_left, [class*=piccalendar_hasta] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_hasta.png");
}
[class*=piccalendar_hasta][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_hasta.png");
}

[class*=piccalendar_hasta_trans] .cs_ed_left, [class*=piccalendar_hasta_trans] .cs_bt_left, [class*=piccalendar_hasta_trans] .cs_bt_inner, [class*=piccalendar_hasta_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_hasta_trans.png");
}
[class*=piccalendar_hasta_trans] .cs_lb_label .cs_lb_left, [class*=piccalendar_hasta_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_hasta_trans.png");
}
[class*=piccalendar_hasta_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_hasta_trans.png");
}

[class*=piccalendar_mes_24] .cs_ed_left, [class*=piccalendar_mes_24] .cs_bt_left, [class*=piccalendar_mes_24] .cs_bt_inner, [class*=piccalendar_mes_24] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_24.png");
}
[class*=piccalendar_mes_24] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_24] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_24.png");
}
[class*=piccalendar_mes_24][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_24.png");
}

[class*=piccalendar_mes_week] .cs_ed_left, [class*=piccalendar_mes_week] .cs_bt_left, [class*=piccalendar_mes_week] .cs_bt_inner, [class*=piccalendar_mes_week] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_week.png");
}
[class*=piccalendar_mes_week] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_week] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_week.png");
}
[class*=piccalendar_mes_week][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_week.png");
}

[class*=piccalendar_mes_ene] .cs_ed_left, [class*=piccalendar_mes_ene] .cs_bt_left, [class*=piccalendar_mes_ene] .cs_bt_inner, [class*=piccalendar_mes_ene] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_ene.png");
}
[class*=piccalendar_mes_ene] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_ene] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_ene.png");
}
[class*=piccalendar_mes_ene][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_ene.png");
}

[class*=piccalendar_mes_feb] .cs_ed_left, [class*=piccalendar_mes_feb] .cs_bt_left, [class*=piccalendar_mes_feb] .cs_bt_inner, [class*=piccalendar_mes_feb] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_feb.png");
}
[class*=piccalendar_mes_feb] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_feb] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_feb.png");
}
[class*=piccalendar_mes_feb][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_feb.png");
}

[class*=piccalendar_mes_mar] .cs_ed_left, [class*=piccalendar_mes_mar] .cs_bt_left, [class*=piccalendar_mes_mar] .cs_bt_inner, [class*=piccalendar_mes_mar] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_mar.png");
}
[class*=piccalendar_mes_mar] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_mar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_mar.png");
}
[class*=piccalendar_mes_mar][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_mar.png");
}

[class*=piccalendar_mes_abr] .cs_ed_left, [class*=piccalendar_mes_abr] .cs_bt_left, [class*=piccalendar_mes_abr] .cs_bt_inner, [class*=piccalendar_mes_abr] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_abr.png");
}
[class*=piccalendar_mes_abr] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_abr] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_abr.png");
}
[class*=piccalendar_mes_abr][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_abr.png");
}

[class*=piccalendar_mes_may] .cs_ed_left, [class*=piccalendar_mes_may] .cs_bt_left, [class*=piccalendar_mes_may] .cs_bt_inner, [class*=piccalendar_mes_may] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_may.png");
}
[class*=piccalendar_mes_may] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_may] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_may.png");
}
[class*=piccalendar_mes_may][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_may.png");
}

[class*=piccalendar_mes_jun] .cs_ed_left, [class*=piccalendar_mes_jun] .cs_bt_left, [class*=piccalendar_mes_jun] .cs_bt_inner, [class*=piccalendar_mes_jun] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_jun.png");
}
[class*=piccalendar_mes_jun] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_jun] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_jun.png");
}
[class*=piccalendar_mes_jun][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_jun.png");
}

[class*=piccalendar_mes_jul] .cs_ed_left, [class*=piccalendar_mes_jul] .cs_bt_left, [class*=piccalendar_mes_jul] .cs_bt_inner, [class*=piccalendar_mes_jul] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_jul.png");
}
[class*=piccalendar_mes_jul] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_jul] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_jul.png");
}
[class*=piccalendar_mes_jul][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_jul.png");
}

[class*=piccalendar_mes_ago] .cs_ed_left, [class*=piccalendar_mes_ago] .cs_bt_left, [class*=piccalendar_mes_ago] .cs_bt_inner, [class*=piccalendar_mes_ago] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_ago.png");
}
[class*=piccalendar_mes_ago] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_ago] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_ago.png");
}
[class*=piccalendar_mes_ago][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_ago.png");
}

[class*=piccalendar_mes_sep] .cs_ed_left, [class*=piccalendar_mes_sep] .cs_bt_left, [class*=piccalendar_mes_sep] .cs_bt_inner, [class*=piccalendar_mes_sep] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_sep.png");
}
[class*=piccalendar_mes_sep] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_sep] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_sep.png");
}
[class*=piccalendar_mes_sep][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_sep.png");
}

[class*=piccalendar_mes_oct] .cs_ed_left, [class*=piccalendar_mes_oct] .cs_bt_left, [class*=piccalendar_mes_oct] .cs_bt_inner, [class*=piccalendar_mes_oct] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_oct.png");
}
[class*=piccalendar_mes_oct] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_oct] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_oct.png");
}
[class*=piccalendar_mes_oct][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_oct.png");
}

[class*=piccalendar_mes_nov] .cs_ed_left, [class*=piccalendar_mes_nov] .cs_bt_left, [class*=piccalendar_mes_nov] .cs_bt_inner, [class*=piccalendar_mes_nov] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_nov.png");
}
[class*=piccalendar_mes_nov] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_nov] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_nov.png");
}
[class*=piccalendar_mes_nov][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_nov.png");
}

[class*=piccalendar_mes_dic] .cs_ed_left, [class*=piccalendar_mes_dic] .cs_bt_left, [class*=piccalendar_mes_dic] .cs_bt_inner, [class*=piccalendar_mes_dic] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_mes_dic.png");
}
[class*=piccalendar_mes_dic] .cs_lb_label .cs_lb_left, [class*=piccalendar_mes_dic] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_mes_dic.png");
}
[class*=piccalendar_mes_dic][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_mes_dic.png");
}

[class*=piccalendar_oferta_llegada] .cs_ed_left, [class*=piccalendar_oferta_llegada] .cs_bt_left, [class*=piccalendar_oferta_llegada] .cs_bt_inner, [class*=piccalendar_oferta_llegada] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_oferta_llegada.png");
}
[class*=piccalendar_oferta_llegada] .cs_lb_label .cs_lb_left, [class*=piccalendar_oferta_llegada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_oferta_llegada.png");
}
[class*=piccalendar_oferta_llegada][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_oferta_llegada.png");
}

[class*=piccalendar_oferta_todos] .cs_ed_left, [class*=piccalendar_oferta_todos] .cs_bt_left, [class*=piccalendar_oferta_todos] .cs_bt_inner, [class*=piccalendar_oferta_todos] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_oferta_todos.png");
}
[class*=piccalendar_oferta_todos] .cs_lb_label .cs_lb_left, [class*=piccalendar_oferta_todos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_oferta_todos.png");
}
[class*=piccalendar_oferta_todos][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_oferta_todos.png");
}

[class*=piccalendar_oferta_losdias] .cs_ed_left, [class*=piccalendar_oferta_losdias] .cs_bt_left, [class*=piccalendar_oferta_losdias] .cs_bt_inner, [class*=piccalendar_oferta_losdias] .cs_bt_right {
  background-image: url("../../img/fw/fw_calendar_oferta_losdias.png");
}
[class*=piccalendar_oferta_losdias] .cs_lb_label .cs_lb_left, [class*=piccalendar_oferta_losdias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_calendar_oferta_losdias.png");
}
[class*=piccalendar_oferta_losdias][class*=_solopic] {
  background-image: url("../../img/fw/fw_calendar_oferta_losdias.png");
}

[class*=picidioma_es] .cs_ed_left, [class*=picidioma_es] .cs_bt_left, [class*=picidioma_es] .cs_bt_inner, [class*=picidioma_es] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_ES.png");
}
[class*=picidioma_es] .cs_lb_label .cs_lb_left, [class*=picidioma_es] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_ES.png");
}
[class*=picidioma_es][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_ES.png");
}

[class*=picidioma_en] .cs_ed_left, [class*=picidioma_en] .cs_bt_left, [class*=picidioma_en] .cs_bt_inner, [class*=picidioma_en] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_UK.png");
}
[class*=picidioma_en] .cs_lb_label .cs_lb_left, [class*=picidioma_en] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_UK.png");
}
[class*=picidioma_en][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_UK.png");
}

[class*=picidioma_it] .cs_ed_left, [class*=picidioma_it] .cs_bt_left, [class*=picidioma_it] .cs_bt_inner, [class*=picidioma_it] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_IT.png");
}
[class*=picidioma_it] .cs_lb_label .cs_lb_left, [class*=picidioma_it] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_IT.png");
}
[class*=picidioma_it][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_IT.png");
}

[class*=picidioma_fr] .cs_ed_left, [class*=picidioma_fr] .cs_bt_left, [class*=picidioma_fr] .cs_bt_inner, [class*=picidioma_fr] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_FR.png");
}
[class*=picidioma_fr] .cs_lb_label .cs_lb_left, [class*=picidioma_fr] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_FR.png");
}
[class*=picidioma_fr][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_FR.png");
}

[class*=picidioma_de] .cs_ed_left, [class*=picidioma_de] .cs_bt_left, [class*=picidioma_de] .cs_bt_inner, [class*=picidioma_de] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_DE.png");
}
[class*=picidioma_de] .cs_lb_label .cs_lb_left, [class*=picidioma_de] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_DE.png");
}
[class*=picidioma_de][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_DE.png");
}

[class*=picidioma_pt] .cs_ed_left, [class*=picidioma_pt] .cs_bt_left, [class*=picidioma_pt] .cs_bt_inner, [class*=picidioma_pt] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_PT.png");
}
[class*=picidioma_pt] .cs_lb_label .cs_lb_left, [class*=picidioma_pt] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_PT.png");
}
[class*=picidioma_pt][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_PT.png");
}

[class*=picidioma_ca] .cs_ed_left, [class*=picidioma_ca] .cs_bt_left, [class*=picidioma_ca] .cs_bt_inner, [class*=picidioma_ca] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_CA.png");
}
[class*=picidioma_ca] .cs_lb_label .cs_lb_left, [class*=picidioma_ca] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_CA.png");
}
[class*=picidioma_ca][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_CA.png");
}

[class*=picidioma_ru] .cs_ed_left, [class*=picidioma_ru] .cs_bt_left, [class*=picidioma_ru] .cs_bt_inner, [class*=picidioma_ru] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_RU.png");
}
[class*=picidioma_ru] .cs_lb_label .cs_lb_left, [class*=picidioma_ru] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_RU.png");
}
[class*=picidioma_ru][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_RU.png");
}

[class*=picidioma_no] .cs_ed_left, [class*=picidioma_no] .cs_bt_left, [class*=picidioma_no] .cs_bt_inner, [class*=picidioma_no] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_NO.png");
}
[class*=picidioma_no] .cs_lb_label .cs_lb_left, [class*=picidioma_no] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_NO.png");
}
[class*=picidioma_no][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_NO.png");
}

[class*=picidioma_hr] .cs_ed_left, [class*=picidioma_hr] .cs_bt_left, [class*=picidioma_hr] .cs_bt_inner, [class*=picidioma_hr] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_HR.png");
}
[class*=picidioma_hr] .cs_lb_label .cs_lb_left, [class*=picidioma_hr] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_HR.png");
}
[class*=picidioma_hr][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_HR.png");
}

[class*=picidioma_nl] .cs_ed_left, [class*=picidioma_nl] .cs_bt_left, [class*=picidioma_nl] .cs_bt_inner, [class*=picidioma_nl] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_NL.png");
}
[class*=picidioma_nl] .cs_lb_label .cs_lb_left, [class*=picidioma_nl] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_NL.png");
}
[class*=picidioma_nl][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_NL.png");
}

[class*=picpais_es] .cs_ed_left, [class*=picpais_es] .cs_bt_left, [class*=picpais_es] .cs_bt_inner, [class*=picpais_es] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_ES.png");
}
[class*=picpais_es] .cs_lb_label .cs_lb_left, [class*=picpais_es] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_ES.png");
}
[class*=picpais_es][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_ES.png");
}

[class*=picpais_en] .cs_ed_left, [class*=picpais_en] .cs_bt_left, [class*=picpais_en] .cs_bt_inner, [class*=picpais_en] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_UK.png");
}
[class*=picpais_en] .cs_lb_label .cs_lb_left, [class*=picpais_en] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_UK.png");
}
[class*=picpais_en][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_UK.png");
}

[class*=picpais_it] .cs_ed_left, [class*=picpais_it] .cs_bt_left, [class*=picpais_it] .cs_bt_inner, [class*=picpais_it] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_IT.png");
}
[class*=picpais_it] .cs_lb_label .cs_lb_left, [class*=picpais_it] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_IT.png");
}
[class*=picpais_it][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_IT.png");
}

[class*=picpais_fr] .cs_ed_left, [class*=picpais_fr] .cs_bt_left, [class*=picpais_fr] .cs_bt_inner, [class*=picpais_fr] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_FR.png");
}
[class*=picpais_fr] .cs_lb_label .cs_lb_left, [class*=picpais_fr] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_FR.png");
}
[class*=picpais_fr][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_FR.png");
}

[class*=picpais_de] .cs_ed_left, [class*=picpais_de] .cs_bt_left, [class*=picpais_de] .cs_bt_inner, [class*=picpais_de] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_DE.png");
}
[class*=picpais_de] .cs_lb_label .cs_lb_left, [class*=picpais_de] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_DE.png");
}
[class*=picpais_de][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_DE.png");
}

[class*=picpais_pt] .cs_ed_left, [class*=picpais_pt] .cs_bt_left, [class*=picpais_pt] .cs_bt_inner, [class*=picpais_pt] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_PT.png");
}
[class*=picpais_pt] .cs_lb_label .cs_lb_left, [class*=picpais_pt] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_PT.png");
}
[class*=picpais_pt][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_PT.png");
}

[class*=picpais_ca] .cs_ed_left, [class*=picpais_ca] .cs_bt_left, [class*=picpais_ca] .cs_bt_inner, [class*=picpais_ca] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_CA.png");
}
[class*=picpais_ca] .cs_lb_label .cs_lb_left, [class*=picpais_ca] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_CA.png");
}
[class*=picpais_ca][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_CA.png");
}

[class*=picpais_ru] .cs_ed_left, [class*=picpais_ru] .cs_bt_left, [class*=picpais_ru] .cs_bt_inner, [class*=picpais_ru] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_RU.png");
}
[class*=picpais_ru] .cs_lb_label .cs_lb_left, [class*=picpais_ru] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_RU.png");
}
[class*=picpais_ru][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_RU.png");
}

[class*=picpais_no] .cs_ed_left, [class*=picpais_no] .cs_bt_left, [class*=picpais_no] .cs_bt_inner, [class*=picpais_no] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_NO.png");
}
[class*=picpais_no] .cs_lb_label .cs_lb_left, [class*=picpais_no] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_NO.png");
}
[class*=picpais_no][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_NO.png");
}

[class*=picpais_hr] .cs_ed_left, [class*=picpais_hr] .cs_bt_left, [class*=picpais_hr] .cs_bt_inner, [class*=picpais_hr] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_HR.png");
}
[class*=picpais_hr] .cs_lb_label .cs_lb_left, [class*=picpais_hr] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_HR.png");
}
[class*=picpais_hr][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_HR.png");
}

[class*=picpais_nl] .cs_ed_left, [class*=picpais_nl] .cs_bt_left, [class*=picpais_nl] .cs_bt_inner, [class*=picpais_nl] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_NL.png");
}
[class*=picpais_nl] .cs_lb_label .cs_lb_left, [class*=picpais_nl] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_NL.png");
}
[class*=picpais_nl][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_NL.png");
}

[class*=picpais_ue] .cs_ed_left, [class*=picpais_ue] .cs_bt_left, [class*=picpais_ue] .cs_bt_inner, [class*=picpais_ue] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_UE.png");
}
[class*=picpais_ue] .cs_lb_label .cs_lb_left, [class*=picpais_ue] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_UE.png");
}
[class*=picpais_ue][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_UE.png");
}

[class*=picpais_ue_trans] .cs_ed_left, [class*=picpais_ue_trans] .cs_bt_left, [class*=picpais_ue_trans] .cs_bt_inner, [class*=picpais_ue_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_p_UE_trans.png");
}
[class*=picpais_ue_trans] .cs_lb_label .cs_lb_left, [class*=picpais_ue_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_p_UE_trans.png");
}
[class*=picpais_ue_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_p_UE_trans.png");
}

[class*=picn0] .cs_ed_left, [class*=picn0] .cs_bt_left, [class*=picn0] .cs_bt_inner, [class*=picn0] .cs_bt_right {
  background-image: url("../../img/fw/fw_n0.png");
}
[class*=picn0] .cs_lb_label .cs_lb_left, [class*=picn0] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n0.png");
}
[class*=picn0][class*=_solopic] {
  background-image: url("../../img/fw/fw_n0.png");
}

[class*=picn00] .cs_ed_left, [class*=picn00] .cs_bt_left, [class*=picn00] .cs_bt_inner, [class*=picn00] .cs_bt_right {
  background-image: url("../../img/fw/fw_n00.png");
}
[class*=picn00] .cs_lb_label .cs_lb_left, [class*=picn00] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n00.png");
}
[class*=picn00][class*=_solopic] {
  background-image: url("../../img/fw/fw_n00.png");
}

[class*=picn1] .cs_ed_left, [class*=picn1] .cs_bt_left, [class*=picn1] .cs_bt_inner, [class*=picn1] .cs_bt_right {
  background-image: url("../../img/fw/fw_n1.png");
}
[class*=picn1] .cs_lb_label .cs_lb_left, [class*=picn1] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n1.png");
}
[class*=picn1][class*=_solopic] {
  background-image: url("../../img/fw/fw_n1.png");
}

[class*=picn2] .cs_ed_left, [class*=picn2] .cs_bt_left, [class*=picn2] .cs_bt_inner, [class*=picn2] .cs_bt_right {
  background-image: url("../../img/fw/fw_n2.png");
}
[class*=picn2] .cs_lb_label .cs_lb_left, [class*=picn2] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n2.png");
}
[class*=picn2][class*=_solopic] {
  background-image: url("../../img/fw/fw_n2.png");
}

[class*=picn3] .cs_ed_left, [class*=picn3] .cs_bt_left, [class*=picn3] .cs_bt_inner, [class*=picn3] .cs_bt_right {
  background-image: url("../../img/fw/fw_n3.png");
}
[class*=picn3] .cs_lb_label .cs_lb_left, [class*=picn3] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n3.png");
}
[class*=picn3][class*=_solopic] {
  background-image: url("../../img/fw/fw_n3.png");
}

[class*=picn4] .cs_ed_left, [class*=picn4] .cs_bt_left, [class*=picn4] .cs_bt_inner, [class*=picn4] .cs_bt_right {
  background-image: url("../../img/fw/fw_n4.png");
}
[class*=picn4] .cs_lb_label .cs_lb_left, [class*=picn4] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n4.png");
}
[class*=picn4][class*=_solopic] {
  background-image: url("../../img/fw/fw_n4.png");
}

[class*=picn5] .cs_ed_left, [class*=picn5] .cs_bt_left, [class*=picn5] .cs_bt_inner, [class*=picn5] .cs_bt_right {
  background-image: url("../../img/fw/fw_n5.png");
}
[class*=picn5] .cs_lb_label .cs_lb_left, [class*=picn5] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n5.png");
}
[class*=picn5][class*=_solopic] {
  background-image: url("../../img/fw/fw_n5.png");
}

[class*=picn6] .cs_ed_left, [class*=picn6] .cs_bt_left, [class*=picn6] .cs_bt_inner, [class*=picn6] .cs_bt_right {
  background-image: url("../../img/fw/fw_n6.png");
}
[class*=picn6] .cs_lb_label .cs_lb_left, [class*=picn6] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n6.png");
}
[class*=picn6][class*=_solopic] {
  background-image: url("../../img/fw/fw_n6.png");
}

[class*=picn7] .cs_ed_left, [class*=picn7] .cs_bt_left, [class*=picn7] .cs_bt_inner, [class*=picn7] .cs_bt_right {
  background-image: url("../../img/fw/fw_n7.png");
}
[class*=picn7] .cs_lb_label .cs_lb_left, [class*=picn7] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n7.png");
}
[class*=picn7][class*=_solopic] {
  background-image: url("../../img/fw/fw_n7.png");
}

[class*=picn8] .cs_ed_left, [class*=picn8] .cs_bt_left, [class*=picn8] .cs_bt_inner, [class*=picn8] .cs_bt_right {
  background-image: url("../../img/fw/fw_n8.png");
}
[class*=picn8] .cs_lb_label .cs_lb_left, [class*=picn8] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n8.png");
}
[class*=picn8][class*=_solopic] {
  background-image: url("../../img/fw/fw_n8.png");
}

[class*=picn9] .cs_ed_left, [class*=picn9] .cs_bt_left, [class*=picn9] .cs_bt_inner, [class*=picn9] .cs_bt_right {
  background-image: url("../../img/fw/fw_n9.png");
}
[class*=picn9] .cs_lb_label .cs_lb_left, [class*=picn9] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n9.png");
}
[class*=picn9][class*=_solopic] {
  background-image: url("../../img/fw/fw_n9.png");
}

[class*=picn0m] .cs_ed_left, [class*=picn0m] .cs_bt_left, [class*=picn0m] .cs_bt_inner, [class*=picn0m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n0m.png");
}
[class*=picn0m] .cs_lb_label .cs_lb_left, [class*=picn0m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n0m.png");
}
[class*=picn0m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n0m.png");
}

[class*=picn00m] .cs_ed_left, [class*=picn00m] .cs_bt_left, [class*=picn00m] .cs_bt_inner, [class*=picn00m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n00m.png");
}
[class*=picn00m] .cs_lb_label .cs_lb_left, [class*=picn00m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n00m.png");
}
[class*=picn00m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n00m.png");
}

[class*=picn1m] .cs_ed_left, [class*=picn1m] .cs_bt_left, [class*=picn1m] .cs_bt_inner, [class*=picn1m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n1m.png");
}
[class*=picn1m] .cs_lb_label .cs_lb_left, [class*=picn1m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n1m.png");
}
[class*=picn1m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n1m.png");
}

[class*=picn2m] .cs_ed_left, [class*=picn2m] .cs_bt_left, [class*=picn2m] .cs_bt_inner, [class*=picn2m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n2m.png");
}
[class*=picn2m] .cs_lb_label .cs_lb_left, [class*=picn2m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n2m.png");
}
[class*=picn2m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n2m.png");
}

[class*=picn3m] .cs_ed_left, [class*=picn3m] .cs_bt_left, [class*=picn3m] .cs_bt_inner, [class*=picn3m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n3m.png");
}
[class*=picn3m] .cs_lb_label .cs_lb_left, [class*=picn3m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n3m.png");
}
[class*=picn3m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n3m.png");
}

[class*=picn4m] .cs_ed_left, [class*=picn4m] .cs_bt_left, [class*=picn4m] .cs_bt_inner, [class*=picn4m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n4m.png");
}
[class*=picn4m] .cs_lb_label .cs_lb_left, [class*=picn4m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n4m.png");
}
[class*=picn4m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n4m.png");
}

[class*=picn5m] .cs_ed_left, [class*=picn5m] .cs_bt_left, [class*=picn5m] .cs_bt_inner, [class*=picn5m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n5m.png");
}
[class*=picn5m] .cs_lb_label .cs_lb_left, [class*=picn5m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n5m.png");
}
[class*=picn5m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n5m.png");
}

[class*=picn6m] .cs_ed_left, [class*=picn6m] .cs_bt_left, [class*=picn6m] .cs_bt_inner, [class*=picn6m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n6m.png");
}
[class*=picn6m] .cs_lb_label .cs_lb_left, [class*=picn6m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n6m.png");
}
[class*=picn6m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n6m.png");
}

[class*=picn7m] .cs_ed_left, [class*=picn7m] .cs_bt_left, [class*=picn7m] .cs_bt_inner, [class*=picn7m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n7m.png");
}
[class*=picn7m] .cs_lb_label .cs_lb_left, [class*=picn7m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n7m.png");
}
[class*=picn7m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n7m.png");
}

[class*=picn8m] .cs_ed_left, [class*=picn8m] .cs_bt_left, [class*=picn8m] .cs_bt_inner, [class*=picn8m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n8m.png");
}
[class*=picn8m] .cs_lb_label .cs_lb_left, [class*=picn8m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n8m.png");
}
[class*=picn8m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n8m.png");
}

[class*=picn9m] .cs_ed_left, [class*=picn9m] .cs_bt_left, [class*=picn9m] .cs_bt_inner, [class*=picn9m] .cs_bt_right {
  background-image: url("../../img/fw/fw_n9m.png");
}
[class*=picn9m] .cs_lb_label .cs_lb_left, [class*=picn9m] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_n9m.png");
}
[class*=picn9m][class*=_solopic] {
  background-image: url("../../img/fw/fw_n9m.png");
}

[class*=picnasterisk] .cs_ed_left, [class*=picnasterisk] .cs_bt_left, [class*=picnasterisk] .cs_bt_inner, [class*=picnasterisk] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_asterisk.png");
}
[class*=picnasterisk] .cs_lb_label .cs_lb_left, [class*=picnasterisk] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_asterisk.png");
}
[class*=picnasterisk][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_asterisk.png");
}

[class*=picnback] .cs_ed_left, [class*=picnback] .cs_bt_left, [class*=picnback] .cs_bt_inner, [class*=picnback] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_back.png");
}
[class*=picnback] .cs_lb_label .cs_lb_left, [class*=picnback] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_back.png");
}
[class*=picnback][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_back.png");
}

[class*=picnok] .cs_ed_left, [class*=picnok] .cs_bt_left, [class*=picnok] .cs_bt_inner, [class*=picnok] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_ok.png");
}
[class*=picnok] .cs_lb_label .cs_lb_left, [class*=picnok] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_ok.png");
}
[class*=picnok][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_ok.png");
}

[class*=picnpunto] .cs_ed_left, [class*=picnpunto] .cs_bt_left, [class*=picnpunto] .cs_bt_inner, [class*=picnpunto] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_punto.png");
}
[class*=picnpunto] .cs_lb_label .cs_lb_left, [class*=picnpunto] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_punto.png");
}
[class*=picnpunto][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_punto.png");
}

[class*=picn3puntos] .cs_ed_left, [class*=picn3puntos] .cs_bt_left, [class*=picn3puntos] .cs_bt_inner, [class*=picn3puntos] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_3puntos.png");
}
[class*=picn3puntos] .cs_lb_label .cs_lb_left, [class*=picn3puntos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_3puntos.png");
}
[class*=picn3puntos][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_3puntos.png");
}

[class*=picn3puntos_trans] .cs_ed_left, [class*=picn3puntos_trans] .cs_bt_left, [class*=picn3puntos_trans] .cs_bt_inner, [class*=picn3puntos_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_3puntos_trans.png");
}
[class*=picn3puntos_trans] .cs_lb_label .cs_lb_left, [class*=picn3puntos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_3puntos_trans.png");
}
[class*=picn3puntos_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_3puntos_trans.png");
}

[class*=picnmas] .cs_ed_left, [class*=picnmas] .cs_bt_left, [class*=picnmas] .cs_bt_inner, [class*=picnmas] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_mas.png");
}
[class*=picnmas] .cs_lb_label .cs_lb_left, [class*=picnmas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_mas.png");
}
[class*=picnmas][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_mas.png");
}

[class*=picnmenos] .cs_ed_left, [class*=picnmenos] .cs_bt_left, [class*=picnmenos] .cs_bt_inner, [class*=picnmenos] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_menos.png");
}
[class*=picnmenos] .cs_lb_label .cs_lb_left, [class*=picnmenos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_menos.png");
}
[class*=picnmenos][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_menos.png");
}

[class*=pick123] .cs_ed_left, [class*=pick123] .cs_bt_left, [class*=pick123] .cs_bt_inner, [class*=pick123] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_123.png");
}
[class*=pick123] .cs_lb_label .cs_lb_left, [class*=pick123] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_123.png");
}
[class*=pick123][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_123.png");
}

[class*=pickabc] .cs_ed_left, [class*=pickabc] .cs_bt_left, [class*=pickabc] .cs_bt_inner, [class*=pickabc] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_abc.png");
}
[class*=pickabc] .cs_lb_label .cs_lb_left, [class*=pickabc] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_abc.png");
}
[class*=pickabc][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_abc.png");
}

[class*=pickintro] .cs_ed_left, [class*=pickintro] .cs_bt_left, [class*=pickintro] .cs_bt_inner, [class*=pickintro] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_intro.png");
}
[class*=pickintro] .cs_lb_label .cs_lb_left, [class*=pickintro] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_intro.png");
}
[class*=pickintro][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_intro.png");
}

[class*=pickmay] .cs_ed_left, [class*=pickmay] .cs_bt_left, [class*=pickmay] .cs_bt_inner, [class*=pickmay] .cs_bt_right {
  background-image: url("../../img/fw/fw_kmay.png");
}
[class*=pickmay] .cs_lb_label .cs_lb_left, [class*=pickmay] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kmay.png");
}
[class*=pickmay][class*=_solopic] {
  background-image: url("../../img/fw/fw_kmay.png");
}

[class*=picauto] .cs_ed_left, [class*=picauto] .cs_bt_left, [class*=picauto] .cs_bt_inner, [class*=picauto] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_auto.png");
}
[class*=picauto] .cs_lb_label .cs_lb_left, [class*=picauto] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_auto.png");
}
[class*=picauto][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_auto.png");
}

[class*=picall] .cs_ed_left, [class*=picall] .cs_bt_left, [class*=picall] .cs_bt_inner, [class*=picall] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_all.png");
}
[class*=picall] .cs_lb_label .cs_lb_left, [class*=picall] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_all.png");
}
[class*=picall][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_all.png");
}

[class*=piceuro] .cs_ed_left, [class*=piceuro] .cs_bt_left, [class*=piceuro] .cs_bt_inner, [class*=piceuro] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_euro.png");
}
[class*=piceuro] .cs_lb_label .cs_lb_left, [class*=piceuro] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_euro.png");
}
[class*=piceuro][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_euro.png");
}

[class*=piceuromin] .cs_ed_left, [class*=piceuromin] .cs_bt_left, [class*=piceuromin] .cs_bt_inner, [class*=piceuromin] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_euromin.png");
}
[class*=piceuromin] .cs_lb_label .cs_lb_left, [class*=piceuromin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_euromin.png");
}
[class*=piceuromin][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_euromin.png");
}

[class*=piceuromin_white] .cs_ed_left, [class*=piceuromin_white] .cs_bt_left, [class*=piceuromin_white] .cs_bt_inner, [class*=piceuromin_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_euromin_white.png");
}
[class*=piceuromin_white] .cs_lb_label .cs_lb_left, [class*=piceuromin_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_euromin_white.png");
}
[class*=piceuromin_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_euromin_white.png");
}

[class*=picdolar] .cs_ed_left, [class*=picdolar] .cs_bt_left, [class*=picdolar] .cs_bt_inner, [class*=picdolar] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_dolar.png");
}
[class*=picdolar] .cs_lb_label .cs_lb_left, [class*=picdolar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_dolar.png");
}
[class*=picdolar][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_dolar.png");
}

[class*=picdolarmin] .cs_ed_left, [class*=picdolarmin] .cs_bt_left, [class*=picdolarmin] .cs_bt_inner, [class*=picdolarmin] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_dolarmin.png");
}
[class*=picdolarmin] .cs_lb_label .cs_lb_left, [class*=picdolarmin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_dolarmin.png");
}
[class*=picdolarmin][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_dolarmin.png");
}

[class*=picdolarmin_white] .cs_ed_left, [class*=picdolarmin_white] .cs_bt_left, [class*=picdolarmin_white] .cs_bt_inner, [class*=picdolarmin_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_dolarmin_white.png");
}
[class*=picdolarmin_white] .cs_lb_label .cs_lb_left, [class*=picdolarmin_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_dolarmin_white.png");
}
[class*=picdolarmin_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_dolarmin_white.png");
}

[class*=picpercen] .cs_ed_left, [class*=picpercen] .cs_bt_left, [class*=picpercen] .cs_bt_inner, [class*=picpercen] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_percen.png");
}
[class*=picpercen] .cs_lb_label .cs_lb_left, [class*=picpercen] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_percen.png");
}
[class*=picpercen][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_percen.png");
}

[class*=picpercenmin] .cs_ed_left, [class*=picpercenmin] .cs_bt_left, [class*=picpercenmin] .cs_bt_inner, [class*=picpercenmin] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_percenmin.png");
}
[class*=picpercenmin] .cs_lb_label .cs_lb_left, [class*=picpercenmin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_percenmin.png");
}
[class*=picpercenmin][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_percenmin.png");
}

[class*=picpercenmin_white] .cs_ed_left, [class*=picpercenmin_white] .cs_bt_left, [class*=picpercenmin_white] .cs_bt_inner, [class*=picpercenmin_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_percenmin_white.png");
}
[class*=picpercenmin_white] .cs_lb_label .cs_lb_left, [class*=picpercenmin_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_percenmin_white.png");
}
[class*=picpercenmin_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_percenmin_white.png");
}

[class*=picsuma] .cs_ed_left, [class*=picsuma] .cs_bt_left, [class*=picsuma] .cs_bt_inner, [class*=picsuma] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_suma.png");
}
[class*=picsuma] .cs_lb_label .cs_lb_left, [class*=picsuma] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_suma.png");
}
[class*=picsuma][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_suma.png");
}

[class*=picsumamin] .cs_ed_left, [class*=picsumamin] .cs_bt_left, [class*=picsumamin] .cs_bt_inner, [class*=picsumamin] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_sumamin.png");
}
[class*=picsumamin] .cs_lb_label .cs_lb_left, [class*=picsumamin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_sumamin.png");
}
[class*=picsumamin][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_sumamin.png");
}

[class*=picsumamin_white] .cs_ed_left, [class*=picsumamin_white] .cs_bt_left, [class*=picsumamin_white] .cs_bt_inner, [class*=picsumamin_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_simbol_sumamin_white.png");
}
[class*=picsumamin_white] .cs_lb_label .cs_lb_left, [class*=picsumamin_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_simbol_sumamin_white.png");
}
[class*=picsumamin_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_simbol_sumamin_white.png");
}

[class*=pickbq] .cs_ed_left, [class*=pickbq] .cs_bt_left, [class*=pickbq] .cs_bt_inner, [class*=pickbq] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbq.png");
}
[class*=pickbq] .cs_lb_label .cs_lb_left, [class*=pickbq] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbq.png");
}
[class*=pickbq][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbq.png");
}

[class*=pickbw] .cs_ed_left, [class*=pickbw] .cs_bt_left, [class*=pickbw] .cs_bt_inner, [class*=pickbw] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbw.png");
}
[class*=pickbw] .cs_lb_label .cs_lb_left, [class*=pickbw] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbw.png");
}
[class*=pickbw][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbw.png");
}

[class*=pickbe] .cs_ed_left, [class*=pickbe] .cs_bt_left, [class*=pickbe] .cs_bt_inner, [class*=pickbe] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbe.png");
}
[class*=pickbe] .cs_lb_label .cs_lb_left, [class*=pickbe] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbe.png");
}
[class*=pickbe][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbe.png");
}

[class*=pickbr] .cs_ed_left, [class*=pickbr] .cs_bt_left, [class*=pickbr] .cs_bt_inner, [class*=pickbr] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbr.png");
}
[class*=pickbr] .cs_lb_label .cs_lb_left, [class*=pickbr] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbr.png");
}
[class*=pickbr][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbr.png");
}

[class*=pickbt] .cs_ed_left, [class*=pickbt] .cs_bt_left, [class*=pickbt] .cs_bt_inner, [class*=pickbt] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbt.png");
}
[class*=pickbt] .cs_lb_label .cs_lb_left, [class*=pickbt] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbt.png");
}
[class*=pickbt][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbt.png");
}

[class*=pickby] .cs_ed_left, [class*=pickby] .cs_bt_left, [class*=pickby] .cs_bt_inner, [class*=pickby] .cs_bt_right {
  background-image: url("../../img/fw/fw_kby.png");
}
[class*=pickby] .cs_lb_label .cs_lb_left, [class*=pickby] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kby.png");
}
[class*=pickby][class*=_solopic] {
  background-image: url("../../img/fw/fw_kby.png");
}

[class*=pickbu] .cs_ed_left, [class*=pickbu] .cs_bt_left, [class*=pickbu] .cs_bt_inner, [class*=pickbu] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbu.png");
}
[class*=pickbu] .cs_lb_label .cs_lb_left, [class*=pickbu] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbu.png");
}
[class*=pickbu][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbu.png");
}

[class*=pickbi] .cs_ed_left, [class*=pickbi] .cs_bt_left, [class*=pickbi] .cs_bt_inner, [class*=pickbi] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbi.png");
}
[class*=pickbi] .cs_lb_label .cs_lb_left, [class*=pickbi] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbi.png");
}
[class*=pickbi][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbi.png");
}

[class*=pickbo] .cs_ed_left, [class*=pickbo] .cs_bt_left, [class*=pickbo] .cs_bt_inner, [class*=pickbo] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbo.png");
}
[class*=pickbo] .cs_lb_label .cs_lb_left, [class*=pickbo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbo.png");
}
[class*=pickbo][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbo.png");
}

[class*=pickbp] .cs_ed_left, [class*=pickbp] .cs_bt_left, [class*=pickbp] .cs_bt_inner, [class*=pickbp] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbp.png");
}
[class*=pickbp] .cs_lb_label .cs_lb_left, [class*=pickbp] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbp.png");
}
[class*=pickbp][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbp.png");
}

[class*=pickba] .cs_ed_left, [class*=pickba] .cs_bt_left, [class*=pickba] .cs_bt_inner, [class*=pickba] .cs_bt_right {
  background-image: url("../../img/fw/fw_kba.png");
}
[class*=pickba] .cs_lb_label .cs_lb_left, [class*=pickba] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kba.png");
}
[class*=pickba][class*=_solopic] {
  background-image: url("../../img/fw/fw_kba.png");
}

[class*=pickbs] .cs_ed_left, [class*=pickbs] .cs_bt_left, [class*=pickbs] .cs_bt_inner, [class*=pickbs] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbs.png");
}
[class*=pickbs] .cs_lb_label .cs_lb_left, [class*=pickbs] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbs.png");
}
[class*=pickbs][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbs.png");
}

[class*=pickbd] .cs_ed_left, [class*=pickbd] .cs_bt_left, [class*=pickbd] .cs_bt_inner, [class*=pickbd] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbd.png");
}
[class*=pickbd] .cs_lb_label .cs_lb_left, [class*=pickbd] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbd.png");
}
[class*=pickbd][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbd.png");
}

[class*=pickbf] .cs_ed_left, [class*=pickbf] .cs_bt_left, [class*=pickbf] .cs_bt_inner, [class*=pickbf] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbf.png");
}
[class*=pickbf] .cs_lb_label .cs_lb_left, [class*=pickbf] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbf.png");
}
[class*=pickbf][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbf.png");
}

[class*=pickbg] .cs_ed_left, [class*=pickbg] .cs_bt_left, [class*=pickbg] .cs_bt_inner, [class*=pickbg] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbg.png");
}
[class*=pickbg] .cs_lb_label .cs_lb_left, [class*=pickbg] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbg.png");
}
[class*=pickbg][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbg.png");
}

[class*=pickbh] .cs_ed_left, [class*=pickbh] .cs_bt_left, [class*=pickbh] .cs_bt_inner, [class*=pickbh] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbh.png");
}
[class*=pickbh] .cs_lb_label .cs_lb_left, [class*=pickbh] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbh.png");
}
[class*=pickbh][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbh.png");
}

[class*=pickbj] .cs_ed_left, [class*=pickbj] .cs_bt_left, [class*=pickbj] .cs_bt_inner, [class*=pickbj] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbj.png");
}
[class*=pickbj] .cs_lb_label .cs_lb_left, [class*=pickbj] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbj.png");
}
[class*=pickbj][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbj.png");
}

[class*=pickbk] .cs_ed_left, [class*=pickbk] .cs_bt_left, [class*=pickbk] .cs_bt_inner, [class*=pickbk] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbk.png");
}
[class*=pickbk] .cs_lb_label .cs_lb_left, [class*=pickbk] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbk.png");
}
[class*=pickbk][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbk.png");
}

[class*=pickbl] .cs_ed_left, [class*=pickbl] .cs_bt_left, [class*=pickbl] .cs_bt_inner, [class*=pickbl] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbl.png");
}
[class*=pickbl] .cs_lb_label .cs_lb_left, [class*=pickbl] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbl.png");
}
[class*=pickbl][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbl.png");
}

[class*=pickbz] .cs_ed_left, [class*=pickbz] .cs_bt_left, [class*=pickbz] .cs_bt_inner, [class*=pickbz] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbz.png");
}
[class*=pickbz] .cs_lb_label .cs_lb_left, [class*=pickbz] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbz.png");
}
[class*=pickbz][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbz.png");
}

[class*=pickbx] .cs_ed_left, [class*=pickbx] .cs_bt_left, [class*=pickbx] .cs_bt_inner, [class*=pickbx] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbx.png");
}
[class*=pickbx] .cs_lb_label .cs_lb_left, [class*=pickbx] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbx.png");
}
[class*=pickbx][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbx.png");
}

[class*=pickbc] .cs_ed_left, [class*=pickbc] .cs_bt_left, [class*=pickbc] .cs_bt_inner, [class*=pickbc] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbc.png");
}
[class*=pickbc] .cs_lb_label .cs_lb_left, [class*=pickbc] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbc.png");
}
[class*=pickbc][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbc.png");
}

[class*=pickbcc] .cs_ed_left, [class*=pickbcc] .cs_bt_left, [class*=pickbcc] .cs_bt_inner, [class*=pickbcc] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbse.png");
}
[class*=pickbcc] .cs_lb_label .cs_lb_left, [class*=pickbcc] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbse.png");
}
[class*=pickbcc][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbse.png");
}

[class*=pickbv] .cs_ed_left, [class*=pickbv] .cs_bt_left, [class*=pickbv] .cs_bt_inner, [class*=pickbv] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbv.png");
}
[class*=pickbv] .cs_lb_label .cs_lb_left, [class*=pickbv] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbv.png");
}
[class*=pickbv][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbv.png");
}

[class*=pickbb] .cs_ed_left, [class*=pickbb] .cs_bt_left, [class*=pickbb] .cs_bt_inner, [class*=pickbb] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbb.png");
}
[class*=pickbb] .cs_lb_label .cs_lb_left, [class*=pickbb] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbb.png");
}
[class*=pickbb][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbb.png");
}

[class*=pickbn] .cs_ed_left, [class*=pickbn] .cs_bt_left, [class*=pickbn] .cs_bt_inner, [class*=pickbn] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbn.png");
}
[class*=pickbn] .cs_lb_label .cs_lb_left, [class*=pickbn] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbn.png");
}
[class*=pickbn][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbn.png");
}

[class*=pickbny] .cs_ed_left, [class*=pickbny] .cs_bt_left, [class*=pickbny] .cs_bt_inner, [class*=pickbny] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbny.png");
}
[class*=pickbny] .cs_lb_label .cs_lb_left, [class*=pickbny] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbny.png");
}
[class*=pickbny][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbny.png");
}

[class*=pickbm] .cs_ed_left, [class*=pickbm] .cs_bt_left, [class*=pickbm] .cs_bt_inner, [class*=pickbm] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbm.png");
}
[class*=pickbm] .cs_lb_label .cs_lb_left, [class*=pickbm] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbm.png");
}
[class*=pickbm][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbm.png");
}

[class*=pickkbq] .cs_ed_left, [class*=pickkbq] .cs_bt_left, [class*=pickkbq] .cs_bt_inner, [class*=pickkbq] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbqq.png");
}
[class*=pickkbq] .cs_lb_label .cs_lb_left, [class*=pickkbq] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbqq.png");
}
[class*=pickkbq][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbqq.png");
}

[class*=pickkbw] .cs_ed_left, [class*=pickkbw] .cs_bt_left, [class*=pickkbw] .cs_bt_inner, [class*=pickkbw] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbww.png");
}
[class*=pickkbw] .cs_lb_label .cs_lb_left, [class*=pickkbw] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbww.png");
}
[class*=pickkbw][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbww.png");
}

[class*=pickkbe] .cs_ed_left, [class*=pickkbe] .cs_bt_left, [class*=pickkbe] .cs_bt_inner, [class*=pickkbe] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbee.png");
}
[class*=pickkbe] .cs_lb_label .cs_lb_left, [class*=pickkbe] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbee.png");
}
[class*=pickkbe][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbee.png");
}

[class*=pickkbr] .cs_ed_left, [class*=pickkbr] .cs_bt_left, [class*=pickkbr] .cs_bt_inner, [class*=pickkbr] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbrr.png");
}
[class*=pickkbr] .cs_lb_label .cs_lb_left, [class*=pickkbr] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbrr.png");
}
[class*=pickkbr][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbrr.png");
}

[class*=pickkbt] .cs_ed_left, [class*=pickkbt] .cs_bt_left, [class*=pickkbt] .cs_bt_inner, [class*=pickkbt] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbtt.png");
}
[class*=pickkbt] .cs_lb_label .cs_lb_left, [class*=pickkbt] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbtt.png");
}
[class*=pickkbt][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbtt.png");
}

[class*=pickkby] .cs_ed_left, [class*=pickkby] .cs_bt_left, [class*=pickkby] .cs_bt_inner, [class*=pickkby] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbyy.png");
}
[class*=pickkby] .cs_lb_label .cs_lb_left, [class*=pickkby] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbyy.png");
}
[class*=pickkby][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbyy.png");
}

[class*=pickkbu] .cs_ed_left, [class*=pickkbu] .cs_bt_left, [class*=pickkbu] .cs_bt_inner, [class*=pickkbu] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbuu.png");
}
[class*=pickkbu] .cs_lb_label .cs_lb_left, [class*=pickkbu] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbuu.png");
}
[class*=pickkbu][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbuu.png");
}

[class*=pickkbi] .cs_ed_left, [class*=pickkbi] .cs_bt_left, [class*=pickkbi] .cs_bt_inner, [class*=pickkbi] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbii.png");
}
[class*=pickkbi] .cs_lb_label .cs_lb_left, [class*=pickkbi] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbii.png");
}
[class*=pickkbi][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbii.png");
}

[class*=pickkbo] .cs_ed_left, [class*=pickkbo] .cs_bt_left, [class*=pickkbo] .cs_bt_inner, [class*=pickkbo] .cs_bt_right {
  background-image: url("../../img/fw/fw_kboo.png");
}
[class*=pickkbo] .cs_lb_label .cs_lb_left, [class*=pickkbo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kboo.png");
}
[class*=pickkbo][class*=_solopic] {
  background-image: url("../../img/fw/fw_kboo.png");
}

[class*=pickkbp] .cs_ed_left, [class*=pickkbp] .cs_bt_left, [class*=pickkbp] .cs_bt_inner, [class*=pickkbp] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbpp.png");
}
[class*=pickkbp] .cs_lb_label .cs_lb_left, [class*=pickkbp] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbpp.png");
}
[class*=pickkbp][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbpp.png");
}

[class*=pickkba] .cs_ed_left, [class*=pickkba] .cs_bt_left, [class*=pickkba] .cs_bt_inner, [class*=pickkba] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbaa.png");
}
[class*=pickkba] .cs_lb_label .cs_lb_left, [class*=pickkba] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbaa.png");
}
[class*=pickkba][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbaa.png");
}

[class*=pickkbs] .cs_ed_left, [class*=pickkbs] .cs_bt_left, [class*=pickkbs] .cs_bt_inner, [class*=pickkbs] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbss.png");
}
[class*=pickkbs] .cs_lb_label .cs_lb_left, [class*=pickkbs] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbss.png");
}
[class*=pickkbs][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbss.png");
}

[class*=pickkbd] .cs_ed_left, [class*=pickkbd] .cs_bt_left, [class*=pickkbd] .cs_bt_inner, [class*=pickkbd] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbdd.png");
}
[class*=pickkbd] .cs_lb_label .cs_lb_left, [class*=pickkbd] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbdd.png");
}
[class*=pickkbd][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbdd.png");
}

[class*=pickkbf] .cs_ed_left, [class*=pickkbf] .cs_bt_left, [class*=pickkbf] .cs_bt_inner, [class*=pickkbf] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbff.png");
}
[class*=pickkbf] .cs_lb_label .cs_lb_left, [class*=pickkbf] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbff.png");
}
[class*=pickkbf][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbff.png");
}

[class*=pickkbg] .cs_ed_left, [class*=pickkbg] .cs_bt_left, [class*=pickkbg] .cs_bt_inner, [class*=pickkbg] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbgg.png");
}
[class*=pickkbg] .cs_lb_label .cs_lb_left, [class*=pickkbg] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbgg.png");
}
[class*=pickkbg][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbgg.png");
}

[class*=pickkbh] .cs_ed_left, [class*=pickkbh] .cs_bt_left, [class*=pickkbh] .cs_bt_inner, [class*=pickkbh] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbhh.png");
}
[class*=pickkbh] .cs_lb_label .cs_lb_left, [class*=pickkbh] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbhh.png");
}
[class*=pickkbh][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbhh.png");
}

[class*=pickkbj] .cs_ed_left, [class*=pickkbj] .cs_bt_left, [class*=pickkbj] .cs_bt_inner, [class*=pickkbj] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbjj.png");
}
[class*=pickkbj] .cs_lb_label .cs_lb_left, [class*=pickkbj] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbjj.png");
}
[class*=pickkbj][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbjj.png");
}

[class*=pickkbk] .cs_ed_left, [class*=pickkbk] .cs_bt_left, [class*=pickkbk] .cs_bt_inner, [class*=pickkbk] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbkk.png");
}
[class*=pickkbk] .cs_lb_label .cs_lb_left, [class*=pickkbk] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbkk.png");
}
[class*=pickkbk][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbkk.png");
}

[class*=pickkbl] .cs_ed_left, [class*=pickkbl] .cs_bt_left, [class*=pickkbl] .cs_bt_inner, [class*=pickkbl] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbll.png");
}
[class*=pickkbl] .cs_lb_label .cs_lb_left, [class*=pickkbl] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbll.png");
}
[class*=pickkbl][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbll.png");
}

[class*=pickkbz] .cs_ed_left, [class*=pickkbz] .cs_bt_left, [class*=pickkbz] .cs_bt_inner, [class*=pickkbz] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbzz.png");
}
[class*=pickkbz] .cs_lb_label .cs_lb_left, [class*=pickkbz] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbzz.png");
}
[class*=pickkbz][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbzz.png");
}

[class*=pickkbx] .cs_ed_left, [class*=pickkbx] .cs_bt_left, [class*=pickkbx] .cs_bt_inner, [class*=pickkbx] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbxx.png");
}
[class*=pickkbx] .cs_lb_label .cs_lb_left, [class*=pickkbx] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbxx.png");
}
[class*=pickkbx][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbxx.png");
}

[class*=pickkbc] .cs_ed_left, [class*=pickkbc] .cs_bt_left, [class*=pickkbc] .cs_bt_inner, [class*=pickkbc] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbcc.png");
}
[class*=pickkbc] .cs_lb_label .cs_lb_left, [class*=pickkbc] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbcc.png");
}
[class*=pickkbc][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbcc.png");
}

[class*=pickkbcc] .cs_ed_left, [class*=pickkbcc] .cs_bt_left, [class*=pickkbcc] .cs_bt_inner, [class*=pickkbcc] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbsese.png");
}
[class*=pickkbcc] .cs_lb_label .cs_lb_left, [class*=pickkbcc] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbsese.png");
}
[class*=pickkbcc][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbsese.png");
}

[class*=pickkbv] .cs_ed_left, [class*=pickkbv] .cs_bt_left, [class*=pickkbv] .cs_bt_inner, [class*=pickkbv] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbvv.png");
}
[class*=pickkbv] .cs_lb_label .cs_lb_left, [class*=pickkbv] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbvv.png");
}
[class*=pickkbv][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbvv.png");
}

[class*=pickkbb] .cs_ed_left, [class*=pickkbb] .cs_bt_left, [class*=pickkbb] .cs_bt_inner, [class*=pickkbb] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbbb.png");
}
[class*=pickkbb] .cs_lb_label .cs_lb_left, [class*=pickkbb] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbbb.png");
}
[class*=pickkbb][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbbb.png");
}

[class*=pickkbn] .cs_ed_left, [class*=pickkbn] .cs_bt_left, [class*=pickkbn] .cs_bt_inner, [class*=pickkbn] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbnn.png");
}
[class*=pickkbn] .cs_lb_label .cs_lb_left, [class*=pickkbn] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbnn.png");
}
[class*=pickkbn][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbnn.png");
}

[class*=pickkbny] .cs_ed_left, [class*=pickkbny] .cs_bt_left, [class*=pickkbny] .cs_bt_inner, [class*=pickkbny] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbnyny.png");
}
[class*=pickkbny] .cs_lb_label .cs_lb_left, [class*=pickkbny] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbnyny.png");
}
[class*=pickkbny][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbnyny.png");
}

[class*=pickkbm] .cs_ed_left, [class*=pickkbm] .cs_bt_left, [class*=pickkbm] .cs_bt_inner, [class*=pickkbm] .cs_bt_right {
  background-image: url("../../img/fw/fw_kbmm.png");
}
[class*=pickkbm] .cs_lb_label .cs_lb_left, [class*=pickkbm] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_kbmm.png");
}
[class*=pickkbm][class*=_solopic] {
  background-image: url("../../img/fw/fw_kbmm.png");
}

[class*=piccursor_up] .cs_ed_left, [class*=piccursor_up] .cs_bt_left, [class*=piccursor_up] .cs_bt_inner, [class*=piccursor_up] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorUp.png");
}
[class*=piccursor_up] .cs_lb_label .cs_lb_left, [class*=piccursor_up] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorUp.png");
}
[class*=piccursor_up][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorUp.png");
}

[class*=piccursor_down] .cs_ed_left, [class*=piccursor_down] .cs_bt_left, [class*=piccursor_down] .cs_bt_inner, [class*=piccursor_down] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorDown.png");
}
[class*=piccursor_down] .cs_lb_label .cs_lb_left, [class*=piccursor_down] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorDown.png");
}
[class*=piccursor_down][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorDown.png");
}

[class*=piccursor_left] .cs_ed_left, [class*=piccursor_left] .cs_bt_left, [class*=piccursor_left] .cs_bt_inner, [class*=piccursor_left] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorLeft.png");
}
[class*=piccursor_left] .cs_lb_label .cs_lb_left, [class*=piccursor_left] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorLeft.png");
}
[class*=piccursor_left][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorLeft.png");
}

[class*=piccursor_right] .cs_ed_left, [class*=piccursor_right] .cs_bt_left, [class*=piccursor_right] .cs_bt_inner, [class*=piccursor_right] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorRight.png");
}
[class*=piccursor_right] .cs_lb_label .cs_lb_left, [class*=piccursor_right] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorRight.png");
}
[class*=piccursor_right][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorRight.png");
}

[class*=piccursor_up_black] .cs_ed_left, [class*=piccursor_up_black] .cs_bt_left, [class*=piccursor_up_black] .cs_bt_inner, [class*=piccursor_up_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorUp_black.png");
}
[class*=piccursor_up_black] .cs_lb_label .cs_lb_left, [class*=piccursor_up_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorUp_black.png");
}
[class*=piccursor_up_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorUp_black.png");
}

[class*=piccursor_down_black] .cs_ed_left, [class*=piccursor_down_black] .cs_bt_left, [class*=piccursor_down_black] .cs_bt_inner, [class*=piccursor_down_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorDown_black.png");
}
[class*=piccursor_down_black] .cs_lb_label .cs_lb_left, [class*=piccursor_down_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorDown_black.png");
}
[class*=piccursor_down_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorDown_black.png");
}

[class*=piccursor_left_black] .cs_ed_left, [class*=piccursor_left_black] .cs_bt_left, [class*=piccursor_left_black] .cs_bt_inner, [class*=piccursor_left_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorLeft_black.png");
}
[class*=piccursor_left_black] .cs_lb_label .cs_lb_left, [class*=piccursor_left_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorLeft_black.png");
}
[class*=piccursor_left_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorLeft_black.png");
}

[class*=piccursor_right_black] .cs_ed_left, [class*=piccursor_right_black] .cs_bt_left, [class*=piccursor_right_black] .cs_bt_inner, [class*=piccursor_right_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorRight_black.png");
}
[class*=piccursor_right_black] .cs_lb_label .cs_lb_left, [class*=piccursor_right_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorRight_black.png");
}
[class*=piccursor_right_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorRight_black.png");
}

[class*=piccursor_up_white] .cs_ed_left, [class*=piccursor_up_white] .cs_bt_left, [class*=piccursor_up_white] .cs_bt_inner, [class*=piccursor_up_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorUp_white.png");
}
[class*=piccursor_up_white] .cs_lb_label .cs_lb_left, [class*=piccursor_up_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorUp_white.png");
}
[class*=piccursor_up_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorUp_white.png");
}

[class*=piccursor_down_white] .cs_ed_left, [class*=piccursor_down_white] .cs_bt_left, [class*=piccursor_down_white] .cs_bt_inner, [class*=piccursor_down_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorDown_white.png");
}
[class*=piccursor_down_white] .cs_lb_label .cs_lb_left, [class*=piccursor_down_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorDown_white.png");
}
[class*=piccursor_down_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorDown_white.png");
}

[class*=piccursor_left_white] .cs_ed_left, [class*=piccursor_left_white] .cs_bt_left, [class*=piccursor_left_white] .cs_bt_inner, [class*=piccursor_left_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorLeft_white.png");
}
[class*=piccursor_left_white] .cs_lb_label .cs_lb_left, [class*=piccursor_left_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorLeft_white.png");
}
[class*=piccursor_left_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorLeft_white.png");
}

[class*=piccursor_right_white] .cs_ed_left, [class*=piccursor_right_white] .cs_bt_left, [class*=piccursor_right_white] .cs_bt_inner, [class*=piccursor_right_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorRight_white.png");
}
[class*=piccursor_right_white] .cs_lb_label .cs_lb_left, [class*=piccursor_right_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorRight_white.png");
}
[class*=piccursor_right_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorRight_white.png");
}

[class*=piccursor_up_red] .cs_ed_left, [class*=piccursor_up_red] .cs_bt_left, [class*=piccursor_up_red] .cs_bt_inner, [class*=piccursor_up_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorUp_red.png");
}
[class*=piccursor_up_red] .cs_lb_label .cs_lb_left, [class*=piccursor_up_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorUp_red.png");
}
[class*=piccursor_up_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorUp_red.png");
}

[class*=piccursor_down_red] .cs_ed_left, [class*=piccursor_down_red] .cs_bt_left, [class*=piccursor_down_red] .cs_bt_inner, [class*=piccursor_down_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorDown_red.png");
}
[class*=piccursor_down_red] .cs_lb_label .cs_lb_left, [class*=piccursor_down_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorDown_red.png");
}
[class*=piccursor_down_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorDown_red.png");
}

[class*=piccursor_left_red] .cs_ed_left, [class*=piccursor_left_red] .cs_bt_left, [class*=piccursor_left_red] .cs_bt_inner, [class*=piccursor_left_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorLeft_red.png");
}
[class*=piccursor_left_red] .cs_lb_label .cs_lb_left, [class*=piccursor_left_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorLeft_red.png");
}
[class*=piccursor_left_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorLeft_red.png");
}

[class*=piccursor_right_red] .cs_ed_left, [class*=piccursor_right_red] .cs_bt_left, [class*=piccursor_right_red] .cs_bt_inner, [class*=piccursor_right_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorRight_red.png");
}
[class*=piccursor_right_red] .cs_lb_label .cs_lb_left, [class*=piccursor_right_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorRight_red.png");
}
[class*=piccursor_right_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorRight_red.png");
}

[class*=piccursor_up_trans] .cs_ed_left, [class*=piccursor_up_trans] .cs_bt_left, [class*=piccursor_up_trans] .cs_bt_inner, [class*=piccursor_up_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorUp_trans.png");
}
[class*=piccursor_up_trans] .cs_lb_label .cs_lb_left, [class*=piccursor_up_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorUp_trans.png");
}
[class*=piccursor_up_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorUp_trans.png");
}

[class*=piccursor_down_trans] .cs_ed_left, [class*=piccursor_down_trans] .cs_bt_left, [class*=piccursor_down_trans] .cs_bt_inner, [class*=piccursor_down_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorDown_trans.png");
}
[class*=piccursor_down_trans] .cs_lb_label .cs_lb_left, [class*=piccursor_down_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorDown_trans.png");
}
[class*=piccursor_down_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorDown_trans.png");
}

[class*=piccursor_left_trans] .cs_ed_left, [class*=piccursor_left_trans] .cs_bt_left, [class*=piccursor_left_trans] .cs_bt_inner, [class*=piccursor_left_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorLeft_trans.png");
}
[class*=piccursor_left_trans] .cs_lb_label .cs_lb_left, [class*=piccursor_left_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorLeft_trans.png");
}
[class*=piccursor_left_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorLeft_trans.png");
}

[class*=piccursor_right_trans] .cs_ed_left, [class*=piccursor_right_trans] .cs_bt_left, [class*=piccursor_right_trans] .cs_bt_inner, [class*=piccursor_right_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_cursorRight_trans.png");
}
[class*=piccursor_right_trans] .cs_lb_label .cs_lb_left, [class*=piccursor_right_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cursorRight_trans.png");
}
[class*=piccursor_right_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_cursorRight_trans.png");
}

[class*=picmanual_black] .cs_ed_left, [class*=picmanual_black] .cs_bt_left, [class*=picmanual_black] .cs_bt_inner, [class*=picmanual_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_manual_black.png");
}
[class*=picmanual_black] .cs_lb_label .cs_lb_left, [class*=picmanual_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_manual_black.png");
}
[class*=picmanual_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_manual_black.png");
}

[class*=picmanual_gray] .cs_ed_left, [class*=picmanual_gray] .cs_bt_left, [class*=picmanual_gray] .cs_bt_inner, [class*=picmanual_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_manual_gray.png");
}
[class*=picmanual_gray] .cs_lb_label .cs_lb_left, [class*=picmanual_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_manual_gray.png");
}
[class*=picmanual_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_manual_gray.png");
}

[class*=picmanual_trans] .cs_ed_left, [class*=picmanual_trans] .cs_bt_left, [class*=picmanual_trans] .cs_bt_inner, [class*=picmanual_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_manual_trans.png");
}
[class*=picmanual_trans] .cs_lb_label .cs_lb_left, [class*=picmanual_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_manual_trans.png");
}
[class*=picmanual_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_manual_trans.png");
}

[class*=picmanual_trans_white] .cs_ed_left, [class*=picmanual_trans_white] .cs_bt_left, [class*=picmanual_trans_white] .cs_bt_inner, [class*=picmanual_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_manual_trans_white.png");
}
[class*=picmanual_trans_white] .cs_lb_label .cs_lb_left, [class*=picmanual_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_manual_trans_white.png");
}
[class*=picmanual_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_manual_trans_white.png");
}

[class*=picmanual_white_perfiled] .cs_ed_left, [class*=picmanual_white_perfiled] .cs_bt_left, [class*=picmanual_white_perfiled] .cs_bt_inner, [class*=picmanual_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_manual_white_perfiled.png");
}
[class*=picmanual_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picmanual_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_manual_white_perfiled.png");
}
[class*=picmanual_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_manual_white_perfiled.png");
}

[class*=picmanual_trans_gray] .cs_ed_left, [class*=picmanual_trans_gray] .cs_bt_left, [class*=picmanual_trans_gray] .cs_bt_inner, [class*=picmanual_trans_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_manual_trans_gray.png");
}
[class*=picmanual_trans_gray] .cs_lb_label .cs_lb_left, [class*=picmanual_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_manual_trans_gray.png");
}
[class*=picmanual_trans_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_manual_trans_gray.png");
}

[class*=picmanual_trans_orange] .cs_ed_left, [class*=picmanual_trans_orange] .cs_bt_left, [class*=picmanual_trans_orange] .cs_bt_inner, [class*=picmanual_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_manual_trans_orange.png");
}
[class*=picmanual_trans_orange] .cs_lb_label .cs_lb_left, [class*=picmanual_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_manual_trans_orange.png");
}
[class*=picmanual_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_manual_trans_orange.png");
}

[class*=picalign_left] .cs_ed_left, [class*=picalign_left] .cs_bt_left, [class*=picalign_left] .cs_bt_inner, [class*=picalign_left] .cs_bt_right {
  background-image: url("../../img/fw/fw_text_align_left.png");
}
[class*=picalign_left] .cs_lb_label .cs_lb_left, [class*=picalign_left] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_text_align_left.png");
}
[class*=picalign_left][class*=_solopic] {
  background-image: url("../../img/fw/fw_text_align_left.png");
}

[class*=picalign_center] .cs_ed_left, [class*=picalign_center] .cs_bt_left, [class*=picalign_center] .cs_bt_inner, [class*=picalign_center] .cs_bt_right {
  background-image: url("../../img/fw/fw_text_align_center.png");
}
[class*=picalign_center] .cs_lb_label .cs_lb_left, [class*=picalign_center] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_text_align_center.png");
}
[class*=picalign_center][class*=_solopic] {
  background-image: url("../../img/fw/fw_text_align_center.png");
}

[class*=picalign_right] .cs_ed_left, [class*=picalign_right] .cs_bt_left, [class*=picalign_right] .cs_bt_inner, [class*=picalign_right] .cs_bt_right {
  background-image: url("../../img/fw/fw_text_align_right.png");
}
[class*=picalign_right] .cs_lb_label .cs_lb_left, [class*=picalign_right] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_text_align_right.png");
}
[class*=picalign_right][class*=_solopic] {
  background-image: url("../../img/fw/fw_text_align_right.png");
}

[class*=picalign_left_white] .cs_ed_left, [class*=picalign_left_white] .cs_bt_left, [class*=picalign_left_white] .cs_bt_inner, [class*=picalign_left_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_text_align_left_white.png");
}
[class*=picalign_left_white] .cs_lb_label .cs_lb_left, [class*=picalign_left_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_text_align_left_white.png");
}
[class*=picalign_left_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_text_align_left_white.png");
}

[class*=picalign_center_white] .cs_ed_left, [class*=picalign_center_white] .cs_bt_left, [class*=picalign_center_white] .cs_bt_inner, [class*=picalign_center_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_text_align_center_white.png");
}
[class*=picalign_center_white] .cs_lb_label .cs_lb_left, [class*=picalign_center_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_text_align_center_white.png");
}
[class*=picalign_center_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_text_align_center_white.png");
}

[class*=picalign_right_white] .cs_ed_left, [class*=picalign_right_white] .cs_bt_left, [class*=picalign_right_white] .cs_bt_inner, [class*=picalign_right_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_text_align_right_white.png");
}
[class*=picalign_right_white] .cs_lb_label .cs_lb_left, [class*=picalign_right_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_text_align_right_white.png");
}
[class*=picalign_right_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_text_align_right_white.png");
}

[class*=picconfig_black] .cs_ed_left, [class*=picconfig_black] .cs_bt_left, [class*=picconfig_black] .cs_bt_inner, [class*=picconfig_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_config_black.png");
}
[class*=picconfig_black] .cs_lb_label .cs_lb_left, [class*=picconfig_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_config_black.png");
}
[class*=picconfig_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_config_black.png");
}

[class*=picconfig_gray] .cs_ed_left, [class*=picconfig_gray] .cs_bt_left, [class*=picconfig_gray] .cs_bt_inner, [class*=picconfig_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_config_gray.png");
}
[class*=picconfig_gray] .cs_lb_label .cs_lb_left, [class*=picconfig_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_config_gray.png");
}
[class*=picconfig_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_config_gray.png");
}

[class*=picconfig_trans] .cs_ed_left, [class*=picconfig_trans] .cs_bt_left, [class*=picconfig_trans] .cs_bt_inner, [class*=picconfig_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_config_trans.png");
}
[class*=picconfig_trans] .cs_lb_label .cs_lb_left, [class*=picconfig_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_config_trans.png");
}
[class*=picconfig_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_config_trans.png");
}

[class*=picconfig_trans_white] .cs_ed_left, [class*=picconfig_trans_white] .cs_bt_left, [class*=picconfig_trans_white] .cs_bt_inner, [class*=picconfig_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_config_trans_white.png");
}
[class*=picconfig_trans_white] .cs_lb_label .cs_lb_left, [class*=picconfig_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_config_trans_white.png");
}
[class*=picconfig_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_config_trans_white.png");
}

[class*=picconfig_red] .cs_ed_left, [class*=picconfig_red] .cs_bt_left, [class*=picconfig_red] .cs_bt_inner, [class*=picconfig_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_config_red.png");
}
[class*=picconfig_red] .cs_lb_label .cs_lb_left, [class*=picconfig_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_config_red.png");
}
[class*=picconfig_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_config_red.png");
}

[class*=pictelefono_black] .cs_ed_left, [class*=pictelefono_black] .cs_bt_left, [class*=pictelefono_black] .cs_bt_inner, [class*=pictelefono_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_telefono_black.png");
}
[class*=pictelefono_black] .cs_lb_label .cs_lb_left, [class*=pictelefono_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_telefono_black.png");
}
[class*=pictelefono_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_telefono_black.png");
}

[class*=pictelefono_gray] .cs_ed_left, [class*=pictelefono_gray] .cs_bt_left, [class*=pictelefono_gray] .cs_bt_inner, [class*=pictelefono_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_telefono_gray.png");
}
[class*=pictelefono_gray] .cs_lb_label .cs_lb_left, [class*=pictelefono_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_telefono_gray.png");
}
[class*=pictelefono_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_telefono_gray.png");
}

[class*=pictelefono_blue] .cs_ed_left, [class*=pictelefono_blue] .cs_bt_left, [class*=pictelefono_blue] .cs_bt_inner, [class*=pictelefono_blue] .cs_bt_right {
  background-image: url("../../img/fw/fw_telefono_blue.png");
}
[class*=pictelefono_blue] .cs_lb_label .cs_lb_left, [class*=pictelefono_blue] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_telefono_blue.png");
}
[class*=pictelefono_blue][class*=_solopic] {
  background-image: url("../../img/fw/fw_telefono_blue.png");
}

[class*=pictelefono_trans] .cs_ed_left, [class*=pictelefono_trans] .cs_bt_left, [class*=pictelefono_trans] .cs_bt_inner, [class*=pictelefono_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_telefono_trans.png");
}
[class*=pictelefono_trans] .cs_lb_label .cs_lb_left, [class*=pictelefono_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_telefono_trans.png");
}
[class*=pictelefono_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_telefono_trans.png");
}

[class*=pictelefono_trans_orange] .cs_ed_left, [class*=pictelefono_trans_orange] .cs_bt_left, [class*=pictelefono_trans_orange] .cs_bt_inner, [class*=pictelefono_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_telefono_trans_orange.png");
}
[class*=pictelefono_trans_orange] .cs_lb_label .cs_lb_left, [class*=pictelefono_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_telefono_trans_orange.png");
}
[class*=pictelefono_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_telefono_trans_orange.png");
}

[class*=pictelefono_trans_white] .cs_ed_left, [class*=pictelefono_trans_white] .cs_bt_left, [class*=pictelefono_trans_white] .cs_bt_inner, [class*=pictelefono_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_telefono_trans_white.png");
}
[class*=pictelefono_trans_white] .cs_lb_label .cs_lb_left, [class*=pictelefono_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_telefono_trans_white.png");
}
[class*=pictelefono_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_telefono_trans_white.png");
}

[class*=pictelefono_white_perfiled] .cs_ed_left, [class*=pictelefono_white_perfiled] .cs_bt_left, [class*=pictelefono_white_perfiled] .cs_bt_inner, [class*=pictelefono_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_telefono_white_perfiled.png");
}
[class*=pictelefono_white_perfiled] .cs_lb_label .cs_lb_left, [class*=pictelefono_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_telefono_white_perfiled.png");
}
[class*=pictelefono_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_telefono_white_perfiled.png");
}

[class*=picobservaciones_trans] .cs_ed_left, [class*=picobservaciones_trans] .cs_bt_left, [class*=picobservaciones_trans] .cs_bt_inner, [class*=picobservaciones_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_observaciones_trans.png");
}
[class*=picobservaciones_trans] .cs_lb_label .cs_lb_left, [class*=picobservaciones_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_observaciones_trans.png");
}
[class*=picobservaciones_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_observaciones_trans.png");
}

[class*=picobservaciones_white_perfiled] .cs_ed_left, [class*=picobservaciones_white_perfiled] .cs_bt_left, [class*=picobservaciones_white_perfiled] .cs_bt_inner, [class*=picobservaciones_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_observaciones_white_perfiled.png");
}
[class*=picobservaciones_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picobservaciones_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_observaciones_white_perfiled.png");
}
[class*=picobservaciones_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_observaciones_white_perfiled.png");
}

[class*=picobservaciones_black] .cs_ed_left, [class*=picobservaciones_black] .cs_bt_left, [class*=picobservaciones_black] .cs_bt_inner, [class*=picobservaciones_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_observaciones_black.png");
}
[class*=picobservaciones_black] .cs_lb_label .cs_lb_left, [class*=picobservaciones_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_observaciones_black.png");
}
[class*=picobservaciones_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_observaciones_black.png");
}

[class*=picobservaciones_gray] .cs_ed_left, [class*=picobservaciones_gray] .cs_bt_left, [class*=picobservaciones_gray] .cs_bt_inner, [class*=picobservaciones_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_observaciones_gray.png");
}
[class*=picobservaciones_gray] .cs_lb_label .cs_lb_left, [class*=picobservaciones_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_observaciones_gray.png");
}
[class*=picobservaciones_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_observaciones_gray.png");
}

[class*=picobservaciones_trans_orange] .cs_ed_left, [class*=picobservaciones_trans_orange] .cs_bt_left, [class*=picobservaciones_trans_orange] .cs_bt_inner, [class*=picobservaciones_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_observaciones_trans_orange.png");
}
[class*=picobservaciones_trans_orange] .cs_lb_label .cs_lb_left, [class*=picobservaciones_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_observaciones_trans_orange.png");
}
[class*=picobservaciones_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_observaciones_trans_orange.png");
}

[class*=picobservaciones_white] .cs_ed_left, [class*=picobservaciones_white] .cs_bt_left, [class*=picobservaciones_white] .cs_bt_inner, [class*=picobservaciones_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_observaciones_white.png");
}
[class*=picobservaciones_white] .cs_lb_label .cs_lb_left, [class*=picobservaciones_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_observaciones_white.png");
}
[class*=picobservaciones_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_observaciones_white.png");
}

[class*=picobservaciones_trans_white] .cs_ed_left, [class*=picobservaciones_trans_white] .cs_bt_left, [class*=picobservaciones_trans_white] .cs_bt_inner, [class*=picobservaciones_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_observaciones_trans_white.png");
}
[class*=picobservaciones_trans_white] .cs_lb_label .cs_lb_left, [class*=picobservaciones_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_observaciones_trans_white.png");
}
[class*=picobservaciones_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_observaciones_trans_white.png");
}

[class*=piccloud_blue] .cs_ed_left, [class*=piccloud_blue] .cs_bt_left, [class*=piccloud_blue] .cs_bt_inner, [class*=piccloud_blue] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_blue.png");
}
[class*=piccloud_blue] .cs_lb_label .cs_lb_left, [class*=piccloud_blue] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_blue.png");
}
[class*=piccloud_blue][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_blue.png");
}

[class*=piccloud_green] .cs_ed_left, [class*=piccloud_green] .cs_bt_left, [class*=piccloud_green] .cs_bt_inner, [class*=piccloud_green] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_green.png");
}
[class*=piccloud_green] .cs_lb_label .cs_lb_left, [class*=piccloud_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_green.png");
}
[class*=piccloud_green][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_green.png");
}

[class*=piccloud_green_block] .cs_ed_left, [class*=piccloud_green_block] .cs_bt_left, [class*=piccloud_green_block] .cs_bt_inner, [class*=piccloud_green_block] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_green_block.png");
}
[class*=piccloud_green_block] .cs_lb_label .cs_lb_left, [class*=piccloud_green_block] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_green_block.png");
}
[class*=piccloud_green_block][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_green_block.png");
}

[class*=piccloud_red] .cs_ed_left, [class*=piccloud_red] .cs_bt_left, [class*=piccloud_red] .cs_bt_inner, [class*=piccloud_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_red.png");
}
[class*=piccloud_red] .cs_lb_label .cs_lb_left, [class*=piccloud_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_red.png");
}
[class*=piccloud_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_red.png");
}

[class*=piccloud_red_block] .cs_ed_left, [class*=piccloud_red_block] .cs_bt_left, [class*=piccloud_red_block] .cs_bt_inner, [class*=piccloud_red_block] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_red_block.png");
}
[class*=piccloud_red_block] .cs_lb_label .cs_lb_left, [class*=piccloud_red_block] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_red_block.png");
}
[class*=piccloud_red_block][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_red_block.png");
}

[class*=piccloud_white] .cs_ed_left, [class*=piccloud_white] .cs_bt_left, [class*=piccloud_white] .cs_bt_inner, [class*=piccloud_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_white.png");
}
[class*=piccloud_white] .cs_lb_label .cs_lb_left, [class*=piccloud_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_white.png");
}
[class*=piccloud_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_white.png");
}

[class*=piccloud_black] .cs_ed_left, [class*=piccloud_black] .cs_bt_left, [class*=piccloud_black] .cs_bt_inner, [class*=piccloud_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_black.png");
}
[class*=piccloud_black] .cs_lb_label .cs_lb_left, [class*=piccloud_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_black.png");
}
[class*=piccloud_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_black.png");
}

[class*=piccloud_block] .cs_ed_left, [class*=piccloud_block] .cs_bt_left, [class*=piccloud_block] .cs_bt_inner, [class*=piccloud_block] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_block.png");
}
[class*=piccloud_block] .cs_lb_label .cs_lb_left, [class*=piccloud_block] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_block.png");
}
[class*=piccloud_block][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_block.png");
}

[class*=piccloud_block_blue] .cs_ed_left, [class*=piccloud_block_blue] .cs_bt_left, [class*=piccloud_block_blue] .cs_bt_inner, [class*=piccloud_block_blue] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_block_blue.png");
}
[class*=piccloud_block_blue] .cs_lb_label .cs_lb_left, [class*=piccloud_block_blue] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_block_blue.png");
}
[class*=piccloud_block_blue][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_block_blue.png");
}

[class*=piccloud_trans] .cs_ed_left, [class*=piccloud_trans] .cs_bt_left, [class*=piccloud_trans] .cs_bt_inner, [class*=piccloud_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_trans.png");
}
[class*=piccloud_trans] .cs_lb_label .cs_lb_left, [class*=piccloud_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_trans.png");
}
[class*=piccloud_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_trans.png");
}

[class*=piccloud_no] .cs_ed_left, [class*=piccloud_no] .cs_bt_left, [class*=piccloud_no] .cs_bt_inner, [class*=piccloud_no] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_no.png");
}
[class*=piccloud_no] .cs_lb_label .cs_lb_left, [class*=piccloud_no] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_no.png");
}
[class*=piccloud_no][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_no.png");
}

[class*=piccloud_white_perfiled] .cs_ed_left, [class*=piccloud_white_perfiled] .cs_bt_left, [class*=piccloud_white_perfiled] .cs_bt_inner, [class*=piccloud_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_white_perfiled.png");
}
[class*=piccloud_white_perfiled] .cs_lb_label .cs_lb_left, [class*=piccloud_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_white_perfiled.png");
}
[class*=piccloud_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_white_perfiled.png");
}

[class*=picstatus_cloud_red] .cs_ed_left, [class*=picstatus_cloud_red] .cs_bt_left, [class*=picstatus_cloud_red] .cs_bt_inner, [class*=picstatus_cloud_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_status_red.png");
}
[class*=picstatus_cloud_red] .cs_lb_label .cs_lb_left, [class*=picstatus_cloud_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_status_red.png");
}
[class*=picstatus_cloud_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_status_red.png");
}

[class*=picstatus_cloud_green] .cs_ed_left, [class*=picstatus_cloud_green] .cs_bt_left, [class*=picstatus_cloud_green] .cs_bt_inner, [class*=picstatus_cloud_green] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_status_green.png");
}
[class*=picstatus_cloud_green] .cs_lb_label .cs_lb_left, [class*=picstatus_cloud_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_status_green.png");
}
[class*=picstatus_cloud_green][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_status_green.png");
}

[class*=picstatus_tb_red] .cs_ed_left, [class*=picstatus_tb_red] .cs_bt_left, [class*=picstatus_tb_red] .cs_bt_inner, [class*=picstatus_tb_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_statustb_red.png");
}
[class*=picstatus_tb_red] .cs_lb_label .cs_lb_left, [class*=picstatus_tb_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_statustb_red.png");
}
[class*=picstatus_tb_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_statustb_red.png");
}

[class*=picstatus_tb_green] .cs_ed_left, [class*=picstatus_tb_green] .cs_bt_left, [class*=picstatus_tb_green] .cs_bt_inner, [class*=picstatus_tb_green] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_statustb_green.png");
}
[class*=picstatus_tb_green] .cs_lb_label .cs_lb_left, [class*=picstatus_tb_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_statustb_green.png");
}
[class*=picstatus_tb_green][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_statustb_green.png");
}

[class*=picwifi] .cs_ed_left, [class*=picwifi] .cs_bt_left, [class*=picwifi] .cs_bt_inner, [class*=picwifi] .cs_bt_right {
  background-image: url("../../img/fw/fw_wifi_bw.png");
}
[class*=picwifi] .cs_lb_label .cs_lb_left, [class*=picwifi] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_wifi_bw.png");
}
[class*=picwifi][class*=_solopic] {
  background-image: url("../../img/fw/fw_wifi_bw.png");
}

[class*=picwifi1] .cs_ed_left, [class*=picwifi1] .cs_bt_left, [class*=picwifi1] .cs_bt_inner, [class*=picwifi1] .cs_bt_right {
  background-image: url("../../img/fw/fw_wifi1.png");
}
[class*=picwifi1] .cs_lb_label .cs_lb_left, [class*=picwifi1] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_wifi1.png");
}
[class*=picwifi1][class*=_solopic] {
  background-image: url("../../img/fw/fw_wifi1.png");
}

[class*=picwifi2] .cs_ed_left, [class*=picwifi2] .cs_bt_left, [class*=picwifi2] .cs_bt_inner, [class*=picwifi2] .cs_bt_right {
  background-image: url("../../img/fw/fw_wifi2.png");
}
[class*=picwifi2] .cs_lb_label .cs_lb_left, [class*=picwifi2] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_wifi2.png");
}
[class*=picwifi2][class*=_solopic] {
  background-image: url("../../img/fw/fw_wifi2.png");
}

[class*=picwifi3] .cs_ed_left, [class*=picwifi3] .cs_bt_left, [class*=picwifi3] .cs_bt_inner, [class*=picwifi3] .cs_bt_right {
  background-image: url("../../img/fw/fw_wifi3.png");
}
[class*=picwifi3] .cs_lb_label .cs_lb_left, [class*=picwifi3] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_wifi3.png");
}
[class*=picwifi3][class*=_solopic] {
  background-image: url("../../img/fw/fw_wifi3.png");
}

[class*=picuser_gray] .cs_ed_left, [class*=picuser_gray] .cs_bt_left, [class*=picuser_gray] .cs_bt_inner, [class*=picuser_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_user_gray.png");
}
[class*=picuser_gray] .cs_lb_label .cs_lb_left, [class*=picuser_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_user_gray.png");
}
[class*=picuser_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_user_gray.png");
}

[class*=picuser_black] .cs_ed_left, [class*=picuser_black] .cs_bt_left, [class*=picuser_black] .cs_bt_inner, [class*=picuser_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_user_black.png");
}
[class*=picuser_black] .cs_lb_label .cs_lb_left, [class*=picuser_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_user_black.png");
}
[class*=picuser_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_user_black.png");
}

[class*=picuser_orange] .cs_ed_left, [class*=picuser_orange] .cs_bt_left, [class*=picuser_orange] .cs_bt_inner, [class*=picuser_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_user_orange.png");
}
[class*=picuser_orange] .cs_lb_label .cs_lb_left, [class*=picuser_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_user_orange.png");
}
[class*=picuser_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_user_orange.png");
}

[class*=picuser_trans] .cs_ed_left, [class*=picuser_trans] .cs_bt_left, [class*=picuser_trans] .cs_bt_inner, [class*=picuser_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_user_trans.png");
}
[class*=picuser_trans] .cs_lb_label .cs_lb_left, [class*=picuser_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_user_trans.png");
}
[class*=picuser_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_user_trans.png");
}

[class*=picuser_trans_white] .cs_ed_left, [class*=picuser_trans_white] .cs_bt_left, [class*=picuser_trans_white] .cs_bt_inner, [class*=picuser_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_user_trans_white.png");
}
[class*=picuser_trans_white] .cs_lb_label .cs_lb_left, [class*=picuser_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_user_trans_white.png");
}
[class*=picuser_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_user_trans_white.png");
}

[class*=picuser_white] .cs_ed_left, [class*=picuser_white] .cs_bt_left, [class*=picuser_white] .cs_bt_inner, [class*=picuser_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_user_white.png");
}
[class*=picuser_white] .cs_lb_label .cs_lb_left, [class*=picuser_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_user_white.png");
}
[class*=picuser_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_user_white.png");
}

[class*=picuser_white_perfiled] .cs_ed_left, [class*=picuser_white_perfiled] .cs_bt_left, [class*=picuser_white_perfiled] .cs_bt_inner, [class*=picuser_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_user_white_perfiled.png");
}
[class*=picuser_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picuser_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_user_white_perfiled.png");
}
[class*=picuser_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_user_white_perfiled.png");
}

[class*=picuser_trans_orange] .cs_ed_left, [class*=picuser_trans_orange] .cs_bt_left, [class*=picuser_trans_orange] .cs_bt_inner, [class*=picuser_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_user_trans_orange.png");
}
[class*=picuser_trans_orange] .cs_lb_label .cs_lb_left, [class*=picuser_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_user_trans_orange.png");
}
[class*=picuser_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_user_trans_orange.png");
}

[class*=picbiometrics_trans] .cs_ed_left, [class*=picbiometrics_trans] .cs_bt_left, [class*=picbiometrics_trans] .cs_bt_inner, [class*=picbiometrics_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_biometrics_trans.png");
}
[class*=picbiometrics_trans] .cs_lb_label .cs_lb_left, [class*=picbiometrics_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_biometrics_trans.png");
}
[class*=picbiometrics_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_biometrics_trans.png");
}

[class*=picbiometrics_trans_white] .cs_ed_left, [class*=picbiometrics_trans_white] .cs_bt_left, [class*=picbiometrics_trans_white] .cs_bt_inner, [class*=picbiometrics_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_biometrics_trans_white.png");
}
[class*=picbiometrics_trans_white] .cs_lb_label .cs_lb_left, [class*=picbiometrics_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_biometrics_trans_white.png");
}
[class*=picbiometrics_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_biometrics_trans_white.png");
}

[class*=picmicrofono] .cs_ed_left, [class*=picmicrofono] .cs_bt_left, [class*=picmicrofono] .cs_bt_inner, [class*=picmicrofono] .cs_bt_right {
  background-image: url("../../img/fw/fw_microfono.png");
}
[class*=picmicrofono] .cs_lb_label .cs_lb_left, [class*=picmicrofono] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_microfono.png");
}
[class*=picmicrofono][class*=_solopic] {
  background-image: url("../../img/fw/fw_microfono.png");
}

[class*=picmicrofono_trans] .cs_ed_left, [class*=picmicrofono_trans] .cs_bt_left, [class*=picmicrofono_trans] .cs_bt_inner, [class*=picmicrofono_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_microfono_trans.png");
}
[class*=picmicrofono_trans] .cs_lb_label .cs_lb_left, [class*=picmicrofono_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_microfono_trans.png");
}
[class*=picmicrofono_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_microfono_trans.png");
}

[class*=picmicrofono_trans_white] .cs_ed_left, [class*=picmicrofono_trans_white] .cs_bt_left, [class*=picmicrofono_trans_white] .cs_bt_inner, [class*=picmicrofono_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_microfono_trans_white.png");
}
[class*=picmicrofono_trans_white] .cs_lb_label .cs_lb_left, [class*=picmicrofono_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_microfono_trans_white.png");
}
[class*=picmicrofono_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_microfono_trans_white.png");
}

[class*=picpaleta_color_fix_trans] .cs_ed_left, [class*=picpaleta_color_fix_trans] .cs_bt_left, [class*=picpaleta_color_fix_trans] .cs_bt_inner, [class*=picpaleta_color_fix_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_paleta_color_fix_trans.png");
}
[class*=picpaleta_color_fix_trans] .cs_lb_label .cs_lb_left, [class*=picpaleta_color_fix_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_paleta_color_fix_trans.png");
}
[class*=picpaleta_color_fix_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_paleta_color_fix_trans.png");
}

[class*=picpaleta_color_fix_trans_white] .cs_ed_left, [class*=picpaleta_color_fix_trans_white] .cs_bt_left, [class*=picpaleta_color_fix_trans_white] .cs_bt_inner, [class*=picpaleta_color_fix_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_paleta_color_fix_trans_white.png");
}
[class*=picpaleta_color_fix_trans_white] .cs_lb_label .cs_lb_left, [class*=picpaleta_color_fix_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_paleta_color_fix_trans_white.png");
}
[class*=picpaleta_color_fix_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_paleta_color_fix_trans_white.png");
}

[class*=picpaleta_color_espectro_trans] .cs_ed_left, [class*=picpaleta_color_espectro_trans] .cs_bt_left, [class*=picpaleta_color_espectro_trans] .cs_bt_inner, [class*=picpaleta_color_espectro_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_paleta_color_espectro_trans.png");
}
[class*=picpaleta_color_espectro_trans] .cs_lb_label .cs_lb_left, [class*=picpaleta_color_espectro_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_paleta_color_espectro_trans.png");
}
[class*=picpaleta_color_espectro_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_paleta_color_espectro_trans.png");
}

[class*=picpaleta_color_espectro_trans_white] .cs_ed_left, [class*=picpaleta_color_espectro_trans_white] .cs_bt_left, [class*=picpaleta_color_espectro_trans_white] .cs_bt_inner, [class*=picpaleta_color_espectro_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_paleta_color_espectro_trans_white.png");
}
[class*=picpaleta_color_espectro_trans_white] .cs_lb_label .cs_lb_left, [class*=picpaleta_color_espectro_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_paleta_color_espectro_trans_white.png");
}
[class*=picpaleta_color_espectro_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_paleta_color_espectro_trans_white.png");
}

[class*=picpaleta_color_slider_trans] .cs_ed_left, [class*=picpaleta_color_slider_trans] .cs_bt_left, [class*=picpaleta_color_slider_trans] .cs_bt_inner, [class*=picpaleta_color_slider_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_paleta_color_slider_trans.png");
}
[class*=picpaleta_color_slider_trans] .cs_lb_label .cs_lb_left, [class*=picpaleta_color_slider_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_paleta_color_slider_trans.png");
}
[class*=picpaleta_color_slider_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_paleta_color_slider_trans.png");
}

[class*=picpaleta_color_slider_trans_white] .cs_ed_left, [class*=picpaleta_color_slider_trans_white] .cs_bt_left, [class*=picpaleta_color_slider_trans_white] .cs_bt_inner, [class*=picpaleta_color_slider_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_paleta_color_slider_trans_white.png");
}
[class*=picpaleta_color_slider_trans_white] .cs_lb_label .cs_lb_left, [class*=picpaleta_color_slider_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_paleta_color_slider_trans_white.png");
}
[class*=picpaleta_color_slider_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_paleta_color_slider_trans_white.png");
}

[class*=picsincronismo] .cs_ed_left, [class*=picsincronismo] .cs_bt_left, [class*=picsincronismo] .cs_bt_inner, [class*=picsincronismo] .cs_bt_right {
  background-image: url("../../img/fw/fw_sincronismo.png");
}
[class*=picsincronismo] .cs_lb_label .cs_lb_left, [class*=picsincronismo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_sincronismo.png");
}
[class*=picsincronismo][class*=_solopic] {
  background-image: url("../../img/fw/fw_sincronismo.png");
}

[class*=picsincronismo_trans] .cs_ed_left, [class*=picsincronismo_trans] .cs_bt_left, [class*=picsincronismo_trans] .cs_bt_inner, [class*=picsincronismo_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_sincronismo_trans.png");
}
[class*=picsincronismo_trans] .cs_lb_label .cs_lb_left, [class*=picsincronismo_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_sincronismo_trans.png");
}
[class*=picsincronismo_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_sincronismo_trans.png");
}

[class*=picrefresh] .cs_ed_left, [class*=picrefresh] .cs_bt_left, [class*=picrefresh] .cs_bt_inner, [class*=picrefresh] .cs_bt_right {
  background-image: url("../../img/fw/fw_refresh.png");
}
[class*=picrefresh] .cs_lb_label .cs_lb_left, [class*=picrefresh] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_refresh.png");
}
[class*=picrefresh][class*=_solopic] {
  background-image: url("../../img/fw/fw_refresh.png");
}

[class*=picmenu] .cs_ed_left, [class*=picmenu] .cs_bt_left, [class*=picmenu] .cs_bt_inner, [class*=picmenu] .cs_bt_right {
  background-image: url("../../img/fw/fw_menu.png");
}
[class*=picmenu] .cs_lb_label .cs_lb_left, [class*=picmenu] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_menu.png");
}
[class*=picmenu][class*=_solopic] {
  background-image: url("../../img/fw/fw_menu.png");
}

[class*=picmenu_black] .cs_ed_left, [class*=picmenu_black] .cs_bt_left, [class*=picmenu_black] .cs_bt_inner, [class*=picmenu_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_menu_black.png");
}
[class*=picmenu_black] .cs_lb_label .cs_lb_left, [class*=picmenu_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_menu_black.png");
}
[class*=picmenu_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_menu_black.png");
}

[class*=picmenu_trans] .cs_ed_left, [class*=picmenu_trans] .cs_bt_left, [class*=picmenu_trans] .cs_bt_inner, [class*=picmenu_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_menu_trans.png");
}
[class*=picmenu_trans] .cs_lb_label .cs_lb_left, [class*=picmenu_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_menu_trans.png");
}
[class*=picmenu_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_menu_trans.png");
}

[class*=picmenu_trans_white] .cs_ed_left, [class*=picmenu_trans_white] .cs_bt_left, [class*=picmenu_trans_white] .cs_bt_inner, [class*=picmenu_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_menu_trans_white.png");
}
[class*=picmenu_trans_white] .cs_lb_label .cs_lb_left, [class*=picmenu_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_menu_trans_white.png");
}
[class*=picmenu_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_menu_trans_white.png");
}

[class*=picmenu_trans_notif] .cs_ed_left, [class*=picmenu_trans_notif] .cs_bt_left, [class*=picmenu_trans_notif] .cs_bt_inner, [class*=picmenu_trans_notif] .cs_bt_right {
  background-image: url("../../img/fw/fw_menu_trans_notif.png");
}
[class*=picmenu_trans_notif] .cs_lb_label .cs_lb_left, [class*=picmenu_trans_notif] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_menu_trans_notif.png");
}
[class*=picmenu_trans_notif][class*=_solopic] {
  background-image: url("../../img/fw/fw_menu_trans_notif.png");
}

[class*=picmenu_trans_white_notif] .cs_ed_left, [class*=picmenu_trans_white_notif] .cs_bt_left, [class*=picmenu_trans_white_notif] .cs_bt_inner, [class*=picmenu_trans_white_notif] .cs_bt_right {
  background-image: url("../../img/fw/fw_menu_trans_white_notif.png");
}
[class*=picmenu_trans_white_notif] .cs_lb_label .cs_lb_left, [class*=picmenu_trans_white_notif] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_menu_trans_white_notif.png");
}
[class*=picmenu_trans_white_notif][class*=_solopic] {
  background-image: url("../../img/fw/fw_menu_trans_white_notif.png");
}

[class*=picphoto_black] .cs_ed_left, [class*=picphoto_black] .cs_bt_left, [class*=picphoto_black] .cs_bt_inner, [class*=picphoto_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_photo_black.png");
}
[class*=picphoto_black] .cs_lb_label .cs_lb_left, [class*=picphoto_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_photo_black.png");
}
[class*=picphoto_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_photo_black.png");
}

[class*=picphoto_gray] .cs_ed_left, [class*=picphoto_gray] .cs_bt_left, [class*=picphoto_gray] .cs_bt_inner, [class*=picphoto_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_photo_gray.png");
}
[class*=picphoto_gray] .cs_lb_label .cs_lb_left, [class*=picphoto_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_photo_gray.png");
}
[class*=picphoto_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_photo_gray.png");
}

[class*=picphoto_trans] .cs_ed_left, [class*=picphoto_trans] .cs_bt_left, [class*=picphoto_trans] .cs_bt_inner, [class*=picphoto_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_photo_trans.png");
}
[class*=picphoto_trans] .cs_lb_label .cs_lb_left, [class*=picphoto_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_photo_trans.png");
}
[class*=picphoto_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_photo_trans.png");
}

[class*=picphoto_trans_white] .cs_ed_left, [class*=picphoto_trans_white] .cs_bt_left, [class*=picphoto_trans_white] .cs_bt_inner, [class*=picphoto_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_photo_trans_white.png");
}
[class*=picphoto_trans_white] .cs_lb_label .cs_lb_left, [class*=picphoto_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_photo_trans_white.png");
}
[class*=picphoto_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_photo_trans_white.png");
}

[class*=picuser_edit] .cs_ed_left, [class*=picuser_edit] .cs_bt_left, [class*=picuser_edit] .cs_bt_inner, [class*=picuser_edit] .cs_bt_right {
  background-image: url("../../img/fw/fw_user_edit.png");
}
[class*=picuser_edit] .cs_lb_label .cs_lb_left, [class*=picuser_edit] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_user_edit.png");
}
[class*=picuser_edit][class*=_solopic] {
  background-image: url("../../img/fw/fw_user_edit.png");
}

[class*=picpassword_edit] .cs_ed_left, [class*=picpassword_edit] .cs_bt_left, [class*=picpassword_edit] .cs_bt_inner, [class*=picpassword_edit] .cs_bt_right {
  background-image: url("../../img/fw/fw_password_edit.png");
}
[class*=picpassword_edit] .cs_lb_label .cs_lb_left, [class*=picpassword_edit] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_password_edit.png");
}
[class*=picpassword_edit][class*=_solopic] {
  background-image: url("../../img/fw/fw_password_edit.png");
}

[class*=picpassword_login] .cs_ed_left, [class*=picpassword_login] .cs_bt_left, [class*=picpassword_login] .cs_bt_inner, [class*=picpassword_login] .cs_bt_right {
  background-image: url("../../img/fw/fw_password_login.png");
}
[class*=picpassword_login] .cs_lb_label .cs_lb_left, [class*=picpassword_login] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_password_login.png");
}
[class*=picpassword_login][class*=_solopic] {
  background-image: url("../../img/fw/fw_password_login.png");
}

[class*=picuser_login] .cs_ed_left, [class*=picuser_login] .cs_bt_left, [class*=picuser_login] .cs_bt_inner, [class*=picuser_login] .cs_bt_right {
  background-image: url("../../img/fw/fw_user_login.png");
}
[class*=picuser_login] .cs_lb_label .cs_lb_left, [class*=picuser_login] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_user_login.png");
}
[class*=picuser_login][class*=_solopic] {
  background-image: url("../../img/fw/fw_user_login.png");
}

[class*=picpassword_gray] .cs_ed_left, [class*=picpassword_gray] .cs_bt_left, [class*=picpassword_gray] .cs_bt_inner, [class*=picpassword_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_password_gray.png");
}
[class*=picpassword_gray] .cs_lb_label .cs_lb_left, [class*=picpassword_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_password_gray.png");
}
[class*=picpassword_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_password_gray.png");
}

[class*=picpassword_black] .cs_ed_left, [class*=picpassword_black] .cs_bt_left, [class*=picpassword_black] .cs_bt_inner, [class*=picpassword_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_password_black.png");
}
[class*=picpassword_black] .cs_lb_label .cs_lb_left, [class*=picpassword_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_password_black.png");
}
[class*=picpassword_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_password_black.png");
}

[class*=picpassword_trans] .cs_ed_left, [class*=picpassword_trans] .cs_bt_left, [class*=picpassword_trans] .cs_bt_inner, [class*=picpassword_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_password_trans.png");
}
[class*=picpassword_trans] .cs_lb_label .cs_lb_left, [class*=picpassword_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_password_trans.png");
}
[class*=picpassword_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_password_trans.png");
}

[class*=picpassword_red] .cs_ed_left, [class*=picpassword_red] .cs_bt_left, [class*=picpassword_red] .cs_bt_inner, [class*=picpassword_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_password_red.png");
}
[class*=picpassword_red] .cs_lb_label .cs_lb_left, [class*=picpassword_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_password_red.png");
}
[class*=picpassword_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_password_red.png");
}

[class*=picpassword_white] .cs_ed_left, [class*=picpassword_white] .cs_bt_left, [class*=picpassword_white] .cs_bt_inner, [class*=picpassword_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_password_white.png");
}
[class*=picpassword_white] .cs_lb_label .cs_lb_left, [class*=picpassword_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_password_white.png");
}
[class*=picpassword_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_password_white.png");
}

[class*=picpassword_white_perfiled] .cs_ed_left, [class*=picpassword_white_perfiled] .cs_bt_left, [class*=picpassword_white_perfiled] .cs_bt_inner, [class*=picpassword_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_password_white_perfiled.png");
}
[class*=picpassword_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picpassword_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_password_white_perfiled.png");
}
[class*=picpassword_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_password_white_perfiled.png");
}

[class*=picpassword_trans_orange] .cs_ed_left, [class*=picpassword_trans_orange] .cs_bt_left, [class*=picpassword_trans_orange] .cs_bt_inner, [class*=picpassword_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_password_trans_orange.png");
}
[class*=picpassword_trans_orange] .cs_lb_label .cs_lb_left, [class*=picpassword_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_password_trans_orange.png");
}
[class*=picpassword_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_password_trans_orange.png");
}

[class*=piclogin] .cs_ed_left, [class*=piclogin] .cs_bt_left, [class*=piclogin] .cs_bt_inner, [class*=piclogin] .cs_bt_right {
  background-image: url("../../img/fw/fw_login.png");
}
[class*=piclogin] .cs_lb_label .cs_lb_left, [class*=piclogin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_login.png");
}
[class*=piclogin][class*=_solopic] {
  background-image: url("../../img/fw/fw_login.png");
}

[class*=piclogout] .cs_ed_left, [class*=piclogout] .cs_bt_left, [class*=piclogout] .cs_bt_inner, [class*=piclogout] .cs_bt_right {
  background-image: url("../../img/fw/fw_logout.png");
}
[class*=piclogout] .cs_lb_label .cs_lb_left, [class*=piclogout] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_logout.png");
}
[class*=piclogout][class*=_solopic] {
  background-image: url("../../img/fw/fw_logout.png");
}

[class*=piclogout_trans] .cs_ed_left, [class*=piclogout_trans] .cs_bt_left, [class*=piclogout_trans] .cs_bt_inner, [class*=piclogout_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_logout_trans.png");
}
[class*=piclogout_trans] .cs_lb_label .cs_lb_left, [class*=piclogout_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_logout_trans.png");
}
[class*=piclogout_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_logout_trans.png");
}

[class*=piclogout_white_perfiled] .cs_ed_left, [class*=piclogout_white_perfiled] .cs_bt_left, [class*=piclogout_white_perfiled] .cs_bt_inner, [class*=piclogout_white_perfiled] .cs_bt_right {
  background-image: url("../../img/fw/fw_logout_white_perfiled.png");
}
[class*=piclogout_white_perfiled] .cs_lb_label .cs_lb_left, [class*=piclogout_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_logout_white_perfiled.png");
}
[class*=piclogout_white_perfiled][class*=_solopic] {
  background-image: url("../../img/fw/fw_logout_white_perfiled.png");
}

[class*=piclogout_trans_orange] .cs_ed_left, [class*=piclogout_trans_orange] .cs_bt_left, [class*=piclogout_trans_orange] .cs_bt_inner, [class*=piclogout_trans_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_logout_trans_orange.png");
}
[class*=piclogout_trans_orange] .cs_lb_label .cs_lb_left, [class*=piclogout_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_logout_trans_orange.png");
}
[class*=piclogout_trans_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_logout_trans_orange.png");
}

[class*=piccama_black] .cs_ed_left, [class*=piccama_black] .cs_bt_left, [class*=piccama_black] .cs_bt_inner, [class*=piccama_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_supletoria_black.png");
}
[class*=piccama_black] .cs_lb_label .cs_lb_left, [class*=piccama_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_supletoria_black.png");
}
[class*=piccama_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_supletoria_black.png");
}

[class*=piccama_trans] .cs_ed_left, [class*=piccama_trans] .cs_bt_left, [class*=piccama_trans] .cs_bt_inner, [class*=piccama_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_supletoria_trans.png");
}
[class*=piccama_trans] .cs_lb_label .cs_lb_left, [class*=piccama_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_supletoria_trans.png");
}
[class*=piccama_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_supletoria_trans.png");
}

[class*=piccama_trans_gray] .cs_ed_left, [class*=piccama_trans_gray] .cs_bt_left, [class*=piccama_trans_gray] .cs_bt_inner, [class*=piccama_trans_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_supletoria_trans_gray.png");
}
[class*=piccama_trans_gray] .cs_lb_label .cs_lb_left, [class*=piccama_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_supletoria_trans_gray.png");
}
[class*=piccama_trans_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_supletoria_trans_gray.png");
}

[class*=piccuna] .cs_ed_left, [class*=piccuna] .cs_bt_left, [class*=piccuna] .cs_bt_inner, [class*=piccuna] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_cuna.png");
}
[class*=piccuna] .cs_lb_label .cs_lb_left, [class*=piccuna] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_cuna.png");
}
[class*=piccuna][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_cuna.png");
}

[class*=piccuna_black] .cs_ed_left, [class*=piccuna_black] .cs_bt_left, [class*=piccuna_black] .cs_bt_inner, [class*=piccuna_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_cuna_black.png");
}
[class*=piccuna_black] .cs_lb_label .cs_lb_left, [class*=piccuna_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_cuna_black.png");
}
[class*=piccuna_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_cuna_black.png");
}

[class*=piccuna_trans] .cs_ed_left, [class*=piccuna_trans] .cs_bt_left, [class*=piccuna_trans] .cs_bt_inner, [class*=piccuna_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_cuna_trans.png");
}
[class*=piccuna_trans] .cs_lb_label .cs_lb_left, [class*=piccuna_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_cuna_trans.png");
}
[class*=piccuna_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_cuna_trans.png");
}

[class*=piccuna_trans_gray] .cs_ed_left, [class*=piccuna_trans_gray] .cs_bt_left, [class*=piccuna_trans_gray] .cs_bt_inner, [class*=piccuna_trans_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_cuna_trans_gray.png");
}
[class*=piccuna_trans_gray] .cs_lb_label .cs_lb_left, [class*=piccuna_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_cuna_trans_gray.png");
}
[class*=piccuna_trans_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_cuna_trans_gray.png");
}

[class*=picadulto_black] .cs_ed_left, [class*=picadulto_black] .cs_bt_left, [class*=picadulto_black] .cs_bt_inner, [class*=picadulto_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_adulto_black.png");
}
[class*=picadulto_black] .cs_lb_label .cs_lb_left, [class*=picadulto_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_adulto_black.png");
}
[class*=picadulto_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_adulto_black.png");
}

[class*=picadulto_trans] .cs_ed_left, [class*=picadulto_trans] .cs_bt_left, [class*=picadulto_trans] .cs_bt_inner, [class*=picadulto_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_adulto_trans.png");
}
[class*=picadulto_trans] .cs_lb_label .cs_lb_left, [class*=picadulto_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_adulto_trans.png");
}
[class*=picadulto_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_adulto_trans.png");
}

[class*=picnino_black] .cs_ed_left, [class*=picnino_black] .cs_bt_left, [class*=picnino_black] .cs_bt_inner, [class*=picnino_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_nino_black.png");
}
[class*=picnino_black] .cs_lb_label .cs_lb_left, [class*=picnino_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_nino_black.png");
}
[class*=picnino_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_nino_black.png");
}

[class*=picnino_trans] .cs_ed_left, [class*=picnino_trans] .cs_bt_left, [class*=picnino_trans] .cs_bt_inner, [class*=picnino_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_nino_trans.png");
}
[class*=picnino_trans] .cs_lb_label .cs_lb_left, [class*=picnino_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_nino_trans.png");
}
[class*=picnino_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_nino_trans.png");
}

[class*=picbebe_black] .cs_ed_left, [class*=picbebe_black] .cs_bt_left, [class*=picbebe_black] .cs_bt_inner, [class*=picbebe_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_dispo_bebe_black.png");
}
[class*=picbebe_black] .cs_lb_label .cs_lb_left, [class*=picbebe_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_dispo_bebe_black.png");
}
[class*=picbebe_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_dispo_bebe_black.png");
}

[class*=picperson_adulto_black] .cs_ed_left, [class*=picperson_adulto_black] .cs_bt_left, [class*=picperson_adulto_black] .cs_bt_inner, [class*=picperson_adulto_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_person_adulto_black.png");
}
[class*=picperson_adulto_black] .cs_lb_label .cs_lb_left, [class*=picperson_adulto_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_person_adulto_black.png");
}
[class*=picperson_adulto_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_person_adulto_black.png");
}

[class*=picperson_adulto_orange] .cs_ed_left, [class*=picperson_adulto_orange] .cs_bt_left, [class*=picperson_adulto_orange] .cs_bt_inner, [class*=picperson_adulto_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_person_adulto_orange.png");
}
[class*=picperson_adulto_orange] .cs_lb_label .cs_lb_left, [class*=picperson_adulto_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_person_adulto_orange.png");
}
[class*=picperson_adulto_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_person_adulto_orange.png");
}

[class*=picperson_adulto_trans] .cs_ed_left, [class*=picperson_adulto_trans] .cs_bt_left, [class*=picperson_adulto_trans] .cs_bt_inner, [class*=picperson_adulto_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_person_adulto_trans.png");
}
[class*=picperson_adulto_trans] .cs_lb_label .cs_lb_left, [class*=picperson_adulto_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_person_adulto_trans.png");
}
[class*=picperson_adulto_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_person_adulto_trans.png");
}

[class*=picperson_nino_black] .cs_ed_left, [class*=picperson_nino_black] .cs_bt_left, [class*=picperson_nino_black] .cs_bt_inner, [class*=picperson_nino_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_person_nino_black.png");
}
[class*=picperson_nino_black] .cs_lb_label .cs_lb_left, [class*=picperson_nino_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_person_nino_black.png");
}
[class*=picperson_nino_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_person_nino_black.png");
}

[class*=picperson_nino_orange] .cs_ed_left, [class*=picperson_nino_orange] .cs_bt_left, [class*=picperson_nino_orange] .cs_bt_inner, [class*=picperson_nino_orange] .cs_bt_right {
  background-image: url("../../img/fw/fw_person_nino_orange.png");
}
[class*=picperson_nino_orange] .cs_lb_label .cs_lb_left, [class*=picperson_nino_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_person_nino_orange.png");
}
[class*=picperson_nino_orange][class*=_solopic] {
  background-image: url("../../img/fw/fw_person_nino_orange.png");
}

[class*=picperson_nino_trans] .cs_ed_left, [class*=picperson_nino_trans] .cs_bt_left, [class*=picperson_nino_trans] .cs_bt_inner, [class*=picperson_nino_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_person_nino_trans.png");
}
[class*=picperson_nino_trans] .cs_lb_label .cs_lb_left, [class*=picperson_nino_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_person_nino_trans.png");
}
[class*=picperson_nino_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_person_nino_trans.png");
}

[class*=picnotas] .cs_ed_left, [class*=picnotas] .cs_bt_left, [class*=picnotas] .cs_bt_inner, [class*=picnotas] .cs_bt_right {
  background-image: url("../../img/fw/fw_notas.png");
}
[class*=picnotas] .cs_lb_label .cs_lb_left, [class*=picnotas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notas.png");
}
[class*=picnotas][class*=_solopic] {
  background-image: url("../../img/fw/fw_notas.png");
}

[class*=picnotas_trans] .cs_ed_left, [class*=picnotas_trans] .cs_bt_left, [class*=picnotas_trans] .cs_bt_inner, [class*=picnotas_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_notas_trans.png");
}
[class*=picnotas_trans] .cs_lb_label .cs_lb_left, [class*=picnotas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notas_trans.png");
}
[class*=picnotas_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_notas_trans.png");
}

[class*=picnotas_trans_gray] .cs_ed_left, [class*=picnotas_trans_gray] .cs_bt_left, [class*=picnotas_trans_gray] .cs_bt_inner, [class*=picnotas_trans_gray] .cs_bt_right {
  background-image: url("../../img/fw/fw_notas_trans_gray.png");
}
[class*=picnotas_trans_gray] .cs_lb_label .cs_lb_left, [class*=picnotas_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_notas_trans_gray.png");
}
[class*=picnotas_trans_gray][class*=_solopic] {
  background-image: url("../../img/fw/fw_notas_trans_gray.png");
}

[class*=picnuevo] .cs_ed_left, [class*=picnuevo] .cs_bt_left, [class*=picnuevo] .cs_bt_inner, [class*=picnuevo] .cs_bt_right {
  background-image: url("../../img/fw/fw_nuevo.png");
}
[class*=picnuevo] .cs_lb_label .cs_lb_left, [class*=picnuevo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_nuevo.png");
}
[class*=picnuevo][class*=_solopic] {
  background-image: url("../../img/fw/fw_nuevo.png");
}

[class*=picnuevo_trans] .cs_ed_left, [class*=picnuevo_trans] .cs_bt_left, [class*=picnuevo_trans] .cs_bt_inner, [class*=picnuevo_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_nuevo_trans.png");
}
[class*=picnuevo_trans] .cs_lb_label .cs_lb_left, [class*=picnuevo_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_nuevo_trans.png");
}
[class*=picnuevo_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_nuevo_trans.png");
}

[class*=picnuevo_trans_white] .cs_ed_left, [class*=picnuevo_trans_white] .cs_bt_left, [class*=picnuevo_trans_white] .cs_bt_inner, [class*=picnuevo_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_nuevo_trans_white.png");
}
[class*=picnuevo_trans_white] .cs_lb_label .cs_lb_left, [class*=picnuevo_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_nuevo_trans_white.png");
}
[class*=picnuevo_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_nuevo_trans_white.png");
}

[class*=picintegracion] .cs_ed_left, [class*=picintegracion] .cs_bt_left, [class*=picintegracion] .cs_bt_inner, [class*=picintegracion] .cs_bt_right {
  background-image: url("../../img/fw/fw_integracion.png");
}
[class*=picintegracion] .cs_lb_label .cs_lb_left, [class*=picintegracion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_integracion.png");
}
[class*=picintegracion][class*=_solopic] {
  background-image: url("../../img/fw/fw_integracion.png");
}

[class*=picsobre] .cs_ed_left, [class*=picsobre] .cs_bt_left, [class*=picsobre] .cs_bt_inner, [class*=picsobre] .cs_bt_right {
  background-image: url("../../img/fw/fw_sobre.png");
}
[class*=picsobre] .cs_lb_label .cs_lb_left, [class*=picsobre] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_sobre.png");
}
[class*=picsobre][class*=_solopic] {
  background-image: url("../../img/fw/fw_sobre.png");
}

[class*=picsobre_trans] .cs_ed_left, [class*=picsobre_trans] .cs_bt_left, [class*=picsobre_trans] .cs_bt_inner, [class*=picsobre_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_sobre_trans.png");
}
[class*=picsobre_trans] .cs_lb_label .cs_lb_left, [class*=picsobre_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_sobre_trans.png");
}
[class*=picsobre_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_sobre_trans.png");
}

[class*=picsobre_trans_white] .cs_ed_left, [class*=picsobre_trans_white] .cs_bt_left, [class*=picsobre_trans_white] .cs_bt_inner, [class*=picsobre_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_sobre_trans_white.png");
}
[class*=picsobre_trans_white] .cs_lb_label .cs_lb_left, [class*=picsobre_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_sobre_trans_white.png");
}
[class*=picsobre_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_sobre_trans_white.png");
}

[class*=picavion] .cs_ed_left, [class*=picavion] .cs_bt_left, [class*=picavion] .cs_bt_inner, [class*=picavion] .cs_bt_right {
  background-image: url("../../img/fw/fw_avion.png");
}
[class*=picavion] .cs_lb_label .cs_lb_left, [class*=picavion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_avion.png");
}
[class*=picavion][class*=_solopic] {
  background-image: url("../../img/fw/fw_avion.png");
}

[class*=picavion_trans] .cs_ed_left, [class*=picavion_trans] .cs_bt_left, [class*=picavion_trans] .cs_bt_inner, [class*=picavion_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_avion_trans.png");
}
[class*=picavion_trans] .cs_lb_label .cs_lb_left, [class*=picavion_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_avion_trans.png");
}
[class*=picavion_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_avion_trans.png");
}

[class*=picavion_trans_white] .cs_ed_left, [class*=picavion_trans_white] .cs_bt_left, [class*=picavion_trans_white] .cs_bt_inner, [class*=picavion_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_avion_trans_white.png");
}
[class*=picavion_trans_white] .cs_lb_label .cs_lb_left, [class*=picavion_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_avion_trans_white.png");
}
[class*=picavion_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_avion_trans_white.png");
}

[class*=picnfc] .cs_ed_left, [class*=picnfc] .cs_bt_left, [class*=picnfc] .cs_bt_inner, [class*=picnfc] .cs_bt_right {
  background-image: url("../../img/fw/fw_nfc.png");
}
[class*=picnfc] .cs_lb_label .cs_lb_left, [class*=picnfc] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_nfc.png");
}
[class*=picnfc][class*=_solopic] {
  background-image: url("../../img/fw/fw_nfc.png");
}

[class*=picgrupo_black] .cs_ed_left, [class*=picgrupo_black] .cs_bt_left, [class*=picgrupo_black] .cs_bt_inner, [class*=picgrupo_black] .cs_bt_right {
  background-image: url("../../img/fw/fw_grupo_black.png");
}
[class*=picgrupo_black] .cs_lb_label .cs_lb_left, [class*=picgrupo_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_grupo_black.png");
}
[class*=picgrupo_black][class*=_solopic] {
  background-image: url("../../img/fw/fw_grupo_black.png");
}

[class*=picclean] .cs_ed_left, [class*=picclean] .cs_bt_left, [class*=picclean] .cs_bt_inner, [class*=picclean] .cs_bt_right {
  background-image: url("../../img/fw/fw_cleankey.png");
}
[class*=picclean] .cs_lb_label .cs_lb_left, [class*=picclean] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cleankey.png");
}
[class*=picclean][class*=_solopic] {
  background-image: url("../../img/fw/fw_cleankey.png");
}

[class*=picusuarios] .cs_ed_left, [class*=picusuarios] .cs_bt_left, [class*=picusuarios] .cs_bt_inner, [class*=picusuarios] .cs_bt_right {
  background-image: url("../../img/fw/fw_usuarios.png");
}
[class*=picusuarios] .cs_lb_label .cs_lb_left, [class*=picusuarios] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_usuarios.png");
}
[class*=picusuarios][class*=_solopic] {
  background-image: url("../../img/fw/fw_usuarios.png");
}

[class*=picborrar] .cs_ed_left, [class*=picborrar] .cs_bt_left, [class*=picborrar] .cs_bt_inner, [class*=picborrar] .cs_bt_right {
  background-image: url("../../img/fw/fw_eliminar.png");
}
[class*=picborrar] .cs_lb_label .cs_lb_left, [class*=picborrar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_eliminar.png");
}
[class*=picborrar][class*=_solopic] {
  background-image: url("../../img/fw/fw_eliminar.png");
}

[class*=picborrar_trans] .cs_ed_left, [class*=picborrar_trans] .cs_bt_left, [class*=picborrar_trans] .cs_bt_inner, [class*=picborrar_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_eliminar_trans.png");
}
[class*=picborrar_trans] .cs_lb_label .cs_lb_left, [class*=picborrar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_eliminar_trans.png");
}
[class*=picborrar_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_eliminar_trans.png");
}

[class*=picborrar_trans_white] .cs_ed_left, [class*=picborrar_trans_white] .cs_bt_left, [class*=picborrar_trans_white] .cs_bt_inner, [class*=picborrar_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_eliminar_trans_white.png");
}
[class*=picborrar_trans_white] .cs_lb_label .cs_lb_left, [class*=picborrar_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_eliminar_trans_white.png");
}
[class*=picborrar_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_eliminar_trans_white.png");
}

[class*=picfiltro] .cs_ed_left, [class*=picfiltro] .cs_bt_left, [class*=picfiltro] .cs_bt_inner, [class*=picfiltro] .cs_bt_right {
  background-image: url("../../img/fw/fw_filtro_trans.png");
}
[class*=picfiltro] .cs_lb_label .cs_lb_left, [class*=picfiltro] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_filtro_trans.png");
}
[class*=picfiltro][class*=_solopic] {
  background-image: url("../../img/fw/fw_filtro_trans.png");
}

[class*=picopendoor_ok] .cs_ed_left, [class*=picopendoor_ok] .cs_bt_left, [class*=picopendoor_ok] .cs_bt_inner, [class*=picopendoor_ok] .cs_bt_right {
  background-image: url("../../img/fw/fw_door_ok.png");
}
[class*=picopendoor_ok] .cs_lb_label .cs_lb_left, [class*=picopendoor_ok] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_door_ok.png");
}
[class*=picopendoor_ok][class*=_solopic] {
  background-image: url("../../img/fw/fw_door_ok.png");
}

[class*=picopendoor_denied] .cs_ed_left, [class*=picopendoor_denied] .cs_bt_left, [class*=picopendoor_denied] .cs_bt_inner, [class*=picopendoor_denied] .cs_bt_right {
  background-image: url("../../img/fw/fw_door_denied.png");
}
[class*=picopendoor_denied] .cs_lb_label .cs_lb_left, [class*=picopendoor_denied] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_door_denied.png");
}
[class*=picopendoor_denied][class*=_solopic] {
  background-image: url("../../img/fw/fw_door_denied.png");
}

[class*=picenviar_trans] .cs_ed_left, [class*=picenviar_trans] .cs_bt_left, [class*=picenviar_trans] .cs_bt_inner, [class*=picenviar_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_enviar_trans.png");
}
[class*=picenviar_trans] .cs_lb_label .cs_lb_left, [class*=picenviar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_enviar_trans.png");
}
[class*=picenviar_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_enviar_trans.png");
}

[class*=picguardar_cloud_trans] .cs_ed_left, [class*=picguardar_cloud_trans] .cs_bt_left, [class*=picguardar_cloud_trans] .cs_bt_inner, [class*=picguardar_cloud_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_guardar_trans.png");
}
[class*=picguardar_cloud_trans] .cs_lb_label .cs_lb_left, [class*=picguardar_cloud_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_guardar_trans.png");
}
[class*=picguardar_cloud_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_guardar_trans.png");
}

[class*=picguardar_cloud_trans_white] .cs_ed_left, [class*=picguardar_cloud_trans_white] .cs_bt_left, [class*=picguardar_cloud_trans_white] .cs_bt_inner, [class*=picguardar_cloud_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_cloud_guardar_trans_white.png");
}
[class*=picguardar_cloud_trans_white] .cs_lb_label .cs_lb_left, [class*=picguardar_cloud_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_cloud_guardar_trans_white.png");
}
[class*=picguardar_cloud_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_cloud_guardar_trans_white.png");
}

[class*=pictree_flechafin] .cs_ed_left, [class*=pictree_flechafin] .cs_bt_left, [class*=pictree_flechafin] .cs_bt_inner, [class*=pictree_flechafin] .cs_bt_right {
  background-image: url("../../img/fw/fw_tree_flechaFin.png");
}
[class*=pictree_flechafin] .cs_lb_label .cs_lb_left, [class*=pictree_flechafin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_tree_flechaFin.png");
}
[class*=pictree_flechafin][class*=_solopic] {
  background-image: url("../../img/fw/fw_tree_flechaFin.png");
}

[class*=pictree_flechah] .cs_ed_left, [class*=pictree_flechah] .cs_bt_left, [class*=pictree_flechah] .cs_bt_inner, [class*=pictree_flechah] .cs_bt_right {
  background-image: url("../../img/fw/fw_tree_flechaH.png");
}
[class*=pictree_flechah] .cs_lb_label .cs_lb_left, [class*=pictree_flechah] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_tree_flechaH.png");
}
[class*=pictree_flechah][class*=_solopic] {
  background-image: url("../../img/fw/fw_tree_flechaH.png");
}

[class*=pictree_flechamid] .cs_ed_left, [class*=pictree_flechamid] .cs_bt_left, [class*=pictree_flechamid] .cs_bt_inner, [class*=pictree_flechamid] .cs_bt_right {
  background-image: url("../../img/fw/fw_tree_flechaMid.png");
}
[class*=pictree_flechamid] .cs_lb_label .cs_lb_left, [class*=pictree_flechamid] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_tree_flechaMid.png");
}
[class*=pictree_flechamid][class*=_solopic] {
  background-image: url("../../img/fw/fw_tree_flechaMid.png");
}

[class*=pictree_lineav] .cs_ed_left, [class*=pictree_lineav] .cs_bt_left, [class*=pictree_lineav] .cs_bt_inner, [class*=pictree_lineav] .cs_bt_right {
  background-image: url("../../img/fw/fw_tree_lineV.png");
}
[class*=pictree_lineav] .cs_lb_label .cs_lb_left, [class*=pictree_lineav] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_tree_lineV.png");
}
[class*=pictree_lineav][class*=_solopic] {
  background-image: url("../../img/fw/fw_tree_lineV.png");
}

[class*=picwait_phone] .cs_ed_left, [class*=picwait_phone] .cs_bt_left, [class*=picwait_phone] .cs_bt_inner, [class*=picwait_phone] .cs_bt_right {
  background: url("../../img/fw/fw_wait_tb.png") no-repeat center center;
}
[class*=picwait_phone] .cs_lb_label .cs_lb_left, [class*=picwait_phone] .cs_lb_label .cs_lb_inner {
  background: url("../../img/fw/fw_wait_tb.png") no-repeat center center;
}
[class*=picwait_phone][class*=_solopic] {
  background: url("../../img/fw/fw_wait_tb.png") no-repeat center center;
}

[class*=picwait_timing] .cs_ed_left, [class*=picwait_timing] .cs_bt_left, [class*=picwait_timing] .cs_bt_inner, [class*=picwait_timing] .cs_bt_right {
  background: url("../../img/fw/fw_wait_time.png") no-repeat center center;
}
[class*=picwait_timing] .cs_lb_label .cs_lb_left, [class*=picwait_timing] .cs_lb_label .cs_lb_inner {
  background: url("../../img/fw/fw_wait_time.png") no-repeat center center;
}
[class*=picwait_timing][class*=_solopic] {
  background: url("../../img/fw/fw_wait_time.png") no-repeat center center;
}

[class*=picwait_config] .cs_ed_left, [class*=picwait_config] .cs_bt_left, [class*=picwait_config] .cs_bt_inner, [class*=picwait_config] .cs_bt_right {
  background: url("../../img/fw/fw_wait_config.png") no-repeat center center;
}
[class*=picwait_config] .cs_lb_label .cs_lb_left, [class*=picwait_config] .cs_lb_label .cs_lb_inner {
  background: url("../../img/fw/fw_wait_config.png") no-repeat center center;
}
[class*=picwait_config][class*=_solopic] {
  background: url("../../img/fw/fw_wait_config.png") no-repeat center center;
}

[class*=picwait_room] .cs_ed_left, [class*=picwait_room] .cs_bt_left, [class*=picwait_room] .cs_bt_inner, [class*=picwait_room] .cs_bt_right {
  background: url("../../img/fw/fw_wait_room.png") no-repeat center center;
}
[class*=picwait_room] .cs_lb_label .cs_lb_left, [class*=picwait_room] .cs_lb_label .cs_lb_inner {
  background: url("../../img/fw/fw_wait_room.png") no-repeat center center;
}
[class*=picwait_room][class*=_solopic] {
  background: url("../../img/fw/fw_wait_room.png") no-repeat center center;
}

[class*=picwait_weel] .cs_ed_left, [class*=picwait_weel] .cs_bt_left, [class*=picwait_weel] .cs_bt_inner, [class*=picwait_weel] .cs_bt_right {
  background: url("../../img/fw/fw_wait_weel.png") no-repeat center center;
}
[class*=picwait_weel] .cs_lb_label .cs_lb_left, [class*=picwait_weel] .cs_lb_label .cs_lb_inner {
  background: url("../../img/fw/fw_wait_weel.png") no-repeat center center;
}
[class*=picwait_weel][class*=_solopic] {
  background: url("../../img/fw/fw_wait_weel.png") no-repeat center center;
}

[class*=picwait_sat] .cs_ed_left, [class*=picwait_sat] .cs_bt_left, [class*=picwait_sat] .cs_bt_inner, [class*=picwait_sat] .cs_bt_right {
  background: url("../../img/fw/fw_wait_sat.png") no-repeat center center;
}
[class*=picwait_sat] .cs_lb_label .cs_lb_left, [class*=picwait_sat] .cs_lb_label .cs_lb_inner {
  background: url("../../img/fw/fw_wait_sat.png") no-repeat center center;
}
[class*=picwait_sat][class*=_solopic] {
  background: url("../../img/fw/fw_wait_sat.png") no-repeat center center;
}

[class*=picplugin_photo] .cs_ed_left, [class*=picplugin_photo] .cs_bt_left, [class*=picplugin_photo] .cs_bt_inner, [class*=picplugin_photo] .cs_bt_right {
  background-image: url("../../img/fw/fw_plugin_photo.png");
}
[class*=picplugin_photo] .cs_lb_label .cs_lb_left, [class*=picplugin_photo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_plugin_photo.png");
}
[class*=picplugin_photo][class*=_solopic] {
  background-image: url("../../img/fw/fw_plugin_photo.png");
}

[class*=picplugin_ok] .cs_ed_left, [class*=picplugin_ok] .cs_bt_left, [class*=picplugin_ok] .cs_bt_inner, [class*=picplugin_ok] .cs_bt_right {
  background-image: url("../../img/fw/fw_plugin_ok.png");
}
[class*=picplugin_ok] .cs_lb_label .cs_lb_left, [class*=picplugin_ok] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_plugin_ok.png");
}
[class*=picplugin_ok][class*=_solopic] {
  background-image: url("../../img/fw/fw_plugin_ok.png");
}

[class*=picplugin_cerrar] .cs_ed_left, [class*=picplugin_cerrar] .cs_bt_left, [class*=picplugin_cerrar] .cs_bt_inner, [class*=picplugin_cerrar] .cs_bt_right {
  background-image: url("../../img/fw/fw_plugin_cerrar.png");
}
[class*=picplugin_cerrar] .cs_lb_label .cs_lb_left, [class*=picplugin_cerrar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_plugin_cerrar.png");
}
[class*=picplugin_cerrar][class*=_solopic] {
  background-image: url("../../img/fw/fw_plugin_cerrar.png");
}

[class*=picplugin_repetir] .cs_ed_left, [class*=picplugin_repetir] .cs_bt_left, [class*=picplugin_repetir] .cs_bt_inner, [class*=picplugin_repetir] .cs_bt_right {
  background-image: url("../../img/fw/fw_plugin_repetir.png");
}
[class*=picplugin_repetir] .cs_lb_label .cs_lb_left, [class*=picplugin_repetir] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_plugin_repetir.png");
}
[class*=picplugin_repetir][class*=_solopic] {
  background-image: url("../../img/fw/fw_plugin_repetir.png");
}

[class*=picalerta] .cs_ed_left, [class*=picalerta] .cs_bt_left, [class*=picalerta] .cs_bt_inner, [class*=picalerta] .cs_bt_right {
  background-image: url("../../img/fw/fw_alerta.png");
}
[class*=picalerta] .cs_lb_label .cs_lb_left, [class*=picalerta] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_alerta.png");
}
[class*=picalerta][class*=_solopic] {
  background-image: url("../../img/fw/fw_alerta.png");
}

[class*=picalerta_red] .cs_ed_left, [class*=picalerta_red] .cs_bt_left, [class*=picalerta_red] .cs_bt_inner, [class*=picalerta_red] .cs_bt_right {
  background-image: url("../../img/fw/fw_alerta_red.png");
}
[class*=picalerta_red] .cs_lb_label .cs_lb_left, [class*=picalerta_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_alerta_red.png");
}
[class*=picalerta_red][class*=_solopic] {
  background-image: url("../../img/fw/fw_alerta_red.png");
}

[class*=picalerta_trans] .cs_ed_left, [class*=picalerta_trans] .cs_bt_left, [class*=picalerta_trans] .cs_bt_inner, [class*=picalerta_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_alerta_trans.png");
}
[class*=picalerta_trans] .cs_lb_label .cs_lb_left, [class*=picalerta_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_alerta_trans.png");
}
[class*=picalerta_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_alerta_trans.png");
}

[class*=picalerta_trans_white] .cs_ed_left, [class*=picalerta_trans_white] .cs_bt_left, [class*=picalerta_trans_white] .cs_bt_inner, [class*=picalerta_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_alerta_trans_white.png");
}
[class*=picalerta_trans_white] .cs_lb_label .cs_lb_left, [class*=picalerta_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_alerta_trans_white.png");
}
[class*=picalerta_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_alerta_trans_white.png");
}

[class*=picalerta_white] .cs_ed_left, [class*=picalerta_white] .cs_bt_left, [class*=picalerta_white] .cs_bt_inner, [class*=picalerta_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_alerta_white_perfiled.png");
}
[class*=picalerta_white] .cs_lb_label .cs_lb_left, [class*=picalerta_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_alerta_white_perfiled.png");
}
[class*=picalerta_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_alerta_white_perfiled.png");
}

[class*=piceliminar] .cs_ed_left, [class*=piceliminar] .cs_bt_left, [class*=piceliminar] .cs_bt_inner, [class*=piceliminar] .cs_bt_right {
  background-image: url("../../img/fw/fw_fwork_eliminar.png");
}
[class*=piceliminar] .cs_lb_label .cs_lb_left, [class*=piceliminar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fwork_eliminar.png");
}
[class*=piceliminar][class*=_solopic] {
  background-image: url("../../img/fw/fw_fwork_eliminar.png");
}

[class*=picwarning] .cs_ed_left, [class*=picwarning] .cs_bt_left, [class*=picwarning] .cs_bt_inner, [class*=picwarning] .cs_bt_right {
  background-image: url("../../img/fw/fw_fwork_warning.png");
}
[class*=picwarning] .cs_lb_label .cs_lb_left, [class*=picwarning] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fwork_warning.png");
}
[class*=picwarning][class*=_solopic] {
  background-image: url("../../img/fw/fw_fwork_warning.png");
}

[class*=picwarning_trans] .cs_ed_left, [class*=picwarning_trans] .cs_bt_left, [class*=picwarning_trans] .cs_bt_inner, [class*=picwarning_trans] .cs_bt_right {
  background-image: url("../../img/fw/fw_fwork_warning_trans.png");
}
[class*=picwarning_trans] .cs_lb_label .cs_lb_left, [class*=picwarning_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fwork_warning_trans.png");
}
[class*=picwarning_trans][class*=_solopic] {
  background-image: url("../../img/fw/fw_fwork_warning_trans.png");
}

[class*=picwarning_trans_white] .cs_ed_left, [class*=picwarning_trans_white] .cs_bt_left, [class*=picwarning_trans_white] .cs_bt_inner, [class*=picwarning_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_fwork_warning_trans_white.png");
}
[class*=picwarning_trans_white] .cs_lb_label .cs_lb_left, [class*=picwarning_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fwork_warning_trans_white.png");
}
[class*=picwarning_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_fwork_warning_trans_white.png");
}

[class*=picpregunta] .cs_ed_left, [class*=picpregunta] .cs_bt_left, [class*=picpregunta] .cs_bt_inner, [class*=picpregunta] .cs_bt_right {
  background-image: url("../../img/fw/fw_fwork_pregunta.png");
}
[class*=picpregunta] .cs_lb_label .cs_lb_left, [class*=picpregunta] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fwork_pregunta.png");
}
[class*=picpregunta][class*=_solopic] {
  background-image: url("../../img/fw/fw_fwork_pregunta.png");
}

[class*=picpregunta_trans_white] .cs_ed_left, [class*=picpregunta_trans_white] .cs_bt_left, [class*=picpregunta_trans_white] .cs_bt_inner, [class*=picpregunta_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_fwork_pregunta_trans_white.png");
}
[class*=picpregunta_trans_white] .cs_lb_label .cs_lb_left, [class*=picpregunta_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fwork_pregunta_trans_white.png");
}
[class*=picpregunta_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_fwork_pregunta_trans_white.png");
}

[class*=picerror] .cs_ed_left, [class*=picerror] .cs_bt_left, [class*=picerror] .cs_bt_inner, [class*=picerror] .cs_bt_right {
  background-image: url("../../img/fw/fw_fwork_prohibido.png");
}
[class*=picerror] .cs_lb_label .cs_lb_left, [class*=picerror] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fwork_prohibido.png");
}
[class*=picerror][class*=_solopic] {
  background-image: url("../../img/fw/fw_fwork_prohibido.png");
}

[class*=picinfo] .cs_ed_left, [class*=picinfo] .cs_bt_left, [class*=picinfo] .cs_bt_inner, [class*=picinfo] .cs_bt_right {
  background-image: url("../../img/fw/fw_fwork_info.png");
}
[class*=picinfo] .cs_lb_label .cs_lb_left, [class*=picinfo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fwork_info.png");
}
[class*=picinfo][class*=_solopic] {
  background-image: url("../../img/fw/fw_fwork_info.png");
}

[class*=picinfo_trans_white] .cs_ed_left, [class*=picinfo_trans_white] .cs_bt_left, [class*=picinfo_trans_white] .cs_bt_inner, [class*=picinfo_trans_white] .cs_bt_right {
  background-image: url("../../img/fw/fw_fwork_info_trans_white.png");
}
[class*=picinfo_trans_white] .cs_lb_label .cs_lb_left, [class*=picinfo_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_fwork_info_trans_white.png");
}
[class*=picinfo_trans_white][class*=_solopic] {
  background-image: url("../../img/fw/fw_fwork_info_trans_white.png");
}

[class*=picnoimage] .cs_ed_left, [class*=picnoimage] .cs_bt_left, [class*=picnoimage] .cs_bt_inner, [class*=picnoimage] .cs_bt_right {
  background-image: none;
}
[class*=picnoimage] .cs_lb_label .cs_lb_left, [class*=picnoimage] .cs_lb_label .cs_lb_inner {
  background-image: none;
}
[class*=picnoimage][class*=_solopic] {
  background-image: none;
}

[class*=picnoimage_no] .cs_ed_left, [class*=picnoimage_no] .cs_bt_left, [class*=picnoimage_no] .cs_bt_inner, [class*=picnoimage_no] .cs_bt_right {
  background-image: url("../../img/fw/fw_noimage.png");
}
[class*=picnoimage_no] .cs_lb_label .cs_lb_left, [class*=picnoimage_no] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_noimage.png");
}
[class*=picnoimage_no][class*=_solopic] {
  background-image: url("../../img/fw/fw_noimage.png");
}

[class*=picnoimage_bar] .cs_ed_left, [class*=picnoimage_bar] .cs_bt_left, [class*=picnoimage_bar] .cs_bt_inner, [class*=picnoimage_bar] .cs_bt_right {
  background-image: url("../../img/fw/fw_noimage_bar.png");
}
[class*=picnoimage_bar] .cs_lb_label .cs_lb_left, [class*=picnoimage_bar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_noimage_bar.png");
}
[class*=picnoimage_bar][class*=_solopic] {
  background-image: url("../../img/fw/fw_noimage_bar.png");
}

[class*=picnoimage_pie] .cs_ed_left, [class*=picnoimage_pie] .cs_bt_left, [class*=picnoimage_pie] .cs_bt_inner, [class*=picnoimage_pie] .cs_bt_right {
  background-image: url("../../img/fw/fw_noimage_pie.png");
}
[class*=picnoimage_pie] .cs_lb_label .cs_lb_left, [class*=picnoimage_pie] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw_noimage_pie.png");
}
[class*=picnoimage_pie][class*=_solopic] {
  background-image: url("../../img/fw/fw_noimage_pie.png");
}

[class*=pic256opendoor_ok] .cs_ed_left, [class*=pic256opendoor_ok] .cs_bt_left, [class*=pic256opendoor_ok] .cs_bt_inner, [class*=pic256opendoor_ok] .cs_bt_right {
  background-image: url("../../img/fw/fw256_door_ok.png");
}
[class*=pic256opendoor_ok] .cs_lb_label .cs_lb_left, [class*=pic256opendoor_ok] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw256_door_ok.png");
}
[class*=pic256opendoor_ok][class*=_solopic] {
  background-image: url("../../img/fw/fw256_door_ok.png");
}

[class*=pic256opendoor_denied] .cs_ed_left, [class*=pic256opendoor_denied] .cs_bt_left, [class*=pic256opendoor_denied] .cs_bt_inner, [class*=pic256opendoor_denied] .cs_bt_right {
  background-image: url("../../img/fw/fw256_door_denied.png");
}
[class*=pic256opendoor_denied] .cs_lb_label .cs_lb_left, [class*=pic256opendoor_denied] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw256_door_denied.png");
}
[class*=pic256opendoor_denied][class*=_solopic] {
  background-image: url("../../img/fw/fw256_door_denied.png");
}

[class*=pic256opendoor_disabled] .cs_ed_left, [class*=pic256opendoor_disabled] .cs_bt_left, [class*=pic256opendoor_disabled] .cs_bt_inner, [class*=pic256opendoor_disabled] .cs_bt_right {
  background-image: url("../../img/fw/fw256_door_disabled.png");
}
[class*=pic256opendoor_disabled] .cs_lb_label .cs_lb_left, [class*=pic256opendoor_disabled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw256_door_disabled.png");
}
[class*=pic256opendoor_disabled][class*=_solopic] {
  background-image: url("../../img/fw/fw256_door_disabled.png");
}

[class*=pic256generatordoor_ok] .cs_ed_left, [class*=pic256generatordoor_ok] .cs_bt_left, [class*=pic256generatordoor_ok] .cs_bt_inner, [class*=pic256generatordoor_ok] .cs_bt_right {
  background-image: url("../../img/fw/fw256_door_genok.png");
}
[class*=pic256generatordoor_ok] .cs_lb_label .cs_lb_left, [class*=pic256generatordoor_ok] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw256_door_genok.png");
}
[class*=pic256generatordoor_ok][class*=_solopic] {
  background-image: url("../../img/fw/fw256_door_genok.png");
}

[class*=pic256generatordoor_denied] .cs_ed_left, [class*=pic256generatordoor_denied] .cs_bt_left, [class*=pic256generatordoor_denied] .cs_bt_inner, [class*=pic256generatordoor_denied] .cs_bt_right {
  background-image: url("../../img/fw/fw256_door_gendenied.png");
}
[class*=pic256generatordoor_denied] .cs_lb_label .cs_lb_left, [class*=pic256generatordoor_denied] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw256_door_gendenied.png");
}
[class*=pic256generatordoor_denied][class*=_solopic] {
  background-image: url("../../img/fw/fw256_door_gendenied.png");
}

[class*=pic256bluetooth] .cs_ed_left, [class*=pic256bluetooth] .cs_bt_left, [class*=pic256bluetooth] .cs_bt_inner, [class*=pic256bluetooth] .cs_bt_right {
  background-image: url("../../img/fw/fw256_bluetooth.png");
}
[class*=pic256bluetooth] .cs_lb_label .cs_lb_left, [class*=pic256bluetooth] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/fw/fw256_bluetooth.png");
}
[class*=pic256bluetooth][class*=_solopic] {
  background-image: url("../../img/fw/fw256_bluetooth.png");
}

[class*=picbell_maletas] .cs_ed_left, [class*=picbell_maletas] .cs_bt_left, [class*=picbell_maletas] .cs_bt_inner, [class*=picbell_maletas] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas.png");
}
[class*=picbell_maletas] .cs_lb_label .cs_lb_left, [class*=picbell_maletas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas.png");
}
[class*=picbell_maletas][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas.png");
}

[class*=picbell_maletas_black] .cs_ed_left, [class*=picbell_maletas_black] .cs_bt_left, [class*=picbell_maletas_black] .cs_bt_inner, [class*=picbell_maletas_black] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_black.png");
}
[class*=picbell_maletas_black] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_black.png");
}
[class*=picbell_maletas_black][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_black.png");
}

[class*=picbell_maletas_green] .cs_ed_left, [class*=picbell_maletas_green] .cs_bt_left, [class*=picbell_maletas_green] .cs_bt_inner, [class*=picbell_maletas_green] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_green.png");
}
[class*=picbell_maletas_green] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_green.png");
}
[class*=picbell_maletas_green][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_green.png");
}

[class*=picbell_maletas_gray] .cs_ed_left, [class*=picbell_maletas_gray] .cs_bt_left, [class*=picbell_maletas_gray] .cs_bt_inner, [class*=picbell_maletas_gray] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_gray.png");
}
[class*=picbell_maletas_gray] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_gray.png");
}
[class*=picbell_maletas_gray][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_gray.png");
}

[class*=picbell_maletas_orange] .cs_ed_left, [class*=picbell_maletas_orange] .cs_bt_left, [class*=picbell_maletas_orange] .cs_bt_inner, [class*=picbell_maletas_orange] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_orange.png");
}
[class*=picbell_maletas_orange] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_orange.png");
}
[class*=picbell_maletas_orange][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_orange.png");
}

[class*=picbell_maletas_trans] .cs_ed_left, [class*=picbell_maletas_trans] .cs_bt_left, [class*=picbell_maletas_trans] .cs_bt_inner, [class*=picbell_maletas_trans] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_trans.png");
}
[class*=picbell_maletas_trans] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_trans.png");
}
[class*=picbell_maletas_trans][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_trans.png");
}

[class*=picbell_maletas_trans_white] .cs_ed_left, [class*=picbell_maletas_trans_white] .cs_bt_left, [class*=picbell_maletas_trans_white] .cs_bt_inner, [class*=picbell_maletas_trans_white] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_trans_white.png");
}
[class*=picbell_maletas_trans_white] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_trans_white.png");
}
[class*=picbell_maletas_trans_white][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_trans_white.png");
}

[class*=picbell_maletas_trans_orange] .cs_ed_left, [class*=picbell_maletas_trans_orange] .cs_bt_left, [class*=picbell_maletas_trans_orange] .cs_bt_inner, [class*=picbell_maletas_trans_orange] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_trans_orange.png");
}
[class*=picbell_maletas_trans_orange] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_trans_orange.png");
}
[class*=picbell_maletas_trans_orange][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_trans_orange.png");
}

[class*=picbell_maletas_white_perfiled] .cs_ed_left, [class*=picbell_maletas_white_perfiled] .cs_bt_left, [class*=picbell_maletas_white_perfiled] .cs_bt_inner, [class*=picbell_maletas_white_perfiled] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_white_perfiled.png");
}
[class*=picbell_maletas_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_white_perfiled.png");
}
[class*=picbell_maletas_white_perfiled][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_white_perfiled.png");
}

[class*=picbell_maletas_qr_white_perfiled] .cs_ed_left, [class*=picbell_maletas_qr_white_perfiled] .cs_bt_left, [class*=picbell_maletas_qr_white_perfiled] .cs_bt_inner, [class*=picbell_maletas_qr_white_perfiled] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_qr_white_perfiled.png");
}
[class*=picbell_maletas_qr_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_qr_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_qr_white_perfiled.png");
}
[class*=picbell_maletas_qr_white_perfiled][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_qr_white_perfiled.png");
}

[class*=picbell_maletas_habitacion] .cs_ed_left, [class*=picbell_maletas_habitacion] .cs_bt_left, [class*=picbell_maletas_habitacion] .cs_bt_inner, [class*=picbell_maletas_habitacion] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_habitacion.png");
}
[class*=picbell_maletas_habitacion] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_habitacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_habitacion.png");
}
[class*=picbell_maletas_habitacion][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_habitacion.png");
}

[class*=picbell_maletas_alert] .cs_ed_left, [class*=picbell_maletas_alert] .cs_bt_left, [class*=picbell_maletas_alert] .cs_bt_inner, [class*=picbell_maletas_alert] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_alert.png");
}
[class*=picbell_maletas_alert] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_alert] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_alert.png");
}
[class*=picbell_maletas_alert][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_alert.png");
}

[class*=picbell_maletas_red] .cs_ed_left, [class*=picbell_maletas_red] .cs_bt_left, [class*=picbell_maletas_red] .cs_bt_inner, [class*=picbell_maletas_red] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_red.png");
}
[class*=picbell_maletas_red] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_red.png");
}
[class*=picbell_maletas_red][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_red.png");
}

[class*=picbell_maletas_nomaletas] .cs_ed_left, [class*=picbell_maletas_nomaletas] .cs_bt_left, [class*=picbell_maletas_nomaletas] .cs_bt_inner, [class*=picbell_maletas_nomaletas] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_nomaletas.png");
}
[class*=picbell_maletas_nomaletas] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_nomaletas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_nomaletas.png");
}
[class*=picbell_maletas_nomaletas][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_nomaletas.png");
}

[class*=picbell_maletas_ubicacion] .cs_ed_left, [class*=picbell_maletas_ubicacion] .cs_bt_left, [class*=picbell_maletas_ubicacion] .cs_bt_inner, [class*=picbell_maletas_ubicacion] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_ubicacion.png");
}
[class*=picbell_maletas_ubicacion] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_ubicacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_ubicacion.png");
}
[class*=picbell_maletas_ubicacion][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_ubicacion.png");
}

[class*=picbell_maletas_ubicacion_trans] .cs_ed_left, [class*=picbell_maletas_ubicacion_trans] .cs_bt_left, [class*=picbell_maletas_ubicacion_trans] .cs_bt_inner, [class*=picbell_maletas_ubicacion_trans] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_ubicacion_trans.png");
}
[class*=picbell_maletas_ubicacion_trans] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_ubicacion_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_ubicacion_trans.png");
}
[class*=picbell_maletas_ubicacion_trans][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_ubicacion_trans.png");
}

[class*=picbell_maletas_ubicacion_white_perfiled] .cs_ed_left, [class*=picbell_maletas_ubicacion_white_perfiled] .cs_bt_left, [class*=picbell_maletas_ubicacion_white_perfiled] .cs_bt_inner, [class*=picbell_maletas_ubicacion_white_perfiled] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_ubicacion_white_perfiled.png");
}
[class*=picbell_maletas_ubicacion_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_ubicacion_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_ubicacion_white_perfiled.png");
}
[class*=picbell_maletas_ubicacion_white_perfiled][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_ubicacion_white_perfiled.png");
}

[class*=picbell_maletas_ubicacion_park] .cs_ed_left, [class*=picbell_maletas_ubicacion_park] .cs_bt_left, [class*=picbell_maletas_ubicacion_park] .cs_bt_inner, [class*=picbell_maletas_ubicacion_park] .cs_bt_right {
  background-image: url("../../img/bell/bell_maletas_ubicacion_park.png");
}
[class*=picbell_maletas_ubicacion_park] .cs_lb_label .cs_lb_left, [class*=picbell_maletas_ubicacion_park] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_maletas_ubicacion_park.png");
}
[class*=picbell_maletas_ubicacion_park][class*=_solopic] {
  background-image: url("../../img/bell/bell_maletas_ubicacion_park.png");
}

[class*=picbell_matricula] .cs_ed_left, [class*=picbell_matricula] .cs_bt_left, [class*=picbell_matricula] .cs_bt_inner, [class*=picbell_matricula] .cs_bt_right {
  background-image: url("../../img/bell/bell_matricula.png");
}
[class*=picbell_matricula] .cs_lb_label .cs_lb_left, [class*=picbell_matricula] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_matricula.png");
}
[class*=picbell_matricula][class*=_solopic] {
  background-image: url("../../img/bell/bell_matricula.png");
}

[class*=picbell_matricula_trans] .cs_ed_left, [class*=picbell_matricula_trans] .cs_bt_left, [class*=picbell_matricula_trans] .cs_bt_inner, [class*=picbell_matricula_trans] .cs_bt_right {
  background-image: url("../../img/bell/bell_matricula_trans.png");
}
[class*=picbell_matricula_trans] .cs_lb_label .cs_lb_left, [class*=picbell_matricula_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_matricula_trans.png");
}
[class*=picbell_matricula_trans][class*=_solopic] {
  background-image: url("../../img/bell/bell_matricula_trans.png");
}

[class*=picbell_matricula_trans_white] .cs_ed_left, [class*=picbell_matricula_trans_white] .cs_bt_left, [class*=picbell_matricula_trans_white] .cs_bt_inner, [class*=picbell_matricula_trans_white] .cs_bt_right {
  background-image: url("../../img/bell/bell_matricula_trans_white.png");
}
[class*=picbell_matricula_trans_white] .cs_lb_label .cs_lb_left, [class*=picbell_matricula_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_matricula_trans_white.png");
}
[class*=picbell_matricula_trans_white][class*=_solopic] {
  background-image: url("../../img/bell/bell_matricula_trans_white.png");
}

[class*=picbell_identificadores] .cs_ed_left, [class*=picbell_identificadores] .cs_bt_left, [class*=picbell_identificadores] .cs_bt_inner, [class*=picbell_identificadores] .cs_bt_right {
  background-image: url("../../img/bell/bell_identificadores.png");
}
[class*=picbell_identificadores] .cs_lb_label .cs_lb_left, [class*=picbell_identificadores] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_identificadores.png");
}
[class*=picbell_identificadores][class*=_solopic] {
  background-image: url("../../img/bell/bell_identificadores.png");
}

[class*=picbell_verqr] .cs_ed_left, [class*=picbell_verqr] .cs_bt_left, [class*=picbell_verqr] .cs_bt_inner, [class*=picbell_verqr] .cs_bt_right {
  background-image: url("../../img/bell/bell_ver_qr.png");
}
[class*=picbell_verqr] .cs_lb_label .cs_lb_left, [class*=picbell_verqr] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_ver_qr.png");
}
[class*=picbell_verqr][class*=_solopic] {
  background-image: url("../../img/bell/bell_ver_qr.png");
}

[class*=picbell_qr] .cs_ed_left, [class*=picbell_qr] .cs_bt_left, [class*=picbell_qr] .cs_bt_inner, [class*=picbell_qr] .cs_bt_right {
  background-image: url("../../img/bell/bell_qr.png");
}
[class*=picbell_qr] .cs_lb_label .cs_lb_left, [class*=picbell_qr] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_qr.png");
}
[class*=picbell_qr][class*=_solopic] {
  background-image: url("../../img/bell/bell_qr.png");
}

[class*=picbell_automovil_white_perfiled] .cs_ed_left, [class*=picbell_automovil_white_perfiled] .cs_bt_left, [class*=picbell_automovil_white_perfiled] .cs_bt_inner, [class*=picbell_automovil_white_perfiled] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_white_perfiled.png");
}
[class*=picbell_automovil_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_white_perfiled.png");
}
[class*=picbell_automovil_white_perfiled][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_white_perfiled.png");
}

[class*=picbell_automovil_vip] .cs_ed_left, [class*=picbell_automovil_vip] .cs_bt_left, [class*=picbell_automovil_vip] .cs_bt_inner, [class*=picbell_automovil_vip] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_vip.png");
}
[class*=picbell_automovil_vip] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_vip] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_vip.png");
}
[class*=picbell_automovil_vip][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_vip.png");
}

[class*=picbell_automovil_park] .cs_ed_left, [class*=picbell_automovil_park] .cs_bt_left, [class*=picbell_automovil_park] .cs_bt_inner, [class*=picbell_automovil_park] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_park.png");
}
[class*=picbell_automovil_park] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_park] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_park.png");
}
[class*=picbell_automovil_park][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_park.png");
}

[class*=picbell_automovil_perfiled_away] .cs_ed_left, [class*=picbell_automovil_perfiled_away] .cs_bt_left, [class*=picbell_automovil_perfiled_away] .cs_bt_inner, [class*=picbell_automovil_perfiled_away] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_white_perfiled_away.png");
}
[class*=picbell_automovil_perfiled_away] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_perfiled_away] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_white_perfiled_away.png");
}
[class*=picbell_automovil_perfiled_away][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_white_perfiled_away.png");
}

[class*=picbell_automovil_nocar] .cs_ed_left, [class*=picbell_automovil_nocar] .cs_bt_left, [class*=picbell_automovil_nocar] .cs_bt_inner, [class*=picbell_automovil_nocar] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_nocar.png");
}
[class*=picbell_automovil_nocar] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_nocar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_nocar.png");
}
[class*=picbell_automovil_nocar][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_nocar.png");
}

[class*=picbell_automovil_trans] .cs_ed_left, [class*=picbell_automovil_trans] .cs_bt_left, [class*=picbell_automovil_trans] .cs_bt_inner, [class*=picbell_automovil_trans] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_trans.png");
}
[class*=picbell_automovil_trans] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_trans.png");
}
[class*=picbell_automovil_trans][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_trans.png");
}

[class*=picbell_automovil_trans_white] .cs_ed_left, [class*=picbell_automovil_trans_white] .cs_bt_left, [class*=picbell_automovil_trans_white] .cs_bt_inner, [class*=picbell_automovil_trans_white] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_trans_white.png");
}
[class*=picbell_automovil_trans_white] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_trans_white.png");
}
[class*=picbell_automovil_trans_white][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_trans_white.png");
}

[class*=picbell_automovil_trans_orange] .cs_ed_left, [class*=picbell_automovil_trans_orange] .cs_bt_left, [class*=picbell_automovil_trans_orange] .cs_bt_inner, [class*=picbell_automovil_trans_orange] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_trans_orange.png");
}
[class*=picbell_automovil_trans_orange] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_trans_orange.png");
}
[class*=picbell_automovil_trans_orange][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_trans_orange.png");
}

[class*=picbell_automovil_prestige] .cs_ed_left, [class*=picbell_automovil_prestige] .cs_bt_left, [class*=picbell_automovil_prestige] .cs_bt_inner, [class*=picbell_automovil_prestige] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_prestige.png");
}
[class*=picbell_automovil_prestige] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_prestige] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_prestige.png");
}
[class*=picbell_automovil_prestige][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_prestige.png");
}

[class*=picbell_automovil_gray] .cs_ed_left, [class*=picbell_automovil_gray] .cs_bt_left, [class*=picbell_automovil_gray] .cs_bt_inner, [class*=picbell_automovil_gray] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_gray.png");
}
[class*=picbell_automovil_gray] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_gray.png");
}
[class*=picbell_automovil_gray][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_gray.png");
}

[class*=picbell_automovil_gray_away] .cs_ed_left, [class*=picbell_automovil_gray_away] .cs_bt_left, [class*=picbell_automovil_gray_away] .cs_bt_inner, [class*=picbell_automovil_gray_away] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_gray_away.png");
}
[class*=picbell_automovil_gray_away] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_gray_away] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_gray_away.png");
}
[class*=picbell_automovil_gray_away][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_gray_away.png");
}

[class*=picbell_automovil_gray_park] .cs_ed_left, [class*=picbell_automovil_gray_park] .cs_bt_left, [class*=picbell_automovil_gray_park] .cs_bt_inner, [class*=picbell_automovil_gray_park] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_gray_park.png");
}
[class*=picbell_automovil_gray_park] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_gray_park] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_gray_park.png");
}
[class*=picbell_automovil_gray_park][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_gray_park.png");
}

[class*=picbell_automovil_gray_nocar] .cs_ed_left, [class*=picbell_automovil_gray_nocar] .cs_bt_left, [class*=picbell_automovil_gray_nocar] .cs_bt_inner, [class*=picbell_automovil_gray_nocar] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_gray_nocar.png");
}
[class*=picbell_automovil_gray_nocar] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_gray_nocar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_gray_nocar.png");
}
[class*=picbell_automovil_gray_nocar][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_gray_nocar.png");
}

[class*=picbell_automovil_red] .cs_ed_left, [class*=picbell_automovil_red] .cs_bt_left, [class*=picbell_automovil_red] .cs_bt_inner, [class*=picbell_automovil_red] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_red.png");
}
[class*=picbell_automovil_red] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_red.png");
}
[class*=picbell_automovil_red][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_red.png");
}

[class*=picbell_automovil_green] .cs_ed_left, [class*=picbell_automovil_green] .cs_bt_left, [class*=picbell_automovil_green] .cs_bt_inner, [class*=picbell_automovil_green] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_green.png");
}
[class*=picbell_automovil_green] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_green.png");
}
[class*=picbell_automovil_green][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_green.png");
}

[class*=picbell_automovil_green_away] .cs_ed_left, [class*=picbell_automovil_green_away] .cs_bt_left, [class*=picbell_automovil_green_away] .cs_bt_inner, [class*=picbell_automovil_green_away] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_green_away.png");
}
[class*=picbell_automovil_green_away] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_green_away] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_green_away.png");
}
[class*=picbell_automovil_green_away][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_green_away.png");
}

[class*=picbell_automovil_orange] .cs_ed_left, [class*=picbell_automovil_orange] .cs_bt_left, [class*=picbell_automovil_orange] .cs_bt_inner, [class*=picbell_automovil_orange] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_orange.png");
}
[class*=picbell_automovil_orange] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_orange.png");
}
[class*=picbell_automovil_orange][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_orange.png");
}

[class*=picbell_automovil_alert] .cs_ed_left, [class*=picbell_automovil_alert] .cs_bt_left, [class*=picbell_automovil_alert] .cs_bt_inner, [class*=picbell_automovil_alert] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_alert.png");
}
[class*=picbell_automovil_alert] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_alert] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_alert.png");
}
[class*=picbell_automovil_alert][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_alert.png");
}

[class*=picbell_automovil_ubicacion] .cs_ed_left, [class*=picbell_automovil_ubicacion] .cs_bt_left, [class*=picbell_automovil_ubicacion] .cs_bt_inner, [class*=picbell_automovil_ubicacion] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_ubicacion.png");
}
[class*=picbell_automovil_ubicacion] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_ubicacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_ubicacion.png");
}
[class*=picbell_automovil_ubicacion][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_ubicacion.png");
}

[class*=picbell_automovil_ubicacion_trans] .cs_ed_left, [class*=picbell_automovil_ubicacion_trans] .cs_bt_left, [class*=picbell_automovil_ubicacion_trans] .cs_bt_inner, [class*=picbell_automovil_ubicacion_trans] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_ubicacion_trans.png");
}
[class*=picbell_automovil_ubicacion_trans] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_ubicacion_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_ubicacion_trans.png");
}
[class*=picbell_automovil_ubicacion_trans][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_ubicacion_trans.png");
}

[class*=picbell_automovil_ubicacion_red] .cs_ed_left, [class*=picbell_automovil_ubicacion_red] .cs_bt_left, [class*=picbell_automovil_ubicacion_red] .cs_bt_inner, [class*=picbell_automovil_ubicacion_red] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_ubicacion_red.png");
}
[class*=picbell_automovil_ubicacion_red] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_ubicacion_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_ubicacion_red.png");
}
[class*=picbell_automovil_ubicacion_red][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_ubicacion_red.png");
}

[class*=picbell_automovil_ubicacion_green] .cs_ed_left, [class*=picbell_automovil_ubicacion_green] .cs_bt_left, [class*=picbell_automovil_ubicacion_green] .cs_bt_inner, [class*=picbell_automovil_ubicacion_green] .cs_bt_right {
  background-image: url("../../img/bell/bell_automovil_ubicacion_green.png");
}
[class*=picbell_automovil_ubicacion_green] .cs_lb_label .cs_lb_left, [class*=picbell_automovil_ubicacion_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_automovil_ubicacion_green.png");
}
[class*=picbell_automovil_ubicacion_green][class*=_solopic] {
  background-image: url("../../img/bell/bell_automovil_ubicacion_green.png");
}

[class*=picbell_keys_ubicacion] .cs_ed_left, [class*=picbell_keys_ubicacion] .cs_bt_left, [class*=picbell_keys_ubicacion] .cs_bt_inner, [class*=picbell_keys_ubicacion] .cs_bt_right {
  background-image: url("../../img/bell/bell_keys_ubicacion.png");
}
[class*=picbell_keys_ubicacion] .cs_lb_label .cs_lb_left, [class*=picbell_keys_ubicacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_keys_ubicacion.png");
}
[class*=picbell_keys_ubicacion][class*=_solopic] {
  background-image: url("../../img/bell/bell_keys_ubicacion.png");
}

[class*=picbell_keys_ubicacion_trans] .cs_ed_left, [class*=picbell_keys_ubicacion_trans] .cs_bt_left, [class*=picbell_keys_ubicacion_trans] .cs_bt_inner, [class*=picbell_keys_ubicacion_trans] .cs_bt_right {
  background-image: url("../../img/bell/bell_keys_ubicacion_trans.png");
}
[class*=picbell_keys_ubicacion_trans] .cs_lb_label .cs_lb_left, [class*=picbell_keys_ubicacion_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_keys_ubicacion_trans.png");
}
[class*=picbell_keys_ubicacion_trans][class*=_solopic] {
  background-image: url("../../img/bell/bell_keys_ubicacion_trans.png");
}

[class*=picbell_keys_ubicacion_white_perfiled] .cs_ed_left, [class*=picbell_keys_ubicacion_white_perfiled] .cs_bt_left, [class*=picbell_keys_ubicacion_white_perfiled] .cs_bt_inner, [class*=picbell_keys_ubicacion_white_perfiled] .cs_bt_right {
  background-image: url("../../img/bell/bell_keys_ubicacion_white_perfiled.png");
}
[class*=picbell_keys_ubicacion_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picbell_keys_ubicacion_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_keys_ubicacion_white_perfiled.png");
}
[class*=picbell_keys_ubicacion_white_perfiled][class*=_solopic] {
  background-image: url("../../img/bell/bell_keys_ubicacion_white_perfiled.png");
}

[class*=picbell_keys_ubicacion_park] .cs_ed_left, [class*=picbell_keys_ubicacion_park] .cs_bt_left, [class*=picbell_keys_ubicacion_park] .cs_bt_inner, [class*=picbell_keys_ubicacion_park] .cs_bt_right {
  background-image: url("../../img/bell/bell_keys_ubicacion_park.png");
}
[class*=picbell_keys_ubicacion_park] .cs_lb_label .cs_lb_left, [class*=picbell_keys_ubicacion_park] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_keys_ubicacion_park.png");
}
[class*=picbell_keys_ubicacion_park][class*=_solopic] {
  background-image: url("../../img/bell/bell_keys_ubicacion_park.png");
}

[class*=picbell_captain] .cs_ed_left, [class*=picbell_captain] .cs_bt_left, [class*=picbell_captain] .cs_bt_inner, [class*=picbell_captain] .cs_bt_right {
  background-image: url("../../img/bell/bell_captain.png");
}
[class*=picbell_captain] .cs_lb_label .cs_lb_left, [class*=picbell_captain] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_captain.png");
}
[class*=picbell_captain][class*=_solopic] {
  background-image: url("../../img/bell/bell_captain.png");
}

[class*=picbell_captain_trans] .cs_ed_left, [class*=picbell_captain_trans] .cs_bt_left, [class*=picbell_captain_trans] .cs_bt_inner, [class*=picbell_captain_trans] .cs_bt_right {
  background-image: url("../../img/bell/bell_captain_trans.png");
}
[class*=picbell_captain_trans] .cs_lb_label .cs_lb_left, [class*=picbell_captain_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/bell/bell_captain_trans.png");
}
[class*=picbell_captain_trans][class*=_solopic] {
  background-image: url("../../img/bell/bell_captain_trans.png");
}

[class*=pichm_haycierres_trans] .cs_ed_left, [class*=pichm_haycierres_trans] .cs_bt_left, [class*=pichm_haycierres_trans] .cs_bt_inner, [class*=pichm_haycierres_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_haycierres_trans.png");
}
[class*=pichm_haycierres_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_haycierres_trans.png");
}
[class*=pichm_haycierres_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_haycierres_trans.png");
}

[class*=pichm_cierre] .cs_ed_left, [class*=pichm_cierre] .cs_bt_left, [class*=pichm_cierre] .cs_bt_inner, [class*=pichm_cierre] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre.png");
}
[class*=pichm_cierre] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre.png");
}
[class*=pichm_cierre][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre.png");
}

[class*=pichm_cierre_trans] .cs_ed_left, [class*=pichm_cierre_trans] .cs_bt_left, [class*=pichm_cierre_trans] .cs_bt_inner, [class*=pichm_cierre_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_trans.png");
}
[class*=pichm_cierre_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_trans.png");
}
[class*=pichm_cierre_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_trans.png");
}

[class*=pichm_cierre_fisico] .cs_ed_left, [class*=pichm_cierre_fisico] .cs_bt_left, [class*=pichm_cierre_fisico] .cs_bt_inner, [class*=pichm_cierre_fisico] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_fisico.png");
}
[class*=pichm_cierre_fisico] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_fisico.png");
}
[class*=pichm_cierre_fisico][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_fisico.png");
}

[class*=pichm_cierre_in] .cs_ed_left, [class*=pichm_cierre_in] .cs_bt_left, [class*=pichm_cierre_in] .cs_bt_inner, [class*=pichm_cierre_in] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_in.png");
}
[class*=pichm_cierre_in] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_in.png");
}
[class*=pichm_cierre_in][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_in.png");
}

[class*=pichm_cierre_out] .cs_ed_left, [class*=pichm_cierre_out] .cs_bt_left, [class*=pichm_cierre_out] .cs_bt_inner, [class*=pichm_cierre_out] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_out.png");
}
[class*=pichm_cierre_out] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_out.png");
}
[class*=pichm_cierre_out][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_out.png");
}

[class*=pichm_cierre_inout] .cs_ed_left, [class*=pichm_cierre_inout] .cs_bt_left, [class*=pichm_cierre_inout] .cs_bt_inner, [class*=pichm_cierre_inout] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_inout.png");
}
[class*=pichm_cierre_inout] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_inout.png");
}
[class*=pichm_cierre_inout][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_inout.png");
}

[class*=pichm_cierre_in_white] .cs_ed_left, [class*=pichm_cierre_in_white] .cs_bt_left, [class*=pichm_cierre_in_white] .cs_bt_inner, [class*=pichm_cierre_in_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_in_white.png");
}
[class*=pichm_cierre_in_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_in_white.png");
}
[class*=pichm_cierre_in_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_in_white.png");
}

[class*=pichm_cierre_out_white] .cs_ed_left, [class*=pichm_cierre_out_white] .cs_bt_left, [class*=pichm_cierre_out_white] .cs_bt_inner, [class*=pichm_cierre_out_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_out_white.png");
}
[class*=pichm_cierre_out_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_out_white.png");
}
[class*=pichm_cierre_out_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_out_white.png");
}

[class*=pichm_cierre_inout_white] .cs_ed_left, [class*=pichm_cierre_inout_white] .cs_bt_left, [class*=pichm_cierre_inout_white] .cs_bt_inner, [class*=pichm_cierre_inout_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_inout_white.png");
}
[class*=pichm_cierre_inout_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_inout_white.png");
}
[class*=pichm_cierre_inout_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_inout_white.png");
}

[class*=pichm_cierre_in_open] .cs_ed_left, [class*=pichm_cierre_in_open] .cs_bt_left, [class*=pichm_cierre_in_open] .cs_bt_inner, [class*=pichm_cierre_in_open] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_in_open.png");
}
[class*=pichm_cierre_in_open] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_in_open.png");
}
[class*=pichm_cierre_in_open][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_in_open.png");
}

[class*=pichm_cierre_out_open] .cs_ed_left, [class*=pichm_cierre_out_open] .cs_bt_left, [class*=pichm_cierre_out_open] .cs_bt_inner, [class*=pichm_cierre_out_open] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_out_open.png");
}
[class*=pichm_cierre_out_open] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_out_open.png");
}
[class*=pichm_cierre_out_open][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_out_open.png");
}

[class*=pichm_cierre_inout_open] .cs_ed_left, [class*=pichm_cierre_inout_open] .cs_bt_left, [class*=pichm_cierre_inout_open] .cs_bt_inner, [class*=pichm_cierre_inout_open] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_inout_open.png");
}
[class*=pichm_cierre_inout_open] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_inout_open.png");
}
[class*=pichm_cierre_inout_open][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_inout_open.png");
}

[class*=pichm_cierre_in_open_white] .cs_ed_left, [class*=pichm_cierre_in_open_white] .cs_bt_left, [class*=pichm_cierre_in_open_white] .cs_bt_inner, [class*=pichm_cierre_in_open_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_in_open_white.png");
}
[class*=pichm_cierre_in_open_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_in_open_white.png");
}
[class*=pichm_cierre_in_open_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_in_open_white.png");
}

[class*=pichm_cierre_out_open_white] .cs_ed_left, [class*=pichm_cierre_out_open_white] .cs_bt_left, [class*=pichm_cierre_out_open_white] .cs_bt_inner, [class*=pichm_cierre_out_open_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_out_open_white.png");
}
[class*=pichm_cierre_out_open_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_out_open_white.png");
}
[class*=pichm_cierre_out_open_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_out_open_white.png");
}

[class*=pichm_cierre_inout_open_white] .cs_ed_left, [class*=pichm_cierre_inout_open_white] .cs_bt_left, [class*=pichm_cierre_inout_open_white] .cs_bt_inner, [class*=pichm_cierre_inout_open_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierre_inout_open_white.png");
}
[class*=pichm_cierre_inout_open_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierre_inout_open_white.png");
}
[class*=pichm_cierre_inout_open_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierre_inout_open_white.png");
}

[class*=pichm_cierrecal_fisico_total] .cs_ed_left, [class*=pichm_cierrecal_fisico_total] .cs_bt_left, [class*=pichm_cierrecal_fisico_total] .cs_bt_inner, [class*=pichm_cierrecal_fisico_total] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierrecal_fisico_total.png");
}
[class*=pichm_cierrecal_fisico_total] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierrecal_fisico_total.png");
}
[class*=pichm_cierrecal_fisico_total][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierrecal_fisico_total.png");
}

[class*=pichm_cierrecal_fisico_parcial] .cs_ed_left, [class*=pichm_cierrecal_fisico_parcial] .cs_bt_left, [class*=pichm_cierrecal_fisico_parcial] .cs_bt_inner, [class*=pichm_cierrecal_fisico_parcial] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierrecal_fisico_parcial.png");
}
[class*=pichm_cierrecal_fisico_parcial] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierrecal_fisico_parcial.png");
}
[class*=pichm_cierrecal_fisico_parcial][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierrecal_fisico_parcial.png");
}

[class*=pichm_cierrecal_checkin] .cs_ed_left, [class*=pichm_cierrecal_checkin] .cs_bt_left, [class*=pichm_cierrecal_checkin] .cs_bt_inner, [class*=pichm_cierrecal_checkin] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin.png");
}
[class*=pichm_cierrecal_checkin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin.png");
}
[class*=pichm_cierrecal_checkin][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin.png");
}

[class*=pichm_cierrecal_checkin_out] .cs_ed_left, [class*=pichm_cierrecal_checkin_out] .cs_bt_left, [class*=pichm_cierrecal_checkin_out] .cs_bt_inner, [class*=pichm_cierrecal_checkin_out] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin_out.png");
}
[class*=pichm_cierrecal_checkin_out] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin_out.png");
}
[class*=pichm_cierrecal_checkin_out][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin_out.png");
}

[class*=pichm_cierrecal_checkin_out_total] .cs_ed_left, [class*=pichm_cierrecal_checkin_out_total] .cs_bt_left, [class*=pichm_cierrecal_checkin_out_total] .cs_bt_inner, [class*=pichm_cierrecal_checkin_out_total] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin_out_total.png");
}
[class*=pichm_cierrecal_checkin_out_total] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin_out_total.png");
}
[class*=pichm_cierrecal_checkin_out_total][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin_out_total.png");
}

[class*=pichm_cierrecal_checkin_total] .cs_ed_left, [class*=pichm_cierrecal_checkin_total] .cs_bt_left, [class*=pichm_cierrecal_checkin_total] .cs_bt_inner, [class*=pichm_cierrecal_checkin_total] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin_total.png");
}
[class*=pichm_cierrecal_checkin_total] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin_total.png");
}
[class*=pichm_cierrecal_checkin_total][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkin_total.png");
}

[class*=pichm_cierrecal_checkout] .cs_ed_left, [class*=pichm_cierrecal_checkout] .cs_bt_left, [class*=pichm_cierrecal_checkout] .cs_bt_inner, [class*=pichm_cierrecal_checkout] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkout.png");
}
[class*=pichm_cierrecal_checkout] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkout.png");
}
[class*=pichm_cierrecal_checkout][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkout.png");
}

[class*=pichm_cierrecal_checkout_total] .cs_ed_left, [class*=pichm_cierrecal_checkout_total] .cs_bt_left, [class*=pichm_cierrecal_checkout_total] .cs_bt_inner, [class*=pichm_cierrecal_checkout_total] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkout_total.png");
}
[class*=pichm_cierrecal_checkout_total] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkout_total.png");
}
[class*=pichm_cierrecal_checkout_total][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierrecal_checkout_total.png");
}

[class*=pichm_cierrecal_total] .cs_ed_left, [class*=pichm_cierrecal_total] .cs_bt_left, [class*=pichm_cierrecal_total] .cs_bt_inner, [class*=pichm_cierrecal_total] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierrecal_total.png");
}
[class*=pichm_cierrecal_total] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierrecal_total.png");
}
[class*=pichm_cierrecal_total][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierrecal_total.png");
}

[class*=pichm_cierrecal_parcial] .cs_ed_left, [class*=pichm_cierrecal_parcial] .cs_bt_left, [class*=pichm_cierrecal_parcial] .cs_bt_inner, [class*=pichm_cierrecal_parcial] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cierrecal_parcial.png");
}
[class*=pichm_cierrecal_parcial] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cierrecal_parcial.png");
}
[class*=pichm_cierrecal_parcial][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cierrecal_parcial.png");
}

[class*=pichm_cupo] .cs_ed_left, [class*=pichm_cupo] .cs_bt_left, [class*=pichm_cupo] .cs_bt_inner, [class*=pichm_cupo] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cupo.png");
}
[class*=pichm_cupo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cupo.png");
}
[class*=pichm_cupo][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cupo.png");
}

[class*=pichm_cupo_trans] .cs_ed_left, [class*=pichm_cupo_trans] .cs_bt_left, [class*=pichm_cupo_trans] .cs_bt_inner, [class*=pichm_cupo_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cupo_trans.png");
}
[class*=pichm_cupo_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cupo_trans.png");
}
[class*=pichm_cupo_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cupo_trans.png");
}

[class*=pichm_cupo_compartido] .cs_ed_left, [class*=pichm_cupo_compartido] .cs_bt_left, [class*=pichm_cupo_compartido] .cs_bt_inner, [class*=pichm_cupo_compartido] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cupcompartido.png");
}
[class*=pichm_cupo_compartido] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cupcompartido.png");
}
[class*=pichm_cupo_compartido][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cupcompartido.png");
}

[class*=pichm_cupo_compartido_trans] .cs_ed_left, [class*=pichm_cupo_compartido_trans] .cs_bt_left, [class*=pichm_cupo_compartido_trans] .cs_bt_inner, [class*=pichm_cupo_compartido_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cupcompartido_trans.png");
}
[class*=pichm_cupo_compartido_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cupcompartido_trans.png");
}
[class*=pichm_cupo_compartido_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cupcompartido_trans.png");
}

[class*=pichm_cupo_compartido_trans_white] .cs_ed_left, [class*=pichm_cupo_compartido_trans_white] .cs_bt_left, [class*=pichm_cupo_compartido_trans_white] .cs_bt_inner, [class*=pichm_cupo_compartido_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cupcompartido_trans_white.png");
}
[class*=pichm_cupo_compartido_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cupcompartido_trans_white.png");
}
[class*=pichm_cupo_compartido_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cupcompartido_trans_white.png");
}

[class*=pichm_cupo_particular] .cs_ed_left, [class*=pichm_cupo_particular] .cs_bt_left, [class*=pichm_cupo_particular] .cs_bt_inner, [class*=pichm_cupo_particular] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cupparticular.png");
}
[class*=pichm_cupo_particular] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cupparticular.png");
}
[class*=pichm_cupo_particular][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cupparticular.png");
}

[class*=pichm_cupo_particular_trans] .cs_ed_left, [class*=pichm_cupo_particular_trans] .cs_bt_left, [class*=pichm_cupo_particular_trans] .cs_bt_inner, [class*=pichm_cupo_particular_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cupparticular_trans.png");
}
[class*=pichm_cupo_particular_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cupparticular_trans.png");
}
[class*=pichm_cupo_particular_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cupparticular_trans.png");
}

[class*=pichm_cupo_particular_trans_white] .cs_ed_left, [class*=pichm_cupo_particular_trans_white] .cs_bt_left, [class*=pichm_cupo_particular_trans_white] .cs_bt_inner, [class*=pichm_cupo_particular_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cupparticular_trans_white.png");
}
[class*=pichm_cupo_particular_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cupparticular_trans_white.png");
}
[class*=pichm_cupo_particular_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cupparticular_trans_white.png");
}

[class*=pichm_cupo_clonar] .cs_ed_left, [class*=pichm_cupo_clonar] .cs_bt_left, [class*=pichm_cupo_clonar] .cs_bt_inner, [class*=pichm_cupo_clonar] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_cup_clonar.png");
}
[class*=pichm_cupo_clonar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_cup_clonar.png");
}
[class*=pichm_cupo_clonar][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_cup_clonar.png");
}

[class*=pichm_early] .cs_ed_left, [class*=pichm_early] .cs_bt_left, [class*=pichm_early] .cs_bt_inner, [class*=pichm_early] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_early.png");
}
[class*=pichm_early] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_early.png");
}
[class*=pichm_early][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_early.png");
}

[class*=pichm_early_trans] .cs_ed_left, [class*=pichm_early_trans] .cs_bt_left, [class*=pichm_early_trans] .cs_bt_inner, [class*=pichm_early_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_early_trans.png");
}
[class*=pichm_early_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_early_trans.png");
}
[class*=pichm_early_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_early_trans.png");
}

[class*=pichm_early_trans_white] .cs_ed_left, [class*=pichm_early_trans_white] .cs_bt_left, [class*=pichm_early_trans_white] .cs_bt_inner, [class*=pichm_early_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_early_trans_white.png");
}
[class*=pichm_early_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_early_trans_white.png");
}
[class*=pichm_early_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_early_trans_white.png");
}

[class*=pichm_late] .cs_ed_left, [class*=pichm_late] .cs_bt_left, [class*=pichm_late] .cs_bt_inner, [class*=pichm_late] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_late.png");
}
[class*=pichm_late] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_late.png");
}
[class*=pichm_late][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_late.png");
}

[class*=pichm_late_trans] .cs_ed_left, [class*=pichm_late_trans] .cs_bt_left, [class*=pichm_late_trans] .cs_bt_inner, [class*=pichm_late_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_late_trans.png");
}
[class*=pichm_late_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_late_trans.png");
}
[class*=pichm_late_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_late_trans.png");
}

[class*=pichm_late_trans_white] .cs_ed_left, [class*=pichm_late_trans_white] .cs_bt_left, [class*=pichm_late_trans_white] .cs_bt_inner, [class*=pichm_late_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_late_trans_white.png");
}
[class*=pichm_late_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_late_trans_white.png");
}
[class*=pichm_late_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_late_trans_white.png");
}

[class*=pichm_esperar] .cs_ed_left, [class*=pichm_esperar] .cs_bt_left, [class*=pichm_esperar] .cs_bt_inner, [class*=pichm_esperar] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_esperar.png");
}
[class*=pichm_esperar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_esperar.png");
}
[class*=pichm_esperar][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_esperar.png");
}

[class*=pichm_esperar_trans] .cs_ed_left, [class*=pichm_esperar_trans] .cs_bt_left, [class*=pichm_esperar_trans] .cs_bt_inner, [class*=pichm_esperar_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_esperar_trans.png");
}
[class*=pichm_esperar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_esperar_trans.png");
}
[class*=pichm_esperar_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_esperar_trans.png");
}

[class*=pichm_esperar_trans_white] .cs_ed_left, [class*=pichm_esperar_trans_white] .cs_bt_left, [class*=pichm_esperar_trans_white] .cs_bt_inner, [class*=pichm_esperar_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_esperar_trans_white.png");
}
[class*=pichm_esperar_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_esperar_trans_white.png");
}
[class*=pichm_esperar_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_esperar_trans_white.png");
}

[class*=pichm_oper_deshacer] .cs_ed_left, [class*=pichm_oper_deshacer] .cs_bt_left, [class*=pichm_oper_deshacer] .cs_bt_inner, [class*=pichm_oper_deshacer] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_operacion_deshacer.png");
}
[class*=pichm_oper_deshacer] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_operacion_deshacer.png");
}
[class*=pichm_oper_deshacer][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_operacion_deshacer.png");
}

[class*=pichm_oper_rehacer] .cs_ed_left, [class*=pichm_oper_rehacer] .cs_bt_left, [class*=pichm_oper_rehacer] .cs_bt_inner, [class*=pichm_oper_rehacer] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_operacion_rehacer.png");
}
[class*=pichm_oper_rehacer] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_operacion_rehacer.png");
}
[class*=pichm_oper_rehacer][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_operacion_rehacer.png");
}

[class*=pichm_oper_deshacer_trans_white] .cs_ed_left, [class*=pichm_oper_deshacer_trans_white] .cs_bt_left, [class*=pichm_oper_deshacer_trans_white] .cs_bt_inner, [class*=pichm_oper_deshacer_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_operacion_deshacer_trans_white.png");
}
[class*=pichm_oper_deshacer_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_operacion_deshacer_trans_white.png");
}
[class*=pichm_oper_deshacer_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_operacion_deshacer_trans_white.png");
}

[class*=pichm_oper_rehacer_trans_white] .cs_ed_left, [class*=pichm_oper_rehacer_trans_white] .cs_bt_left, [class*=pichm_oper_rehacer_trans_white] .cs_bt_inner, [class*=pichm_oper_rehacer_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_operacion_rehacer_trans_white.png");
}
[class*=pichm_oper_rehacer_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_operacion_rehacer_trans_white.png");
}
[class*=pichm_oper_rehacer_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_operacion_rehacer_trans_white.png");
}

[class*=pichm_noches] .cs_ed_left, [class*=pichm_noches] .cs_bt_left, [class*=pichm_noches] .cs_bt_inner, [class*=pichm_noches] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_noches.png");
}
[class*=pichm_noches] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_noches.png");
}
[class*=pichm_noches][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_noches.png");
}

[class*=pichm_noches_trans] .cs_ed_left, [class*=pichm_noches_trans] .cs_bt_left, [class*=pichm_noches_trans] .cs_bt_inner, [class*=pichm_noches_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_noches_trans.png");
}
[class*=pichm_noches_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_noches_trans.png");
}
[class*=pichm_noches_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_noches_trans.png");
}

[class*=pichm_noches_trans_white] .cs_ed_left, [class*=pichm_noches_trans_white] .cs_bt_left, [class*=pichm_noches_trans_white] .cs_bt_inner, [class*=pichm_noches_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_noches_trans_white.png");
}
[class*=pichm_noches_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_noches_trans_white.png");
}
[class*=pichm_noches_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_noches_trans_white.png");
}

[class*=pichm_nochesmin] .cs_ed_left, [class*=pichm_nochesmin] .cs_bt_left, [class*=pichm_nochesmin] .cs_bt_inner, [class*=pichm_nochesmin] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_nochesmin.png");
}
[class*=pichm_nochesmin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_nochesmin.png");
}
[class*=pichm_nochesmin][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_nochesmin.png");
}

[class*=pichm_nochesmin_trans] .cs_ed_left, [class*=pichm_nochesmin_trans] .cs_bt_left, [class*=pichm_nochesmin_trans] .cs_bt_inner, [class*=pichm_nochesmin_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_nochesmin_trans.png");
}
[class*=pichm_nochesmin_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_nochesmin_trans.png");
}
[class*=pichm_nochesmin_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_nochesmin_trans.png");
}

[class*=pichm_nochesmax] .cs_ed_left, [class*=pichm_nochesmax] .cs_bt_left, [class*=pichm_nochesmax] .cs_bt_inner, [class*=pichm_nochesmax] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_nochesmax.png");
}
[class*=pichm_nochesmax] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_nochesmax.png");
}
[class*=pichm_nochesmax][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_nochesmax.png");
}

[class*=pichm_nochesmax_trans] .cs_ed_left, [class*=pichm_nochesmax_trans] .cs_bt_left, [class*=pichm_nochesmax_trans] .cs_bt_inner, [class*=pichm_nochesmax_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_nochesmax_trans.png");
}
[class*=pichm_nochesmax_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_nochesmax_trans.png");
}
[class*=pichm_nochesmax_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_nochesmax_trans.png");
}

[class*=pichm_polihab] .cs_ed_left, [class*=pichm_polihab] .cs_bt_left, [class*=pichm_polihab] .cs_bt_inner, [class*=pichm_polihab] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polihab.png");
}
[class*=pichm_polihab] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polihab.png");
}
[class*=pichm_polihab][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polihab.png");
}

[class*=pichm_polihab_trans] .cs_ed_left, [class*=pichm_polihab_trans] .cs_bt_left, [class*=pichm_polihab_trans] .cs_bt_inner, [class*=pichm_polihab_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polihab_trans.png");
}
[class*=pichm_polihab_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polihab_trans.png");
}
[class*=pichm_polihab_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polihab_trans.png");
}

[class*=pichm_polihab_trans_white] .cs_ed_left, [class*=pichm_polihab_trans_white] .cs_bt_left, [class*=pichm_polihab_trans_white] .cs_bt_inner, [class*=pichm_polihab_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polihab_trans_white.png");
}
[class*=pichm_polihab_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polihab_trans_white.png");
}
[class*=pichm_polihab_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polihab_trans_white.png");
}

[class*=pichm_polipax] .cs_ed_left, [class*=pichm_polipax] .cs_bt_left, [class*=pichm_polipax] .cs_bt_inner, [class*=pichm_polipax] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polipax.png");
}
[class*=pichm_polipax] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polipax.png");
}
[class*=pichm_polipax][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polipax.png");
}

[class*=pichm_polipax_trans] .cs_ed_left, [class*=pichm_polipax_trans] .cs_bt_left, [class*=pichm_polipax_trans] .cs_bt_inner, [class*=pichm_polipax_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polipax_trans.png");
}
[class*=pichm_polipax_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polipax_trans.png");
}
[class*=pichm_polipax_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polipax_trans.png");
}

[class*=pichm_polipax_trans_white] .cs_ed_left, [class*=pichm_polipax_trans_white] .cs_bt_left, [class*=pichm_polipax_trans_white] .cs_bt_inner, [class*=pichm_polipax_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polipax_trans_white.png");
}
[class*=pichm_polipax_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polipax_trans_white.png");
}
[class*=pichm_polipax_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polipax_trans_white.png");
}

[class*=pichm_policancel] .cs_ed_left, [class*=pichm_policancel] .cs_bt_left, [class*=pichm_policancel] .cs_bt_inner, [class*=pichm_policancel] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_policancel.png");
}
[class*=pichm_policancel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_policancel.png");
}
[class*=pichm_policancel][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_policancel.png");
}

[class*=pichm_policancel_trans] .cs_ed_left, [class*=pichm_policancel_trans] .cs_bt_left, [class*=pichm_policancel_trans] .cs_bt_inner, [class*=pichm_policancel_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_policancel_trans.png");
}
[class*=pichm_policancel_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_policancel_trans.png");
}
[class*=pichm_policancel_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_policancel_trans.png");
}

[class*=pichm_policancel_trans_white] .cs_ed_left, [class*=pichm_policancel_trans_white] .cs_bt_left, [class*=pichm_policancel_trans_white] .cs_bt_inner, [class*=pichm_policancel_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_policancel_trans_white.png");
}
[class*=pichm_policancel_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_policancel_trans_white.png");
}
[class*=pichm_policancel_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_policancel_trans_white.png");
}

[class*=pichm_polipag] .cs_ed_left, [class*=pichm_polipag] .cs_bt_left, [class*=pichm_polipag] .cs_bt_inner, [class*=pichm_polipag] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polipago.png");
}
[class*=pichm_polipag] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polipago.png");
}
[class*=pichm_polipag][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polipago.png");
}

[class*=pichm_polipag_trans] .cs_ed_left, [class*=pichm_polipag_trans] .cs_bt_left, [class*=pichm_polipag_trans] .cs_bt_inner, [class*=pichm_polipag_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polipago_trans.png");
}
[class*=pichm_polipag_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polipago_trans.png");
}
[class*=pichm_polipag_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polipago_trans.png");
}

[class*=pichm_polipag_trans_white] .cs_ed_left, [class*=pichm_polipag_trans_white] .cs_bt_left, [class*=pichm_polipag_trans_white] .cs_bt_inner, [class*=pichm_polipag_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polipago_trans_white.png");
}
[class*=pichm_polipag_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polipago_trans_white.png");
}
[class*=pichm_polipag_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polipago_trans_white.png");
}

[class*=pichm_poliotras] .cs_ed_left, [class*=pichm_poliotras] .cs_bt_left, [class*=pichm_poliotras] .cs_bt_inner, [class*=pichm_poliotras] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_poliotras.png");
}
[class*=pichm_poliotras] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_poliotras.png");
}
[class*=pichm_poliotras][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_poliotras.png");
}

[class*=pichm_poliotras_trans] .cs_ed_left, [class*=pichm_poliotras_trans] .cs_bt_left, [class*=pichm_poliotras_trans] .cs_bt_inner, [class*=pichm_poliotras_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_poliotras_trans.png");
}
[class*=pichm_poliotras_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_poliotras_trans.png");
}
[class*=pichm_poliotras_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_poliotras_trans.png");
}

[class*=pichm_poliotras_trans_white] .cs_ed_left, [class*=pichm_poliotras_trans_white] .cs_bt_left, [class*=pichm_poliotras_trans_white] .cs_bt_inner, [class*=pichm_poliotras_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_poliotras_trans_white.png");
}
[class*=pichm_poliotras_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_poliotras_trans_white.png");
}
[class*=pichm_poliotras_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_poliotras_trans_white.png");
}

[class*=pichm_polianimales] .cs_ed_left, [class*=pichm_polianimales] .cs_bt_left, [class*=pichm_polianimales] .cs_bt_inner, [class*=pichm_polianimales] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polianimales.png");
}
[class*=pichm_polianimales] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polianimales.png");
}
[class*=pichm_polianimales][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polianimales.png");
}

[class*=pichm_polianimales_trans] .cs_ed_left, [class*=pichm_polianimales_trans] .cs_bt_left, [class*=pichm_polianimales_trans] .cs_bt_inner, [class*=pichm_polianimales_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polianimales_trans.png");
}
[class*=pichm_polianimales_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polianimales_trans.png");
}
[class*=pichm_polianimales_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polianimales_trans.png");
}

[class*=pichm_polianimales_trans_white] .cs_ed_left, [class*=pichm_polianimales_trans_white] .cs_bt_left, [class*=pichm_polianimales_trans_white] .cs_bt_inner, [class*=pichm_polianimales_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_polianimales_trans_white.png");
}
[class*=pichm_polianimales_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_polianimales_trans_white.png");
}
[class*=pichm_polianimales_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_polianimales_trans_white.png");
}

[class*=pichm_policheckin] .cs_ed_left, [class*=pichm_policheckin] .cs_bt_left, [class*=pichm_policheckin] .cs_bt_inner, [class*=pichm_policheckin] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_policheckin.png");
}
[class*=pichm_policheckin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_policheckin.png");
}
[class*=pichm_policheckin][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_policheckin.png");
}

[class*=pichm_policheckin_trans] .cs_ed_left, [class*=pichm_policheckin_trans] .cs_bt_left, [class*=pichm_policheckin_trans] .cs_bt_inner, [class*=pichm_policheckin_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_policheckin_trans.png");
}
[class*=pichm_policheckin_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_policheckin_trans.png");
}
[class*=pichm_policheckin_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_policheckin_trans.png");
}

[class*=pichm_policheckin_trans_white] .cs_ed_left, [class*=pichm_policheckin_trans_white] .cs_bt_left, [class*=pichm_policheckin_trans_white] .cs_bt_inner, [class*=pichm_policheckin_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_policheckin_trans_white.png");
}
[class*=pichm_policheckin_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_policheckin_trans_white.png");
}
[class*=pichm_policheckin_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_policheckin_trans_white.png");
}

[class*=pichm_poliimpuesto] .cs_ed_left, [class*=pichm_poliimpuesto] .cs_bt_left, [class*=pichm_poliimpuesto] .cs_bt_inner, [class*=pichm_poliimpuesto] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_poliimpuesto.png");
}
[class*=pichm_poliimpuesto] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_poliimpuesto.png");
}
[class*=pichm_poliimpuesto][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_poliimpuesto.png");
}

[class*=pichm_poliimpuesto_trans] .cs_ed_left, [class*=pichm_poliimpuesto_trans] .cs_bt_left, [class*=pichm_poliimpuesto_trans] .cs_bt_inner, [class*=pichm_poliimpuesto_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_poliimpuesto_trans.png");
}
[class*=pichm_poliimpuesto_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_poliimpuesto_trans.png");
}
[class*=pichm_poliimpuesto_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_poliimpuesto_trans.png");
}

[class*=pichm_poliimpuesto_trans_white] .cs_ed_left, [class*=pichm_poliimpuesto_trans_white] .cs_bt_left, [class*=pichm_poliimpuesto_trans_white] .cs_bt_inner, [class*=pichm_poliimpuesto_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_poliimpuesto_trans_white.png");
}
[class*=pichm_poliimpuesto_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_poliimpuesto_trans_white.png");
}
[class*=pichm_poliimpuesto_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_poliimpuesto_trans_white.png");
}

[class*=pichm_precio] .cs_ed_left, [class*=pichm_precio] .cs_bt_left, [class*=pichm_precio] .cs_bt_inner, [class*=pichm_precio] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_precio.png");
}
[class*=pichm_precio] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_precio.png");
}
[class*=pichm_precio][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_precio.png");
}

[class*=pichm_precio_trans] .cs_ed_left, [class*=pichm_precio_trans] .cs_bt_left, [class*=pichm_precio_trans] .cs_bt_inner, [class*=pichm_precio_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_precio_trans.png");
}
[class*=pichm_precio_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_precio_trans.png");
}
[class*=pichm_precio_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_precio_trans.png");
}

[class*=pichm_precio_trans_white] .cs_ed_left, [class*=pichm_precio_trans_white] .cs_bt_left, [class*=pichm_precio_trans_white] .cs_bt_inner, [class*=pichm_precio_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_precio_trans_white.png");
}
[class*=pichm_precio_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_precio_trans_white.png");
}
[class*=pichm_precio_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_precio_trans_white.png");
}

[class*=pichm_tarifa] .cs_ed_left, [class*=pichm_tarifa] .cs_bt_left, [class*=pichm_tarifa] .cs_bt_inner, [class*=pichm_tarifa] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_tarifa.png");
}
[class*=pichm_tarifa] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_tarifa.png");
}
[class*=pichm_tarifa][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_tarifa.png");
}

[class*=pichm_tarifa_trans] .cs_ed_left, [class*=pichm_tarifa_trans] .cs_bt_left, [class*=pichm_tarifa_trans] .cs_bt_inner, [class*=pichm_tarifa_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_tarifa_trans.png");
}
[class*=pichm_tarifa_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_tarifa_trans.png");
}
[class*=pichm_tarifa_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_tarifa_trans.png");
}

[class*=pichm_tarifa_trans_white] .cs_ed_left, [class*=pichm_tarifa_trans_white] .cs_bt_left, [class*=pichm_tarifa_trans_white] .cs_bt_inner, [class*=pichm_tarifa_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_tarifa_trans_white.png");
}
[class*=pichm_tarifa_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_tarifa_trans_white.png");
}
[class*=pichm_tarifa_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_tarifa_trans_white.png");
}

[class*=pichm_tarifa_clonar] .cs_ed_left, [class*=pichm_tarifa_clonar] .cs_bt_left, [class*=pichm_tarifa_clonar] .cs_bt_inner, [class*=pichm_tarifa_clonar] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_tarifa_clonar.png");
}
[class*=pichm_tarifa_clonar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_tarifa_clonar.png");
}
[class*=pichm_tarifa_clonar][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_tarifa_clonar.png");
}

[class*=pichm_remarks] .cs_ed_left, [class*=pichm_remarks] .cs_bt_left, [class*=pichm_remarks] .cs_bt_inner, [class*=pichm_remarks] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_remarks.png");
}
[class*=pichm_remarks] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_remarks.png");
}
[class*=pichm_remarks][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_remarks.png");
}

[class*=pichm_remarks_trans] .cs_ed_left, [class*=pichm_remarks_trans] .cs_bt_left, [class*=pichm_remarks_trans] .cs_bt_inner, [class*=pichm_remarks_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_remarks_trans.png");
}
[class*=pichm_remarks_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_remarks_trans.png");
}
[class*=pichm_remarks_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_remarks_trans.png");
}

[class*=pichm_remarks_trans_white] .cs_ed_left, [class*=pichm_remarks_trans_white] .cs_bt_left, [class*=pichm_remarks_trans_white] .cs_bt_inner, [class*=pichm_remarks_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_remarks_trans_white.png");
}
[class*=pichm_remarks_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_remarks_trans_white.png");
}
[class*=pichm_remarks_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_remarks_trans_white.png");
}

[class*=pichm_suplementos] .cs_ed_left, [class*=pichm_suplementos] .cs_bt_left, [class*=pichm_suplementos] .cs_bt_inner, [class*=pichm_suplementos] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_suplementos.png");
}
[class*=pichm_suplementos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_suplementos.png");
}
[class*=pichm_suplementos][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_suplementos.png");
}

[class*=pichm_suplementos_trans] .cs_ed_left, [class*=pichm_suplementos_trans] .cs_bt_left, [class*=pichm_suplementos_trans] .cs_bt_inner, [class*=pichm_suplementos_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_suplementos_trans.png");
}
[class*=pichm_suplementos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_suplementos_trans.png");
}
[class*=pichm_suplementos_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_suplementos_trans.png");
}

[class*=pichm_reductions] .cs_ed_left, [class*=pichm_reductions] .cs_bt_left, [class*=pichm_reductions] .cs_bt_inner, [class*=pichm_reductions] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_reductions.png");
}
[class*=pichm_reductions] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_reductions.png");
}
[class*=pichm_reductions][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_reductions.png");
}

[class*=pichm_reductions_trans] .cs_ed_left, [class*=pichm_reductions_trans] .cs_bt_left, [class*=pichm_reductions_trans] .cs_bt_inner, [class*=pichm_reductions_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_reductions_trans.png");
}
[class*=pichm_reductions_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_reductions_trans.png");
}
[class*=pichm_reductions_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_reductions_trans.png");
}

[class*=pichm_supleredu] .cs_ed_left, [class*=pichm_supleredu] .cs_bt_left, [class*=pichm_supleredu] .cs_bt_inner, [class*=pichm_supleredu] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_supleredu.png");
}
[class*=pichm_supleredu] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_supleredu.png");
}
[class*=pichm_supleredu][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_supleredu.png");
}

[class*=pichm_supleredu_trans] .cs_ed_left, [class*=pichm_supleredu_trans] .cs_bt_left, [class*=pichm_supleredu_trans] .cs_bt_inner, [class*=pichm_supleredu_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_supleredu_trans.png");
}
[class*=pichm_supleredu_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_supleredu_trans.png");
}
[class*=pichm_supleredu_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_supleredu_trans.png");
}

[class*=pichm_usomin] .cs_ed_left, [class*=pichm_usomin] .cs_bt_left, [class*=pichm_usomin] .cs_bt_inner, [class*=pichm_usomin] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usomin.png");
}
[class*=pichm_usomin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usomin.png");
}
[class*=pichm_usomin][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usomin.png");
}

[class*=pichm_usomin_trans] .cs_ed_left, [class*=pichm_usomin_trans] .cs_bt_left, [class*=pichm_usomin_trans] .cs_bt_inner, [class*=pichm_usomin_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usomin_trans.png");
}
[class*=pichm_usomin_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usomin_trans.png");
}
[class*=pichm_usomin_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usomin_trans.png");
}

[class*=pichm_usomin_trans_white] .cs_ed_left, [class*=pichm_usomin_trans_white] .cs_bt_left, [class*=pichm_usomin_trans_white] .cs_bt_inner, [class*=pichm_usomin_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usomin_trans_white.png");
}
[class*=pichm_usomin_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usomin_trans_white.png");
}
[class*=pichm_usomin_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usomin_trans_white.png");
}

[class*=pichm_usomax] .cs_ed_left, [class*=pichm_usomax] .cs_bt_left, [class*=pichm_usomax] .cs_bt_inner, [class*=pichm_usomax] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usomax.png");
}
[class*=pichm_usomax] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usomax.png");
}
[class*=pichm_usomax][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usomax.png");
}

[class*=pichm_usomax_trans] .cs_ed_left, [class*=pichm_usomax_trans] .cs_bt_left, [class*=pichm_usomax_trans] .cs_bt_inner, [class*=pichm_usomax_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usomax_trans.png");
}
[class*=pichm_usomax_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usomax_trans.png");
}
[class*=pichm_usomax_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usomax_trans.png");
}

[class*=pichm_usomax_trans_white] .cs_ed_left, [class*=pichm_usomax_trans_white] .cs_bt_left, [class*=pichm_usomax_trans_white] .cs_bt_inner, [class*=pichm_usomax_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usomax_trans_white.png");
}
[class*=pichm_usomax_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usomax_trans_white.png");
}
[class*=pichm_usomax_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usomax_trans_white.png");
}

[class*=pichm_herencia] .cs_ed_left, [class*=pichm_herencia] .cs_bt_left, [class*=pichm_herencia] .cs_bt_inner, [class*=pichm_herencia] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_herencia.png");
}
[class*=pichm_herencia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_herencia.png");
}
[class*=pichm_herencia][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_herencia.png");
}

[class*=pichm_herencia_trans] .cs_ed_left, [class*=pichm_herencia_trans] .cs_bt_left, [class*=pichm_herencia_trans] .cs_bt_inner, [class*=pichm_herencia_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_herencia_trans.png");
}
[class*=pichm_herencia_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_herencia_trans.png");
}
[class*=pichm_herencia_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_herencia_trans.png");
}

[class*=pichm_herencia_trans_white] .cs_ed_left, [class*=pichm_herencia_trans_white] .cs_bt_left, [class*=pichm_herencia_trans_white] .cs_bt_inner, [class*=pichm_herencia_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_herencia_trans_white.png");
}
[class*=pichm_herencia_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_herencia_trans_white.png");
}
[class*=pichm_herencia_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_herencia_trans_white.png");
}

[class*=pichm_vinculadas] .cs_ed_left, [class*=pichm_vinculadas] .cs_bt_left, [class*=pichm_vinculadas] .cs_bt_inner, [class*=pichm_vinculadas] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_vinculadas.png");
}
[class*=pichm_vinculadas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_vinculadas.png");
}
[class*=pichm_vinculadas][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_vinculadas.png");
}

[class*=pichm_vinculadas_trans] .cs_ed_left, [class*=pichm_vinculadas_trans] .cs_bt_left, [class*=pichm_vinculadas_trans] .cs_bt_inner, [class*=pichm_vinculadas_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_vinculadas_trans.png");
}
[class*=pichm_vinculadas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_vinculadas_trans.png");
}
[class*=pichm_vinculadas_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_vinculadas_trans.png");
}

[class*=pichm_regla] .cs_ed_left, [class*=pichm_regla] .cs_bt_left, [class*=pichm_regla] .cs_bt_inner, [class*=pichm_regla] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_regla.png");
}
[class*=pichm_regla] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_regla.png");
}
[class*=pichm_regla][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_regla.png");
}

[class*=pichm_regla_trans] .cs_ed_left, [class*=pichm_regla_trans] .cs_bt_left, [class*=pichm_regla_trans] .cs_bt_inner, [class*=pichm_regla_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_regla_trans.png");
}
[class*=pichm_regla_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_regla_trans.png");
}
[class*=pichm_regla_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_regla_trans.png");
}

[class*=pichm_caracteristicas] .cs_ed_left, [class*=pichm_caracteristicas] .cs_bt_left, [class*=pichm_caracteristicas] .cs_bt_inner, [class*=pichm_caracteristicas] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_caracteristicas.png");
}
[class*=pichm_caracteristicas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_caracteristicas.png");
}
[class*=pichm_caracteristicas][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_caracteristicas.png");
}

[class*=pichm_caracteristicas_trans] .cs_ed_left, [class*=pichm_caracteristicas_trans] .cs_bt_left, [class*=pichm_caracteristicas_trans] .cs_bt_inner, [class*=pichm_caracteristicas_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_caracteristicas_trans.png");
}
[class*=pichm_caracteristicas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_caracteristicas_trans.png");
}
[class*=pichm_caracteristicas_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_caracteristicas_trans.png");
}

[class*=pichm_caracteristicas_trans_white] .cs_ed_left, [class*=pichm_caracteristicas_trans_white] .cs_bt_left, [class*=pichm_caracteristicas_trans_white] .cs_bt_inner, [class*=pichm_caracteristicas_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_caracteristicas_trans_white.png");
}
[class*=pichm_caracteristicas_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_caracteristicas_trans_white.png");
}
[class*=pichm_caracteristicas_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_caracteristicas_trans_white.png");
}

[class*=pichm_dimensiones] .cs_ed_left, [class*=pichm_dimensiones] .cs_bt_left, [class*=pichm_dimensiones] .cs_bt_inner, [class*=pichm_dimensiones] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_dimensiones.png");
}
[class*=pichm_dimensiones] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_dimensiones.png");
}
[class*=pichm_dimensiones][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_dimensiones.png");
}

[class*=pichm_dimensiones_trans] .cs_ed_left, [class*=pichm_dimensiones_trans] .cs_bt_left, [class*=pichm_dimensiones_trans] .cs_bt_inner, [class*=pichm_dimensiones_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_dimensiones_trans.png");
}
[class*=pichm_dimensiones_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_dimensiones_trans.png");
}
[class*=pichm_dimensiones_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_dimensiones_trans.png");
}

[class*=pichm_dimensiones_trans_white] .cs_ed_left, [class*=pichm_dimensiones_trans_white] .cs_bt_left, [class*=pichm_dimensiones_trans_white] .cs_bt_inner, [class*=pichm_dimensiones_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_dimensiones_trans_white.png");
}
[class*=pichm_dimensiones_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_dimensiones_trans_white.png");
}
[class*=pichm_dimensiones_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_dimensiones_trans_white.png");
}

[class*=pichm_export] .cs_ed_left, [class*=pichm_export] .cs_bt_left, [class*=pichm_export] .cs_bt_inner, [class*=pichm_export] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_export.png");
}
[class*=pichm_export] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_export.png");
}
[class*=pichm_export][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_export.png");
}

[class*=pichm_export_trans] .cs_ed_left, [class*=pichm_export_trans] .cs_bt_left, [class*=pichm_export_trans] .cs_bt_inner, [class*=pichm_export_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_export_trans.png");
}
[class*=pichm_export_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_export_trans.png");
}
[class*=pichm_export_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_export_trans.png");
}

[class*=pichm_estrella] .cs_ed_left, [class*=pichm_estrella] .cs_bt_left, [class*=pichm_estrella] .cs_bt_inner, [class*=pichm_estrella] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_estrella.png");
}
[class*=pichm_estrella] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_estrella.png");
}
[class*=pichm_estrella][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_estrella.png");
}

[class*=pichm_estrella_trans] .cs_ed_left, [class*=pichm_estrella_trans] .cs_bt_left, [class*=pichm_estrella_trans] .cs_bt_inner, [class*=pichm_estrella_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_estrella_trans.png");
}
[class*=pichm_estrella_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_estrella_trans.png");
}
[class*=pichm_estrella_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_estrella_trans.png");
}

[class*=pichm_estrella_trans_white] .cs_ed_left, [class*=pichm_estrella_trans_white] .cs_bt_left, [class*=pichm_estrella_trans_white] .cs_bt_inner, [class*=pichm_estrella_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_estrella_trans_white.png");
}
[class*=pichm_estrella_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_estrella_trans_white.png");
}
[class*=pichm_estrella_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_estrella_trans_white.png");
}

[class*=pichm_hotels] .cs_ed_left, [class*=pichm_hotels] .cs_bt_left, [class*=pichm_hotels] .cs_bt_inner, [class*=pichm_hotels] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_hotels.png");
}
[class*=pichm_hotels] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_hotels.png");
}
[class*=pichm_hotels][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_hotels.png");
}

[class*=pichm_hotels_trans] .cs_ed_left, [class*=pichm_hotels_trans] .cs_bt_left, [class*=pichm_hotels_trans] .cs_bt_inner, [class*=pichm_hotels_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_hotels_trans.png");
}
[class*=pichm_hotels_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_hotels_trans.png");
}
[class*=pichm_hotels_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_hotels_trans.png");
}

[class*=pichm_hotels_trans_white] .cs_ed_left, [class*=pichm_hotels_trans_white] .cs_bt_left, [class*=pichm_hotels_trans_white] .cs_bt_inner, [class*=pichm_hotels_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_hotels_trans_white.png");
}
[class*=pichm_hotels_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_hotels_trans_white.png");
}
[class*=pichm_hotels_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_hotels_trans_white.png");
}

[class*=pichm_channels] .cs_ed_left, [class*=pichm_channels] .cs_bt_left, [class*=pichm_channels] .cs_bt_inner, [class*=pichm_channels] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_channels.png");
}
[class*=pichm_channels] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_channels.png");
}
[class*=pichm_channels][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_channels.png");
}

[class*=pichm_channels_trans] .cs_ed_left, [class*=pichm_channels_trans] .cs_bt_left, [class*=pichm_channels_trans] .cs_bt_inner, [class*=pichm_channels_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_channels_trans.png");
}
[class*=pichm_channels_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_channels_trans.png");
}
[class*=pichm_channels_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_channels_trans.png");
}

[class*=pichm_channels_trans_white] .cs_ed_left, [class*=pichm_channels_trans_white] .cs_bt_left, [class*=pichm_channels_trans_white] .cs_bt_inner, [class*=pichm_channels_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_channels_trans_white.png");
}
[class*=pichm_channels_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_channels_trans_white.png");
}
[class*=pichm_channels_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_channels_trans_white.png");
}

[class*=pichm_channels_produccion] .cs_ed_left, [class*=pichm_channels_produccion] .cs_bt_left, [class*=pichm_channels_produccion] .cs_bt_inner, [class*=pichm_channels_produccion] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_channels_produccion.png");
}
[class*=pichm_channels_produccion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_channels_produccion.png");
}
[class*=pichm_channels_produccion][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_channels_produccion.png");
}

[class*=pichm_channels_produccion_trans] .cs_ed_left, [class*=pichm_channels_produccion_trans] .cs_bt_left, [class*=pichm_channels_produccion_trans] .cs_bt_inner, [class*=pichm_channels_produccion_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_channels_produccion_trans.png");
}
[class*=pichm_channels_produccion_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_channels_produccion_trans.png");
}
[class*=pichm_channels_produccion_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_channels_produccion_trans.png");
}

[class*=pichm_channels_produccion_trans_white] .cs_ed_left, [class*=pichm_channels_produccion_trans_white] .cs_bt_left, [class*=pichm_channels_produccion_trans_white] .cs_bt_inner, [class*=pichm_channels_produccion_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_channels_produccion_trans_white.png");
}
[class*=pichm_channels_produccion_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_channels_produccion_trans_white.png");
}
[class*=pichm_channels_produccion_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_channels_produccion_trans_white.png");
}

[class*=pichm_channels_groups] .cs_ed_left, [class*=pichm_channels_groups] .cs_bt_left, [class*=pichm_channels_groups] .cs_bt_inner, [class*=pichm_channels_groups] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_channels_groups.png");
}
[class*=pichm_channels_groups] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_channels_groups.png");
}
[class*=pichm_channels_groups][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_channels_groups.png");
}

[class*=pichm_channels_groups_trans] .cs_ed_left, [class*=pichm_channels_groups_trans] .cs_bt_left, [class*=pichm_channels_groups_trans] .cs_bt_inner, [class*=pichm_channels_groups_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_channels_groups_trans.png");
}
[class*=pichm_channels_groups_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_channels_groups_trans.png");
}
[class*=pichm_channels_groups_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_channels_groups_trans.png");
}

[class*=pichm_channels_groups_trans_white] .cs_ed_left, [class*=pichm_channels_groups_trans_white] .cs_bt_left, [class*=pichm_channels_groups_trans_white] .cs_bt_inner, [class*=pichm_channels_groups_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_channels_groups_trans_white.png");
}
[class*=pichm_channels_groups_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_channels_groups_trans_white.png");
}
[class*=pichm_channels_groups_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_channels_groups_trans_white.png");
}

[class*=pichm_ofertas] .cs_ed_left, [class*=pichm_ofertas] .cs_bt_left, [class*=pichm_ofertas] .cs_bt_inner, [class*=pichm_ofertas] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ofertas.png");
}
[class*=pichm_ofertas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ofertas.png");
}
[class*=pichm_ofertas][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ofertas.png");
}

[class*=pichm_ofertas_trans] .cs_ed_left, [class*=pichm_ofertas_trans] .cs_bt_left, [class*=pichm_ofertas_trans] .cs_bt_inner, [class*=pichm_ofertas_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ofertas_trans.png");
}
[class*=pichm_ofertas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ofertas_trans.png");
}
[class*=pichm_ofertas_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ofertas_trans.png");
}

[class*=pichm_ofertas_trans_white] .cs_ed_left, [class*=pichm_ofertas_trans_white] .cs_bt_left, [class*=pichm_ofertas_trans_white] .cs_bt_inner, [class*=pichm_ofertas_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ofertas_trans_white.png");
}
[class*=pichm_ofertas_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ofertas_trans_white.png");
}
[class*=pichm_ofertas_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ofertas_trans_white.png");
}

[class*=pichm_ofertas_ordenacion] .cs_ed_left, [class*=pichm_ofertas_ordenacion] .cs_bt_left, [class*=pichm_ofertas_ordenacion] .cs_bt_inner, [class*=pichm_ofertas_ordenacion] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ofertas_orden.png");
}
[class*=pichm_ofertas_ordenacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ofertas_orden.png");
}
[class*=pichm_ofertas_ordenacion][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ofertas_orden.png");
}

[class*=pichm_ofertas_ordenacion_trans] .cs_ed_left, [class*=pichm_ofertas_ordenacion_trans] .cs_bt_left, [class*=pichm_ofertas_ordenacion_trans] .cs_bt_inner, [class*=pichm_ofertas_ordenacion_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ofertas_orden_trans.png");
}
[class*=pichm_ofertas_ordenacion_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ofertas_orden_trans.png");
}
[class*=pichm_ofertas_ordenacion_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ofertas_orden_trans.png");
}

[class*=pichm_ofertas_ordenacion_trans_white] .cs_ed_left, [class*=pichm_ofertas_ordenacion_trans_white] .cs_bt_left, [class*=pichm_ofertas_ordenacion_trans_white] .cs_bt_inner, [class*=pichm_ofertas_ordenacion_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ofertas_orden_trans_white.png");
}
[class*=pichm_ofertas_ordenacion_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ofertas_orden_trans_white.png");
}
[class*=pichm_ofertas_ordenacion_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ofertas_orden_trans_white.png");
}

[class*=pichm_ofertas_incompat] .cs_ed_left, [class*=pichm_ofertas_incompat] .cs_bt_left, [class*=pichm_ofertas_incompat] .cs_bt_inner, [class*=pichm_ofertas_incompat] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ofertas_incompatibilidad.png");
}
[class*=pichm_ofertas_incompat] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ofertas_incompatibilidad.png");
}
[class*=pichm_ofertas_incompat][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ofertas_incompatibilidad.png");
}

[class*=pichm_ofertas_incompat_trans] .cs_ed_left, [class*=pichm_ofertas_incompat_trans] .cs_bt_left, [class*=pichm_ofertas_incompat_trans] .cs_bt_inner, [class*=pichm_ofertas_incompat_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ofertas_incompatibilidad_trans.png");
}
[class*=pichm_ofertas_incompat_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ofertas_incompatibilidad_trans.png");
}
[class*=pichm_ofertas_incompat_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ofertas_incompatibilidad_trans.png");
}

[class*=pichm_ofertas_incompat_trans_white] .cs_ed_left, [class*=pichm_ofertas_incompat_trans_white] .cs_bt_left, [class*=pichm_ofertas_incompat_trans_white] .cs_bt_inner, [class*=pichm_ofertas_incompat_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ofertas_incompatibilidad_trans_white.png");
}
[class*=pichm_ofertas_incompat_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ofertas_incompatibilidad_trans_white.png");
}
[class*=pichm_ofertas_incompat_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ofertas_incompatibilidad_trans_white.png");
}

[class*=pichm_ofertas_clonar] .cs_ed_left, [class*=pichm_ofertas_clonar] .cs_bt_left, [class*=pichm_ofertas_clonar] .cs_bt_inner, [class*=pichm_ofertas_clonar] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ofertas_clonar.png");
}
[class*=pichm_ofertas_clonar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ofertas_clonar.png");
}
[class*=pichm_ofertas_clonar][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ofertas_clonar.png");
}

[class*=pichm_agencia] .cs_ed_left, [class*=pichm_agencia] .cs_bt_left, [class*=pichm_agencia] .cs_bt_inner, [class*=pichm_agencia] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_agencia.png");
}
[class*=pichm_agencia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_agencia.png");
}
[class*=pichm_agencia][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_agencia.png");
}

[class*=pichm_agencia_trans] .cs_ed_left, [class*=pichm_agencia_trans] .cs_bt_left, [class*=pichm_agencia_trans] .cs_bt_inner, [class*=pichm_agencia_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_agencia_trans.png");
}
[class*=pichm_agencia_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_agencia_trans.png");
}
[class*=pichm_agencia_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_agencia_trans.png");
}

[class*=pichm_agencia_trans_white] .cs_ed_left, [class*=pichm_agencia_trans_white] .cs_bt_left, [class*=pichm_agencia_trans_white] .cs_bt_inner, [class*=pichm_agencia_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_agencia_trans_white.png");
}
[class*=pichm_agencia_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_agencia_trans_white.png");
}
[class*=pichm_agencia_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_agencia_trans_white.png");
}

[class*=pichm_empresa] .cs_ed_left, [class*=pichm_empresa] .cs_bt_left, [class*=pichm_empresa] .cs_bt_inner, [class*=pichm_empresa] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_empresa.png");
}
[class*=pichm_empresa] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_empresa.png");
}
[class*=pichm_empresa][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_empresa.png");
}

[class*=pichm_empresa_trans] .cs_ed_left, [class*=pichm_empresa_trans] .cs_bt_left, [class*=pichm_empresa_trans] .cs_bt_inner, [class*=pichm_empresa_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_empresa_trans.png");
}
[class*=pichm_empresa_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_empresa_trans.png");
}
[class*=pichm_empresa_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_empresa_trans.png");
}

[class*=pichm_empresa_trans_white] .cs_ed_left, [class*=pichm_empresa_trans_white] .cs_bt_left, [class*=pichm_empresa_trans_white] .cs_bt_inner, [class*=pichm_empresa_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_empresa_trans_white.png");
}
[class*=pichm_empresa_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_empresa_trans_white.png");
}
[class*=pichm_empresa_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_empresa_trans_white.png");
}

[class*=pichm_paquete] .cs_ed_left, [class*=pichm_paquete] .cs_bt_left, [class*=pichm_paquete] .cs_bt_inner, [class*=pichm_paquete] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_paquete.png");
}
[class*=pichm_paquete] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_paquete.png");
}
[class*=pichm_paquete][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_paquete.png");
}

[class*=pichm_paquete_trans] .cs_ed_left, [class*=pichm_paquete_trans] .cs_bt_left, [class*=pichm_paquete_trans] .cs_bt_inner, [class*=pichm_paquete_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_paquete_trans.png");
}
[class*=pichm_paquete_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_paquete_trans.png");
}
[class*=pichm_paquete_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_paquete_trans.png");
}

[class*=pichm_paquete_trans_white] .cs_ed_left, [class*=pichm_paquete_trans_white] .cs_bt_left, [class*=pichm_paquete_trans_white] .cs_bt_inner, [class*=pichm_paquete_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_paquete_trans_white.png");
}
[class*=pichm_paquete_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_paquete_trans_white.png");
}
[class*=pichm_paquete_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_paquete_trans_white.png");
}

[class*=pichm_descripcion] .cs_ed_left, [class*=pichm_descripcion] .cs_bt_left, [class*=pichm_descripcion] .cs_bt_inner, [class*=pichm_descripcion] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_descripcion.png");
}
[class*=pichm_descripcion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_descripcion.png");
}
[class*=pichm_descripcion][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_descripcion.png");
}

[class*=pichm_descripcion_trans] .cs_ed_left, [class*=pichm_descripcion_trans] .cs_bt_left, [class*=pichm_descripcion_trans] .cs_bt_inner, [class*=pichm_descripcion_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_descripcion_trans.png");
}
[class*=pichm_descripcion_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_descripcion_trans.png");
}
[class*=pichm_descripcion_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_descripcion_trans.png");
}

[class*=pichm_descripcion_trans_white] .cs_ed_left, [class*=pichm_descripcion_trans_white] .cs_bt_left, [class*=pichm_descripcion_trans_white] .cs_bt_inner, [class*=pichm_descripcion_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_descripcion_trans_white.png");
}
[class*=pichm_descripcion_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_descripcion_trans_white.png");
}
[class*=pichm_descripcion_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_descripcion_trans_white.png");
}

[class*=pichm_servicios_trans] .cs_ed_left, [class*=pichm_servicios_trans] .cs_bt_left, [class*=pichm_servicios_trans] .cs_bt_inner, [class*=pichm_servicios_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_servicios_trans.png");
}
[class*=pichm_servicios_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_servicios_trans.png");
}
[class*=pichm_servicios_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_servicios_trans.png");
}

[class*=pichm_conector_pull_trans] .cs_ed_left, [class*=pichm_conector_pull_trans] .cs_bt_left, [class*=pichm_conector_pull_trans] .cs_bt_inner, [class*=pichm_conector_pull_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_conect_pull.png");
}
[class*=pichm_conector_pull_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_conect_pull.png");
}
[class*=pichm_conector_pull_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_conect_pull.png");
}

[class*=pichm_conector_push_trans] .cs_ed_left, [class*=pichm_conector_push_trans] .cs_bt_left, [class*=pichm_conector_push_trans] .cs_bt_inner, [class*=pichm_conector_push_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_conect_push.png");
}
[class*=pichm_conector_push_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_conect_push.png");
}
[class*=pichm_conector_push_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_conect_push.png");
}

[class*=pichm_mapeo_vacio] .cs_ed_left, [class*=pichm_mapeo_vacio] .cs_bt_left, [class*=pichm_mapeo_vacio] .cs_bt_inner, [class*=pichm_mapeo_vacio] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_mapeo_vacio.png");
}
[class*=pichm_mapeo_vacio] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_mapeo_vacio.png");
}
[class*=pichm_mapeo_vacio][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_mapeo_vacio.png");
}

[class*=pichm_mapeo_trans] .cs_ed_left, [class*=pichm_mapeo_trans] .cs_bt_left, [class*=pichm_mapeo_trans] .cs_bt_inner, [class*=pichm_mapeo_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_mapeo_trans.png");
}
[class*=pichm_mapeo_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_mapeo_trans.png");
}
[class*=pichm_mapeo_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_mapeo_trans.png");
}

[class*=pichm_mapeo_trans_white] .cs_ed_left, [class*=pichm_mapeo_trans_white] .cs_bt_left, [class*=pichm_mapeo_trans_white] .cs_bt_inner, [class*=pichm_mapeo_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_mapeo_trans_white.png");
}
[class*=pichm_mapeo_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_mapeo_trans_white.png");
}
[class*=pichm_mapeo_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_mapeo_trans_white.png");
}

[class*=pichm_mapeo_amedias] .cs_ed_left, [class*=pichm_mapeo_amedias] .cs_bt_left, [class*=pichm_mapeo_amedias] .cs_bt_inner, [class*=pichm_mapeo_amedias] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_mapeo_amedias.png");
}
[class*=pichm_mapeo_amedias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_mapeo_amedias.png");
}
[class*=pichm_mapeo_amedias][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_mapeo_amedias.png");
}

[class*=pichm_mapeo_completo] .cs_ed_left, [class*=pichm_mapeo_completo] .cs_bt_left, [class*=pichm_mapeo_completo] .cs_bt_inner, [class*=pichm_mapeo_completo] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_mapeo_completo.png");
}
[class*=pichm_mapeo_completo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_mapeo_completo.png");
}
[class*=pichm_mapeo_completo][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_mapeo_completo.png");
}

[class*=pichm_mapeo_incompleto] .cs_ed_left, [class*=pichm_mapeo_incompleto] .cs_bt_left, [class*=pichm_mapeo_incompleto] .cs_bt_inner, [class*=pichm_mapeo_incompleto] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_mapeo_incompleto.png");
}
[class*=pichm_mapeo_incompleto] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_mapeo_incompleto.png");
}
[class*=pichm_mapeo_incompleto][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_mapeo_incompleto.png");
}

[class*=pichm_mapeos_trans] .cs_ed_left, [class*=pichm_mapeos_trans] .cs_bt_left, [class*=pichm_mapeos_trans] .cs_bt_inner, [class*=pichm_mapeos_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_mapeos_trans.png");
}
[class*=pichm_mapeos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_mapeos_trans.png");
}
[class*=pichm_mapeos_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_mapeos_trans.png");
}

[class*=pichm_mapeos_trans_white] .cs_ed_left, [class*=pichm_mapeos_trans_white] .cs_bt_left, [class*=pichm_mapeos_trans_white] .cs_bt_inner, [class*=pichm_mapeos_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_mapeos_trans_white.png");
}
[class*=pichm_mapeos_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_mapeos_trans_white.png");
}
[class*=pichm_mapeos_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_mapeos_trans_white.png");
}

[class*=pichm_monitor] .cs_ed_left, [class*=pichm_monitor] .cs_bt_left, [class*=pichm_monitor] .cs_bt_inner, [class*=pichm_monitor] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_monitor.png");
}
[class*=pichm_monitor] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_monitor.png");
}
[class*=pichm_monitor][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_monitor.png");
}

[class*=pichm_monitor_trans] .cs_ed_left, [class*=pichm_monitor_trans] .cs_bt_left, [class*=pichm_monitor_trans] .cs_bt_inner, [class*=pichm_monitor_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_monitor_trans.png");
}
[class*=pichm_monitor_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_monitor_trans.png");
}
[class*=pichm_monitor_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_monitor_trans.png");
}

[class*=pichm_catalogo_productos] .cs_ed_left, [class*=pichm_catalogo_productos] .cs_bt_left, [class*=pichm_catalogo_productos] .cs_bt_inner, [class*=pichm_catalogo_productos] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_catalogo_productos.png");
}
[class*=pichm_catalogo_productos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_catalogo_productos.png");
}
[class*=pichm_catalogo_productos][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_catalogo_productos.png");
}

[class*=pichm_catalogo_productos_trans] .cs_ed_left, [class*=pichm_catalogo_productos_trans] .cs_bt_left, [class*=pichm_catalogo_productos_trans] .cs_bt_inner, [class*=pichm_catalogo_productos_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_catalogo_productos_trans.png");
}
[class*=pichm_catalogo_productos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_catalogo_productos_trans.png");
}
[class*=pichm_catalogo_productos_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_catalogo_productos_trans.png");
}

[class*=pichm_catalogo_productos_trans_white] .cs_ed_left, [class*=pichm_catalogo_productos_trans_white] .cs_bt_left, [class*=pichm_catalogo_productos_trans_white] .cs_bt_inner, [class*=pichm_catalogo_productos_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_catalogo_productos_trans_white.png");
}
[class*=pichm_catalogo_productos_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_catalogo_productos_trans_white.png");
}
[class*=pichm_catalogo_productos_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_catalogo_productos_trans_white.png");
}

[class*=pichm_ratecode] .cs_ed_left, [class*=pichm_ratecode] .cs_bt_left, [class*=pichm_ratecode] .cs_bt_inner, [class*=pichm_ratecode] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ratecode.png");
}
[class*=pichm_ratecode] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ratecode.png");
}
[class*=pichm_ratecode][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ratecode.png");
}

[class*=pichm_ratecode_trans] .cs_ed_left, [class*=pichm_ratecode_trans] .cs_bt_left, [class*=pichm_ratecode_trans] .cs_bt_inner, [class*=pichm_ratecode_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ratecode_trans.png");
}
[class*=pichm_ratecode_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ratecode_trans.png");
}
[class*=pichm_ratecode_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ratecode_trans.png");
}

[class*=pichm_ratecode_trans_white] .cs_ed_left, [class*=pichm_ratecode_trans_white] .cs_bt_left, [class*=pichm_ratecode_trans_white] .cs_bt_inner, [class*=pichm_ratecode_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_ratecode_trans_white.png");
}
[class*=pichm_ratecode_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_ratecode_trans_white.png");
}
[class*=pichm_ratecode_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_ratecode_trans_white.png");
}

[class*=pichm_usopax1] .cs_ed_left, [class*=pichm_usopax1] .cs_bt_left, [class*=pichm_usopax1] .cs_bt_inner, [class*=pichm_usopax1] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usopax_1.png");
}
[class*=pichm_usopax1] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usopax_1.png");
}
[class*=pichm_usopax1][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usopax_1.png");
}

[class*=pichm_usopax2] .cs_ed_left, [class*=pichm_usopax2] .cs_bt_left, [class*=pichm_usopax2] .cs_bt_inner, [class*=pichm_usopax2] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usopax_2.png");
}
[class*=pichm_usopax2] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usopax_2.png");
}
[class*=pichm_usopax2][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usopax_2.png");
}

[class*=pichm_usopax3] .cs_ed_left, [class*=pichm_usopax3] .cs_bt_left, [class*=pichm_usopax3] .cs_bt_inner, [class*=pichm_usopax3] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usopax_3.png");
}
[class*=pichm_usopax3] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usopax_3.png");
}
[class*=pichm_usopax3][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usopax_3.png");
}

[class*=pichm_usopax4] .cs_ed_left, [class*=pichm_usopax4] .cs_bt_left, [class*=pichm_usopax4] .cs_bt_inner, [class*=pichm_usopax4] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usopax_4.png");
}
[class*=pichm_usopax4] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usopax_4.png");
}
[class*=pichm_usopax4][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usopax_4.png");
}

[class*=pichm_usopax4mas] .cs_ed_left, [class*=pichm_usopax4mas] .cs_bt_left, [class*=pichm_usopax4mas] .cs_bt_inner, [class*=pichm_usopax4mas] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usopax_4mas.png");
}
[class*=pichm_usopax4mas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usopax_4mas.png");
}
[class*=pichm_usopax4mas][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usopax_4mas.png");
}

[class*=pichm_usopax1_white] .cs_ed_left, [class*=pichm_usopax1_white] .cs_bt_left, [class*=pichm_usopax1_white] .cs_bt_inner, [class*=pichm_usopax1_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usopax_1_white.png");
}
[class*=pichm_usopax1_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usopax_1_white.png");
}
[class*=pichm_usopax1_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usopax_1_white.png");
}

[class*=pichm_usopax2_white] .cs_ed_left, [class*=pichm_usopax2_white] .cs_bt_left, [class*=pichm_usopax2_white] .cs_bt_inner, [class*=pichm_usopax2_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usopax_2_white.png");
}
[class*=pichm_usopax2_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usopax_2_white.png");
}
[class*=pichm_usopax2_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usopax_2_white.png");
}

[class*=pichm_usopax3_white] .cs_ed_left, [class*=pichm_usopax3_white] .cs_bt_left, [class*=pichm_usopax3_white] .cs_bt_inner, [class*=pichm_usopax3_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usopax_3_white.png");
}
[class*=pichm_usopax3_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usopax_3_white.png");
}
[class*=pichm_usopax3_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usopax_3_white.png");
}

[class*=pichm_usopax4_white] .cs_ed_left, [class*=pichm_usopax4_white] .cs_bt_left, [class*=pichm_usopax4_white] .cs_bt_inner, [class*=pichm_usopax4_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usopax_4_white.png");
}
[class*=pichm_usopax4_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usopax_4_white.png");
}
[class*=pichm_usopax4_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usopax_4_white.png");
}

[class*=pichm_usopax4mas_white] .cs_ed_left, [class*=pichm_usopax4mas_white] .cs_bt_left, [class*=pichm_usopax4mas_white] .cs_bt_inner, [class*=pichm_usopax4mas_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_usopax_4mas_white.png");
}
[class*=pichm_usopax4mas_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_usopax_4mas_white.png");
}
[class*=pichm_usopax4mas_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_usopax_4mas_white.png");
}

[class*=pichm_rsvconfirmada] .cs_ed_left, [class*=pichm_rsvconfirmada] .cs_bt_left, [class*=pichm_rsvconfirmada] .cs_bt_inner, [class*=pichm_rsvconfirmada] .cs_bt_right {
  background-image: url("../../img/channels/fw_reserva_confirmada.png");
}
[class*=pichm_rsvconfirmada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_reserva_confirmada.png");
}
[class*=pichm_rsvconfirmada][class*=_solopic] {
  background-image: url("../../img/channels/fw_reserva_confirmada.png");
}

[class*=pichm_rsvprovisional] .cs_ed_left, [class*=pichm_rsvprovisional] .cs_bt_left, [class*=pichm_rsvprovisional] .cs_bt_inner, [class*=pichm_rsvprovisional] .cs_bt_right {
  background-image: url("../../img/channels/fw_reserva_provisional.png");
}
[class*=pichm_rsvprovisional] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_reserva_provisional.png");
}
[class*=pichm_rsvprovisional][class*=_solopic] {
  background-image: url("../../img/channels/fw_reserva_provisional.png");
}

[class*=pichm_rsvmodificada] .cs_ed_left, [class*=pichm_rsvmodificada] .cs_bt_left, [class*=pichm_rsvmodificada] .cs_bt_inner, [class*=pichm_rsvmodificada] .cs_bt_right {
  background-image: url("../../img/channels/fw_reserva_modificada.png");
}
[class*=pichm_rsvmodificada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_reserva_modificada.png");
}
[class*=pichm_rsvmodificada][class*=_solopic] {
  background-image: url("../../img/channels/fw_reserva_modificada.png");
}

[class*=pichm_rsvanulada] .cs_ed_left, [class*=pichm_rsvanulada] .cs_bt_left, [class*=pichm_rsvanulada] .cs_bt_inner, [class*=pichm_rsvanulada] .cs_bt_right {
  background-image: url("../../img/channels/fw_reserva_anulada.png");
}
[class*=pichm_rsvanulada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_reserva_anulada.png");
}
[class*=pichm_rsvanulada][class*=_solopic] {
  background-image: url("../../img/channels/fw_reserva_anulada.png");
}

[class*=pichm_rsvpresupuesto] .cs_ed_left, [class*=pichm_rsvpresupuesto] .cs_bt_left, [class*=pichm_rsvpresupuesto] .cs_bt_inner, [class*=pichm_rsvpresupuesto] .cs_bt_right {
  background-image: url("../../img/channels/fw_reserva_presupuesto.png");
}
[class*=pichm_rsvpresupuesto] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_reserva_presupuesto.png");
}
[class*=pichm_rsvpresupuesto][class*=_solopic] {
  background-image: url("../../img/channels/fw_reserva_presupuesto.png");
}

[class*=pichm_simulador] .cs_ed_left, [class*=pichm_simulador] .cs_bt_left, [class*=pichm_simulador] .cs_bt_inner, [class*=pichm_simulador] .cs_bt_right {
  background-image: url("../../img/channels/fw_reserva_simulador.png");
}
[class*=pichm_simulador] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_reserva_simulador.png");
}
[class*=pichm_simulador][class*=_solopic] {
  background-image: url("../../img/channels/fw_reserva_simulador.png");
}

[class*=pichm_oportunidades_trans] .cs_ed_left, [class*=pichm_oportunidades_trans] .cs_bt_left, [class*=pichm_oportunidades_trans] .cs_bt_inner, [class*=pichm_oportunidades_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_oportunidades_trans.png");
}
[class*=pichm_oportunidades_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_oportunidades_trans.png");
}
[class*=pichm_oportunidades_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_oportunidades_trans.png");
}

[class*=pichm_oportunidades_trans_white] .cs_ed_left, [class*=pichm_oportunidades_trans_white] .cs_bt_left, [class*=pichm_oportunidades_trans_white] .cs_bt_inner, [class*=pichm_oportunidades_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_oportunidades_trans_white.png");
}
[class*=pichm_oportunidades_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_oportunidades_trans_white.png");
}
[class*=pichm_oportunidades_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_oportunidades_trans_white.png");
}

[class*=pichm_resenya_trans] .cs_ed_left, [class*=pichm_resenya_trans] .cs_bt_left, [class*=pichm_resenya_trans] .cs_bt_inner, [class*=pichm_resenya_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_resenya_trans.png");
}
[class*=pichm_resenya_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_resenya_trans.png");
}
[class*=pichm_resenya_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_resenya_trans.png");
}

[class*=pichm_resenya_trans_white] .cs_ed_left, [class*=pichm_resenya_trans_white] .cs_bt_left, [class*=pichm_resenya_trans_white] .cs_bt_inner, [class*=pichm_resenya_trans_white] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_resenya_trans_white.png");
}
[class*=pichm_resenya_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_resenya_trans_white.png");
}
[class*=pichm_resenya_trans_white][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_resenya_trans_white.png");
}

[class*=picbe_caract_aire_trans] .cs_ed_left, [class*=picbe_caract_aire_trans] .cs_bt_left, [class*=picbe_caract_aire_trans] .cs_bt_inner, [class*=picbe_caract_aire_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_aire.png");
}
[class*=picbe_caract_aire_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_aire.png");
}
[class*=picbe_caract_aire_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_aire.png");
}

[class*=picbe_caract_albornoz_trans] .cs_ed_left, [class*=picbe_caract_albornoz_trans] .cs_bt_left, [class*=picbe_caract_albornoz_trans] .cs_bt_inner, [class*=picbe_caract_albornoz_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_albornoz.png");
}
[class*=picbe_caract_albornoz_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_albornoz.png");
}
[class*=picbe_caract_albornoz_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_albornoz.png");
}

[class*=picbe_caract_amenities_trans] .cs_ed_left, [class*=picbe_caract_amenities_trans] .cs_bt_left, [class*=picbe_caract_amenities_trans] .cs_bt_inner, [class*=picbe_caract_amenities_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_amenities.png");
}
[class*=picbe_caract_amenities_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_amenities.png");
}
[class*=picbe_caract_amenities_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_amenities.png");
}

[class*=picbe_caract_cafe_trans] .cs_ed_left, [class*=picbe_caract_cafe_trans] .cs_bt_left, [class*=picbe_caract_cafe_trans] .cs_bt_inner, [class*=picbe_caract_cafe_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_cafe.png");
}
[class*=picbe_caract_cafe_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_cafe.png");
}
[class*=picbe_caract_cafe_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_cafe.png");
}

[class*=picbe_caract_cajafuerte_trans] .cs_ed_left, [class*=picbe_caract_cajafuerte_trans] .cs_bt_left, [class*=picbe_caract_cajafuerte_trans] .cs_bt_inner, [class*=picbe_caract_cajafuerte_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_cajafuerte.png");
}
[class*=picbe_caract_cajafuerte_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_cajafuerte.png");
}
[class*=picbe_caract_cajafuerte_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_cajafuerte.png");
}

[class*=picbe_caract_calientaaguas_trans] .cs_ed_left, [class*=picbe_caract_calientaaguas_trans] .cs_bt_left, [class*=picbe_caract_calientaaguas_trans] .cs_bt_inner, [class*=picbe_caract_calientaaguas_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_calientaaguas.png");
}
[class*=picbe_caract_calientaaguas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_calientaaguas.png");
}
[class*=picbe_caract_calientaaguas_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_calientaaguas.png");
}

[class*=picbe_caract_lavanderia_trans] .cs_ed_left, [class*=picbe_caract_lavanderia_trans] .cs_bt_left, [class*=picbe_caract_lavanderia_trans] .cs_bt_inner, [class*=picbe_caract_lavanderia_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_lavanderia.png");
}
[class*=picbe_caract_lavanderia_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_lavanderia.png");
}
[class*=picbe_caract_lavanderia_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_lavanderia.png");
}

[class*=picbe_caract_minibar_trans] .cs_ed_left, [class*=picbe_caract_minibar_trans] .cs_bt_left, [class*=picbe_caract_minibar_trans] .cs_bt_inner, [class*=picbe_caract_minibar_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_minibar.png");
}
[class*=picbe_caract_minibar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_minibar.png");
}
[class*=picbe_caract_minibar_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_minibar.png");
}

[class*=picbe_caract_packwelcome_trans] .cs_ed_left, [class*=picbe_caract_packwelcome_trans] .cs_bt_left, [class*=picbe_caract_packwelcome_trans] .cs_bt_inner, [class*=picbe_caract_packwelcome_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_packwelcome.png");
}
[class*=picbe_caract_packwelcome_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_packwelcome.png");
}
[class*=picbe_caract_packwelcome_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_packwelcome.png");
}

[class*=picbe_caract_phone_trans] .cs_ed_left, [class*=picbe_caract_phone_trans] .cs_bt_left, [class*=picbe_caract_phone_trans] .cs_bt_inner, [class*=picbe_caract_phone_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_phone.png");
}
[class*=picbe_caract_phone_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_phone.png");
}
[class*=picbe_caract_phone_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_phone.png");
}

[class*=picbe_caract_prensa_trans] .cs_ed_left, [class*=picbe_caract_prensa_trans] .cs_bt_left, [class*=picbe_caract_prensa_trans] .cs_bt_inner, [class*=picbe_caract_prensa_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_prensa.png");
}
[class*=picbe_caract_prensa_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_prensa.png");
}
[class*=picbe_caract_prensa_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_prensa.png");
}

[class*=picbe_caract_secador_trans] .cs_ed_left, [class*=picbe_caract_secador_trans] .cs_bt_left, [class*=picbe_caract_secador_trans] .cs_bt_inner, [class*=picbe_caract_secador_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_secador.png");
}
[class*=picbe_caract_secador_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_secador.png");
}
[class*=picbe_caract_secador_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_secador.png");
}

[class*=picbe_caract_tv_trans] .cs_ed_left, [class*=picbe_caract_tv_trans] .cs_bt_left, [class*=picbe_caract_tv_trans] .cs_bt_inner, [class*=picbe_caract_tv_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_tv.png");
}
[class*=picbe_caract_tv_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_tv.png");
}
[class*=picbe_caract_tv_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_tv.png");
}

[class*=picbe_caract_vistas_trans] .cs_ed_left, [class*=picbe_caract_vistas_trans] .cs_bt_left, [class*=picbe_caract_vistas_trans] .cs_bt_inner, [class*=picbe_caract_vistas_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_vistas.png");
}
[class*=picbe_caract_vistas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_vistas.png");
}
[class*=picbe_caract_vistas_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_vistas.png");
}

[class*=picbe_caract_wifi_trans] .cs_ed_left, [class*=picbe_caract_wifi_trans] .cs_bt_left, [class*=picbe_caract_wifi_trans] .cs_bt_inner, [class*=picbe_caract_wifi_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_wifi.png");
}
[class*=picbe_caract_wifi_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_wifi.png");
}
[class*=picbe_caract_wifi_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_wifi.png");
}

[class*=picbe_caract_bicicletas_trans] .cs_ed_left, [class*=picbe_caract_bicicletas_trans] .cs_bt_left, [class*=picbe_caract_bicicletas_trans] .cs_bt_inner, [class*=picbe_caract_bicicletas_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_chm_zcarac_bicicletas.png");
}
[class*=picbe_caract_bicicletas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_chm_zcarac_bicicletas.png");
}
[class*=picbe_caract_bicicletas_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_chm_zcarac_bicicletas.png");
}

[class*=picdes_cols] .cs_ed_left, [class*=picdes_cols] .cs_bt_left, [class*=picdes_cols] .cs_bt_inner, [class*=picdes_cols] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_cols.png");
}
[class*=picdes_cols] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_cols.png");
}
[class*=picdes_cols][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_cols.png");
}

[class*=picdes_rows] .cs_ed_left, [class*=picdes_rows] .cs_bt_left, [class*=picdes_rows] .cs_bt_inner, [class*=picdes_rows] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_rows.png");
}
[class*=picdes_rows] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_rows.png");
}
[class*=picdes_rows][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_rows.png");
}

[class*=picdes_cols_1] .cs_ed_left, [class*=picdes_cols_1] .cs_bt_left, [class*=picdes_cols_1] .cs_bt_inner, [class*=picdes_cols_1] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_cols_1.png");
}
[class*=picdes_cols_1] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_cols_1.png");
}
[class*=picdes_cols_1][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_cols_1.png");
}

[class*=picdes_cols_2] .cs_ed_left, [class*=picdes_cols_2] .cs_bt_left, [class*=picdes_cols_2] .cs_bt_inner, [class*=picdes_cols_2] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_cols_2.png");
}
[class*=picdes_cols_2] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_cols_2.png");
}
[class*=picdes_cols_2][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_cols_2.png");
}

[class*=picdes_cols_3] .cs_ed_left, [class*=picdes_cols_3] .cs_bt_left, [class*=picdes_cols_3] .cs_bt_inner, [class*=picdes_cols_3] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_cols_3.png");
}
[class*=picdes_cols_3] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_cols_3.png");
}
[class*=picdes_cols_3][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_cols_3.png");
}

[class*=picdes_cols_4] .cs_ed_left, [class*=picdes_cols_4] .cs_bt_left, [class*=picdes_cols_4] .cs_bt_inner, [class*=picdes_cols_4] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_cols_4.png");
}
[class*=picdes_cols_4] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_cols_4.png");
}
[class*=picdes_cols_4][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_cols_4.png");
}

[class*=picdes_cols_5] .cs_ed_left, [class*=picdes_cols_5] .cs_bt_left, [class*=picdes_cols_5] .cs_bt_inner, [class*=picdes_cols_5] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_cols_5.png");
}
[class*=picdes_cols_5] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_cols_5.png");
}
[class*=picdes_cols_5][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_cols_5.png");
}

[class*=picdes_cols_6] .cs_ed_left, [class*=picdes_cols_6] .cs_bt_left, [class*=picdes_cols_6] .cs_bt_inner, [class*=picdes_cols_6] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_cols_6.png");
}
[class*=picdes_cols_6] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_cols_6.png");
}
[class*=picdes_cols_6][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_cols_6.png");
}

[class*=picdes_rows_1] .cs_ed_left, [class*=picdes_rows_1] .cs_bt_left, [class*=picdes_rows_1] .cs_bt_inner, [class*=picdes_rows_1] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_rows_1.png");
}
[class*=picdes_rows_1] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_rows_1.png");
}
[class*=picdes_rows_1][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_rows_1.png");
}

[class*=picdes_rows_2] .cs_ed_left, [class*=picdes_rows_2] .cs_bt_left, [class*=picdes_rows_2] .cs_bt_inner, [class*=picdes_rows_2] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_rows_2.png");
}
[class*=picdes_rows_2] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_rows_2.png");
}
[class*=picdes_rows_2][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_rows_2.png");
}

[class*=picdes_rows_3] .cs_ed_left, [class*=picdes_rows_3] .cs_bt_left, [class*=picdes_rows_3] .cs_bt_inner, [class*=picdes_rows_3] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_rows_3.png");
}
[class*=picdes_rows_3] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_rows_3.png");
}
[class*=picdes_rows_3][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_rows_3.png");
}

[class*=picdes_rows_4] .cs_ed_left, [class*=picdes_rows_4] .cs_bt_left, [class*=picdes_rows_4] .cs_bt_inner, [class*=picdes_rows_4] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_rows_4.png");
}
[class*=picdes_rows_4] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_rows_4.png");
}
[class*=picdes_rows_4][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_rows_4.png");
}

[class*=picdes_rows_5] .cs_ed_left, [class*=picdes_rows_5] .cs_bt_left, [class*=picdes_rows_5] .cs_bt_inner, [class*=picdes_rows_5] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_rows_5.png");
}
[class*=picdes_rows_5] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_rows_5.png");
}
[class*=picdes_rows_5][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_rows_5.png");
}

[class*=picdes_rows_6] .cs_ed_left, [class*=picdes_rows_6] .cs_bt_left, [class*=picdes_rows_6] .cs_bt_inner, [class*=picdes_rows_6] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_rows_6.png");
}
[class*=picdes_rows_6] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_rows_6.png");
}
[class*=picdes_rows_6][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_rows_6.png");
}

[class*=picdes_bullet_no] .cs_ed_left, [class*=picdes_bullet_no] .cs_bt_left, [class*=picdes_bullet_no] .cs_bt_inner, [class*=picdes_bullet_no] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_bullet_no.png");
}
[class*=picdes_bullet_no] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_bullet_no.png");
}
[class*=picdes_bullet_no][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_bullet_no.png");
}

[class*=picdes_bullet_circle] .cs_ed_left, [class*=picdes_bullet_circle] .cs_bt_left, [class*=picdes_bullet_circle] .cs_bt_inner, [class*=picdes_bullet_circle] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_bullet_circle.png");
}
[class*=picdes_bullet_circle] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_bullet_circle.png");
}
[class*=picdes_bullet_circle][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_bullet_circle.png");
}

[class*=picdes_bullet_square] .cs_ed_left, [class*=picdes_bullet_square] .cs_bt_left, [class*=picdes_bullet_square] .cs_bt_inner, [class*=picdes_bullet_square] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_bullet_square.png");
}
[class*=picdes_bullet_square] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_bullet_square.png");
}
[class*=picdes_bullet_square][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_bullet_square.png");
}

[class*=picdes_bullet_triangle] .cs_ed_left, [class*=picdes_bullet_triangle] .cs_bt_left, [class*=picdes_bullet_triangle] .cs_bt_inner, [class*=picdes_bullet_triangle] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_bullet_triangle.png");
}
[class*=picdes_bullet_triangle] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_bullet_triangle.png");
}
[class*=picdes_bullet_triangle][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_bullet_triangle.png");
}

[class*=picdes_bullet_icon] .cs_ed_left, [class*=picdes_bullet_icon] .cs_bt_left, [class*=picdes_bullet_icon] .cs_bt_inner, [class*=picdes_bullet_icon] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_bullet_icon.png");
}
[class*=picdes_bullet_icon] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_bullet_icon.png");
}
[class*=picdes_bullet_icon][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_bullet_icon.png");
}

[class*=picdes_barra_normal] .cs_ed_left, [class*=picdes_barra_normal] .cs_bt_left, [class*=picdes_barra_normal] .cs_bt_inner, [class*=picdes_barra_normal] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_barra_normal.png");
}
[class*=picdes_barra_normal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_barra_normal.png");
}
[class*=picdes_barra_normal][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_barra_normal.png");
}

[class*=picdes_barra_shared] .cs_ed_left, [class*=picdes_barra_shared] .cs_bt_left, [class*=picdes_barra_shared] .cs_bt_inner, [class*=picdes_barra_shared] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_barra_shared.png");
}
[class*=picdes_barra_shared] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_barra_shared.png");
}
[class*=picdes_barra_shared][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_barra_shared.png");
}

[class*=picdes_barra_stack] .cs_ed_left, [class*=picdes_barra_stack] .cs_bt_left, [class*=picdes_barra_stack] .cs_bt_inner, [class*=picdes_barra_stack] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_barra_stack.png");
}
[class*=picdes_barra_stack] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_barra_stack.png");
}
[class*=picdes_barra_stack][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_barra_stack.png");
}

[class*=picdes_barra_candle] .cs_ed_left, [class*=picdes_barra_candle] .cs_bt_left, [class*=picdes_barra_candle] .cs_bt_inner, [class*=picdes_barra_candle] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_barra_candle.png");
}
[class*=picdes_barra_candle] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_barra_candle.png");
}
[class*=picdes_barra_candle][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_barra_candle.png");
}

[class*=picdes_graf_pastel] .cs_ed_left, [class*=picdes_graf_pastel] .cs_bt_left, [class*=picdes_graf_pastel] .cs_bt_inner, [class*=picdes_graf_pastel] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_graf_pastel.png");
}
[class*=picdes_graf_pastel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_graf_pastel.png");
}
[class*=picdes_graf_pastel][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_graf_pastel.png");
}

[class*=picdes_graf_donut] .cs_ed_left, [class*=picdes_graf_donut] .cs_bt_left, [class*=picdes_graf_donut] .cs_bt_inner, [class*=picdes_graf_donut] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_graf_donut.png");
}
[class*=picdes_graf_donut] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_graf_donut.png");
}
[class*=picdes_graf_donut][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_graf_donut.png");
}

[class*=picdes_graf_flecha] .cs_ed_left, [class*=picdes_graf_flecha] .cs_bt_left, [class*=picdes_graf_flecha] .cs_bt_inner, [class*=picdes_graf_flecha] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_graf_flecha.png");
}
[class*=picdes_graf_flecha] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_graf_flecha.png");
}
[class*=picdes_graf_flecha][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_graf_flecha.png");
}

[class*=picdes_graf_radial] .cs_ed_left, [class*=picdes_graf_radial] .cs_bt_left, [class*=picdes_graf_radial] .cs_bt_inner, [class*=picdes_graf_radial] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_graf_radial.png");
}
[class*=picdes_graf_radial] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_graf_radial.png");
}
[class*=picdes_graf_radial][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_graf_radial.png");
}

[class*=picdes_graf_barra] .cs_ed_left, [class*=picdes_graf_barra] .cs_bt_left, [class*=picdes_graf_barra] .cs_bt_inner, [class*=picdes_graf_barra] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_graf_barras.png");
}
[class*=picdes_graf_barra] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_graf_barras.png");
}
[class*=picdes_graf_barra][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_graf_barras.png");
}

[class*=picdes_graf_columna] .cs_ed_left, [class*=picdes_graf_columna] .cs_bt_left, [class*=picdes_graf_columna] .cs_bt_inner, [class*=picdes_graf_columna] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_graf_columnas.png");
}
[class*=picdes_graf_columna] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_graf_columnas.png");
}
[class*=picdes_graf_columna][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_graf_columnas.png");
}

[class*=picdes_graf_area] .cs_ed_left, [class*=picdes_graf_area] .cs_bt_left, [class*=picdes_graf_area] .cs_bt_inner, [class*=picdes_graf_area] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_graf_area.png");
}
[class*=picdes_graf_area] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_graf_area.png");
}
[class*=picdes_graf_area][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_graf_area.png");
}

[class*=picdes_graf_line] .cs_ed_left, [class*=picdes_graf_line] .cs_bt_left, [class*=picdes_graf_line] .cs_bt_inner, [class*=picdes_graf_line] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_graf_linea.png");
}
[class*=picdes_graf_line] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_graf_linea.png");
}
[class*=picdes_graf_line][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_graf_linea.png");
}

[class*=picdes_graf_bullet] .cs_ed_left, [class*=picdes_graf_bullet] .cs_bt_left, [class*=picdes_graf_bullet] .cs_bt_inner, [class*=picdes_graf_bullet] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_graf_bullet.png");
}
[class*=picdes_graf_bullet] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_graf_bullet.png");
}
[class*=picdes_graf_bullet][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_graf_bullet.png");
}

[class*=picdes_finish_square] .cs_ed_left, [class*=picdes_finish_square] .cs_bt_left, [class*=picdes_finish_square] .cs_bt_inner, [class*=picdes_finish_square] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_acabado_square.png");
}
[class*=picdes_finish_square] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_acabado_square.png");
}
[class*=picdes_finish_square][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_acabado_square.png");
}

[class*=picdes_finish_rounded] .cs_ed_left, [class*=picdes_finish_rounded] .cs_bt_left, [class*=picdes_finish_rounded] .cs_bt_inner, [class*=picdes_finish_rounded] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_acabado_rounded.png");
}
[class*=picdes_finish_rounded] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_acabado_rounded.png");
}
[class*=picdes_finish_rounded][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_acabado_rounded.png");
}

[class*=picdes_finish_tlrounded] .cs_ed_left, [class*=picdes_finish_tlrounded] .cs_bt_left, [class*=picdes_finish_tlrounded] .cs_bt_inner, [class*=picdes_finish_tlrounded] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_acabado_tlrounded.png");
}
[class*=picdes_finish_tlrounded] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_acabado_tlrounded.png");
}
[class*=picdes_finish_tlrounded][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_acabado_tlrounded.png");
}

[class*=picdes_finish_trrounded] .cs_ed_left, [class*=picdes_finish_trrounded] .cs_bt_left, [class*=picdes_finish_trrounded] .cs_bt_inner, [class*=picdes_finish_trrounded] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_acabado_trrounded.png");
}
[class*=picdes_finish_trrounded] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_acabado_trrounded.png");
}
[class*=picdes_finish_trrounded][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_acabado_trrounded.png");
}

[class*=picdes_finish_blrounded] .cs_ed_left, [class*=picdes_finish_blrounded] .cs_bt_left, [class*=picdes_finish_blrounded] .cs_bt_inner, [class*=picdes_finish_blrounded] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_acabado_blrounded.png");
}
[class*=picdes_finish_blrounded] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_acabado_blrounded.png");
}
[class*=picdes_finish_blrounded][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_acabado_blrounded.png");
}

[class*=picdes_finish_brrounded] .cs_ed_left, [class*=picdes_finish_brrounded] .cs_bt_left, [class*=picdes_finish_brrounded] .cs_bt_inner, [class*=picdes_finish_brrounded] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_acabado_brrounded.png");
}
[class*=picdes_finish_brrounded] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_acabado_brrounded.png");
}
[class*=picdes_finish_brrounded][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_acabado_brrounded.png");
}

[class*=picdes_align_left] .cs_ed_left, [class*=picdes_align_left] .cs_bt_left, [class*=picdes_align_left] .cs_bt_inner, [class*=picdes_align_left] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_align_left.png");
}
[class*=picdes_align_left] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_align_left.png");
}
[class*=picdes_align_left][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_align_left.png");
}

[class*=picdes_align_center] .cs_ed_left, [class*=picdes_align_center] .cs_bt_left, [class*=picdes_align_center] .cs_bt_inner, [class*=picdes_align_center] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_align_center.png");
}
[class*=picdes_align_center] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_align_center.png");
}
[class*=picdes_align_center][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_align_center.png");
}

[class*=picdes_align_right] .cs_ed_left, [class*=picdes_align_right] .cs_bt_left, [class*=picdes_align_right] .cs_bt_inner, [class*=picdes_align_right] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_align_right.png");
}
[class*=picdes_align_right] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_align_right.png");
}
[class*=picdes_align_right][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_align_right.png");
}

[class*=picdes_align_superleft] .cs_ed_left, [class*=picdes_align_superleft] .cs_bt_left, [class*=picdes_align_superleft] .cs_bt_inner, [class*=picdes_align_superleft] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_align_superleft.png");
}
[class*=picdes_align_superleft] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_align_superleft.png");
}
[class*=picdes_align_superleft][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_align_superleft.png");
}

[class*=picdes_align_extraleft] .cs_ed_left, [class*=picdes_align_extraleft] .cs_bt_left, [class*=picdes_align_extraleft] .cs_bt_inner, [class*=picdes_align_extraleft] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_align_extraleft.png");
}
[class*=picdes_align_extraleft] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_align_extraleft.png");
}
[class*=picdes_align_extraleft][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_align_extraleft.png");
}

[class*=picdes_align_ver_top] .cs_ed_left, [class*=picdes_align_ver_top] .cs_bt_left, [class*=picdes_align_ver_top] .cs_bt_inner, [class*=picdes_align_ver_top] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_align_ver_top.png");
}
[class*=picdes_align_ver_top] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_align_ver_top.png");
}
[class*=picdes_align_ver_top][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_align_ver_top.png");
}

[class*=picdes_align_ver_undertop] .cs_ed_left, [class*=picdes_align_ver_undertop] .cs_bt_left, [class*=picdes_align_ver_undertop] .cs_bt_inner, [class*=picdes_align_ver_undertop] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_align_ver_undertop.png");
}
[class*=picdes_align_ver_undertop] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_align_ver_undertop.png");
}
[class*=picdes_align_ver_undertop][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_align_ver_undertop.png");
}

[class*=picdes_align_ver_center] .cs_ed_left, [class*=picdes_align_ver_center] .cs_bt_left, [class*=picdes_align_ver_center] .cs_bt_inner, [class*=picdes_align_ver_center] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_align_ver_center.png");
}
[class*=picdes_align_ver_center] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_align_ver_center.png");
}
[class*=picdes_align_ver_center][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_align_ver_center.png");
}

[class*=picdes_align_ver_bottom] .cs_ed_left, [class*=picdes_align_ver_bottom] .cs_bt_left, [class*=picdes_align_ver_bottom] .cs_bt_inner, [class*=picdes_align_ver_bottom] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_align_ver_bottom.png");
}
[class*=picdes_align_ver_bottom] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_align_ver_bottom.png");
}
[class*=picdes_align_ver_bottom][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_align_ver_bottom.png");
}

[class*=picdes_autosize_todo] .cs_ed_left, [class*=picdes_autosize_todo] .cs_bt_left, [class*=picdes_autosize_todo] .cs_bt_inner, [class*=picdes_autosize_todo] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_autosize_todo.png");
}
[class*=picdes_autosize_todo] .cs_lb_label .cs_lb_left, [class*=picdes_autosize_todo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_autosize_todo.png");
}
[class*=picdes_autosize_todo][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_autosize_todo.png");
}

[class*=picdes_autosize_alto] .cs_ed_left, [class*=picdes_autosize_alto] .cs_bt_left, [class*=picdes_autosize_alto] .cs_bt_inner, [class*=picdes_autosize_alto] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_autosize_alto.png");
}
[class*=picdes_autosize_alto] .cs_lb_label .cs_lb_left, [class*=picdes_autosize_alto] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_autosize_alto.png");
}
[class*=picdes_autosize_alto][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_autosize_alto.png");
}

[class*=picdes_autosize_ancho] .cs_ed_left, [class*=picdes_autosize_ancho] .cs_bt_left, [class*=picdes_autosize_ancho] .cs_bt_inner, [class*=picdes_autosize_ancho] .cs_bt_right {
  background-image: url("../../img/designer/fw_des_autosize_ancho.png");
}
[class*=picdes_autosize_ancho] .cs_lb_label .cs_lb_left, [class*=picdes_autosize_ancho] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/designer/fw_des_autosize_ancho.png");
}
[class*=picdes_autosize_ancho][class*=_solopic] {
  background-image: url("../../img/designer/fw_des_autosize_ancho.png");
}

[class*=picgym_cliente_trans] .cs_ed_left, [class*=picgym_cliente_trans] .cs_bt_left, [class*=picgym_cliente_trans] .cs_bt_inner, [class*=picgym_cliente_trans] .cs_bt_right {
  background-image: url("../../img/gym/fw_gym_cliente_trans.png");
}
[class*=picgym_cliente_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gym/fw_gym_cliente_trans.png");
}
[class*=picgym_cliente_trans][class*=_solopic] {
  background-image: url("../../img/gym/fw_gym_cliente_trans.png");
}

[class*=picgym_cliente_trans_white] .cs_ed_left, [class*=picgym_cliente_trans_white] .cs_bt_left, [class*=picgym_cliente_trans_white] .cs_bt_inner, [class*=picgym_cliente_trans_white] .cs_bt_right {
  background-image: url("../../img/gym/fw_gym_cliente_trans_white.png");
}
[class*=picgym_cliente_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gym/fw_gym_cliente_trans_white.png");
}
[class*=picgym_cliente_trans_white][class*=_solopic] {
  background-image: url("../../img/gym/fw_gym_cliente_trans_white.png");
}

[class*=picgym_trainer_trans] .cs_ed_left, [class*=picgym_trainer_trans] .cs_bt_left, [class*=picgym_trainer_trans] .cs_bt_inner, [class*=picgym_trainer_trans] .cs_bt_right {
  background-image: url("../../img/gym/fw_gym_trainer_trans.png");
}
[class*=picgym_trainer_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gym/fw_gym_trainer_trans.png");
}
[class*=picgym_trainer_trans][class*=_solopic] {
  background-image: url("../../img/gym/fw_gym_trainer_trans.png");
}

[class*=picgym_trainer_trans_white] .cs_ed_left, [class*=picgym_trainer_trans_white] .cs_bt_left, [class*=picgym_trainer_trans_white] .cs_bt_inner, [class*=picgym_trainer_trans_white] .cs_bt_right {
  background-image: url("../../img/gym/fw_gym_trainer_trans_white.png");
}
[class*=picgym_trainer_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gym/fw_gym_trainer_trans_white.png");
}
[class*=picgym_trainer_trans_white][class*=_solopic] {
  background-image: url("../../img/gym/fw_gym_trainer_trans_white.png");
}

[class*=picgym_freetime_trans] .cs_ed_left, [class*=picgym_freetime_trans] .cs_bt_left, [class*=picgym_freetime_trans] .cs_bt_inner, [class*=picgym_freetime_trans] .cs_bt_right {
  background-image: url("../../img/gym/fw_gym_freetime_trans.png");
}
[class*=picgym_freetime_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gym/fw_gym_freetime_trans.png");
}
[class*=picgym_freetime_trans][class*=_solopic] {
  background-image: url("../../img/gym/fw_gym_freetime_trans.png");
}

[class*=picgym_freetime_trans_white] .cs_ed_left, [class*=picgym_freetime_trans_white] .cs_bt_left, [class*=picgym_freetime_trans_white] .cs_bt_inner, [class*=picgym_freetime_trans_white] .cs_bt_right {
  background-image: url("../../img/gym/fw_gym_freetime_trans_white.png");
}
[class*=picgym_freetime_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gym/fw_gym_freetime_trans_white.png");
}
[class*=picgym_freetime_trans_white][class*=_solopic] {
  background-image: url("../../img/gym/fw_gym_freetime_trans_white.png");
}

[class*=picgym_pesas_trans] .cs_ed_left, [class*=picgym_pesas_trans] .cs_bt_left, [class*=picgym_pesas_trans] .cs_bt_inner, [class*=picgym_pesas_trans] .cs_bt_right {
  background-image: url("../../img/gym/fw_gym_pesas_trans.png");
}
[class*=picgym_pesas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gym/fw_gym_pesas_trans.png");
}
[class*=picgym_pesas_trans][class*=_solopic] {
  background-image: url("../../img/gym/fw_gym_pesas_trans.png");
}

[class*=picgym_pesas_trans_white] .cs_ed_left, [class*=picgym_pesas_trans_white] .cs_bt_left, [class*=picgym_pesas_trans_white] .cs_bt_inner, [class*=picgym_pesas_trans_white] .cs_bt_right {
  background-image: url("../../img/gym/fw_gym_pesas_trans_white.png");
}
[class*=picgym_pesas_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gym/fw_gym_pesas_trans_white.png");
}
[class*=picgym_pesas_trans_white][class*=_solopic] {
  background-image: url("../../img/gym/fw_gym_pesas_trans_white.png");
}

[class*=picgob_limpia] .cs_ed_left, [class*=picgob_limpia] .cs_bt_left, [class*=picgob_limpia] .cs_bt_inner, [class*=picgob_limpia] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_limpia.png");
}
[class*=picgob_limpia] .cs_lb_label .cs_lb_left, [class*=picgob_limpia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_limpia.png");
}
[class*=picgob_limpia][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_limpia.png");
}

[class*=picgob_repaso] .cs_ed_left, [class*=picgob_repaso] .cs_bt_left, [class*=picgob_repaso] .cs_bt_inner, [class*=picgob_repaso] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_repaso.png");
}
[class*=picgob_repaso] .cs_lb_label .cs_lb_left, [class*=picgob_repaso] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_repaso.png");
}
[class*=picgob_repaso][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_repaso.png");
}

[class*=picgob_sucia] .cs_ed_left, [class*=picgob_sucia] .cs_bt_left, [class*=picgob_sucia] .cs_bt_inner, [class*=picgob_sucia] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_sucia.png");
}
[class*=picgob_sucia] .cs_lb_label .cs_lb_left, [class*=picgob_sucia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_sucia.png");
}
[class*=picgob_sucia][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_sucia.png");
}

[class*=picgob_tested] .cs_ed_left, [class*=picgob_tested] .cs_bt_left, [class*=picgob_tested] .cs_bt_inner, [class*=picgob_tested] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_tested.png");
}
[class*=picgob_tested] .cs_lb_label .cs_lb_left, [class*=picgob_tested] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_tested.png");
}
[class*=picgob_tested][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_tested.png");
}

[class*=picgob_hab_libre] .cs_ed_left, [class*=picgob_hab_libre] .cs_bt_left, [class*=picgob_hab_libre] .cs_bt_inner, [class*=picgob_hab_libre] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_hab_libre.png");
}
[class*=picgob_hab_libre] .cs_lb_label .cs_lb_left, [class*=picgob_hab_libre] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_hab_libre.png");
}
[class*=picgob_hab_libre][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_hab_libre.png");
}

[class*=picgob_hab_trans] .cs_ed_left, [class*=picgob_hab_trans] .cs_bt_left, [class*=picgob_hab_trans] .cs_bt_inner, [class*=picgob_hab_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_trans.png");
}
[class*=picgob_hab_trans] .cs_lb_label .cs_lb_left, [class*=picgob_hab_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_trans.png");
}
[class*=picgob_hab_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_trans.png");
}

[class*=picgob_hab_trans_white] .cs_ed_left, [class*=picgob_hab_trans_white] .cs_bt_left, [class*=picgob_hab_trans_white] .cs_bt_inner, [class*=picgob_hab_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_trans_white.png");
}
[class*=picgob_hab_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_hab_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_trans_white.png");
}
[class*=picgob_hab_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_trans_white.png");
}

[class*=picgob_hab_white_perfiled] .cs_ed_left, [class*=picgob_hab_white_perfiled] .cs_bt_left, [class*=picgob_hab_white_perfiled] .cs_bt_inner, [class*=picgob_hab_white_perfiled] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_white_perfiled.png");
}
[class*=picgob_hab_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picgob_hab_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_white_perfiled.png");
}
[class*=picgob_hab_white_perfiled][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_white_perfiled.png");
}

[class*=picgob_gobernanta] .cs_ed_left, [class*=picgob_gobernanta] .cs_bt_left, [class*=picgob_gobernanta] .cs_bt_inner, [class*=picgob_gobernanta] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta.png");
}
[class*=picgob_gobernanta] .cs_lb_label .cs_lb_left, [class*=picgob_gobernanta] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta.png");
}
[class*=picgob_gobernanta][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta.png");
}

[class*=picgob_gobernanta_black] .cs_ed_left, [class*=picgob_gobernanta_black] .cs_bt_left, [class*=picgob_gobernanta_black] .cs_bt_inner, [class*=picgob_gobernanta_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta_black.png");
}
[class*=picgob_gobernanta_black] .cs_lb_label .cs_lb_left, [class*=picgob_gobernanta_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta_black.png");
}
[class*=picgob_gobernanta_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta_black.png");
}

[class*=picgob_gobernanta_gray] .cs_ed_left, [class*=picgob_gobernanta_gray] .cs_bt_left, [class*=picgob_gobernanta_gray] .cs_bt_inner, [class*=picgob_gobernanta_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta_gray.png");
}
[class*=picgob_gobernanta_gray] .cs_lb_label .cs_lb_left, [class*=picgob_gobernanta_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta_gray.png");
}
[class*=picgob_gobernanta_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta_gray.png");
}

[class*=picgob_gobernanta_orange] .cs_ed_left, [class*=picgob_gobernanta_orange] .cs_bt_left, [class*=picgob_gobernanta_orange] .cs_bt_inner, [class*=picgob_gobernanta_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta_orange.png");
}
[class*=picgob_gobernanta_orange] .cs_lb_label .cs_lb_left, [class*=picgob_gobernanta_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta_orange.png");
}
[class*=picgob_gobernanta_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta_orange.png");
}

[class*=picgob_gobernanta_white] .cs_ed_left, [class*=picgob_gobernanta_white] .cs_bt_left, [class*=picgob_gobernanta_white] .cs_bt_inner, [class*=picgob_gobernanta_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta_white.png");
}
[class*=picgob_gobernanta_white] .cs_lb_label .cs_lb_left, [class*=picgob_gobernanta_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta_white.png");
}
[class*=picgob_gobernanta_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta_white.png");
}

[class*=picgob_gobernanta_trans] .cs_ed_left, [class*=picgob_gobernanta_trans] .cs_bt_left, [class*=picgob_gobernanta_trans] .cs_bt_inner, [class*=picgob_gobernanta_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans.png");
}
[class*=picgob_gobernanta_trans] .cs_lb_label .cs_lb_left, [class*=picgob_gobernanta_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans.png");
}
[class*=picgob_gobernanta_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans.png");
}

[class*=picgob_gobernanta_trans_white] .cs_ed_left, [class*=picgob_gobernanta_trans_white] .cs_bt_left, [class*=picgob_gobernanta_trans_white] .cs_bt_inner, [class*=picgob_gobernanta_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans_white.png");
}
[class*=picgob_gobernanta_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_gobernanta_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans_white.png");
}
[class*=picgob_gobernanta_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans_white.png");
}

[class*=picgob_gobernanta_trans_gray] .cs_ed_left, [class*=picgob_gobernanta_trans_gray] .cs_bt_left, [class*=picgob_gobernanta_trans_gray] .cs_bt_inner, [class*=picgob_gobernanta_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans_gray.png");
}
[class*=picgob_gobernanta_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_gobernanta_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans_gray.png");
}
[class*=picgob_gobernanta_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans_gray.png");
}

[class*=picgob_gobernanta_trans_orange] .cs_ed_left, [class*=picgob_gobernanta_trans_orange] .cs_bt_left, [class*=picgob_gobernanta_trans_orange] .cs_bt_inner, [class*=picgob_gobernanta_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans_orange.png");
}
[class*=picgob_gobernanta_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_gobernanta_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans_orange.png");
}
[class*=picgob_gobernanta_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta_trans_orange.png");
}

[class*=picgob_gobernanta_carga_trans] .cs_ed_left, [class*=picgob_gobernanta_carga_trans] .cs_bt_left, [class*=picgob_gobernanta_carga_trans] .cs_bt_inner, [class*=picgob_gobernanta_carga_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta_carga_trans.png");
}
[class*=picgob_gobernanta_carga_trans] .cs_lb_label .cs_lb_left, [class*=picgob_gobernanta_carga_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta_carga_trans.png");
}
[class*=picgob_gobernanta_carga_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta_carga_trans.png");
}

[class*=picgob_bloqueohab] .cs_ed_left, [class*=picgob_bloqueohab] .cs_bt_left, [class*=picgob_bloqueohab] .cs_bt_inner, [class*=picgob_bloqueohab] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_bloqueohab.png");
}
[class*=picgob_bloqueohab] .cs_lb_label .cs_lb_left, [class*=picgob_bloqueohab] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_bloqueohab.png");
}
[class*=picgob_bloqueohab][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_bloqueohab.png");
}

[class*=picgob_bloqueohab_temporal] .cs_ed_left, [class*=picgob_bloqueohab_temporal] .cs_bt_left, [class*=picgob_bloqueohab_temporal] .cs_bt_inner, [class*=picgob_bloqueohab_temporal] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_bloqueohab_temporal.png");
}
[class*=picgob_bloqueohab_temporal] .cs_lb_label .cs_lb_left, [class*=picgob_bloqueohab_temporal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_bloqueohab_temporal.png");
}
[class*=picgob_bloqueohab_temporal][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_bloqueohab_temporal.png");
}

[class*=picgob_bloqueohab_trans] .cs_ed_left, [class*=picgob_bloqueohab_trans] .cs_bt_left, [class*=picgob_bloqueohab_trans] .cs_bt_inner, [class*=picgob_bloqueohab_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_bloqueohab_trans.png");
}
[class*=picgob_bloqueohab_trans] .cs_lb_label .cs_lb_left, [class*=picgob_bloqueohab_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_bloqueohab_trans.png");
}
[class*=picgob_bloqueohab_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_bloqueohab_trans.png");
}

[class*=picgob_bloqueohab_white_perfiled] .cs_ed_left, [class*=picgob_bloqueohab_white_perfiled] .cs_bt_left, [class*=picgob_bloqueohab_white_perfiled] .cs_bt_inner, [class*=picgob_bloqueohab_white_perfiled] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_bloqueohab_white_perfiled.png");
}
[class*=picgob_bloqueohab_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picgob_bloqueohab_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_bloqueohab_white_perfiled.png");
}
[class*=picgob_bloqueohab_white_perfiled][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_bloqueohab_white_perfiled.png");
}

[class*=picgob_bloqueohab_trans_orange] .cs_ed_left, [class*=picgob_bloqueohab_trans_orange] .cs_bt_left, [class*=picgob_bloqueohab_trans_orange] .cs_bt_inner, [class*=picgob_bloqueohab_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_bloqueohab_trans_orange.png");
}
[class*=picgob_bloqueohab_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_bloqueohab_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_bloqueohab_trans_orange.png");
}
[class*=picgob_bloqueohab_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_bloqueohab_trans_orange.png");
}

[class*=picgob_carro] .cs_ed_left, [class*=picgob_carro] .cs_bt_left, [class*=picgob_carro] .cs_bt_inner, [class*=picgob_carro] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_carro.png");
}
[class*=picgob_carro] .cs_lb_label .cs_lb_left, [class*=picgob_carro] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_carro.png");
}
[class*=picgob_carro][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_carro.png");
}

[class*=picgob_carro_black] .cs_ed_left, [class*=picgob_carro_black] .cs_bt_left, [class*=picgob_carro_black] .cs_bt_inner, [class*=picgob_carro_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_carro_black.png");
}
[class*=picgob_carro_black] .cs_lb_label .cs_lb_left, [class*=picgob_carro_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_carro_black.png");
}
[class*=picgob_carro_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_carro_black.png");
}

[class*=picgob_carro_trans] .cs_ed_left, [class*=picgob_carro_trans] .cs_bt_left, [class*=picgob_carro_trans] .cs_bt_inner, [class*=picgob_carro_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_carro_trans.png");
}
[class*=picgob_carro_trans] .cs_lb_label .cs_lb_left, [class*=picgob_carro_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_carro_trans.png");
}
[class*=picgob_carro_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_carro_trans.png");
}

[class*=picgob_capacidad_hab] .cs_ed_left, [class*=picgob_capacidad_hab] .cs_bt_left, [class*=picgob_capacidad_hab] .cs_bt_inner, [class*=picgob_capacidad_hab] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_capacidad_hab.png");
}
[class*=picgob_capacidad_hab] .cs_lb_label .cs_lb_left, [class*=picgob_capacidad_hab] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_capacidad_hab.png");
}
[class*=picgob_capacidad_hab][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_capacidad_hab.png");
}

[class*=picgob_capacidad_pax] .cs_ed_left, [class*=picgob_capacidad_pax] .cs_bt_left, [class*=picgob_capacidad_pax] .cs_bt_inner, [class*=picgob_capacidad_pax] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_capacidad_pax.png");
}
[class*=picgob_capacidad_pax] .cs_lb_label .cs_lb_left, [class*=picgob_capacidad_pax] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_capacidad_pax.png");
}
[class*=picgob_capacidad_pax][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_capacidad_pax.png");
}

[class*=picgob_habitaciones_tipos] .cs_ed_left, [class*=picgob_habitaciones_tipos] .cs_bt_left, [class*=picgob_habitaciones_tipos] .cs_bt_inner, [class*=picgob_habitaciones_tipos] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habitaciones_tipos.png");
}
[class*=picgob_habitaciones_tipos] .cs_lb_label .cs_lb_left, [class*=picgob_habitaciones_tipos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habitaciones_tipos.png");
}
[class*=picgob_habitaciones_tipos][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habitaciones_tipos.png");
}

[class*=picgob_habitaciones_tipos_trans] .cs_ed_left, [class*=picgob_habitaciones_tipos_trans] .cs_bt_left, [class*=picgob_habitaciones_tipos_trans] .cs_bt_inner, [class*=picgob_habitaciones_tipos_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habitaciones_tipos_trans.png");
}
[class*=picgob_habitaciones_tipos_trans] .cs_lb_label .cs_lb_left, [class*=picgob_habitaciones_tipos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habitaciones_tipos_trans.png");
}
[class*=picgob_habitaciones_tipos_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habitaciones_tipos_trans.png");
}

[class*=picgob_ropa_hombre] .cs_ed_left, [class*=picgob_ropa_hombre] .cs_bt_left, [class*=picgob_ropa_hombre] .cs_bt_inner, [class*=picgob_ropa_hombre] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_ropa_hombre.png");
}
[class*=picgob_ropa_hombre] .cs_lb_label .cs_lb_left, [class*=picgob_ropa_hombre] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_ropa_hombre.png");
}
[class*=picgob_ropa_hombre][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_ropa_hombre.png");
}

[class*=picgob_ropa_hombre_check] .cs_ed_left, [class*=picgob_ropa_hombre_check] .cs_bt_left, [class*=picgob_ropa_hombre_check] .cs_bt_inner, [class*=picgob_ropa_hombre_check] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_ropa_hombre_check.png");
}
[class*=picgob_ropa_hombre_check] .cs_lb_label .cs_lb_left, [class*=picgob_ropa_hombre_check] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_ropa_hombre_check.png");
}
[class*=picgob_ropa_hombre_check][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_ropa_hombre_check.png");
}

[class*=picgob_ropa_mujer] .cs_ed_left, [class*=picgob_ropa_mujer] .cs_bt_left, [class*=picgob_ropa_mujer] .cs_bt_inner, [class*=picgob_ropa_mujer] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_ropa_mujer.png");
}
[class*=picgob_ropa_mujer] .cs_lb_label .cs_lb_left, [class*=picgob_ropa_mujer] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_ropa_mujer.png");
}
[class*=picgob_ropa_mujer][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_ropa_mujer.png");
}

[class*=picgob_ropa_mujer_check] .cs_ed_left, [class*=picgob_ropa_mujer_check] .cs_bt_left, [class*=picgob_ropa_mujer_check] .cs_bt_inner, [class*=picgob_ropa_mujer_check] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_ropa_mujer_check.png");
}
[class*=picgob_ropa_mujer_check] .cs_lb_label .cs_lb_left, [class*=picgob_ropa_mujer_check] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_ropa_mujer_check.png");
}
[class*=picgob_ropa_mujer_check][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_ropa_mujer_check.png");
}

[class*=picgob_ropa_nino] .cs_ed_left, [class*=picgob_ropa_nino] .cs_bt_left, [class*=picgob_ropa_nino] .cs_bt_inner, [class*=picgob_ropa_nino] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_ropa_nino.png");
}
[class*=picgob_ropa_nino] .cs_lb_label .cs_lb_left, [class*=picgob_ropa_nino] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_ropa_nino.png");
}
[class*=picgob_ropa_nino][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_ropa_nino.png");
}

[class*=picgob_ropa_todos] .cs_ed_left, [class*=picgob_ropa_todos] .cs_bt_left, [class*=picgob_ropa_todos] .cs_bt_inner, [class*=picgob_ropa_todos] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_ropa_todos.png");
}
[class*=picgob_ropa_todos] .cs_lb_label .cs_lb_left, [class*=picgob_ropa_todos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_ropa_todos.png");
}
[class*=picgob_ropa_todos][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_ropa_todos.png");
}

[class*=picgob_lavanderia] .cs_ed_left, [class*=picgob_lavanderia] .cs_bt_left, [class*=picgob_lavanderia] .cs_bt_inner, [class*=picgob_lavanderia] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia.png");
}
[class*=picgob_lavanderia] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia.png");
}
[class*=picgob_lavanderia][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia.png");
}

[class*=picgob_lavanderia_black] .cs_ed_left, [class*=picgob_lavanderia_black] .cs_bt_left, [class*=picgob_lavanderia_black] .cs_bt_inner, [class*=picgob_lavanderia_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia_black.png");
}
[class*=picgob_lavanderia_black] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia_black.png");
}
[class*=picgob_lavanderia_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia_black.png");
}

[class*=picgob_lavanderia_gray] .cs_ed_left, [class*=picgob_lavanderia_gray] .cs_bt_left, [class*=picgob_lavanderia_gray] .cs_bt_inner, [class*=picgob_lavanderia_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia_gray.png");
}
[class*=picgob_lavanderia_gray] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia_gray.png");
}
[class*=picgob_lavanderia_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia_gray.png");
}

[class*=picgob_lavanderia_white] .cs_ed_left, [class*=picgob_lavanderia_white] .cs_bt_left, [class*=picgob_lavanderia_white] .cs_bt_inner, [class*=picgob_lavanderia_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia_white.png");
}
[class*=picgob_lavanderia_white] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia_white.png");
}
[class*=picgob_lavanderia_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia_white.png");
}

[class*=picgob_lavanderia_orange] .cs_ed_left, [class*=picgob_lavanderia_orange] .cs_bt_left, [class*=picgob_lavanderia_orange] .cs_bt_inner, [class*=picgob_lavanderia_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia_orange.png");
}
[class*=picgob_lavanderia_orange] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia_orange.png");
}
[class*=picgob_lavanderia_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia_orange.png");
}

[class*=picgob_lavanderia_green] .cs_ed_left, [class*=picgob_lavanderia_green] .cs_bt_left, [class*=picgob_lavanderia_green] .cs_bt_inner, [class*=picgob_lavanderia_green] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia_green.png");
}
[class*=picgob_lavanderia_green] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia_green.png");
}
[class*=picgob_lavanderia_green][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia_green.png");
}

[class*=picgob_lavanderia_trans] .cs_ed_left, [class*=picgob_lavanderia_trans] .cs_bt_left, [class*=picgob_lavanderia_trans] .cs_bt_inner, [class*=picgob_lavanderia_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans.png");
}
[class*=picgob_lavanderia_trans] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans.png");
}
[class*=picgob_lavanderia_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans.png");
}

[class*=picgob_lavanderia_trans_white] .cs_ed_left, [class*=picgob_lavanderia_trans_white] .cs_bt_left, [class*=picgob_lavanderia_trans_white] .cs_bt_inner, [class*=picgob_lavanderia_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans_white.png");
}
[class*=picgob_lavanderia_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans_white.png");
}
[class*=picgob_lavanderia_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans_white.png");
}

[class*=picgob_lavanderia_trans_orange] .cs_ed_left, [class*=picgob_lavanderia_trans_orange] .cs_bt_left, [class*=picgob_lavanderia_trans_orange] .cs_bt_inner, [class*=picgob_lavanderia_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans_orange.png");
}
[class*=picgob_lavanderia_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans_orange.png");
}
[class*=picgob_lavanderia_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans_orange.png");
}

[class*=picgob_lavanderia_white_perfiled] .cs_ed_left, [class*=picgob_lavanderia_white_perfiled] .cs_bt_left, [class*=picgob_lavanderia_white_perfiled] .cs_bt_inner, [class*=picgob_lavanderia_white_perfiled] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia_white_perfiled.png");
}
[class*=picgob_lavanderia_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia_white_perfiled.png");
}
[class*=picgob_lavanderia_white_perfiled][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia_white_perfiled.png");
}

[class*=picgob_lavanderia_trans_gray] .cs_ed_left, [class*=picgob_lavanderia_trans_gray] .cs_bt_left, [class*=picgob_lavanderia_trans_gray] .cs_bt_inner, [class*=picgob_lavanderia_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans_gray.png");
}
[class*=picgob_lavanderia_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_lavanderia_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans_gray.png");
}
[class*=picgob_lavanderia_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_lavanderia_trans_gray.png");
}

[class*=picgob_minibar] .cs_ed_left, [class*=picgob_minibar] .cs_bt_left, [class*=picgob_minibar] .cs_bt_inner, [class*=picgob_minibar] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar.png");
}
[class*=picgob_minibar] .cs_lb_label .cs_lb_left, [class*=picgob_minibar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar.png");
}
[class*=picgob_minibar][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar.png");
}

[class*=picgob_minibar_defecto] .cs_ed_left, [class*=picgob_minibar_defecto] .cs_bt_left, [class*=picgob_minibar_defecto] .cs_bt_inner, [class*=picgob_minibar_defecto] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_defecto.png");
}
[class*=picgob_minibar_defecto] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_defecto] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_defecto.png");
}
[class*=picgob_minibar_defecto][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_defecto.png");
}

[class*=picgob_minibar_black] .cs_ed_left, [class*=picgob_minibar_black] .cs_bt_left, [class*=picgob_minibar_black] .cs_bt_inner, [class*=picgob_minibar_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_black.png");
}
[class*=picgob_minibar_black] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_black.png");
}
[class*=picgob_minibar_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_black.png");
}

[class*=picgob_minibar_gray] .cs_ed_left, [class*=picgob_minibar_gray] .cs_bt_left, [class*=picgob_minibar_gray] .cs_bt_inner, [class*=picgob_minibar_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_gray.png");
}
[class*=picgob_minibar_gray] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_gray.png");
}
[class*=picgob_minibar_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_gray.png");
}

[class*=picgob_minibar_white] .cs_ed_left, [class*=picgob_minibar_white] .cs_bt_left, [class*=picgob_minibar_white] .cs_bt_inner, [class*=picgob_minibar_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_white.png");
}
[class*=picgob_minibar_white] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_white.png");
}
[class*=picgob_minibar_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_white.png");
}

[class*=picgob_minibar_white_perfiled] .cs_ed_left, [class*=picgob_minibar_white_perfiled] .cs_bt_left, [class*=picgob_minibar_white_perfiled] .cs_bt_inner, [class*=picgob_minibar_white_perfiled] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_white_perfiled.png");
}
[class*=picgob_minibar_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_white_perfiled.png");
}
[class*=picgob_minibar_white_perfiled][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_white_perfiled.png");
}

[class*=picgob_minibar_orange] .cs_ed_left, [class*=picgob_minibar_orange] .cs_bt_left, [class*=picgob_minibar_orange] .cs_bt_inner, [class*=picgob_minibar_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_orange.png");
}
[class*=picgob_minibar_orange] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_orange.png");
}
[class*=picgob_minibar_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_orange.png");
}

[class*=picgob_minibar_green] .cs_ed_left, [class*=picgob_minibar_green] .cs_bt_left, [class*=picgob_minibar_green] .cs_bt_inner, [class*=picgob_minibar_green] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_green.png");
}
[class*=picgob_minibar_green] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_green.png");
}
[class*=picgob_minibar_green][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_green.png");
}

[class*=picgob_minibar_trans] .cs_ed_left, [class*=picgob_minibar_trans] .cs_bt_left, [class*=picgob_minibar_trans] .cs_bt_inner, [class*=picgob_minibar_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_trans.png");
}
[class*=picgob_minibar_trans] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_trans.png");
}
[class*=picgob_minibar_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_trans.png");
}

[class*=picgob_minibar_trans_white] .cs_ed_left, [class*=picgob_minibar_trans_white] .cs_bt_left, [class*=picgob_minibar_trans_white] .cs_bt_inner, [class*=picgob_minibar_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_trans_white.png");
}
[class*=picgob_minibar_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_trans_white.png");
}
[class*=picgob_minibar_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_trans_white.png");
}

[class*=picgob_minibar_trans_orange] .cs_ed_left, [class*=picgob_minibar_trans_orange] .cs_bt_left, [class*=picgob_minibar_trans_orange] .cs_bt_inner, [class*=picgob_minibar_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_trans_orange.png");
}
[class*=picgob_minibar_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_trans_orange.png");
}
[class*=picgob_minibar_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_trans_orange.png");
}

[class*=picgob_minibar_trans_gray] .cs_ed_left, [class*=picgob_minibar_trans_gray] .cs_bt_left, [class*=picgob_minibar_trans_gray] .cs_bt_inner, [class*=picgob_minibar_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_minibar_trans_gray.png");
}
[class*=picgob_minibar_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_minibar_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_minibar_trans_gray.png");
}
[class*=picgob_minibar_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_minibar_trans_gray.png");
}

[class*=picgob_servicios] .cs_ed_left, [class*=picgob_servicios] .cs_bt_left, [class*=picgob_servicios] .cs_bt_inner, [class*=picgob_servicios] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servicios.png");
}
[class*=picgob_servicios] .cs_lb_label .cs_lb_left, [class*=picgob_servicios] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servicios.png");
}
[class*=picgob_servicios][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servicios.png");
}

[class*=picgob_servicios_black] .cs_ed_left, [class*=picgob_servicios_black] .cs_bt_left, [class*=picgob_servicios_black] .cs_bt_inner, [class*=picgob_servicios_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servicios_black.png");
}
[class*=picgob_servicios_black] .cs_lb_label .cs_lb_left, [class*=picgob_servicios_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servicios_black.png");
}
[class*=picgob_servicios_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servicios_black.png");
}

[class*=picgob_servicios_gray] .cs_ed_left, [class*=picgob_servicios_gray] .cs_bt_left, [class*=picgob_servicios_gray] .cs_bt_inner, [class*=picgob_servicios_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servicios_gray.png");
}
[class*=picgob_servicios_gray] .cs_lb_label .cs_lb_left, [class*=picgob_servicios_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servicios_gray.png");
}
[class*=picgob_servicios_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servicios_gray.png");
}

[class*=picgob_servicios_white] .cs_ed_left, [class*=picgob_servicios_white] .cs_bt_left, [class*=picgob_servicios_white] .cs_bt_inner, [class*=picgob_servicios_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servicios_white.png");
}
[class*=picgob_servicios_white] .cs_lb_label .cs_lb_left, [class*=picgob_servicios_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servicios_white.png");
}
[class*=picgob_servicios_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servicios_white.png");
}

[class*=picgob_servicios_orange] .cs_ed_left, [class*=picgob_servicios_orange] .cs_bt_left, [class*=picgob_servicios_orange] .cs_bt_inner, [class*=picgob_servicios_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servicios_orange.png");
}
[class*=picgob_servicios_orange] .cs_lb_label .cs_lb_left, [class*=picgob_servicios_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servicios_orange.png");
}
[class*=picgob_servicios_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servicios_orange.png");
}

[class*=picgob_servicios_green] .cs_ed_left, [class*=picgob_servicios_green] .cs_bt_left, [class*=picgob_servicios_green] .cs_bt_inner, [class*=picgob_servicios_green] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servicios_green.png");
}
[class*=picgob_servicios_green] .cs_lb_label .cs_lb_left, [class*=picgob_servicios_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servicios_green.png");
}
[class*=picgob_servicios_green][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servicios_green.png");
}

[class*=picgob_servicios_trans] .cs_ed_left, [class*=picgob_servicios_trans] .cs_bt_left, [class*=picgob_servicios_trans] .cs_bt_inner, [class*=picgob_servicios_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servicios_trans.png");
}
[class*=picgob_servicios_trans] .cs_lb_label .cs_lb_left, [class*=picgob_servicios_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servicios_trans.png");
}
[class*=picgob_servicios_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servicios_trans.png");
}

[class*=picgob_servicios_white_perfiled] .cs_ed_left, [class*=picgob_servicios_white_perfiled] .cs_bt_left, [class*=picgob_servicios_white_perfiled] .cs_bt_inner, [class*=picgob_servicios_white_perfiled] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servicios_white_perfiled.png");
}
[class*=picgob_servicios_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picgob_servicios_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servicios_white_perfiled.png");
}
[class*=picgob_servicios_white_perfiled][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servicios_white_perfiled.png");
}

[class*=picgob_servicios_trans_orange] .cs_ed_left, [class*=picgob_servicios_trans_orange] .cs_bt_left, [class*=picgob_servicios_trans_orange] .cs_bt_inner, [class*=picgob_servicios_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servicios_trans_orange.png");
}
[class*=picgob_servicios_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_servicios_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servicios_trans_orange.png");
}
[class*=picgob_servicios_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servicios_trans_orange.png");
}

[class*=picgob_servicios_trans_gray] .cs_ed_left, [class*=picgob_servicios_trans_gray] .cs_bt_left, [class*=picgob_servicios_trans_gray] .cs_bt_inner, [class*=picgob_servicios_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servicios_trans_gray.png");
}
[class*=picgob_servicios_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_servicios_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servicios_trans_gray.png");
}
[class*=picgob_servicios_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servicios_trans_gray.png");
}

[class*=picgob_atenciones] .cs_ed_left, [class*=picgob_atenciones] .cs_bt_left, [class*=picgob_atenciones] .cs_bt_inner, [class*=picgob_atenciones] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_atenciones.png");
}
[class*=picgob_atenciones] .cs_lb_label .cs_lb_left, [class*=picgob_atenciones] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_atenciones.png");
}
[class*=picgob_atenciones][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_atenciones.png");
}

[class*=picgob_atenciones_black] .cs_ed_left, [class*=picgob_atenciones_black] .cs_bt_left, [class*=picgob_atenciones_black] .cs_bt_inner, [class*=picgob_atenciones_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_atenciones_black.png");
}
[class*=picgob_atenciones_black] .cs_lb_label .cs_lb_left, [class*=picgob_atenciones_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_atenciones_black.png");
}
[class*=picgob_atenciones_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_atenciones_black.png");
}

[class*=picgob_atenciones_gray] .cs_ed_left, [class*=picgob_atenciones_gray] .cs_bt_left, [class*=picgob_atenciones_gray] .cs_bt_inner, [class*=picgob_atenciones_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_atenciones_gray.png");
}
[class*=picgob_atenciones_gray] .cs_lb_label .cs_lb_left, [class*=picgob_atenciones_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_atenciones_gray.png");
}
[class*=picgob_atenciones_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_atenciones_gray.png");
}

[class*=picgob_atenciones_white] .cs_ed_left, [class*=picgob_atenciones_white] .cs_bt_left, [class*=picgob_atenciones_white] .cs_bt_inner, [class*=picgob_atenciones_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_atenciones_white.png");
}
[class*=picgob_atenciones_white] .cs_lb_label .cs_lb_left, [class*=picgob_atenciones_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_atenciones_white.png");
}
[class*=picgob_atenciones_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_atenciones_white.png");
}

[class*=picgob_atenciones_orange] .cs_ed_left, [class*=picgob_atenciones_orange] .cs_bt_left, [class*=picgob_atenciones_orange] .cs_bt_inner, [class*=picgob_atenciones_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_atenciones_orange.png");
}
[class*=picgob_atenciones_orange] .cs_lb_label .cs_lb_left, [class*=picgob_atenciones_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_atenciones_orange.png");
}
[class*=picgob_atenciones_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_atenciones_orange.png");
}

[class*=picgob_atenciones_green] .cs_ed_left, [class*=picgob_atenciones_green] .cs_bt_left, [class*=picgob_atenciones_green] .cs_bt_inner, [class*=picgob_atenciones_green] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_atenciones_green.png");
}
[class*=picgob_atenciones_green] .cs_lb_label .cs_lb_left, [class*=picgob_atenciones_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_atenciones_green.png");
}
[class*=picgob_atenciones_green][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_atenciones_green.png");
}

[class*=picgob_atenciones_trans] .cs_ed_left, [class*=picgob_atenciones_trans] .cs_bt_left, [class*=picgob_atenciones_trans] .cs_bt_inner, [class*=picgob_atenciones_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_atenciones_trans.png");
}
[class*=picgob_atenciones_trans] .cs_lb_label .cs_lb_left, [class*=picgob_atenciones_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_atenciones_trans.png");
}
[class*=picgob_atenciones_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_atenciones_trans.png");
}

[class*=picgob_atenciones_trans_orange] .cs_ed_left, [class*=picgob_atenciones_trans_orange] .cs_bt_left, [class*=picgob_atenciones_trans_orange] .cs_bt_inner, [class*=picgob_atenciones_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_atenciones_trans_orange.png");
}
[class*=picgob_atenciones_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_atenciones_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_atenciones_trans_orange.png");
}
[class*=picgob_atenciones_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_atenciones_trans_orange.png");
}

[class*=picgob_atenciones_trans_gray] .cs_ed_left, [class*=picgob_atenciones_trans_gray] .cs_bt_left, [class*=picgob_atenciones_trans_gray] .cs_bt_inner, [class*=picgob_atenciones_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_atenciones_trans_gray.png");
}
[class*=picgob_atenciones_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_atenciones_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_atenciones_trans_gray.png");
}
[class*=picgob_atenciones_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_atenciones_trans_gray.png");
}

[class*=picgob_incidencias] .cs_ed_left, [class*=picgob_incidencias] .cs_bt_left, [class*=picgob_incidencias] .cs_bt_inner, [class*=picgob_incidencias] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias.png");
}
[class*=picgob_incidencias] .cs_lb_label .cs_lb_left, [class*=picgob_incidencias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias.png");
}
[class*=picgob_incidencias][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias.png");
}

[class*=picgob_incidencias_black] .cs_ed_left, [class*=picgob_incidencias_black] .cs_bt_left, [class*=picgob_incidencias_black] .cs_bt_inner, [class*=picgob_incidencias_black] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_black.png");
}
[class*=picgob_incidencias_black] .cs_lb_label .cs_lb_left, [class*=picgob_incidencias_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_black.png");
}
[class*=picgob_incidencias_black][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_black.png");
}

[class*=picgob_incidencias_gray] .cs_ed_left, [class*=picgob_incidencias_gray] .cs_bt_left, [class*=picgob_incidencias_gray] .cs_bt_inner, [class*=picgob_incidencias_gray] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_gray.png");
}
[class*=picgob_incidencias_gray] .cs_lb_label .cs_lb_left, [class*=picgob_incidencias_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_gray.png");
}
[class*=picgob_incidencias_gray][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_gray.png");
}

[class*=picgob_incidencias_red] .cs_ed_left, [class*=picgob_incidencias_red] .cs_bt_left, [class*=picgob_incidencias_red] .cs_bt_inner, [class*=picgob_incidencias_red] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_red.png");
}
[class*=picgob_incidencias_red] .cs_lb_label .cs_lb_left, [class*=picgob_incidencias_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_red.png");
}
[class*=picgob_incidencias_red][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_red.png");
}

[class*=picgob_incidencias_orange] .cs_ed_left, [class*=picgob_incidencias_orange] .cs_bt_left, [class*=picgob_incidencias_orange] .cs_bt_inner, [class*=picgob_incidencias_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_orange.png");
}
[class*=picgob_incidencias_orange] .cs_lb_label .cs_lb_left, [class*=picgob_incidencias_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_orange.png");
}
[class*=picgob_incidencias_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_orange.png");
}

[class*=picgob_incidencias_green] .cs_ed_left, [class*=picgob_incidencias_green] .cs_bt_left, [class*=picgob_incidencias_green] .cs_bt_inner, [class*=picgob_incidencias_green] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_green.png");
}
[class*=picgob_incidencias_green] .cs_lb_label .cs_lb_left, [class*=picgob_incidencias_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_green.png");
}
[class*=picgob_incidencias_green][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_green.png");
}

[class*=picgob_incidencias_trans] .cs_ed_left, [class*=picgob_incidencias_trans] .cs_bt_left, [class*=picgob_incidencias_trans] .cs_bt_inner, [class*=picgob_incidencias_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_trans.png");
}
[class*=picgob_incidencias_trans] .cs_lb_label .cs_lb_left, [class*=picgob_incidencias_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_trans.png");
}
[class*=picgob_incidencias_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_trans.png");
}

[class*=picgob_incidencias_trans_gray] .cs_ed_left, [class*=picgob_incidencias_trans_gray] .cs_bt_left, [class*=picgob_incidencias_trans_gray] .cs_bt_inner, [class*=picgob_incidencias_trans_gray] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_trans_gray.png");
}
[class*=picgob_incidencias_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_incidencias_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_trans_gray.png");
}
[class*=picgob_incidencias_trans_gray][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_trans_gray.png");
}

[class*=picgob_incidencias_trans_orange] .cs_ed_left, [class*=picgob_incidencias_trans_orange] .cs_bt_left, [class*=picgob_incidencias_trans_orange] .cs_bt_inner, [class*=picgob_incidencias_trans_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_trans_orange.png");
}
[class*=picgob_incidencias_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_incidencias_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_trans_orange.png");
}
[class*=picgob_incidencias_trans_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_trans_orange.png");
}

[class*=picgob_incidencias_white_perfiled] .cs_ed_left, [class*=picgob_incidencias_white_perfiled] .cs_bt_left, [class*=picgob_incidencias_white_perfiled] .cs_bt_inner, [class*=picgob_incidencias_white_perfiled] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_white_perfiled.png");
}
[class*=picgob_incidencias_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picgob_incidencias_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_white_perfiled.png");
}
[class*=picgob_incidencias_white_perfiled][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_white_perfiled.png");
}

[class*=picgob_discrepancias] .cs_ed_left, [class*=picgob_discrepancias] .cs_bt_left, [class*=picgob_discrepancias] .cs_bt_inner, [class*=picgob_discrepancias] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_discrepancias.png");
}
[class*=picgob_discrepancias] .cs_lb_label .cs_lb_left, [class*=picgob_discrepancias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_discrepancias.png");
}
[class*=picgob_discrepancias][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_discrepancias.png");
}

[class*=picgob_discrepancias_black] .cs_ed_left, [class*=picgob_discrepancias_black] .cs_bt_left, [class*=picgob_discrepancias_black] .cs_bt_inner, [class*=picgob_discrepancias_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_discrepancias_black.png");
}
[class*=picgob_discrepancias_black] .cs_lb_label .cs_lb_left, [class*=picgob_discrepancias_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_discrepancias_black.png");
}
[class*=picgob_discrepancias_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_discrepancias_black.png");
}

[class*=picgob_discrepancias_gray] .cs_ed_left, [class*=picgob_discrepancias_gray] .cs_bt_left, [class*=picgob_discrepancias_gray] .cs_bt_inner, [class*=picgob_discrepancias_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_discrepancias_gray.png");
}
[class*=picgob_discrepancias_gray] .cs_lb_label .cs_lb_left, [class*=picgob_discrepancias_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_discrepancias_gray.png");
}
[class*=picgob_discrepancias_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_discrepancias_gray.png");
}

[class*=picgob_discrepancias_orange] .cs_ed_left, [class*=picgob_discrepancias_orange] .cs_bt_left, [class*=picgob_discrepancias_orange] .cs_bt_inner, [class*=picgob_discrepancias_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_discrepancias_orange.png");
}
[class*=picgob_discrepancias_orange] .cs_lb_label .cs_lb_left, [class*=picgob_discrepancias_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_discrepancias_orange.png");
}
[class*=picgob_discrepancias_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_discrepancias_orange.png");
}

[class*=picgob_discrepancias_green] .cs_ed_left, [class*=picgob_discrepancias_green] .cs_bt_left, [class*=picgob_discrepancias_green] .cs_bt_inner, [class*=picgob_discrepancias_green] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_discrepancias_green.png");
}
[class*=picgob_discrepancias_green] .cs_lb_label .cs_lb_left, [class*=picgob_discrepancias_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_discrepancias_green.png");
}
[class*=picgob_discrepancias_green][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_discrepancias_green.png");
}

[class*=picgob_discrepancias_trans] .cs_ed_left, [class*=picgob_discrepancias_trans] .cs_bt_left, [class*=picgob_discrepancias_trans] .cs_bt_inner, [class*=picgob_discrepancias_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_discrepancias_trans.png");
}
[class*=picgob_discrepancias_trans] .cs_lb_label .cs_lb_left, [class*=picgob_discrepancias_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_discrepancias_trans.png");
}
[class*=picgob_discrepancias_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_discrepancias_trans.png");
}

[class*=picgob_discrepancias_trans_orange] .cs_ed_left, [class*=picgob_discrepancias_trans_orange] .cs_bt_left, [class*=picgob_discrepancias_trans_orange] .cs_bt_inner, [class*=picgob_discrepancias_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_discrepancias_trans_orange.png");
}
[class*=picgob_discrepancias_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_discrepancias_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_discrepancias_trans_orange.png");
}
[class*=picgob_discrepancias_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_discrepancias_trans_orange.png");
}

[class*=picgob_discrepancias_trans_gray] .cs_ed_left, [class*=picgob_discrepancias_trans_gray] .cs_bt_left, [class*=picgob_discrepancias_trans_gray] .cs_bt_inner, [class*=picgob_discrepancias_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_discrepancias_trans_gray.png");
}
[class*=picgob_discrepancias_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_discrepancias_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_discrepancias_trans_gray.png");
}
[class*=picgob_discrepancias_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_discrepancias_trans_gray.png");
}

[class*=picgob_peticiones_cliente] .cs_ed_left, [class*=picgob_peticiones_cliente] .cs_bt_left, [class*=picgob_peticiones_cliente] .cs_bt_inner, [class*=picgob_peticiones_cliente] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente.png");
}
[class*=picgob_peticiones_cliente] .cs_lb_label .cs_lb_left, [class*=picgob_peticiones_cliente] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente.png");
}
[class*=picgob_peticiones_cliente][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente.png");
}

[class*=picgob_peticiones_cliente_black] .cs_ed_left, [class*=picgob_peticiones_cliente_black] .cs_bt_left, [class*=picgob_peticiones_cliente_black] .cs_bt_inner, [class*=picgob_peticiones_cliente_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_black.png");
}
[class*=picgob_peticiones_cliente_black] .cs_lb_label .cs_lb_left, [class*=picgob_peticiones_cliente_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_black.png");
}
[class*=picgob_peticiones_cliente_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_black.png");
}

[class*=picgob_peticiones_cliente_gray] .cs_ed_left, [class*=picgob_peticiones_cliente_gray] .cs_bt_left, [class*=picgob_peticiones_cliente_gray] .cs_bt_inner, [class*=picgob_peticiones_cliente_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_gray.png");
}
[class*=picgob_peticiones_cliente_gray] .cs_lb_label .cs_lb_left, [class*=picgob_peticiones_cliente_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_gray.png");
}
[class*=picgob_peticiones_cliente_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_gray.png");
}

[class*=picgob_peticiones_cliente_orange] .cs_ed_left, [class*=picgob_peticiones_cliente_orange] .cs_bt_left, [class*=picgob_peticiones_cliente_orange] .cs_bt_inner, [class*=picgob_peticiones_cliente_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_orange.png");
}
[class*=picgob_peticiones_cliente_orange] .cs_lb_label .cs_lb_left, [class*=picgob_peticiones_cliente_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_orange.png");
}
[class*=picgob_peticiones_cliente_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_orange.png");
}

[class*=picgob_peticiones_cliente_green] .cs_ed_left, [class*=picgob_peticiones_cliente_green] .cs_bt_left, [class*=picgob_peticiones_cliente_green] .cs_bt_inner, [class*=picgob_peticiones_cliente_green] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_green.png");
}
[class*=picgob_peticiones_cliente_green] .cs_lb_label .cs_lb_left, [class*=picgob_peticiones_cliente_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_green.png");
}
[class*=picgob_peticiones_cliente_green][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_green.png");
}

[class*=picgob_peticiones_cliente_trans] .cs_ed_left, [class*=picgob_peticiones_cliente_trans] .cs_bt_left, [class*=picgob_peticiones_cliente_trans] .cs_bt_inner, [class*=picgob_peticiones_cliente_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans.png");
}
[class*=picgob_peticiones_cliente_trans] .cs_lb_label .cs_lb_left, [class*=picgob_peticiones_cliente_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans.png");
}
[class*=picgob_peticiones_cliente_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans.png");
}

[class*=picgob_peticiones_cliente_trans_white] .cs_ed_left, [class*=picgob_peticiones_cliente_trans_white] .cs_bt_left, [class*=picgob_peticiones_cliente_trans_white] .cs_bt_inner, [class*=picgob_peticiones_cliente_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans_white.png");
}
[class*=picgob_peticiones_cliente_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_peticiones_cliente_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans_white.png");
}
[class*=picgob_peticiones_cliente_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans_white.png");
}

[class*=picgob_peticiones_cliente_trans_orange] .cs_ed_left, [class*=picgob_peticiones_cliente_trans_orange] .cs_bt_left, [class*=picgob_peticiones_cliente_trans_orange] .cs_bt_inner, [class*=picgob_peticiones_cliente_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans_orange.png");
}
[class*=picgob_peticiones_cliente_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_peticiones_cliente_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans_orange.png");
}
[class*=picgob_peticiones_cliente_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans_orange.png");
}

[class*=picgob_peticiones_cliente_trans_gray] .cs_ed_left, [class*=picgob_peticiones_cliente_trans_gray] .cs_bt_left, [class*=picgob_peticiones_cliente_trans_gray] .cs_bt_inner, [class*=picgob_peticiones_cliente_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans_gray.png");
}
[class*=picgob_peticiones_cliente_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_peticiones_cliente_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans_gray.png");
}
[class*=picgob_peticiones_cliente_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_peticiones_cliente_trans_gray.png");
}

[class*=picgob_tareas] .cs_ed_left, [class*=picgob_tareas] .cs_bt_left, [class*=picgob_tareas] .cs_bt_inner, [class*=picgob_tareas] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas.png");
}
[class*=picgob_tareas] .cs_lb_label .cs_lb_left, [class*=picgob_tareas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas.png");
}
[class*=picgob_tareas][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas.png");
}

[class*=picgob_tareas_orange] .cs_ed_left, [class*=picgob_tareas_orange] .cs_bt_left, [class*=picgob_tareas_orange] .cs_bt_inner, [class*=picgob_tareas_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas_orange.png");
}
[class*=picgob_tareas_orange] .cs_lb_label .cs_lb_left, [class*=picgob_tareas_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas_orange.png");
}
[class*=picgob_tareas_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas_orange.png");
}

[class*=picgob_tareas_green] .cs_ed_left, [class*=picgob_tareas_green] .cs_bt_left, [class*=picgob_tareas_green] .cs_bt_inner, [class*=picgob_tareas_green] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas_green.png");
}
[class*=picgob_tareas_green] .cs_lb_label .cs_lb_left, [class*=picgob_tareas_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas_green.png");
}
[class*=picgob_tareas_green][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas_green.png");
}

[class*=picgob_tareas_red] .cs_ed_left, [class*=picgob_tareas_red] .cs_bt_left, [class*=picgob_tareas_red] .cs_bt_inner, [class*=picgob_tareas_red] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas_red.png");
}
[class*=picgob_tareas_red] .cs_lb_label .cs_lb_left, [class*=picgob_tareas_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas_red.png");
}
[class*=picgob_tareas_red][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas_red.png");
}

[class*=picgob_tareas_trans] .cs_ed_left, [class*=picgob_tareas_trans] .cs_bt_left, [class*=picgob_tareas_trans] .cs_bt_inner, [class*=picgob_tareas_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas_trans.png");
}
[class*=picgob_tareas_trans] .cs_lb_label .cs_lb_left, [class*=picgob_tareas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas_trans.png");
}
[class*=picgob_tareas_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas_trans.png");
}

[class*=picgob_tareas_trans_gray] .cs_ed_left, [class*=picgob_tareas_trans_gray] .cs_bt_left, [class*=picgob_tareas_trans_gray] .cs_bt_inner, [class*=picgob_tareas_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas_trans_gray.png");
}
[class*=picgob_tareas_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_tareas_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas_trans_gray.png");
}
[class*=picgob_tareas_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas_trans_gray.png");
}

[class*=picgob_tareas_white_perfiled] .cs_ed_left, [class*=picgob_tareas_white_perfiled] .cs_bt_left, [class*=picgob_tareas_white_perfiled] .cs_bt_inner, [class*=picgob_tareas_white_perfiled] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas_white_perfiled.png");
}
[class*=picgob_tareas_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picgob_tareas_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas_white_perfiled.png");
}
[class*=picgob_tareas_white_perfiled][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas_white_perfiled.png");
}

[class*=picgob_tareas_trans_orange] .cs_ed_left, [class*=picgob_tareas_trans_orange] .cs_bt_left, [class*=picgob_tareas_trans_orange] .cs_bt_inner, [class*=picgob_tareas_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas_trans_orange.png");
}
[class*=picgob_tareas_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_tareas_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas_trans_orange.png");
}
[class*=picgob_tareas_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas_trans_orange.png");
}

[class*=picgob_objetos_perdidos] .cs_ed_left, [class*=picgob_objetos_perdidos] .cs_bt_left, [class*=picgob_objetos_perdidos] .cs_bt_inner, [class*=picgob_objetos_perdidos] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos.png");
}
[class*=picgob_objetos_perdidos] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_perdidos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos.png");
}
[class*=picgob_objetos_perdidos][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos.png");
}

[class*=picgob_objetos_perdidos_black] .cs_ed_left, [class*=picgob_objetos_perdidos_black] .cs_bt_left, [class*=picgob_objetos_perdidos_black] .cs_bt_inner, [class*=picgob_objetos_perdidos_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_black.png");
}
[class*=picgob_objetos_perdidos_black] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_perdidos_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_black.png");
}
[class*=picgob_objetos_perdidos_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_black.png");
}

[class*=picgob_objetos_perdidos_gray] .cs_ed_left, [class*=picgob_objetos_perdidos_gray] .cs_bt_left, [class*=picgob_objetos_perdidos_gray] .cs_bt_inner, [class*=picgob_objetos_perdidos_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_gray.png");
}
[class*=picgob_objetos_perdidos_gray] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_perdidos_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_gray.png");
}
[class*=picgob_objetos_perdidos_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_gray.png");
}

[class*=picgob_objetos_perdidos_orange] .cs_ed_left, [class*=picgob_objetos_perdidos_orange] .cs_bt_left, [class*=picgob_objetos_perdidos_orange] .cs_bt_inner, [class*=picgob_objetos_perdidos_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_orange.png");
}
[class*=picgob_objetos_perdidos_orange] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_perdidos_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_orange.png");
}
[class*=picgob_objetos_perdidos_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_orange.png");
}

[class*=picgob_objetos_perdidos_green] .cs_ed_left, [class*=picgob_objetos_perdidos_green] .cs_bt_left, [class*=picgob_objetos_perdidos_green] .cs_bt_inner, [class*=picgob_objetos_perdidos_green] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_green.png");
}
[class*=picgob_objetos_perdidos_green] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_perdidos_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_green.png");
}
[class*=picgob_objetos_perdidos_green][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_green.png");
}

[class*=picgob_objetos_perdidos_trans] .cs_ed_left, [class*=picgob_objetos_perdidos_trans] .cs_bt_left, [class*=picgob_objetos_perdidos_trans] .cs_bt_inner, [class*=picgob_objetos_perdidos_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_trans.png");
}
[class*=picgob_objetos_perdidos_trans] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_perdidos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_trans.png");
}
[class*=picgob_objetos_perdidos_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_trans.png");
}

[class*=picgob_objetos_perdidos_trans_gray] .cs_ed_left, [class*=picgob_objetos_perdidos_trans_gray] .cs_bt_left, [class*=picgob_objetos_perdidos_trans_gray] .cs_bt_inner, [class*=picgob_objetos_perdidos_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_trans_gray.png");
}
[class*=picgob_objetos_perdidos_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_perdidos_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_trans_gray.png");
}
[class*=picgob_objetos_perdidos_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_trans_gray.png");
}

[class*=picgob_objetos_perdidos_trans_orange] .cs_ed_left, [class*=picgob_objetos_perdidos_trans_orange] .cs_bt_left, [class*=picgob_objetos_perdidos_trans_orange] .cs_bt_inner, [class*=picgob_objetos_perdidos_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_trans_orange.png");
}
[class*=picgob_objetos_perdidos_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_perdidos_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_trans_orange.png");
}
[class*=picgob_objetos_perdidos_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_perdidos_trans_orange.png");
}

[class*=picgob_objetos_entregados] .cs_ed_left, [class*=picgob_objetos_entregados] .cs_bt_left, [class*=picgob_objetos_entregados] .cs_bt_inner, [class*=picgob_objetos_entregados] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_entregados.png");
}
[class*=picgob_objetos_entregados] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_entregados] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_entregados.png");
}
[class*=picgob_objetos_entregados][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_entregados.png");
}

[class*=picgob_objetos_prestamo] .cs_ed_left, [class*=picgob_objetos_prestamo] .cs_bt_left, [class*=picgob_objetos_prestamo] .cs_bt_inner, [class*=picgob_objetos_prestamo] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo.png");
}
[class*=picgob_objetos_prestamo] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_prestamo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo.png");
}
[class*=picgob_objetos_prestamo][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo.png");
}

[class*=picgob_objetos_prestamo_black] .cs_ed_left, [class*=picgob_objetos_prestamo_black] .cs_bt_left, [class*=picgob_objetos_prestamo_black] .cs_bt_inner, [class*=picgob_objetos_prestamo_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_black.png");
}
[class*=picgob_objetos_prestamo_black] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_prestamo_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_black.png");
}
[class*=picgob_objetos_prestamo_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_black.png");
}

[class*=picgob_objetos_prestamo_gray] .cs_ed_left, [class*=picgob_objetos_prestamo_gray] .cs_bt_left, [class*=picgob_objetos_prestamo_gray] .cs_bt_inner, [class*=picgob_objetos_prestamo_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_gray.png");
}
[class*=picgob_objetos_prestamo_gray] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_prestamo_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_gray.png");
}
[class*=picgob_objetos_prestamo_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_gray.png");
}

[class*=picgob_objetos_prestamo_orange] .cs_ed_left, [class*=picgob_objetos_prestamo_orange] .cs_bt_left, [class*=picgob_objetos_prestamo_orange] .cs_bt_inner, [class*=picgob_objetos_prestamo_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_orange.png");
}
[class*=picgob_objetos_prestamo_orange] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_prestamo_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_orange.png");
}
[class*=picgob_objetos_prestamo_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_orange.png");
}

[class*=picgob_objetos_prestamo_green] .cs_ed_left, [class*=picgob_objetos_prestamo_green] .cs_bt_left, [class*=picgob_objetos_prestamo_green] .cs_bt_inner, [class*=picgob_objetos_prestamo_green] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_green.png");
}
[class*=picgob_objetos_prestamo_green] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_prestamo_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_green.png");
}
[class*=picgob_objetos_prestamo_green][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_green.png");
}

[class*=picgob_objetos_prestamo_trans] .cs_ed_left, [class*=picgob_objetos_prestamo_trans] .cs_bt_left, [class*=picgob_objetos_prestamo_trans] .cs_bt_inner, [class*=picgob_objetos_prestamo_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_trans.png");
}
[class*=picgob_objetos_prestamo_trans] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_prestamo_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_trans.png");
}
[class*=picgob_objetos_prestamo_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_trans.png");
}

[class*=picgob_objetos_prestamo_trans_gray] .cs_ed_left, [class*=picgob_objetos_prestamo_trans_gray] .cs_bt_left, [class*=picgob_objetos_prestamo_trans_gray] .cs_bt_inner, [class*=picgob_objetos_prestamo_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_trans_gray.png");
}
[class*=picgob_objetos_prestamo_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_prestamo_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_trans_gray.png");
}
[class*=picgob_objetos_prestamo_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_trans_gray.png");
}

[class*=picgob_objetos_prestamo_trans_orange] .cs_ed_left, [class*=picgob_objetos_prestamo_trans_orange] .cs_bt_left, [class*=picgob_objetos_prestamo_trans_orange] .cs_bt_inner, [class*=picgob_objetos_prestamo_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_trans_orange.png");
}
[class*=picgob_objetos_prestamo_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_prestamo_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_trans_orange.png");
}
[class*=picgob_objetos_prestamo_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_prestamo_trans_orange.png");
}

[class*=picgob_inicio] .cs_ed_left, [class*=picgob_inicio] .cs_bt_left, [class*=picgob_inicio] .cs_bt_inner, [class*=picgob_inicio] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_inicio.png");
}
[class*=picgob_inicio] .cs_lb_label .cs_lb_left, [class*=picgob_inicio] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_inicio.png");
}
[class*=picgob_inicio][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_inicio.png");
}

[class*=picgob_login] .cs_ed_left, [class*=picgob_login] .cs_bt_left, [class*=picgob_login] .cs_bt_inner, [class*=picgob_login] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_gobernanta_login.png");
}
[class*=picgob_login] .cs_lb_label .cs_lb_left, [class*=picgob_login] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_gobernanta_login.png");
}
[class*=picgob_login][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_gobernanta_login.png");
}

[class*=picgob_fin] .cs_ed_left, [class*=picgob_fin] .cs_bt_left, [class*=picgob_fin] .cs_bt_inner, [class*=picgob_fin] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_fin.png");
}
[class*=picgob_fin] .cs_lb_label .cs_lb_left, [class*=picgob_fin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_fin.png");
}
[class*=picgob_fin][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_fin.png");
}

[class*=picgob_cliente_salida] .cs_ed_left, [class*=picgob_cliente_salida] .cs_bt_left, [class*=picgob_cliente_salida] .cs_bt_inner, [class*=picgob_cliente_salida] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_salida.png");
}
[class*=picgob_cliente_salida] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_salida] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_salida.png");
}
[class*=picgob_cliente_salida][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_salida.png");
}

[class*=picgob_cliente_salida_trans] .cs_ed_left, [class*=picgob_cliente_salida_trans] .cs_bt_left, [class*=picgob_cliente_salida_trans] .cs_bt_inner, [class*=picgob_cliente_salida_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_salida_trans.png");
}
[class*=picgob_cliente_salida_trans] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_salida_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_salida_trans.png");
}
[class*=picgob_cliente_salida_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_salida_trans.png");
}

[class*=picgob_cliente_salida_trans_gray] .cs_ed_left, [class*=picgob_cliente_salida_trans_gray] .cs_bt_left, [class*=picgob_cliente_salida_trans_gray] .cs_bt_inner, [class*=picgob_cliente_salida_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_salida_trans_gray.png");
}
[class*=picgob_cliente_salida_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_salida_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_salida_trans_gray.png");
}
[class*=picgob_cliente_salida_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_salida_trans_gray.png");
}

[class*=picgob_cliente_salida_warning] .cs_ed_left, [class*=picgob_cliente_salida_warning] .cs_bt_left, [class*=picgob_cliente_salida_warning] .cs_bt_inner, [class*=picgob_cliente_salida_warning] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_salida_warning.png");
}
[class*=picgob_cliente_salida_warning] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_salida_warning] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_salida_warning.png");
}
[class*=picgob_cliente_salida_warning][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_salida_warning.png");
}

[class*=picgob_cliente_entrada] .cs_ed_left, [class*=picgob_cliente_entrada] .cs_bt_left, [class*=picgob_cliente_entrada] .cs_bt_inner, [class*=picgob_cliente_entrada] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_entrada.png");
}
[class*=picgob_cliente_entrada] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_entrada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_entrada.png");
}
[class*=picgob_cliente_entrada][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_entrada.png");
}

[class*=picgob_cliente_entrada_trans] .cs_ed_left, [class*=picgob_cliente_entrada_trans] .cs_bt_left, [class*=picgob_cliente_entrada_trans] .cs_bt_inner, [class*=picgob_cliente_entrada_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_trans.png");
}
[class*=picgob_cliente_entrada_trans] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_entrada_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_trans.png");
}
[class*=picgob_cliente_entrada_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_trans.png");
}

[class*=picgob_cliente_entrada_trans_gray] .cs_ed_left, [class*=picgob_cliente_entrada_trans_gray] .cs_bt_left, [class*=picgob_cliente_entrada_trans_gray] .cs_bt_inner, [class*=picgob_cliente_entrada_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_trans_gray.png");
}
[class*=picgob_cliente_entrada_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_entrada_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_trans_gray.png");
}
[class*=picgob_cliente_entrada_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_trans_gray.png");
}

[class*=picgob_cliente_entrada_salida] .cs_ed_left, [class*=picgob_cliente_entrada_salida] .cs_bt_left, [class*=picgob_cliente_entrada_salida] .cs_bt_inner, [class*=picgob_cliente_entrada_salida] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_salida.png");
}
[class*=picgob_cliente_entrada_salida] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_entrada_salida] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_salida.png");
}
[class*=picgob_cliente_entrada_salida][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_salida.png");
}

[class*=picgob_cliente_entrada_salida_warning] .cs_ed_left, [class*=picgob_cliente_entrada_salida_warning] .cs_bt_left, [class*=picgob_cliente_entrada_salida_warning] .cs_bt_inner, [class*=picgob_cliente_entrada_salida_warning] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_salida_warning.png");
}
[class*=picgob_cliente_entrada_salida_warning] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_entrada_salida_warning] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_salida_warning.png");
}
[class*=picgob_cliente_entrada_salida_warning][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_entrada_salida_warning.png");
}

[class*=picgob_cliente_cambio] .cs_ed_left, [class*=picgob_cliente_cambio] .cs_bt_left, [class*=picgob_cliente_cambio] .cs_bt_inner, [class*=picgob_cliente_cambio] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_cambio.png");
}
[class*=picgob_cliente_cambio] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_cambio] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_cambio.png");
}
[class*=picgob_cliente_cambio][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_cambio.png");
}

[class*=picgob_cliente_hora_entrada] .cs_ed_left, [class*=picgob_cliente_hora_entrada] .cs_bt_left, [class*=picgob_cliente_hora_entrada] .cs_bt_inner, [class*=picgob_cliente_hora_entrada] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_hora_entrada.png");
}
[class*=picgob_cliente_hora_entrada] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_hora_entrada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_hora_entrada.png");
}
[class*=picgob_cliente_hora_entrada][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_hora_entrada.png");
}

[class*=picgob_cliente_hora_entrada_trans] .cs_ed_left, [class*=picgob_cliente_hora_entrada_trans] .cs_bt_left, [class*=picgob_cliente_hora_entrada_trans] .cs_bt_inner, [class*=picgob_cliente_hora_entrada_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_hora_entrada_trans.png");
}
[class*=picgob_cliente_hora_entrada_trans] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_hora_entrada_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_hora_entrada_trans.png");
}
[class*=picgob_cliente_hora_entrada_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_hora_entrada_trans.png");
}

[class*=picgob_cliente_hora_entrada_trans_gray] .cs_ed_left, [class*=picgob_cliente_hora_entrada_trans_gray] .cs_bt_left, [class*=picgob_cliente_hora_entrada_trans_gray] .cs_bt_inner, [class*=picgob_cliente_hora_entrada_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_hora_entrada_trans_gray.png");
}
[class*=picgob_cliente_hora_entrada_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_hora_entrada_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_hora_entrada_trans_gray.png");
}
[class*=picgob_cliente_hora_entrada_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_hora_entrada_trans_gray.png");
}

[class*=picgob_cliente_hora_salida] .cs_ed_left, [class*=picgob_cliente_hora_salida] .cs_bt_left, [class*=picgob_cliente_hora_salida] .cs_bt_inner, [class*=picgob_cliente_hora_salida] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_hora_salida.png");
}
[class*=picgob_cliente_hora_salida] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_hora_salida] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_hora_salida.png");
}
[class*=picgob_cliente_hora_salida][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_hora_salida.png");
}

[class*=picgob_cliente_hora_salida_trans] .cs_ed_left, [class*=picgob_cliente_hora_salida_trans] .cs_bt_left, [class*=picgob_cliente_hora_salida_trans] .cs_bt_inner, [class*=picgob_cliente_hora_salida_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_hora_salida_trans.png");
}
[class*=picgob_cliente_hora_salida_trans] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_hora_salida_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_hora_salida_trans.png");
}
[class*=picgob_cliente_hora_salida_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_hora_salida_trans.png");
}

[class*=picgob_cliente_hora_salida_trans_gray] .cs_ed_left, [class*=picgob_cliente_hora_salida_trans_gray] .cs_bt_left, [class*=picgob_cliente_hora_salida_trans_gray] .cs_bt_inner, [class*=picgob_cliente_hora_salida_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_hora_salida_trans_gray.png");
}
[class*=picgob_cliente_hora_salida_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_hora_salida_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_hora_salida_trans_gray.png");
}
[class*=picgob_cliente_hora_salida_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_hora_salida_trans_gray.png");
}

[class*=picgob_cliente_repetidor] .cs_ed_left, [class*=picgob_cliente_repetidor] .cs_bt_left, [class*=picgob_cliente_repetidor] .cs_bt_inner, [class*=picgob_cliente_repetidor] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor.png");
}
[class*=picgob_cliente_repetidor] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_repetidor] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor.png");
}
[class*=picgob_cliente_repetidor][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor.png");
}

[class*=picgob_cliente_repetidor_trans] .cs_ed_left, [class*=picgob_cliente_repetidor_trans] .cs_bt_left, [class*=picgob_cliente_repetidor_trans] .cs_bt_inner, [class*=picgob_cliente_repetidor_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor_trans.png");
}
[class*=picgob_cliente_repetidor_trans] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_repetidor_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor_trans.png");
}
[class*=picgob_cliente_repetidor_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor_trans.png");
}

[class*=picgob_cliente_repetidor_trans_white] .cs_ed_left, [class*=picgob_cliente_repetidor_trans_white] .cs_bt_left, [class*=picgob_cliente_repetidor_trans_white] .cs_bt_inner, [class*=picgob_cliente_repetidor_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor_trans_white.png");
}
[class*=picgob_cliente_repetidor_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_repetidor_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor_trans_white.png");
}
[class*=picgob_cliente_repetidor_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor_trans_white.png");
}

[class*=picgob_cliente_repetidor_trans_gray] .cs_ed_left, [class*=picgob_cliente_repetidor_trans_gray] .cs_bt_left, [class*=picgob_cliente_repetidor_trans_gray] .cs_bt_inner, [class*=picgob_cliente_repetidor_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor_trans_gray.png");
}
[class*=picgob_cliente_repetidor_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_repetidor_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor_trans_gray.png");
}
[class*=picgob_cliente_repetidor_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_repetidor_trans_gray.png");
}

[class*=picgob_cliente_conflictivo] .cs_ed_left, [class*=picgob_cliente_conflictivo] .cs_bt_left, [class*=picgob_cliente_conflictivo] .cs_bt_inner, [class*=picgob_cliente_conflictivo] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo.png");
}
[class*=picgob_cliente_conflictivo] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_conflictivo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo.png");
}
[class*=picgob_cliente_conflictivo][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo.png");
}

[class*=picgob_cliente_conflictivo_trans] .cs_ed_left, [class*=picgob_cliente_conflictivo_trans] .cs_bt_left, [class*=picgob_cliente_conflictivo_trans] .cs_bt_inner, [class*=picgob_cliente_conflictivo_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo_trans.png");
}
[class*=picgob_cliente_conflictivo_trans] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_conflictivo_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo_trans.png");
}
[class*=picgob_cliente_conflictivo_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo_trans.png");
}

[class*=picgob_cliente_conflictivo_trans_white] .cs_ed_left, [class*=picgob_cliente_conflictivo_trans_white] .cs_bt_left, [class*=picgob_cliente_conflictivo_trans_white] .cs_bt_inner, [class*=picgob_cliente_conflictivo_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo_trans_white.png");
}
[class*=picgob_cliente_conflictivo_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_conflictivo_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo_trans_white.png");
}
[class*=picgob_cliente_conflictivo_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo_trans_white.png");
}

[class*=picgob_cliente_conflictivo_trans_gray] .cs_ed_left, [class*=picgob_cliente_conflictivo_trans_gray] .cs_bt_left, [class*=picgob_cliente_conflictivo_trans_gray] .cs_bt_inner, [class*=picgob_cliente_conflictivo_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo_trans_gray.png");
}
[class*=picgob_cliente_conflictivo_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_cliente_conflictivo_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo_trans_gray.png");
}
[class*=picgob_cliente_conflictivo_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cliente_conflictivo_trans_gray.png");
}

[class*=picgob_hab_ocupada] .cs_ed_left, [class*=picgob_hab_ocupada] .cs_bt_left, [class*=picgob_hab_ocupada] .cs_bt_inner, [class*=picgob_hab_ocupada] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_hab_ocupada.png");
}
[class*=picgob_hab_ocupada] .cs_lb_label .cs_lb_left, [class*=picgob_hab_ocupada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_hab_ocupada.png");
}
[class*=picgob_hab_ocupada][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_hab_ocupada.png");
}

[class*=picgob_hab_ocupada_in] .cs_ed_left, [class*=picgob_hab_ocupada_in] .cs_bt_left, [class*=picgob_hab_ocupada_in] .cs_bt_inner, [class*=picgob_hab_ocupada_in] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_hab_ocupada_in.png");
}
[class*=picgob_hab_ocupada_in] .cs_lb_label .cs_lb_left, [class*=picgob_hab_ocupada_in] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_hab_ocupada_in.png");
}
[class*=picgob_hab_ocupada_in][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_hab_ocupada_in.png");
}

[class*=picgob_hab_ocupada_trans_gray] .cs_ed_left, [class*=picgob_hab_ocupada_trans_gray] .cs_bt_left, [class*=picgob_hab_ocupada_trans_gray] .cs_bt_inner, [class*=picgob_hab_ocupada_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_hab_ocupada_trans_gray.png");
}
[class*=picgob_hab_ocupada_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_hab_ocupada_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_hab_ocupada_trans_gray.png");
}
[class*=picgob_hab_ocupada_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_hab_ocupada_trans_gray.png");
}

[class*=picgob_hab_precheckin] .cs_ed_left, [class*=picgob_hab_precheckin] .cs_bt_left, [class*=picgob_hab_precheckin] .cs_bt_inner, [class*=picgob_hab_precheckin] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_hab_precheckin.png");
}
[class*=picgob_hab_precheckin] .cs_lb_label .cs_lb_left, [class*=picgob_hab_precheckin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_hab_precheckin.png");
}
[class*=picgob_hab_precheckin][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_hab_precheckin.png");
}

[class*=picgob_hab_precheckin_trans] .cs_ed_left, [class*=picgob_hab_precheckin_trans] .cs_bt_left, [class*=picgob_hab_precheckin_trans] .cs_bt_inner, [class*=picgob_hab_precheckin_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_hab_precheckin_trans.png");
}
[class*=picgob_hab_precheckin_trans] .cs_lb_label .cs_lb_left, [class*=picgob_hab_precheckin_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_hab_precheckin_trans.png");
}
[class*=picgob_hab_precheckin_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_hab_precheckin_trans.png");
}

[class*=picgob_consulta_estancias] .cs_ed_left, [class*=picgob_consulta_estancias] .cs_bt_left, [class*=picgob_consulta_estancias] .cs_bt_inner, [class*=picgob_consulta_estancias] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_consultar_estancias.png");
}
[class*=picgob_consulta_estancias] .cs_lb_label .cs_lb_left, [class*=picgob_consulta_estancias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_consultar_estancias.png");
}
[class*=picgob_consulta_estancias][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_consultar_estancias.png");
}

[class*=picgob_consulta_entradas] .cs_ed_left, [class*=picgob_consulta_entradas] .cs_bt_left, [class*=picgob_consulta_entradas] .cs_bt_inner, [class*=picgob_consulta_entradas] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_consultar_entradas.png");
}
[class*=picgob_consulta_entradas] .cs_lb_label .cs_lb_left, [class*=picgob_consulta_entradas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_consultar_entradas.png");
}
[class*=picgob_consulta_entradas][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_consultar_entradas.png");
}

[class*=picgob_consulta_repaso] .cs_ed_left, [class*=picgob_consulta_repaso] .cs_bt_left, [class*=picgob_consulta_repaso] .cs_bt_inner, [class*=picgob_consulta_repaso] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_consultar_repaso.png");
}
[class*=picgob_consulta_repaso] .cs_lb_label .cs_lb_left, [class*=picgob_consulta_repaso] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_consultar_repaso.png");
}
[class*=picgob_consulta_repaso][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_consultar_repaso.png");
}

[class*=picgob_consulta_check] .cs_ed_left, [class*=picgob_consulta_check] .cs_bt_left, [class*=picgob_consulta_check] .cs_bt_inner, [class*=picgob_consulta_check] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_consultar_check.png");
}
[class*=picgob_consulta_check] .cs_lb_label .cs_lb_left, [class*=picgob_consulta_check] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_consultar_check.png");
}
[class*=picgob_consulta_check][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_consultar_check.png");
}

[class*=picgob_consulta_limpias] .cs_ed_left, [class*=picgob_consulta_limpias] .cs_bt_left, [class*=picgob_consulta_limpias] .cs_bt_inner, [class*=picgob_consulta_limpias] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_consultar_limpias.png");
}
[class*=picgob_consulta_limpias] .cs_lb_label .cs_lb_left, [class*=picgob_consulta_limpias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_consultar_limpias.png");
}
[class*=picgob_consulta_limpias][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_consultar_limpias.png");
}

[class*=picgob_consulta_sucias] .cs_ed_left, [class*=picgob_consulta_sucias] .cs_bt_left, [class*=picgob_consulta_sucias] .cs_bt_inner, [class*=picgob_consulta_sucias] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_consultar_sucias.png");
}
[class*=picgob_consulta_sucias] .cs_lb_label .cs_lb_left, [class*=picgob_consulta_sucias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_consultar_sucias.png");
}
[class*=picgob_consulta_sucias][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_consultar_sucias.png");
}

[class*=picgob_zonas] .cs_ed_left, [class*=picgob_zonas] .cs_bt_left, [class*=picgob_zonas] .cs_bt_inner, [class*=picgob_zonas] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_zonas.png");
}
[class*=picgob_zonas] .cs_lb_label .cs_lb_left, [class*=picgob_zonas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_zonas.png");
}
[class*=picgob_zonas][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_zonas.png");
}

[class*=picgob_zonas_trans] .cs_ed_left, [class*=picgob_zonas_trans] .cs_bt_left, [class*=picgob_zonas_trans] .cs_bt_inner, [class*=picgob_zonas_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_zonas_trans.png");
}
[class*=picgob_zonas_trans] .cs_lb_label .cs_lb_left, [class*=picgob_zonas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_zonas_trans.png");
}
[class*=picgob_zonas_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_zonas_trans.png");
}

[class*=picgob_zonas_trans_white] .cs_ed_left, [class*=picgob_zonas_trans_white] .cs_bt_left, [class*=picgob_zonas_trans_white] .cs_bt_inner, [class*=picgob_zonas_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_zonas_trans_white.png");
}
[class*=picgob_zonas_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_zonas_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_zonas_trans_white.png");
}
[class*=picgob_zonas_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_zonas_trans_white.png");
}

[class*=picgob_areas] .cs_ed_left, [class*=picgob_areas] .cs_bt_left, [class*=picgob_areas] .cs_bt_inner, [class*=picgob_areas] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_areas.png");
}
[class*=picgob_areas] .cs_lb_label .cs_lb_left, [class*=picgob_areas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_areas.png");
}
[class*=picgob_areas][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_areas.png");
}

[class*=picgob_rangos] .cs_ed_left, [class*=picgob_rangos] .cs_bt_left, [class*=picgob_rangos] .cs_bt_inner, [class*=picgob_rangos] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_rangos.png");
}
[class*=picgob_rangos] .cs_lb_label .cs_lb_left, [class*=picgob_rangos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_rangos.png");
}
[class*=picgob_rangos][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_rangos.png");
}

[class*=picgob_rangos_trans] .cs_ed_left, [class*=picgob_rangos_trans] .cs_bt_left, [class*=picgob_rangos_trans] .cs_bt_inner, [class*=picgob_rangos_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_rangos_trans.png");
}
[class*=picgob_rangos_trans] .cs_lb_label .cs_lb_left, [class*=picgob_rangos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_rangos_trans.png");
}
[class*=picgob_rangos_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_rangos_trans.png");
}

[class*=picgob_rangos_trans_white] .cs_ed_left, [class*=picgob_rangos_trans_white] .cs_bt_left, [class*=picgob_rangos_trans_white] .cs_bt_inner, [class*=picgob_rangos_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_rangos_trans_white.png");
}
[class*=picgob_rangos_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_rangos_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_rangos_trans_white.png");
}
[class*=picgob_rangos_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_rangos_trans_white.png");
}

[class*=picgob_bloqueos] .cs_ed_left, [class*=picgob_bloqueos] .cs_bt_left, [class*=picgob_bloqueos] .cs_bt_inner, [class*=picgob_bloqueos] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_bloqueos.png");
}
[class*=picgob_bloqueos] .cs_lb_label .cs_lb_left, [class*=picgob_bloqueos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_bloqueos.png");
}
[class*=picgob_bloqueos][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_bloqueos.png");
}

[class*=picgob_frecuencias] .cs_ed_left, [class*=picgob_frecuencias] .cs_bt_left, [class*=picgob_frecuencias] .cs_bt_inner, [class*=picgob_frecuencias] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_frecuencias.png");
}
[class*=picgob_frecuencias] .cs_lb_label .cs_lb_left, [class*=picgob_frecuencias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_frecuencias.png");
}
[class*=picgob_frecuencias][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_frecuencias.png");
}

[class*=picgob_turno_dia] .cs_ed_left, [class*=picgob_turno_dia] .cs_bt_left, [class*=picgob_turno_dia] .cs_bt_inner, [class*=picgob_turno_dia] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_turno_dia.png");
}
[class*=picgob_turno_dia] .cs_lb_label .cs_lb_left, [class*=picgob_turno_dia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_turno_dia.png");
}
[class*=picgob_turno_dia][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_turno_dia.png");
}

[class*=picgob_turno_noche] .cs_ed_left, [class*=picgob_turno_noche] .cs_bt_left, [class*=picgob_turno_noche] .cs_bt_inner, [class*=picgob_turno_noche] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_turno_noche.png");
}
[class*=picgob_turno_noche] .cs_lb_label .cs_lb_left, [class*=picgob_turno_noche] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_turno_noche.png");
}
[class*=picgob_turno_noche][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_turno_noche.png");
}

[class*=picgob_turno_dianoche] .cs_ed_left, [class*=picgob_turno_dianoche] .cs_bt_left, [class*=picgob_turno_dianoche] .cs_bt_inner, [class*=picgob_turno_dianoche] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_turno_dianoche.png");
}
[class*=picgob_turno_dianoche] .cs_lb_label .cs_lb_left, [class*=picgob_turno_dianoche] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_turno_dianoche.png");
}
[class*=picgob_turno_dianoche][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_turno_dianoche.png");
}

[class*=picgob_turno_libre] .cs_ed_left, [class*=picgob_turno_libre] .cs_bt_left, [class*=picgob_turno_libre] .cs_bt_inner, [class*=picgob_turno_libre] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_turno_libre.png");
}
[class*=picgob_turno_libre] .cs_lb_label .cs_lb_left, [class*=picgob_turno_libre] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_turno_libre.png");
}
[class*=picgob_turno_libre][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_turno_libre.png");
}

[class*=picgob_turno_libre_trans] .cs_ed_left, [class*=picgob_turno_libre_trans] .cs_bt_left, [class*=picgob_turno_libre_trans] .cs_bt_inner, [class*=picgob_turno_libre_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_turno_libre_trans.png");
}
[class*=picgob_turno_libre_trans] .cs_lb_label .cs_lb_left, [class*=picgob_turno_libre_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_turno_libre_trans.png");
}
[class*=picgob_turno_libre_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_turno_libre_trans.png");
}

[class*=picgob_turno_libre_trans_white] .cs_ed_left, [class*=picgob_turno_libre_trans_white] .cs_bt_left, [class*=picgob_turno_libre_trans_white] .cs_bt_inner, [class*=picgob_turno_libre_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_turno_libre_trans_white.png");
}
[class*=picgob_turno_libre_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_turno_libre_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_turno_libre_trans_white.png");
}
[class*=picgob_turno_libre_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_turno_libre_trans_white.png");
}

[class*=picgob_lavar] .cs_ed_left, [class*=picgob_lavar] .cs_bt_left, [class*=picgob_lavar] .cs_bt_inner, [class*=picgob_lavar] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servlavado_black.png");
}
[class*=picgob_lavar] .cs_lb_label .cs_lb_left, [class*=picgob_lavar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servlavado_black.png");
}
[class*=picgob_lavar][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servlavado_black.png");
}

[class*=picgob_lavar_seco] .cs_ed_left, [class*=picgob_lavar_seco] .cs_bt_left, [class*=picgob_lavar_seco] .cs_bt_inner, [class*=picgob_lavar_seco] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servlavado_seco_black.png");
}
[class*=picgob_lavar_seco] .cs_lb_label .cs_lb_left, [class*=picgob_lavar_seco] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servlavado_seco_black.png");
}
[class*=picgob_lavar_seco][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servlavado_seco_black.png");
}

[class*=picgob_planchar] .cs_ed_left, [class*=picgob_planchar] .cs_bt_left, [class*=picgob_planchar] .cs_bt_inner, [class*=picgob_planchar] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servplanchado_black.png");
}
[class*=picgob_planchar] .cs_lb_label .cs_lb_left, [class*=picgob_planchar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servplanchado_black.png");
}
[class*=picgob_planchar][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servplanchado_black.png");
}

[class*=picgob_planchar_vapor] .cs_ed_left, [class*=picgob_planchar_vapor] .cs_bt_left, [class*=picgob_planchar_vapor] .cs_bt_inner, [class*=picgob_planchar_vapor] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servplanchado_vapor_black.png");
}
[class*=picgob_planchar_vapor] .cs_lb_label .cs_lb_left, [class*=picgob_planchar_vapor] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servplanchado_vapor_black.png");
}
[class*=picgob_planchar_vapor][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servplanchado_vapor_black.png");
}

[class*=picgob_lavar_planchar] .cs_ed_left, [class*=picgob_lavar_planchar] .cs_bt_left, [class*=picgob_lavar_planchar] .cs_bt_inner, [class*=picgob_lavar_planchar] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_servlavadoplanchado_black.png");
}
[class*=picgob_lavar_planchar] .cs_lb_label .cs_lb_left, [class*=picgob_lavar_planchar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_servlavadoplanchado_black.png");
}
[class*=picgob_lavar_planchar][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_servlavadoplanchado_black.png");
}

[class*=picgob_prestamo_entregar] .cs_ed_left, [class*=picgob_prestamo_entregar] .cs_bt_left, [class*=picgob_prestamo_entregar] .cs_bt_inner, [class*=picgob_prestamo_entregar] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_prestamo_entregar.png");
}
[class*=picgob_prestamo_entregar] .cs_lb_label .cs_lb_left, [class*=picgob_prestamo_entregar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_prestamo_entregar.png");
}
[class*=picgob_prestamo_entregar][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_prestamo_entregar.png");
}

[class*=picgob_prestamo_recoger] .cs_ed_left, [class*=picgob_prestamo_recoger] .cs_bt_left, [class*=picgob_prestamo_recoger] .cs_bt_inner, [class*=picgob_prestamo_recoger] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_prestamo_recoger.png");
}
[class*=picgob_prestamo_recoger] .cs_lb_label .cs_lb_left, [class*=picgob_prestamo_recoger] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_prestamo_recoger.png");
}
[class*=picgob_prestamo_recoger][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_prestamo_recoger.png");
}

[class*=picgob_valet] .cs_ed_left, [class*=picgob_valet] .cs_bt_left, [class*=picgob_valet] .cs_bt_inner, [class*=picgob_valet] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_valet.png");
}
[class*=picgob_valet] .cs_lb_label .cs_lb_left, [class*=picgob_valet] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_valet.png");
}
[class*=picgob_valet][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_valet.png");
}

[class*=picgob_valet_black] .cs_ed_left, [class*=picgob_valet_black] .cs_bt_left, [class*=picgob_valet_black] .cs_bt_inner, [class*=picgob_valet_black] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_valet_black.png");
}
[class*=picgob_valet_black] .cs_lb_label .cs_lb_left, [class*=picgob_valet_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_valet_black.png");
}
[class*=picgob_valet_black][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_valet_black.png");
}

[class*=picgob_valet_gray] .cs_ed_left, [class*=picgob_valet_gray] .cs_bt_left, [class*=picgob_valet_gray] .cs_bt_inner, [class*=picgob_valet_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_valet_gray.png");
}
[class*=picgob_valet_gray] .cs_lb_label .cs_lb_left, [class*=picgob_valet_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_valet_gray.png");
}
[class*=picgob_valet_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_valet_gray.png");
}

[class*=picgob_valet_orange] .cs_ed_left, [class*=picgob_valet_orange] .cs_bt_left, [class*=picgob_valet_orange] .cs_bt_inner, [class*=picgob_valet_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_valet_orange.png");
}
[class*=picgob_valet_orange] .cs_lb_label .cs_lb_left, [class*=picgob_valet_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_valet_orange.png");
}
[class*=picgob_valet_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_valet_orange.png");
}

[class*=picgob_valet_red] .cs_ed_left, [class*=picgob_valet_red] .cs_bt_left, [class*=picgob_valet_red] .cs_bt_inner, [class*=picgob_valet_red] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_valet_red.png");
}
[class*=picgob_valet_red] .cs_lb_label .cs_lb_left, [class*=picgob_valet_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_valet_red.png");
}
[class*=picgob_valet_red][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_valet_red.png");
}

[class*=picgob_valet_trans] .cs_ed_left, [class*=picgob_valet_trans] .cs_bt_left, [class*=picgob_valet_trans] .cs_bt_inner, [class*=picgob_valet_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_valet_trans.png");
}
[class*=picgob_valet_trans] .cs_lb_label .cs_lb_left, [class*=picgob_valet_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_valet_trans.png");
}
[class*=picgob_valet_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_valet_trans.png");
}

[class*=picgob_valet_trans_white] .cs_ed_left, [class*=picgob_valet_trans_white] .cs_bt_left, [class*=picgob_valet_trans_white] .cs_bt_inner, [class*=picgob_valet_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_valet_trans_white.png");
}
[class*=picgob_valet_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_valet_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_valet_trans_white.png");
}
[class*=picgob_valet_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_valet_trans_white.png");
}

[class*=picgob_valet_white_perfiled] .cs_ed_left, [class*=picgob_valet_white_perfiled] .cs_bt_left, [class*=picgob_valet_white_perfiled] .cs_bt_inner, [class*=picgob_valet_white_perfiled] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_valet_white_perfiled.png");
}
[class*=picgob_valet_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picgob_valet_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_valet_white_perfiled.png");
}
[class*=picgob_valet_white_perfiled][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_valet_white_perfiled.png");
}

[class*=picgob_valet_trans_orange] .cs_ed_left, [class*=picgob_valet_trans_orange] .cs_bt_left, [class*=picgob_valet_trans_orange] .cs_bt_inner, [class*=picgob_valet_trans_orange] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_valet_trans_orange.png");
}
[class*=picgob_valet_trans_orange] .cs_lb_label .cs_lb_left, [class*=picgob_valet_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_valet_trans_orange.png");
}
[class*=picgob_valet_trans_orange][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_valet_trans_orange.png");
}

[class*=picgob_valet_trans_gray] .cs_ed_left, [class*=picgob_valet_trans_gray] .cs_bt_left, [class*=picgob_valet_trans_gray] .cs_bt_inner, [class*=picgob_valet_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_valet_trans_gray.png");
}
[class*=picgob_valet_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_valet_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_valet_trans_gray.png");
}
[class*=picgob_valet_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_valet_trans_gray.png");
}

[class*=picgob_productividad_tareas] .cs_ed_left, [class*=picgob_productividad_tareas] .cs_bt_left, [class*=picgob_productividad_tareas] .cs_bt_inner, [class*=picgob_productividad_tareas] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_productividad_tareas.png");
}
[class*=picgob_productividad_tareas] .cs_lb_label .cs_lb_left, [class*=picgob_productividad_tareas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_productividad_tareas.png");
}
[class*=picgob_productividad_tareas][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_productividad_tareas.png");
}

[class*=picgob_productividad_usuarios] .cs_ed_left, [class*=picgob_productividad_usuarios] .cs_bt_left, [class*=picgob_productividad_usuarios] .cs_bt_inner, [class*=picgob_productividad_usuarios] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_productividad_usuarios.png");
}
[class*=picgob_productividad_usuarios] .cs_lb_label .cs_lb_left, [class*=picgob_productividad_usuarios] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_productividad_usuarios.png");
}
[class*=picgob_productividad_usuarios][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_productividad_usuarios.png");
}

[class*=picgob_vip] .cs_ed_left, [class*=picgob_vip] .cs_bt_left, [class*=picgob_vip] .cs_bt_inner, [class*=picgob_vip] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_vip.png");
}
[class*=picgob_vip] .cs_lb_label .cs_lb_left, [class*=picgob_vip] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_vip.png");
}
[class*=picgob_vip][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_vip.png");
}

[class*=picgob_vip_trans] .cs_ed_left, [class*=picgob_vip_trans] .cs_bt_left, [class*=picgob_vip_trans] .cs_bt_inner, [class*=picgob_vip_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_vip_trans.png");
}
[class*=picgob_vip_trans] .cs_lb_label .cs_lb_left, [class*=picgob_vip_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_vip_trans.png");
}
[class*=picgob_vip_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_vip_trans.png");
}

[class*=picgob_vip_trans_gray] .cs_ed_left, [class*=picgob_vip_trans_gray] .cs_bt_left, [class*=picgob_vip_trans_gray] .cs_bt_inner, [class*=picgob_vip_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_vip_trans_gray.png");
}
[class*=picgob_vip_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_vip_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_vip_trans_gray.png");
}
[class*=picgob_vip_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_vip_trans_gray.png");
}

[class*=picgob_vip_silver] .cs_ed_left, [class*=picgob_vip_silver] .cs_bt_left, [class*=picgob_vip_silver] .cs_bt_inner, [class*=picgob_vip_silver] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_vip_silver.png");
}
[class*=picgob_vip_silver] .cs_lb_label .cs_lb_left, [class*=picgob_vip_silver] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_vip_silver.png");
}
[class*=picgob_vip_silver][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_vip_silver.png");
}

[class*=picgob_vip_gold] .cs_ed_left, [class*=picgob_vip_gold] .cs_bt_left, [class*=picgob_vip_gold] .cs_bt_inner, [class*=picgob_vip_gold] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_vip_gold.png");
}
[class*=picgob_vip_gold] .cs_lb_label .cs_lb_left, [class*=picgob_vip_gold] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_vip_gold.png");
}
[class*=picgob_vip_gold][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_vip_gold.png");
}

[class*=picgob_vip_bronze] .cs_ed_left, [class*=picgob_vip_bronze] .cs_bt_left, [class*=picgob_vip_bronze] .cs_bt_inner, [class*=picgob_vip_bronze] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_vip_bronze.png");
}
[class*=picgob_vip_bronze] .cs_lb_label .cs_lb_left, [class*=picgob_vip_bronze] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_vip_bronze.png");
}
[class*=picgob_vip_bronze][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_vip_bronze.png");
}

[class*=picgob_vip_red] .cs_ed_left, [class*=picgob_vip_red] .cs_bt_left, [class*=picgob_vip_red] .cs_bt_inner, [class*=picgob_vip_red] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_vip_red.png");
}
[class*=picgob_vip_red] .cs_lb_label .cs_lb_left, [class*=picgob_vip_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_vip_red.png");
}
[class*=picgob_vip_red][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_vip_red.png");
}

[class*=picgob_vip_blue] .cs_ed_left, [class*=picgob_vip_blue] .cs_bt_left, [class*=picgob_vip_blue] .cs_bt_inner, [class*=picgob_vip_blue] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_vip_blue.png");
}
[class*=picgob_vip_blue] .cs_lb_label .cs_lb_left, [class*=picgob_vip_blue] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_vip_blue.png");
}
[class*=picgob_vip_blue][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_vip_blue.png");
}

[class*=picgob_vip_spa] .cs_ed_left, [class*=picgob_vip_spa] .cs_bt_left, [class*=picgob_vip_spa] .cs_bt_inner, [class*=picgob_vip_spa] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_vip_spa.png");
}
[class*=picgob_vip_spa] .cs_lb_label .cs_lb_left, [class*=picgob_vip_spa] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_vip_spa.png");
}
[class*=picgob_vip_spa][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_vip_spa.png");
}

[class*=picgob_vip_purple] .cs_ed_left, [class*=picgob_vip_purple] .cs_bt_left, [class*=picgob_vip_purple] .cs_bt_inner, [class*=picgob_vip_purple] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_vip_purple.png");
}
[class*=picgob_vip_purple] .cs_lb_label .cs_lb_left, [class*=picgob_vip_purple] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_vip_purple.png");
}
[class*=picgob_vip_purple][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_vip_purple.png");
}

[class*=picgob_cambio_ruta] .cs_ed_left, [class*=picgob_cambio_ruta] .cs_bt_left, [class*=picgob_cambio_ruta] .cs_bt_inner, [class*=picgob_cambio_ruta] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cambio_ruta.png");
}
[class*=picgob_cambio_ruta] .cs_lb_label .cs_lb_left, [class*=picgob_cambio_ruta] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cambio_ruta.png");
}
[class*=picgob_cambio_ruta][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cambio_ruta.png");
}

[class*=picgob_serv_nomolestar] .cs_ed_left, [class*=picgob_serv_nomolestar] .cs_bt_left, [class*=picgob_serv_nomolestar] .cs_bt_inner, [class*=picgob_serv_nomolestar] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar.png");
}
[class*=picgob_serv_nomolestar] .cs_lb_label .cs_lb_left, [class*=picgob_serv_nomolestar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar.png");
}
[class*=picgob_serv_nomolestar][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar.png");
}

[class*=picgob_serv_nomolestar_mini] .cs_ed_left, [class*=picgob_serv_nomolestar_mini] .cs_bt_left, [class*=picgob_serv_nomolestar_mini] .cs_bt_inner, [class*=picgob_serv_nomolestar_mini] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_mini.png");
}
[class*=picgob_serv_nomolestar_mini] .cs_lb_label .cs_lb_left, [class*=picgob_serv_nomolestar_mini] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_mini.png");
}
[class*=picgob_serv_nomolestar_mini][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_mini.png");
}

[class*=picgob_serv_nomolestar_trans] .cs_ed_left, [class*=picgob_serv_nomolestar_trans] .cs_bt_left, [class*=picgob_serv_nomolestar_trans] .cs_bt_inner, [class*=picgob_serv_nomolestar_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_trans.png");
}
[class*=picgob_serv_nomolestar_trans] .cs_lb_label .cs_lb_left, [class*=picgob_serv_nomolestar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_trans.png");
}
[class*=picgob_serv_nomolestar_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_trans.png");
}

[class*=picgob_serv_nomolestar_trans_white] .cs_ed_left, [class*=picgob_serv_nomolestar_trans_white] .cs_bt_left, [class*=picgob_serv_nomolestar_trans_white] .cs_bt_inner, [class*=picgob_serv_nomolestar_trans_white] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_trans_white.png");
}
[class*=picgob_serv_nomolestar_trans_white] .cs_lb_label .cs_lb_left, [class*=picgob_serv_nomolestar_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_trans_white.png");
}
[class*=picgob_serv_nomolestar_trans_white][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_trans_white.png");
}

[class*=picgob_serv_nomolestar_trans_gray] .cs_ed_left, [class*=picgob_serv_nomolestar_trans_gray] .cs_bt_left, [class*=picgob_serv_nomolestar_trans_gray] .cs_bt_inner, [class*=picgob_serv_nomolestar_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_trans_gray.png");
}
[class*=picgob_serv_nomolestar_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_serv_nomolestar_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_trans_gray.png");
}
[class*=picgob_serv_nomolestar_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_nomolestar_trans_gray.png");
}

[class*=picgob_serv_limpiar] .cs_ed_left, [class*=picgob_serv_limpiar] .cs_bt_left, [class*=picgob_serv_limpiar] .cs_bt_inner, [class*=picgob_serv_limpiar] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar.png");
}
[class*=picgob_serv_limpiar] .cs_lb_label .cs_lb_left, [class*=picgob_serv_limpiar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar.png");
}
[class*=picgob_serv_limpiar][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar.png");
}

[class*=picgob_serv_limpiar_mini] .cs_ed_left, [class*=picgob_serv_limpiar_mini] .cs_bt_left, [class*=picgob_serv_limpiar_mini] .cs_bt_inner, [class*=picgob_serv_limpiar_mini] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar_mini.png");
}
[class*=picgob_serv_limpiar_mini] .cs_lb_label .cs_lb_left, [class*=picgob_serv_limpiar_mini] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar_mini.png");
}
[class*=picgob_serv_limpiar_mini][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar_mini.png");
}

[class*=picgob_serv_limpiar_trans] .cs_ed_left, [class*=picgob_serv_limpiar_trans] .cs_bt_left, [class*=picgob_serv_limpiar_trans] .cs_bt_inner, [class*=picgob_serv_limpiar_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar_trans.png");
}
[class*=picgob_serv_limpiar_trans] .cs_lb_label .cs_lb_left, [class*=picgob_serv_limpiar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar_trans.png");
}
[class*=picgob_serv_limpiar_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar_trans.png");
}

[class*=picgob_serv_limpiar_trans_gray] .cs_ed_left, [class*=picgob_serv_limpiar_trans_gray] .cs_bt_left, [class*=picgob_serv_limpiar_trans_gray] .cs_bt_inner, [class*=picgob_serv_limpiar_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar_trans_gray.png");
}
[class*=picgob_serv_limpiar_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_serv_limpiar_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar_trans_gray.png");
}
[class*=picgob_serv_limpiar_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_limpiar_trans_gray.png");
}

[class*=picgob_serv_nolimpiar] .cs_ed_left, [class*=picgob_serv_nolimpiar] .cs_bt_left, [class*=picgob_serv_nolimpiar] .cs_bt_inner, [class*=picgob_serv_nolimpiar] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_nolimpiar.png");
}
[class*=picgob_serv_nolimpiar] .cs_lb_label .cs_lb_left, [class*=picgob_serv_nolimpiar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_nolimpiar.png");
}
[class*=picgob_serv_nolimpiar][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_nolimpiar.png");
}

[class*=picgob_serv_nolimpiar_trans] .cs_ed_left, [class*=picgob_serv_nolimpiar_trans] .cs_bt_left, [class*=picgob_serv_nolimpiar_trans] .cs_bt_inner, [class*=picgob_serv_nolimpiar_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_nolimpiar_trans.png");
}
[class*=picgob_serv_nolimpiar_trans] .cs_lb_label .cs_lb_left, [class*=picgob_serv_nolimpiar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_nolimpiar_trans.png");
}
[class*=picgob_serv_nolimpiar_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_nolimpiar_trans.png");
}

[class*=picgob_serv_nolimpiar_trans_gray] .cs_ed_left, [class*=picgob_serv_nolimpiar_trans_gray] .cs_bt_left, [class*=picgob_serv_nolimpiar_trans_gray] .cs_bt_inner, [class*=picgob_serv_nolimpiar_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_habi_serv_nolimpiar_trans_gray.png");
}
[class*=picgob_serv_nolimpiar_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_serv_nolimpiar_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_habi_serv_nolimpiar_trans_gray.png");
}
[class*=picgob_serv_nolimpiar_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_habi_serv_nolimpiar_trans_gray.png");
}

[class*=picgob_tareas_programadas] .cs_ed_left, [class*=picgob_tareas_programadas] .cs_bt_left, [class*=picgob_tareas_programadas] .cs_bt_inner, [class*=picgob_tareas_programadas] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas_programadas.png");
}
[class*=picgob_tareas_programadas] .cs_lb_label .cs_lb_left, [class*=picgob_tareas_programadas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas_programadas.png");
}
[class*=picgob_tareas_programadas][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas_programadas.png");
}

[class*=picgob_tareas_evaluacion] .cs_ed_left, [class*=picgob_tareas_evaluacion] .cs_bt_left, [class*=picgob_tareas_evaluacion] .cs_bt_inner, [class*=picgob_tareas_evaluacion] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas_eval.png");
}
[class*=picgob_tareas_evaluacion] .cs_lb_label .cs_lb_left, [class*=picgob_tareas_evaluacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas_eval.png");
}
[class*=picgob_tareas_evaluacion][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas_eval.png");
}

[class*=picgob_tareas_evaluacion_trans] .cs_ed_left, [class*=picgob_tareas_evaluacion_trans] .cs_bt_left, [class*=picgob_tareas_evaluacion_trans] .cs_bt_inner, [class*=picgob_tareas_evaluacion_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_tareas_eval_trans.png");
}
[class*=picgob_tareas_evaluacion_trans] .cs_lb_label .cs_lb_left, [class*=picgob_tareas_evaluacion_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_tareas_eval_trans.png");
}
[class*=picgob_tareas_evaluacion_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_tareas_eval_trans.png");
}

[class*=picgob_cumpleanos_trans] .cs_ed_left, [class*=picgob_cumpleanos_trans] .cs_bt_left, [class*=picgob_cumpleanos_trans] .cs_bt_inner, [class*=picgob_cumpleanos_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cumpleanyos_trans.png");
}
[class*=picgob_cumpleanos_trans] .cs_lb_label .cs_lb_left, [class*=picgob_cumpleanos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cumpleanyos_trans.png");
}
[class*=picgob_cumpleanos_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cumpleanyos_trans.png");
}

[class*=picgob_cumpleanos_trans_gray] .cs_ed_left, [class*=picgob_cumpleanos_trans_gray] .cs_bt_left, [class*=picgob_cumpleanos_trans_gray] .cs_bt_inner, [class*=picgob_cumpleanos_trans_gray] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_cumpleanyos_trans_gray.png");
}
[class*=picgob_cumpleanos_trans_gray] .cs_lb_label .cs_lb_left, [class*=picgob_cumpleanos_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_cumpleanyos_trans_gray.png");
}
[class*=picgob_cumpleanos_trans_gray][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_cumpleanyos_trans_gray.png");
}

[class*=picgob_regimenes] .cs_ed_left, [class*=picgob_regimenes] .cs_bt_left, [class*=picgob_regimenes] .cs_bt_inner, [class*=picgob_regimenes] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_regimenes.png");
}
[class*=picgob_regimenes] .cs_lb_label .cs_lb_left, [class*=picgob_regimenes] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_regimenes.png");
}
[class*=picgob_regimenes][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_regimenes.png");
}

[class*=picgob_regimenes_trans] .cs_ed_left, [class*=picgob_regimenes_trans] .cs_bt_left, [class*=picgob_regimenes_trans] .cs_bt_inner, [class*=picgob_regimenes_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_regimenes_trans.png");
}
[class*=picgob_regimenes_trans] .cs_lb_label .cs_lb_left, [class*=picgob_regimenes_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_regimenes_trans.png");
}
[class*=picgob_regimenes_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_regimenes_trans.png");
}

[class*=picgob_office] .cs_ed_left, [class*=picgob_office] .cs_bt_left, [class*=picgob_office] .cs_bt_inner, [class*=picgob_office] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_office.png");
}
[class*=picgob_office] .cs_lb_label .cs_lb_left, [class*=picgob_office] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_office.png");
}
[class*=picgob_office][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_office.png");
}

[class*=picgob_plantapiso] .cs_ed_left, [class*=picgob_plantapiso] .cs_bt_left, [class*=picgob_plantapiso] .cs_bt_inner, [class*=picgob_plantapiso] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_plantapiso.png");
}
[class*=picgob_plantapiso] .cs_lb_label .cs_lb_left, [class*=picgob_plantapiso] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_plantapiso.png");
}
[class*=picgob_plantapiso][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_plantapiso.png");
}

[class*=picgob_perfil_bar] .cs_ed_left, [class*=picgob_perfil_bar] .cs_bt_left, [class*=picgob_perfil_bar] .cs_bt_inner, [class*=picgob_perfil_bar] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_perfil_bar.png");
}
[class*=picgob_perfil_bar] .cs_lb_label .cs_lb_left, [class*=picgob_perfil_bar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_perfil_bar.png");
}
[class*=picgob_perfil_bar][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_perfil_bar.png");
}

[class*=picgob_objetos_inventario] .cs_ed_left, [class*=picgob_objetos_inventario] .cs_bt_left, [class*=picgob_objetos_inventario] .cs_bt_inner, [class*=picgob_objetos_inventario] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_inventario.png");
}
[class*=picgob_objetos_inventario] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_inventario] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_inventario.png");
}
[class*=picgob_objetos_inventario][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_inventario.png");
}

[class*=picgob_objetos_informe] .cs_ed_left, [class*=picgob_objetos_informe] .cs_bt_left, [class*=picgob_objetos_informe] .cs_bt_inner, [class*=picgob_objetos_informe] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_objetos_informe.png");
}
[class*=picgob_objetos_informe] .cs_lb_label .cs_lb_left, [class*=picgob_objetos_informe] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_objetos_informe.png");
}
[class*=picgob_objetos_informe][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_objetos_informe.png");
}

[class*=picgob_control_atenciones_trans] .cs_ed_left, [class*=picgob_control_atenciones_trans] .cs_bt_left, [class*=picgob_control_atenciones_trans] .cs_bt_inner, [class*=picgob_control_atenciones_trans] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_control_atenciones_trans.png");
}
[class*=picgob_control_atenciones_trans] .cs_lb_label .cs_lb_left, [class*=picgob_control_atenciones_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_control_atenciones_trans.png");
}
[class*=picgob_control_atenciones_trans][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_control_atenciones_trans.png");
}

[class*=picgob_asignar_camarera] .cs_ed_left, [class*=picgob_asignar_camarera] .cs_bt_left, [class*=picgob_asignar_camarera] .cs_bt_inner, [class*=picgob_asignar_camarera] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_asignar_camarera.png");
}
[class*=picgob_asignar_camarera] .cs_lb_label .cs_lb_left, [class*=picgob_asignar_camarera] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_asignar_camarera.png");
}
[class*=picgob_asignar_camarera][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_asignar_camarera.png");
}

[class*=picgob_desasignar_camarera] .cs_ed_left, [class*=picgob_desasignar_camarera] .cs_bt_left, [class*=picgob_desasignar_camarera] .cs_bt_inner, [class*=picgob_desasignar_camarera] .cs_bt_right {
  background-image: url("../../img/gob/fw_gob_asignar_no_camarera.png");
}
[class*=picgob_desasignar_camarera] .cs_lb_label .cs_lb_left, [class*=picgob_desasignar_camarera] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gob/fw_gob_asignar_no_camarera.png");
}
[class*=picgob_desasignar_camarera][class*=_solopic] {
  background-image: url("../../img/gob/fw_gob_asignar_no_camarera.png");
}

[class*=picpanel_comiendo] .cs_ed_left, [class*=picpanel_comiendo] .cs_bt_left, [class*=picpanel_comiendo] .cs_bt_inner, [class*=picpanel_comiendo] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_plato_comiendo.png");
}
[class*=picpanel_comiendo] .cs_lb_label .cs_lb_left, [class*=picpanel_comiendo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_plato_comiendo.png");
}
[class*=picpanel_comiendo][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_plato_comiendo.png");
}

[class*=picpanel_devuelto] .cs_ed_left, [class*=picpanel_devuelto] .cs_bt_left, [class*=picpanel_devuelto] .cs_bt_inner, [class*=picpanel_devuelto] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_plato_devuelto.png");
}
[class*=picpanel_devuelto] .cs_lb_label .cs_lb_left, [class*=picpanel_devuelto] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_plato_devuelto.png");
}
[class*=picpanel_devuelto][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_plato_devuelto.png");
}

[class*=picpanel_finalizado] .cs_ed_left, [class*=picpanel_finalizado] .cs_bt_left, [class*=picpanel_finalizado] .cs_bt_inner, [class*=picpanel_finalizado] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_plato_finalizado.png");
}
[class*=picpanel_finalizado] .cs_lb_label .cs_lb_left, [class*=picpanel_finalizado] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_plato_finalizado.png");
}
[class*=picpanel_finalizado][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_plato_finalizado.png");
}

[class*=picpanel_finalizadototal] .cs_ed_left, [class*=picpanel_finalizadototal] .cs_bt_left, [class*=picpanel_finalizadototal] .cs_bt_inner, [class*=picpanel_finalizadototal] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_plato_finalizadototal.png");
}
[class*=picpanel_finalizadototal] .cs_lb_label .cs_lb_left, [class*=picpanel_finalizadototal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_plato_finalizadototal.png");
}
[class*=picpanel_finalizadototal][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_plato_finalizadototal.png");
}

[class*=picpanel_urgente] .cs_ed_left, [class*=picpanel_urgente] .cs_bt_left, [class*=picpanel_urgente] .cs_bt_inner, [class*=picpanel_urgente] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_plato_urgente.png");
}
[class*=picpanel_urgente] .cs_lb_label .cs_lb_left, [class*=picpanel_urgente] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_plato_urgente.png");
}
[class*=picpanel_urgente][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_plato_urgente.png");
}

[class*=picpanel_cocinando] .cs_ed_left, [class*=picpanel_cocinando] .cs_bt_left, [class*=picpanel_cocinando] .cs_bt_inner, [class*=picpanel_cocinando] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_cocinando.png");
}
[class*=picpanel_cocinando] .cs_lb_label .cs_lb_left, [class*=picpanel_cocinando] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_cocinando.png");
}
[class*=picpanel_cocinando][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_cocinando.png");
}

[class*=picpanel_cocinando_trans] .cs_ed_left, [class*=picpanel_cocinando_trans] .cs_bt_left, [class*=picpanel_cocinando_trans] .cs_bt_inner, [class*=picpanel_cocinando_trans] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_cocinando_trans.png");
}
[class*=picpanel_cocinando_trans] .cs_lb_label .cs_lb_left, [class*=picpanel_cocinando_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_cocinando_trans.png");
}
[class*=picpanel_cocinando_trans][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_cocinando_trans.png");
}

[class*=picpanel_cocinando_black] .cs_ed_left, [class*=picpanel_cocinando_black] .cs_bt_left, [class*=picpanel_cocinando_black] .cs_bt_inner, [class*=picpanel_cocinando_black] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_cocinando_black.png");
}
[class*=picpanel_cocinando_black] .cs_lb_label .cs_lb_left, [class*=picpanel_cocinando_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_cocinando_black.png");
}
[class*=picpanel_cocinando_black][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_cocinando_black.png");
}

[class*=picpanel_cocinando_trans_white] .cs_ed_left, [class*=picpanel_cocinando_trans_white] .cs_bt_left, [class*=picpanel_cocinando_trans_white] .cs_bt_inner, [class*=picpanel_cocinando_trans_white] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_cocinando_trans_white.png");
}
[class*=picpanel_cocinando_trans_white] .cs_lb_label .cs_lb_left, [class*=picpanel_cocinando_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_cocinando_trans_white.png");
}
[class*=picpanel_cocinando_trans_white][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_cocinando_trans_white.png");
}

[class*=picpanel_cocinando_trans_gray] .cs_ed_left, [class*=picpanel_cocinando_trans_gray] .cs_bt_left, [class*=picpanel_cocinando_trans_gray] .cs_bt_inner, [class*=picpanel_cocinando_trans_gray] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_cocinando_trans_gray.png");
}
[class*=picpanel_cocinando_trans_gray] .cs_lb_label .cs_lb_left, [class*=picpanel_cocinando_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_cocinando_trans_gray.png");
}
[class*=picpanel_cocinando_trans_gray][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_cocinando_trans_gray.png");
}

[class*=picpanel_cocinando_trans_white] .cs_ed_left, [class*=picpanel_cocinando_trans_white] .cs_bt_left, [class*=picpanel_cocinando_trans_white] .cs_bt_inner, [class*=picpanel_cocinando_trans_white] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_cocinando_trans_white.png");
}
[class*=picpanel_cocinando_trans_white] .cs_lb_label .cs_lb_left, [class*=picpanel_cocinando_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_cocinando_trans_white.png");
}
[class*=picpanel_cocinando_trans_white][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_cocinando_trans_white.png");
}

[class*=picpanel_acordeon] .cs_ed_left, [class*=picpanel_acordeon] .cs_bt_left, [class*=picpanel_acordeon] .cs_bt_inner, [class*=picpanel_acordeon] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_acordeon.png");
}
[class*=picpanel_acordeon] .cs_lb_label .cs_lb_left, [class*=picpanel_acordeon] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_acordeon.png");
}
[class*=picpanel_acordeon][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_acordeon.png");
}

[class*=picpanel_camarero] .cs_ed_left, [class*=picpanel_camarero] .cs_bt_left, [class*=picpanel_camarero] .cs_bt_inner, [class*=picpanel_camarero] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_camarero.png");
}
[class*=picpanel_camarero] .cs_lb_label .cs_lb_left, [class*=picpanel_camarero] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_camarero.png");
}
[class*=picpanel_camarero][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_camarero.png");
}

[class*=picpanel_consultar_todos] .cs_ed_left, [class*=picpanel_consultar_todos] .cs_bt_left, [class*=picpanel_consultar_todos] .cs_bt_inner, [class*=picpanel_consultar_todos] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_consultar_todos.png");
}
[class*=picpanel_consultar_todos] .cs_lb_label .cs_lb_left, [class*=picpanel_consultar_todos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_consultar_todos.png");
}
[class*=picpanel_consultar_todos][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_consultar_todos.png");
}

[class*=picpanel_consultar_urgentes] .cs_ed_left, [class*=picpanel_consultar_urgentes] .cs_bt_left, [class*=picpanel_consultar_urgentes] .cs_bt_inner, [class*=picpanel_consultar_urgentes] .cs_bt_right {
  background-image: url("../../img/panels/fw_panel_consultar_urgentes.png");
}
[class*=picpanel_consultar_urgentes] .cs_lb_label .cs_lb_left, [class*=picpanel_consultar_urgentes] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/panels/fw_panel_consultar_urgentes.png");
}
[class*=picpanel_consultar_urgentes][class*=_solopic] {
  background-image: url("../../img/panels/fw_panel_consultar_urgentes.png");
}

[class*=picsat_frecuencia_bianual] .cs_ed_left, [class*=picsat_frecuencia_bianual] .cs_bt_left, [class*=picsat_frecuencia_bianual] .cs_bt_inner, [class*=picsat_frecuencia_bianual] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_bianual.png");
}
[class*=picsat_frecuencia_bianual] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_bianual] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_bianual.png");
}
[class*=picsat_frecuencia_bianual][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_bianual.png");
}

[class*=picsat_frecuencia_anual] .cs_ed_left, [class*=picsat_frecuencia_anual] .cs_bt_left, [class*=picsat_frecuencia_anual] .cs_bt_inner, [class*=picsat_frecuencia_anual] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_anual.png");
}
[class*=picsat_frecuencia_anual] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_anual] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_anual.png");
}
[class*=picsat_frecuencia_anual][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_anual.png");
}

[class*=picsat_frecuencia_semestral] .cs_ed_left, [class*=picsat_frecuencia_semestral] .cs_bt_left, [class*=picsat_frecuencia_semestral] .cs_bt_inner, [class*=picsat_frecuencia_semestral] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_semestral.png");
}
[class*=picsat_frecuencia_semestral] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_semestral] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_semestral.png");
}
[class*=picsat_frecuencia_semestral][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_semestral.png");
}

[class*=picsat_frecuencia_cuatrimestral] .cs_ed_left, [class*=picsat_frecuencia_cuatrimestral] .cs_bt_left, [class*=picsat_frecuencia_cuatrimestral] .cs_bt_inner, [class*=picsat_frecuencia_cuatrimestral] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_cuatrimestral.png");
}
[class*=picsat_frecuencia_cuatrimestral] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_cuatrimestral] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_cuatrimestral.png");
}
[class*=picsat_frecuencia_cuatrimestral][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_cuatrimestral.png");
}

[class*=picsat_frecuencia_trimestral] .cs_ed_left, [class*=picsat_frecuencia_trimestral] .cs_bt_left, [class*=picsat_frecuencia_trimestral] .cs_bt_inner, [class*=picsat_frecuencia_trimestral] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_trimestral.png");
}
[class*=picsat_frecuencia_trimestral] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_trimestral] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_trimestral.png");
}
[class*=picsat_frecuencia_trimestral][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_trimestral.png");
}

[class*=picsat_frecuencia_bimensual] .cs_ed_left, [class*=picsat_frecuencia_bimensual] .cs_bt_left, [class*=picsat_frecuencia_bimensual] .cs_bt_inner, [class*=picsat_frecuencia_bimensual] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_bimensual.png");
}
[class*=picsat_frecuencia_bimensual] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_bimensual] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_bimensual.png");
}
[class*=picsat_frecuencia_bimensual][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_bimensual.png");
}

[class*=picsat_frecuencia_mensual] .cs_ed_left, [class*=picsat_frecuencia_mensual] .cs_bt_left, [class*=picsat_frecuencia_mensual] .cs_bt_inner, [class*=picsat_frecuencia_mensual] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_mensual.png");
}
[class*=picsat_frecuencia_mensual] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_mensual] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_mensual.png");
}
[class*=picsat_frecuencia_mensual][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_mensual.png");
}

[class*=picsat_frecuencia_quincenal] .cs_ed_left, [class*=picsat_frecuencia_quincenal] .cs_bt_left, [class*=picsat_frecuencia_quincenal] .cs_bt_inner, [class*=picsat_frecuencia_quincenal] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_quincenal.png");
}
[class*=picsat_frecuencia_quincenal] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_quincenal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_quincenal.png");
}
[class*=picsat_frecuencia_quincenal][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_quincenal.png");
}

[class*=picsat_frecuencia_semanal] .cs_ed_left, [class*=picsat_frecuencia_semanal] .cs_bt_left, [class*=picsat_frecuencia_semanal] .cs_bt_inner, [class*=picsat_frecuencia_semanal] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_semanal.png");
}
[class*=picsat_frecuencia_semanal] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_semanal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_semanal.png");
}
[class*=picsat_frecuencia_semanal][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_semanal.png");
}

[class*=picsat_frecuencia_diaria] .cs_ed_left, [class*=picsat_frecuencia_diaria] .cs_bt_left, [class*=picsat_frecuencia_diaria] .cs_bt_inner, [class*=picsat_frecuencia_diaria] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_diaria.png");
}
[class*=picsat_frecuencia_diaria] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_diaria] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_diaria.png");
}
[class*=picsat_frecuencia_diaria][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_diaria.png");
}

[class*=picsat_frecuencia_bianual_sel] .cs_ed_left, [class*=picsat_frecuencia_bianual_sel] .cs_bt_left, [class*=picsat_frecuencia_bianual_sel] .cs_bt_inner, [class*=picsat_frecuencia_bianual_sel] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_bianual_a.png");
}
[class*=picsat_frecuencia_bianual_sel] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_bianual_sel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_bianual_a.png");
}
[class*=picsat_frecuencia_bianual_sel][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_bianual_a.png");
}

[class*=picsat_frecuencia_anual_sel] .cs_ed_left, [class*=picsat_frecuencia_anual_sel] .cs_bt_left, [class*=picsat_frecuencia_anual_sel] .cs_bt_inner, [class*=picsat_frecuencia_anual_sel] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_anual_a.png");
}
[class*=picsat_frecuencia_anual_sel] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_anual_sel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_anual_a.png");
}
[class*=picsat_frecuencia_anual_sel][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_anual_a.png");
}

[class*=picsat_frecuencia_semestral_sel] .cs_ed_left, [class*=picsat_frecuencia_semestral_sel] .cs_bt_left, [class*=picsat_frecuencia_semestral_sel] .cs_bt_inner, [class*=picsat_frecuencia_semestral_sel] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_semestral_a.png");
}
[class*=picsat_frecuencia_semestral_sel] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_semestral_sel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_semestral_a.png");
}
[class*=picsat_frecuencia_semestral_sel][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_semestral_a.png");
}

[class*=picsat_frecuencia_cuatrimestral_sel] .cs_ed_left, [class*=picsat_frecuencia_cuatrimestral_sel] .cs_bt_left, [class*=picsat_frecuencia_cuatrimestral_sel] .cs_bt_inner, [class*=picsat_frecuencia_cuatrimestral_sel] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_cuatrimestral_a.png");
}
[class*=picsat_frecuencia_cuatrimestral_sel] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_cuatrimestral_sel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_cuatrimestral_a.png");
}
[class*=picsat_frecuencia_cuatrimestral_sel][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_cuatrimestral_a.png");
}

[class*=picsat_frecuencia_trimestral_sel] .cs_ed_left, [class*=picsat_frecuencia_trimestral_sel] .cs_bt_left, [class*=picsat_frecuencia_trimestral_sel] .cs_bt_inner, [class*=picsat_frecuencia_trimestral_sel] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_trimestral_a.png");
}
[class*=picsat_frecuencia_trimestral_sel] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_trimestral_sel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_trimestral_a.png");
}
[class*=picsat_frecuencia_trimestral_sel][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_trimestral_a.png");
}

[class*=picsat_frecuencia_bimensual_sel] .cs_ed_left, [class*=picsat_frecuencia_bimensual_sel] .cs_bt_left, [class*=picsat_frecuencia_bimensual_sel] .cs_bt_inner, [class*=picsat_frecuencia_bimensual_sel] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_bimensual_a.png");
}
[class*=picsat_frecuencia_bimensual_sel] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_bimensual_sel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_bimensual_a.png");
}
[class*=picsat_frecuencia_bimensual_sel][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_bimensual_a.png");
}

[class*=picsat_frecuencia_mensual_sel] .cs_ed_left, [class*=picsat_frecuencia_mensual_sel] .cs_bt_left, [class*=picsat_frecuencia_mensual_sel] .cs_bt_inner, [class*=picsat_frecuencia_mensual_sel] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_mensual_a.png");
}
[class*=picsat_frecuencia_mensual_sel] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_mensual_sel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_mensual_a.png");
}
[class*=picsat_frecuencia_mensual_sel][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_mensual_a.png");
}

[class*=picsat_frecuencia_quincenal_sel] .cs_ed_left, [class*=picsat_frecuencia_quincenal_sel] .cs_bt_left, [class*=picsat_frecuencia_quincenal_sel] .cs_bt_inner, [class*=picsat_frecuencia_quincenal_sel] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_quincenal_a.png");
}
[class*=picsat_frecuencia_quincenal_sel] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_quincenal_sel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_quincenal_a.png");
}
[class*=picsat_frecuencia_quincenal_sel][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_quincenal_a.png");
}

[class*=picsat_frecuencia_semanal_sel] .cs_ed_left, [class*=picsat_frecuencia_semanal_sel] .cs_bt_left, [class*=picsat_frecuencia_semanal_sel] .cs_bt_inner, [class*=picsat_frecuencia_semanal_sel] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_semanal_a.png");
}
[class*=picsat_frecuencia_semanal_sel] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_semanal_sel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_semanal_a.png");
}
[class*=picsat_frecuencia_semanal_sel][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_semanal_a.png");
}

[class*=picsat_frecuencia_diaria_sel] .cs_ed_left, [class*=picsat_frecuencia_diaria_sel] .cs_bt_left, [class*=picsat_frecuencia_diaria_sel] .cs_bt_inner, [class*=picsat_frecuencia_diaria_sel] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_freq_diaria_a.png");
}
[class*=picsat_frecuencia_diaria_sel] .cs_lb_label .cs_lb_left, [class*=picsat_frecuencia_diaria_sel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_freq_diaria_a.png");
}
[class*=picsat_frecuencia_diaria_sel][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_freq_diaria_a.png");
}

[class*=picsat_prioridad_baja] .cs_ed_left, [class*=picsat_prioridad_baja] .cs_bt_left, [class*=picsat_prioridad_baja] .cs_bt_inner, [class*=picsat_prioridad_baja] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_baja.png");
}
[class*=picsat_prioridad_baja] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_baja] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_baja.png");
}
[class*=picsat_prioridad_baja][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_baja.png");
}

[class*=picsat_prioridad_baja_trans] .cs_ed_left, [class*=picsat_prioridad_baja_trans] .cs_bt_left, [class*=picsat_prioridad_baja_trans] .cs_bt_inner, [class*=picsat_prioridad_baja_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_baja_trans.png");
}
[class*=picsat_prioridad_baja_trans] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_baja_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_baja_trans.png");
}
[class*=picsat_prioridad_baja_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_baja_trans.png");
}
[class*=picsat_prioridad_baja_trans][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_baja_trans_white.png");
}

[class*=picsat_prioridad_baja_trans_white] .cs_ed_left, [class*=picsat_prioridad_baja_trans_white] .cs_bt_left, [class*=picsat_prioridad_baja_trans_white] .cs_bt_inner, [class*=picsat_prioridad_baja_trans_white] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_baja_trans_white.png");
}
[class*=picsat_prioridad_baja_trans_white] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_baja_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_baja_trans_white.png");
}
[class*=picsat_prioridad_baja_trans_white][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_baja_trans_white.png");
}
[class*=picsat_prioridad_baja_trans_white][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_baja_trans.png");
}

[class*=picsat_prioridad_media] .cs_ed_left, [class*=picsat_prioridad_media] .cs_bt_left, [class*=picsat_prioridad_media] .cs_bt_inner, [class*=picsat_prioridad_media] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_media.png");
}
[class*=picsat_prioridad_media] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_media] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_media.png");
}
[class*=picsat_prioridad_media][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_media.png");
}

[class*=picsat_prioridad_media_trans] .cs_ed_left, [class*=picsat_prioridad_media_trans] .cs_bt_left, [class*=picsat_prioridad_media_trans] .cs_bt_inner, [class*=picsat_prioridad_media_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_media_trans.png");
}
[class*=picsat_prioridad_media_trans] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_media_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_media_trans.png");
}
[class*=picsat_prioridad_media_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_media_trans.png");
}
[class*=picsat_prioridad_media_trans][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_media_trans_white.png");
}

[class*=picsat_prioridad_media_trans_white] .cs_ed_left, [class*=picsat_prioridad_media_trans_white] .cs_bt_left, [class*=picsat_prioridad_media_trans_white] .cs_bt_inner, [class*=picsat_prioridad_media_trans_white] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_media_trans_white.png");
}
[class*=picsat_prioridad_media_trans_white] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_media_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_media_trans_white.png");
}
[class*=picsat_prioridad_media_trans_white][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_media_trans_white.png");
}
[class*=picsat_prioridad_media_trans_white][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_media_trans.png");
}

[class*=picsat_prioridad_alta] .cs_ed_left, [class*=picsat_prioridad_alta] .cs_bt_left, [class*=picsat_prioridad_alta] .cs_bt_inner, [class*=picsat_prioridad_alta] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_alta.png");
}
[class*=picsat_prioridad_alta] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_alta] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_alta.png");
}
[class*=picsat_prioridad_alta][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_alta.png");
}

[class*=picsat_prioridad_alta_trans] .cs_ed_left, [class*=picsat_prioridad_alta_trans] .cs_bt_left, [class*=picsat_prioridad_alta_trans] .cs_bt_inner, [class*=picsat_prioridad_alta_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_alta_trans.png");
}
[class*=picsat_prioridad_alta_trans] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_alta_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_alta_trans.png");
}
[class*=picsat_prioridad_alta_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_alta_trans.png");
}
[class*=picsat_prioridad_alta_trans][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_alta_trans_white.png");
}

[class*=picsat_prioridad_alta_trans_white] .cs_ed_left, [class*=picsat_prioridad_alta_trans_white] .cs_bt_left, [class*=picsat_prioridad_alta_trans_white] .cs_bt_inner, [class*=picsat_prioridad_alta_trans_white] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_alta_trans_white.png");
}
[class*=picsat_prioridad_alta_trans_white] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_alta_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_alta_trans_white.png");
}
[class*=picsat_prioridad_alta_trans_white][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_alta_trans_white.png");
}
[class*=picsat_prioridad_alta_trans_white][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_alta_trans.png");
}

[class*=picsat_prioridad_urgente] .cs_ed_left, [class*=picsat_prioridad_urgente] .cs_bt_left, [class*=picsat_prioridad_urgente] .cs_bt_inner, [class*=picsat_prioridad_urgente] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente.png");
}
[class*=picsat_prioridad_urgente] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_urgente] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente.png");
}
[class*=picsat_prioridad_urgente][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente.png");
}

[class*=picsat_prioridad_urgente_trans] .cs_ed_left, [class*=picsat_prioridad_urgente_trans] .cs_bt_left, [class*=picsat_prioridad_urgente_trans] .cs_bt_inner, [class*=picsat_prioridad_urgente_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente_trans.png");
}
[class*=picsat_prioridad_urgente_trans] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_urgente_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente_trans.png");
}
[class*=picsat_prioridad_urgente_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente_trans.png");
}
[class*=picsat_prioridad_urgente_trans][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente_trans_white.png");
}

[class*=picsat_prioridad_urgente_trans_white] .cs_ed_left, [class*=picsat_prioridad_urgente_trans_white] .cs_bt_left, [class*=picsat_prioridad_urgente_trans_white] .cs_bt_inner, [class*=picsat_prioridad_urgente_trans_white] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente_trans_white.png");
}
[class*=picsat_prioridad_urgente_trans_white] .cs_lb_label .cs_lb_left, [class*=picsat_prioridad_urgente_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente_trans_white.png");
}
[class*=picsat_prioridad_urgente_trans_white][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente_trans_white.png");
}
[class*=picsat_prioridad_urgente_trans_white][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/sat/fw_sat_prioridad_urgente_trans.png");
}

[class*=picsat_consultar_pendientes] .cs_ed_left, [class*=picsat_consultar_pendientes] .cs_bt_left, [class*=picsat_consultar_pendientes] .cs_bt_inner, [class*=picsat_consultar_pendientes] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_consultar_pendientes.png");
}
[class*=picsat_consultar_pendientes] .cs_lb_label .cs_lb_left, [class*=picsat_consultar_pendientes] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_consultar_pendientes.png");
}
[class*=picsat_consultar_pendientes][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_consultar_pendientes.png");
}

[class*=picsat_consultar_procesando] .cs_ed_left, [class*=picsat_consultar_procesando] .cs_bt_left, [class*=picsat_consultar_procesando] .cs_bt_inner, [class*=picsat_consultar_procesando] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_consultar_procesando.png");
}
[class*=picsat_consultar_procesando] .cs_lb_label .cs_lb_left, [class*=picsat_consultar_procesando] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_consultar_procesando.png");
}
[class*=picsat_consultar_procesando][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_consultar_procesando.png");
}

[class*=picsat_consultar_urgentes] .cs_ed_left, [class*=picsat_consultar_urgentes] .cs_bt_left, [class*=picsat_consultar_urgentes] .cs_bt_inner, [class*=picsat_consultar_urgentes] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_consultar_urgentes.png");
}
[class*=picsat_consultar_urgentes] .cs_lb_label .cs_lb_left, [class*=picsat_consultar_urgentes] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_consultar_urgentes.png");
}
[class*=picsat_consultar_urgentes][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_consultar_urgentes.png");
}

[class*=picsat_consultar_terminadas] .cs_ed_left, [class*=picsat_consultar_terminadas] .cs_bt_left, [class*=picsat_consultar_terminadas] .cs_bt_inner, [class*=picsat_consultar_terminadas] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_consultar_terminadas.png");
}
[class*=picsat_consultar_terminadas] .cs_lb_label .cs_lb_left, [class*=picsat_consultar_terminadas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_consultar_terminadas.png");
}
[class*=picsat_consultar_terminadas][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_consultar_terminadas.png");
}

[class*=picsat_status_pendiente] .cs_ed_left, [class*=picsat_status_pendiente] .cs_bt_left, [class*=picsat_status_pendiente] .cs_bt_inner, [class*=picsat_status_pendiente] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_status_pendiente.png");
}
[class*=picsat_status_pendiente] .cs_lb_label .cs_lb_left, [class*=picsat_status_pendiente] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_status_pendiente.png");
}
[class*=picsat_status_pendiente][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_status_pendiente.png");
}

[class*=picsat_status_procesada] .cs_ed_left, [class*=picsat_status_procesada] .cs_bt_left, [class*=picsat_status_procesada] .cs_bt_inner, [class*=picsat_status_procesada] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_status_proceso.png");
}
[class*=picsat_status_procesada] .cs_lb_label .cs_lb_left, [class*=picsat_status_procesada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_status_proceso.png");
}
[class*=picsat_status_procesada][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_status_proceso.png");
}

[class*=picsat_status_terminada] .cs_ed_left, [class*=picsat_status_terminada] .cs_bt_left, [class*=picsat_status_terminada] .cs_bt_inner, [class*=picsat_status_terminada] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_status_terminada.png");
}
[class*=picsat_status_terminada] .cs_lb_label .cs_lb_left, [class*=picsat_status_terminada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_status_terminada.png");
}
[class*=picsat_status_terminada][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_status_terminada.png");
}

[class*=picsat_estado_averiada] .cs_ed_left, [class*=picsat_estado_averiada] .cs_bt_left, [class*=picsat_estado_averiada] .cs_bt_inner, [class*=picsat_estado_averiada] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_estado_averiada.png");
}
[class*=picsat_estado_averiada] .cs_lb_label .cs_lb_left, [class*=picsat_estado_averiada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_estado_averiada.png");
}
[class*=picsat_estado_averiada][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_estado_averiada.png");
}

[class*=picsat_estado_reparacion] .cs_ed_left, [class*=picsat_estado_reparacion] .cs_bt_left, [class*=picsat_estado_reparacion] .cs_bt_inner, [class*=picsat_estado_reparacion] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_estado_reparacion.png");
}
[class*=picsat_estado_reparacion] .cs_lb_label .cs_lb_left, [class*=picsat_estado_reparacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_estado_reparacion.png");
}
[class*=picsat_estado_reparacion][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_estado_reparacion.png");
}

[class*=picsat_estado_revision] .cs_ed_left, [class*=picsat_estado_revision] .cs_bt_left, [class*=picsat_estado_revision] .cs_bt_inner, [class*=picsat_estado_revision] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_estado_revision.png");
}
[class*=picsat_estado_revision] .cs_lb_label .cs_lb_left, [class*=picsat_estado_revision] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_estado_revision.png");
}
[class*=picsat_estado_revision][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_estado_revision.png");
}

[class*=picsat_estado_funcionamiento] .cs_ed_left, [class*=picsat_estado_funcionamiento] .cs_bt_left, [class*=picsat_estado_funcionamiento] .cs_bt_inner, [class*=picsat_estado_funcionamiento] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_estado_funcionamiento.png");
}
[class*=picsat_estado_funcionamiento] .cs_lb_label .cs_lb_left, [class*=picsat_estado_funcionamiento] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_estado_funcionamiento.png");
}
[class*=picsat_estado_funcionamiento][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_estado_funcionamiento.png");
}

[class*=picsat_averia] .cs_ed_left, [class*=picsat_averia] .cs_bt_left, [class*=picsat_averia] .cs_bt_inner, [class*=picsat_averia] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias.png");
}
[class*=picsat_averia] .cs_lb_label .cs_lb_left, [class*=picsat_averia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias.png");
}
[class*=picsat_averia][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias.png");
}

[class*=picsat_averia_gray] .cs_ed_left, [class*=picsat_averia_gray] .cs_bt_left, [class*=picsat_averia_gray] .cs_bt_inner, [class*=picsat_averia_gray] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_gray.png");
}
[class*=picsat_averia_gray] .cs_lb_label .cs_lb_left, [class*=picsat_averia_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_gray.png");
}
[class*=picsat_averia_gray][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_gray.png");
}

[class*=picsat_averia_black] .cs_ed_left, [class*=picsat_averia_black] .cs_bt_left, [class*=picsat_averia_black] .cs_bt_inner, [class*=picsat_averia_black] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_black.png");
}
[class*=picsat_averia_black] .cs_lb_label .cs_lb_left, [class*=picsat_averia_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_black.png");
}
[class*=picsat_averia_black][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_black.png");
}

[class*=picsat_averia_red] .cs_ed_left, [class*=picsat_averia_red] .cs_bt_left, [class*=picsat_averia_red] .cs_bt_inner, [class*=picsat_averia_red] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_red.png");
}
[class*=picsat_averia_red] .cs_lb_label .cs_lb_left, [class*=picsat_averia_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_red.png");
}
[class*=picsat_averia_red][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_red.png");
}

[class*=picsat_averia_green] .cs_ed_left, [class*=picsat_averia_green] .cs_bt_left, [class*=picsat_averia_green] .cs_bt_inner, [class*=picsat_averia_green] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_green.png");
}
[class*=picsat_averia_green] .cs_lb_label .cs_lb_left, [class*=picsat_averia_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_green.png");
}
[class*=picsat_averia_green][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_green.png");
}

[class*=picsat_averia_orange] .cs_ed_left, [class*=picsat_averia_orange] .cs_bt_left, [class*=picsat_averia_orange] .cs_bt_inner, [class*=picsat_averia_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_orange.png");
}
[class*=picsat_averia_orange] .cs_lb_label .cs_lb_left, [class*=picsat_averia_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_orange.png");
}
[class*=picsat_averia_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_orange.png");
}

[class*=picsat_averia_trans] .cs_ed_left, [class*=picsat_averia_trans] .cs_bt_left, [class*=picsat_averia_trans] .cs_bt_inner, [class*=picsat_averia_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_trans.png");
}
[class*=picsat_averia_trans] .cs_lb_label .cs_lb_left, [class*=picsat_averia_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_trans.png");
}
[class*=picsat_averia_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_trans.png");
}

[class*=picsat_averia_trans_white] .cs_ed_left, [class*=picsat_averia_trans_white] .cs_bt_left, [class*=picsat_averia_trans_white] .cs_bt_inner, [class*=picsat_averia_trans_white] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_trans_white.png");
}
[class*=picsat_averia_trans_white] .cs_lb_label .cs_lb_left, [class*=picsat_averia_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_trans_white.png");
}
[class*=picsat_averia_trans_white][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_trans_white.png");
}

[class*=picsat_averia_trans_gray] .cs_ed_left, [class*=picsat_averia_trans_gray] .cs_bt_left, [class*=picsat_averia_trans_gray] .cs_bt_inner, [class*=picsat_averia_trans_gray] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_trans_gray.png");
}
[class*=picsat_averia_trans_gray] .cs_lb_label .cs_lb_left, [class*=picsat_averia_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_trans_gray.png");
}
[class*=picsat_averia_trans_gray][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_trans_gray.png");
}

[class*=picsat_averia_trans_orange] .cs_ed_left, [class*=picsat_averia_trans_orange] .cs_bt_left, [class*=picsat_averia_trans_orange] .cs_bt_inner, [class*=picsat_averia_trans_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_trans_orange.png");
}
[class*=picsat_averia_trans_orange] .cs_lb_label .cs_lb_left, [class*=picsat_averia_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_trans_orange.png");
}
[class*=picsat_averia_trans_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_trans_orange.png");
}

[class*=picsat_averia_white_perfiled] .cs_ed_left, [class*=picsat_averia_white_perfiled] .cs_bt_left, [class*=picsat_averia_white_perfiled] .cs_bt_inner, [class*=picsat_averia_white_perfiled] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_averias_white_perfiled.png");
}
[class*=picsat_averia_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picsat_averia_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_averias_white_perfiled.png");
}
[class*=picsat_averia_white_perfiled][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_averias_white_perfiled.png");
}

[class*=picsat_tecnicos] .cs_ed_left, [class*=picsat_tecnicos] .cs_bt_left, [class*=picsat_tecnicos] .cs_bt_inner, [class*=picsat_tecnicos] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_tecnicos.png");
}
[class*=picsat_tecnicos] .cs_lb_label .cs_lb_left, [class*=picsat_tecnicos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_tecnicos.png");
}
[class*=picsat_tecnicos][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_tecnicos.png");
}

[class*=picsat_tecnicos_trans] .cs_ed_left, [class*=picsat_tecnicos_trans] .cs_bt_left, [class*=picsat_tecnicos_trans] .cs_bt_inner, [class*=picsat_tecnicos_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_tecnicos_trans.png");
}
[class*=picsat_tecnicos_trans] .cs_lb_label .cs_lb_left, [class*=picsat_tecnicos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_tecnicos_trans.png");
}
[class*=picsat_tecnicos_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_tecnicos_trans.png");
}

[class*=picsat_tecnicos_trans_white] .cs_ed_left, [class*=picsat_tecnicos_trans_white] .cs_bt_left, [class*=picsat_tecnicos_trans_white] .cs_bt_inner, [class*=picsat_tecnicos_trans_white] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_tecnicos_trans_white.png");
}
[class*=picsat_tecnicos_trans_white] .cs_lb_label .cs_lb_left, [class*=picsat_tecnicos_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_tecnicos_trans_white.png");
}
[class*=picsat_tecnicos_trans_white][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_tecnicos_trans_white.png");
}

[class*=picsat_tecnicos_trans_orange] .cs_ed_left, [class*=picsat_tecnicos_trans_orange] .cs_bt_left, [class*=picsat_tecnicos_trans_orange] .cs_bt_inner, [class*=picsat_tecnicos_trans_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_tecnicos_trans_orange.png");
}
[class*=picsat_tecnicos_trans_orange] .cs_lb_label .cs_lb_left, [class*=picsat_tecnicos_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_tecnicos_trans_orange.png");
}
[class*=picsat_tecnicos_trans_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_tecnicos_trans_orange.png");
}

[class*=picsat_tecnicos_login] .cs_ed_left, [class*=picsat_tecnicos_login] .cs_bt_left, [class*=picsat_tecnicos_login] .cs_bt_inner, [class*=picsat_tecnicos_login] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_tecnicos_login.png");
}
[class*=picsat_tecnicos_login] .cs_lb_label .cs_lb_left, [class*=picsat_tecnicos_login] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_tecnicos_login.png");
}
[class*=picsat_tecnicos_login][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_tecnicos_login.png");
}

[class*=picsat_traspaso_tecnico] .cs_ed_left, [class*=picsat_traspaso_tecnico] .cs_bt_left, [class*=picsat_traspaso_tecnico] .cs_bt_inner, [class*=picsat_traspaso_tecnico] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_traspasoatecnico.png");
}
[class*=picsat_traspaso_tecnico] .cs_lb_label .cs_lb_left, [class*=picsat_traspaso_tecnico] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_traspasoatecnico.png");
}
[class*=picsat_traspaso_tecnico][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_traspasoatecnico.png");
}

[class*=picsat_acciones] .cs_ed_left, [class*=picsat_acciones] .cs_bt_left, [class*=picsat_acciones] .cs_bt_inner, [class*=picsat_acciones] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_acciones.png");
}
[class*=picsat_acciones] .cs_lb_label .cs_lb_left, [class*=picsat_acciones] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_acciones.png");
}
[class*=picsat_acciones][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_acciones.png");
}

[class*=picsat_zonas] .cs_ed_left, [class*=picsat_zonas] .cs_bt_left, [class*=picsat_zonas] .cs_bt_inner, [class*=picsat_zonas] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_zonas.png");
}
[class*=picsat_zonas] .cs_lb_label .cs_lb_left, [class*=picsat_zonas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_zonas.png");
}
[class*=picsat_zonas][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_zonas.png");
}

[class*=picsat_ubicaciones] .cs_ed_left, [class*=picsat_ubicaciones] .cs_bt_left, [class*=picsat_ubicaciones] .cs_bt_inner, [class*=picsat_ubicaciones] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_ubicaciones.png");
}
[class*=picsat_ubicaciones] .cs_lb_label .cs_lb_left, [class*=picsat_ubicaciones] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_ubicaciones.png");
}
[class*=picsat_ubicaciones][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_ubicaciones.png");
}

[class*=picsat_estados] .cs_ed_left, [class*=picsat_estados] .cs_bt_left, [class*=picsat_estados] .cs_bt_inner, [class*=picsat_estados] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_estados.png");
}
[class*=picsat_estados] .cs_lb_label .cs_lb_left, [class*=picsat_estados] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_estados.png");
}
[class*=picsat_estados][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_estados.png");
}

[class*=picsat_prioridades] .cs_ed_left, [class*=picsat_prioridades] .cs_bt_left, [class*=picsat_prioridades] .cs_bt_inner, [class*=picsat_prioridades] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_prioridades.png");
}
[class*=picsat_prioridades] .cs_lb_label .cs_lb_left, [class*=picsat_prioridades] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_prioridades.png");
}
[class*=picsat_prioridades][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_prioridades.png");
}

[class*=picsat_listaverias] .cs_ed_left, [class*=picsat_listaverias] .cs_bt_left, [class*=picsat_listaverias] .cs_bt_inner, [class*=picsat_listaverias] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_listaverias.png");
}
[class*=picsat_listaverias] .cs_lb_label .cs_lb_left, [class*=picsat_listaverias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_listaverias.png");
}
[class*=picsat_listaverias][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_listaverias.png");
}

[class*=picsat_bloquear] .cs_ed_left, [class*=picsat_bloquear] .cs_bt_left, [class*=picsat_bloquear] .cs_bt_inner, [class*=picsat_bloquear] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_bloquear.png");
}
[class*=picsat_bloquear] .cs_lb_label .cs_lb_left, [class*=picsat_bloquear] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_bloquear.png");
}
[class*=picsat_bloquear][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_bloquear.png");
}

[class*=picsat_desbloquear] .cs_ed_left, [class*=picsat_desbloquear] .cs_bt_left, [class*=picsat_desbloquear] .cs_bt_inner, [class*=picsat_desbloquear] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_desbloquear.png");
}
[class*=picsat_desbloquear] .cs_lb_label .cs_lb_left, [class*=picsat_desbloquear] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_desbloquear.png");
}
[class*=picsat_desbloquear][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_desbloquear.png");
}

[class*=picsat_contadores] .cs_ed_left, [class*=picsat_contadores] .cs_bt_left, [class*=picsat_contadores] .cs_bt_inner, [class*=picsat_contadores] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_contadores.png");
}
[class*=picsat_contadores] .cs_lb_label .cs_lb_left, [class*=picsat_contadores] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_contadores.png");
}
[class*=picsat_contadores][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_contadores.png");
}

[class*=picsat_contadores_trans] .cs_ed_left, [class*=picsat_contadores_trans] .cs_bt_left, [class*=picsat_contadores_trans] .cs_bt_inner, [class*=picsat_contadores_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_contadores_trans.png");
}
[class*=picsat_contadores_trans] .cs_lb_label .cs_lb_left, [class*=picsat_contadores_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_contadores_trans.png");
}
[class*=picsat_contadores_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_contadores_trans.png");
}

[class*=picsat_contadores_trans_white] .cs_ed_left, [class*=picsat_contadores_trans_white] .cs_bt_left, [class*=picsat_contadores_trans_white] .cs_bt_inner, [class*=picsat_contadores_trans_white] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_contadores_trans_white.png");
}
[class*=picsat_contadores_trans_white] .cs_lb_label .cs_lb_left, [class*=picsat_contadores_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_contadores_trans_white.png");
}
[class*=picsat_contadores_trans_white][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_contadores_trans_white.png");
}

[class*=picsat_contadores_trans_orange] .cs_ed_left, [class*=picsat_contadores_trans_orange] .cs_bt_left, [class*=picsat_contadores_trans_orange] .cs_bt_inner, [class*=picsat_contadores_trans_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_contadores_trans_orange.png");
}
[class*=picsat_contadores_trans_orange] .cs_lb_label .cs_lb_left, [class*=picsat_contadores_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_contadores_trans_orange.png");
}
[class*=picsat_contadores_trans_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_contadores_trans_orange.png");
}

[class*=picsat_contadores_funcionamiento] .cs_ed_left, [class*=picsat_contadores_funcionamiento] .cs_bt_left, [class*=picsat_contadores_funcionamiento] .cs_bt_inner, [class*=picsat_contadores_funcionamiento] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_contadores_funcionamiento.png");
}
[class*=picsat_contadores_funcionamiento] .cs_lb_label .cs_lb_left, [class*=picsat_contadores_funcionamiento] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_contadores_funcionamiento.png");
}
[class*=picsat_contadores_funcionamiento][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_contadores_funcionamiento.png");
}

[class*=picsat_contadores_reparacion] .cs_ed_left, [class*=picsat_contadores_reparacion] .cs_bt_left, [class*=picsat_contadores_reparacion] .cs_bt_inner, [class*=picsat_contadores_reparacion] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_contadores_reparacion.png");
}
[class*=picsat_contadores_reparacion] .cs_lb_label .cs_lb_left, [class*=picsat_contadores_reparacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_contadores_reparacion.png");
}
[class*=picsat_contadores_reparacion][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_contadores_reparacion.png");
}

[class*=picsat_tiposcontadores] .cs_ed_left, [class*=picsat_tiposcontadores] .cs_bt_left, [class*=picsat_tiposcontadores] .cs_bt_inner, [class*=picsat_tiposcontadores] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_contadores_tipos.png");
}
[class*=picsat_tiposcontadores] .cs_lb_label .cs_lb_left, [class*=picsat_tiposcontadores] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_contadores_tipos.png");
}
[class*=picsat_tiposcontadores][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_contadores_tipos.png");
}

[class*=picsat_lecturacontadores] .cs_ed_left, [class*=picsat_lecturacontadores] .cs_bt_left, [class*=picsat_lecturacontadores] .cs_bt_inner, [class*=picsat_lecturacontadores] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_contadores_lectura.png");
}
[class*=picsat_lecturacontadores] .cs_lb_label .cs_lb_left, [class*=picsat_lecturacontadores] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_contadores_lectura.png");
}
[class*=picsat_lecturacontadores][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_contadores_lectura.png");
}

[class*=picsat_maquinas] .cs_ed_left, [class*=picsat_maquinas] .cs_bt_left, [class*=picsat_maquinas] .cs_bt_inner, [class*=picsat_maquinas] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_maquinas.png");
}
[class*=picsat_maquinas] .cs_lb_label .cs_lb_left, [class*=picsat_maquinas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_maquinas.png");
}
[class*=picsat_maquinas][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_maquinas.png");
}

[class*=picsat_maquinas_trans] .cs_ed_left, [class*=picsat_maquinas_trans] .cs_bt_left, [class*=picsat_maquinas_trans] .cs_bt_inner, [class*=picsat_maquinas_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_maquinas_trans.png");
}
[class*=picsat_maquinas_trans] .cs_lb_label .cs_lb_left, [class*=picsat_maquinas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_maquinas_trans.png");
}
[class*=picsat_maquinas_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_maquinas_trans.png");
}

[class*=picsat_maquinas_trans_white] .cs_ed_left, [class*=picsat_maquinas_trans_white] .cs_bt_left, [class*=picsat_maquinas_trans_white] .cs_bt_inner, [class*=picsat_maquinas_trans_white] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_maquinas_trans_white.png");
}
[class*=picsat_maquinas_trans_white] .cs_lb_label .cs_lb_left, [class*=picsat_maquinas_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_maquinas_trans_white.png");
}
[class*=picsat_maquinas_trans_white][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_maquinas_trans_white.png");
}

[class*=picsat_maquinas_trans_orange] .cs_ed_left, [class*=picsat_maquinas_trans_orange] .cs_bt_left, [class*=picsat_maquinas_trans_orange] .cs_bt_inner, [class*=picsat_maquinas_trans_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_maquinas_trans_orange.png");
}
[class*=picsat_maquinas_trans_orange] .cs_lb_label .cs_lb_left, [class*=picsat_maquinas_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_maquinas_trans_orange.png");
}
[class*=picsat_maquinas_trans_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_maquinas_trans_orange.png");
}

[class*=picsat_tiposmaquinas] .cs_ed_left, [class*=picsat_tiposmaquinas] .cs_bt_left, [class*=picsat_tiposmaquinas] .cs_bt_inner, [class*=picsat_tiposmaquinas] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos.png");
}
[class*=picsat_tiposmaquinas] .cs_lb_label .cs_lb_left, [class*=picsat_tiposmaquinas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos.png");
}
[class*=picsat_tiposmaquinas][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos.png");
}

[class*=picsat_tiposmaquinas_trans] .cs_ed_left, [class*=picsat_tiposmaquinas_trans] .cs_bt_left, [class*=picsat_tiposmaquinas_trans] .cs_bt_inner, [class*=picsat_tiposmaquinas_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos_trans.png");
}
[class*=picsat_tiposmaquinas_trans] .cs_lb_label .cs_lb_left, [class*=picsat_tiposmaquinas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos_trans.png");
}
[class*=picsat_tiposmaquinas_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos_trans.png");
}

[class*=picsat_tiposmaquinas_trans_white] .cs_ed_left, [class*=picsat_tiposmaquinas_trans_white] .cs_bt_left, [class*=picsat_tiposmaquinas_trans_white] .cs_bt_inner, [class*=picsat_tiposmaquinas_trans_white] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos_trans_white.png");
}
[class*=picsat_tiposmaquinas_trans_white] .cs_lb_label .cs_lb_left, [class*=picsat_tiposmaquinas_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos_trans_white.png");
}
[class*=picsat_tiposmaquinas_trans_white][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos_trans_white.png");
}

[class*=picsat_tiposmaquinas_trans_orange] .cs_ed_left, [class*=picsat_tiposmaquinas_trans_orange] .cs_bt_left, [class*=picsat_tiposmaquinas_trans_orange] .cs_bt_inner, [class*=picsat_tiposmaquinas_trans_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos_trans_orange.png");
}
[class*=picsat_tiposmaquinas_trans_orange] .cs_lb_label .cs_lb_left, [class*=picsat_tiposmaquinas_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos_trans_orange.png");
}
[class*=picsat_tiposmaquinas_trans_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_maquinas_tipos_trans_orange.png");
}

[class*=picsat_asignar_perfil] .cs_ed_left, [class*=picsat_asignar_perfil] .cs_bt_left, [class*=picsat_asignar_perfil] .cs_bt_inner, [class*=picsat_asignar_perfil] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_asignar_perfil.png");
}
[class*=picsat_asignar_perfil] .cs_lb_label .cs_lb_left, [class*=picsat_asignar_perfil] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_asignar_perfil.png");
}
[class*=picsat_asignar_perfil][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_asignar_perfil.png");
}

[class*=picsat_asignar_perfil_trans] .cs_ed_left, [class*=picsat_asignar_perfil_trans] .cs_bt_left, [class*=picsat_asignar_perfil_trans] .cs_bt_inner, [class*=picsat_asignar_perfil_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_asignar_perfil_trans.png");
}
[class*=picsat_asignar_perfil_trans] .cs_lb_label .cs_lb_left, [class*=picsat_asignar_perfil_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_asignar_perfil_trans.png");
}
[class*=picsat_asignar_perfil_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_asignar_perfil_trans.png");
}

[class*=picsat_asignar_perfil_trans_orange] .cs_ed_left, [class*=picsat_asignar_perfil_trans_orange] .cs_bt_left, [class*=picsat_asignar_perfil_trans_orange] .cs_bt_inner, [class*=picsat_asignar_perfil_trans_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_asignar_perfil_trans_orange.png");
}
[class*=picsat_asignar_perfil_trans_orange] .cs_lb_label .cs_lb_left, [class*=picsat_asignar_perfil_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_asignar_perfil_trans_orange.png");
}
[class*=picsat_asignar_perfil_trans_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_asignar_perfil_trans_orange.png");
}

[class*=picsat_piscina] .cs_ed_left, [class*=picsat_piscina] .cs_bt_left, [class*=picsat_piscina] .cs_bt_inner, [class*=picsat_piscina] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_piscina.png");
}
[class*=picsat_piscina] .cs_lb_label .cs_lb_left, [class*=picsat_piscina] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_piscina.png");
}
[class*=picsat_piscina][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_piscina.png");
}

[class*=picsat_piscina_ok] .cs_ed_left, [class*=picsat_piscina_ok] .cs_bt_left, [class*=picsat_piscina_ok] .cs_bt_inner, [class*=picsat_piscina_ok] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_piscina_ok.png");
}
[class*=picsat_piscina_ok] .cs_lb_label .cs_lb_left, [class*=picsat_piscina_ok] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_piscina_ok.png");
}
[class*=picsat_piscina_ok][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_piscina_ok.png");
}

[class*=picsat_piscina_proceso] .cs_ed_left, [class*=picsat_piscina_proceso] .cs_bt_left, [class*=picsat_piscina_proceso] .cs_bt_inner, [class*=picsat_piscina_proceso] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_piscina_proceso.png");
}
[class*=picsat_piscina_proceso] .cs_lb_label .cs_lb_left, [class*=picsat_piscina_proceso] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_piscina_proceso.png");
}
[class*=picsat_piscina_proceso][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_piscina_proceso.png");
}

[class*=picsat_piscina_averiada] .cs_ed_left, [class*=picsat_piscina_averiada] .cs_bt_left, [class*=picsat_piscina_averiada] .cs_bt_inner, [class*=picsat_piscina_averiada] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_piscina_averiada.png");
}
[class*=picsat_piscina_averiada] .cs_lb_label .cs_lb_left, [class*=picsat_piscina_averiada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_piscina_averiada.png");
}
[class*=picsat_piscina_averiada][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_piscina_averiada.png");
}

[class*=picsat_piscina_trans] .cs_ed_left, [class*=picsat_piscina_trans] .cs_bt_left, [class*=picsat_piscina_trans] .cs_bt_inner, [class*=picsat_piscina_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_piscina_trans.png");
}
[class*=picsat_piscina_trans] .cs_lb_label .cs_lb_left, [class*=picsat_piscina_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_piscina_trans.png");
}
[class*=picsat_piscina_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_piscina_trans.png");
}

[class*=picsat_piscina_trans_white] .cs_ed_left, [class*=picsat_piscina_trans_white] .cs_bt_left, [class*=picsat_piscina_trans_white] .cs_bt_inner, [class*=picsat_piscina_trans_white] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_piscina_trans_white.png");
}
[class*=picsat_piscina_trans_white] .cs_lb_label .cs_lb_left, [class*=picsat_piscina_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_piscina_trans_white.png");
}
[class*=picsat_piscina_trans_white][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_piscina_trans_white.png");
}

[class*=picsat_piscina_trans_orange] .cs_ed_left, [class*=picsat_piscina_trans_orange] .cs_bt_left, [class*=picsat_piscina_trans_orange] .cs_bt_inner, [class*=picsat_piscina_trans_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_piscina_trans_orange.png");
}
[class*=picsat_piscina_trans_orange] .cs_lb_label .cs_lb_left, [class*=picsat_piscina_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_piscina_trans_orange.png");
}
[class*=picsat_piscina_trans_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_piscina_trans_orange.png");
}

[class*=picsat_perfiles] .cs_ed_left, [class*=picsat_perfiles] .cs_bt_left, [class*=picsat_perfiles] .cs_bt_inner, [class*=picsat_perfiles] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_perfiles.png");
}
[class*=picsat_perfiles] .cs_lb_label .cs_lb_left, [class*=picsat_perfiles] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_perfiles.png");
}
[class*=picsat_perfiles][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_perfiles.png");
}

[class*=picsat_perfiles_trans] .cs_ed_left, [class*=picsat_perfiles_trans] .cs_bt_left, [class*=picsat_perfiles_trans] .cs_bt_inner, [class*=picsat_perfiles_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_perfiles_trans.png");
}
[class*=picsat_perfiles_trans] .cs_lb_label .cs_lb_left, [class*=picsat_perfiles_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_perfiles_trans.png");
}
[class*=picsat_perfiles_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_perfiles_trans.png");
}

[class*=picsat_perfiles_trans_orange] .cs_ed_left, [class*=picsat_perfiles_trans_orange] .cs_bt_left, [class*=picsat_perfiles_trans_orange] .cs_bt_inner, [class*=picsat_perfiles_trans_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_perfiles_trans_orange.png");
}
[class*=picsat_perfiles_trans_orange] .cs_lb_label .cs_lb_left, [class*=picsat_perfiles_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_perfiles_trans_orange.png");
}
[class*=picsat_perfiles_trans_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_perfiles_trans_orange.png");
}

[class*=picsat_llave_trans] .cs_ed_left, [class*=picsat_llave_trans] .cs_bt_left, [class*=picsat_llave_trans] .cs_bt_inner, [class*=picsat_llave_trans] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_llave_trans.png");
}
[class*=picsat_llave_trans] .cs_lb_label .cs_lb_left, [class*=picsat_llave_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_llave_trans.png");
}
[class*=picsat_llave_trans][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_llave_trans.png");
}

[class*=picsat_llave_gray_perfiled] .cs_ed_left, [class*=picsat_llave_gray_perfiled] .cs_bt_left, [class*=picsat_llave_gray_perfiled] .cs_bt_inner, [class*=picsat_llave_gray_perfiled] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_llave_gray_perfiled.png");
}
[class*=picsat_llave_gray_perfiled] .cs_lb_label .cs_lb_left, [class*=picsat_llave_gray_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_llave_gray_perfiled.png");
}
[class*=picsat_llave_gray_perfiled][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_llave_gray_perfiled.png");
}

[class*=picsat_llave_trans_red] .cs_ed_left, [class*=picsat_llave_trans_red] .cs_bt_left, [class*=picsat_llave_trans_red] .cs_bt_inner, [class*=picsat_llave_trans_red] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_llave_trans_red.png");
}
[class*=picsat_llave_trans_red] .cs_lb_label .cs_lb_left, [class*=picsat_llave_trans_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_llave_trans_red.png");
}
[class*=picsat_llave_trans_red][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_llave_trans_red.png");
}

[class*=picsat_llave_trans_orange] .cs_ed_left, [class*=picsat_llave_trans_orange] .cs_bt_left, [class*=picsat_llave_trans_orange] .cs_bt_inner, [class*=picsat_llave_trans_orange] .cs_bt_right {
  background-image: url("../../img/sat/fw_sat_llave_trans_orange.png");
}
[class*=picsat_llave_trans_orange] .cs_lb_label .cs_lb_left, [class*=picsat_llave_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/sat/fw_sat_llave_trans_orange.png");
}
[class*=picsat_llave_trans_orange][class*=_solopic] {
  background-image: url("../../img/sat/fw_sat_llave_trans_orange.png");
}

[class*=pictb_dia] .cs_ed_left, [class*=pictb_dia] .cs_bt_left, [class*=pictb_dia] .cs_bt_inner, [class*=pictb_dia] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_dia.png");
}
[class*=pictb_dia] .cs_lb_label .cs_lb_left, [class*=pictb_dia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_dia.png");
}
[class*=pictb_dia][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_dia.png");
}

[class*=pictb_noche] .cs_ed_left, [class*=pictb_noche] .cs_bt_left, [class*=pictb_noche] .cs_bt_inner, [class*=pictb_noche] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_noche.png");
}
[class*=pictb_noche] .cs_lb_label .cs_lb_left, [class*=pictb_noche] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_noche.png");
}
[class*=pictb_noche][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_noche.png");
}

[class*=pictb_dia_red] .cs_ed_left, [class*=pictb_dia_red] .cs_bt_left, [class*=pictb_dia_red] .cs_bt_inner, [class*=pictb_dia_red] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_dia_red.png");
}
[class*=pictb_dia_red] .cs_lb_label .cs_lb_left, [class*=pictb_dia_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_dia_red.png");
}
[class*=pictb_dia_red][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_dia_red.png");
}

[class*=pictb_dia_blue] .cs_ed_left, [class*=pictb_dia_blue] .cs_bt_left, [class*=pictb_dia_blue] .cs_bt_inner, [class*=pictb_dia_blue] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_dia_blue.png");
}
[class*=pictb_dia_blue] .cs_lb_label .cs_lb_left, [class*=pictb_dia_blue] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_dia_blue.png");
}
[class*=pictb_dia_blue][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_dia_blue.png");
}

[class*=pictb_noche_red] .cs_ed_left, [class*=pictb_noche_red] .cs_bt_left, [class*=pictb_noche_red] .cs_bt_inner, [class*=pictb_noche_red] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_noche_red.png");
}
[class*=pictb_noche_red] .cs_lb_label .cs_lb_left, [class*=pictb_noche_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_noche_red.png");
}
[class*=pictb_noche_red][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_noche_red.png");
}

[class*=pictb_noche_blue] .cs_ed_left, [class*=pictb_noche_blue] .cs_bt_left, [class*=pictb_noche_blue] .cs_bt_inner, [class*=pictb_noche_blue] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_noche_blue.png");
}
[class*=pictb_noche_blue] .cs_lb_label .cs_lb_left, [class*=pictb_noche_blue] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_noche_blue.png");
}
[class*=pictb_noche_blue][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_noche_blue.png");
}

[class*=pictb_dianoche] .cs_ed_left, [class*=pictb_dianoche] .cs_bt_left, [class*=pictb_dianoche] .cs_bt_inner, [class*=pictb_dianoche] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_dianoche.png");
}
[class*=pictb_dianoche] .cs_lb_label .cs_lb_left, [class*=pictb_dianoche] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_dianoche.png");
}
[class*=pictb_dianoche][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_dianoche.png");
}

[class*=pictb_tb_zonas] .cs_ed_left, [class*=pictb_tb_zonas] .cs_bt_left, [class*=pictb_tb_zonas] .cs_bt_inner, [class*=pictb_tb_zonas] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_zonas.png");
}
[class*=pictb_tb_zonas] .cs_lb_label .cs_lb_left, [class*=pictb_tb_zonas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_zonas.png");
}
[class*=pictb_tb_zonas][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_zonas.png");
}

[class*=pictb_vista_plano] .cs_ed_left, [class*=pictb_vista_plano] .cs_bt_left, [class*=pictb_vista_plano] .cs_bt_inner, [class*=pictb_vista_plano] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_vista_plano.png");
}
[class*=pictb_vista_plano] .cs_lb_label .cs_lb_left, [class*=pictb_vista_plano] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_vista_plano.png");
}
[class*=pictb_vista_plano][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_vista_plano.png");
}

[class*=pictb_vista_lista] .cs_ed_left, [class*=pictb_vista_lista] .cs_bt_left, [class*=pictb_vista_lista] .cs_bt_inner, [class*=pictb_vista_lista] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_vista_mesa.png");
}
[class*=pictb_vista_lista] .cs_lb_label .cs_lb_left, [class*=pictb_vista_lista] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_vista_mesa.png");
}
[class*=pictb_vista_lista][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_vista_mesa.png");
}

[class*=pictb_vista_gato] .cs_ed_left, [class*=pictb_vista_gato] .cs_bt_left, [class*=pictb_vista_gato] .cs_bt_inner, [class*=pictb_vista_gato] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_vista_gato.png");
}
[class*=pictb_vista_gato] .cs_lb_label .cs_lb_left, [class*=pictb_vista_gato] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_vista_gato.png");
}
[class*=pictb_vista_gato][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_vista_gato.png");
}

[class*=pictb_vista_grid] .cs_ed_left, [class*=pictb_vista_grid] .cs_bt_left, [class*=pictb_vista_grid] .cs_bt_inner, [class*=pictb_vista_grid] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_vista_grid.png");
}
[class*=pictb_vista_grid] .cs_lb_label .cs_lb_left, [class*=pictb_vista_grid] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_vista_grid.png");
}
[class*=pictb_vista_grid][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_vista_grid.png");
}

[class*=pictb_vista_plano_filtro] .cs_ed_left, [class*=pictb_vista_plano_filtro] .cs_bt_left, [class*=pictb_vista_plano_filtro] .cs_bt_inner, [class*=pictb_vista_plano_filtro] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_vista_plano_filtro.png");
}
[class*=pictb_vista_plano_filtro] .cs_lb_label .cs_lb_left, [class*=pictb_vista_plano_filtro] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_vista_plano_filtro.png");
}
[class*=pictb_vista_plano_filtro][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_vista_plano_filtro.png");
}

[class*=pictb_listaespera] .cs_ed_left, [class*=pictb_listaespera] .cs_bt_left, [class*=pictb_listaespera] .cs_bt_inner, [class*=pictb_listaespera] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_listaespera.png");
}
[class*=pictb_listaespera] .cs_lb_label .cs_lb_left, [class*=pictb_listaespera] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_listaespera.png");
}
[class*=pictb_listaespera][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_listaespera.png");
}

[class*=pictb_listaespera_aqui] .cs_ed_left, [class*=pictb_listaespera_aqui] .cs_bt_left, [class*=pictb_listaespera_aqui] .cs_bt_inner, [class*=pictb_listaespera_aqui] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_listaespera_aqui.png");
}
[class*=pictb_listaespera_aqui] .cs_lb_label .cs_lb_left, [class*=pictb_listaespera_aqui] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_listaespera_aqui.png");
}
[class*=pictb_listaespera_aqui][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_listaespera_aqui.png");
}

[class*=pictb_listaespera_enviar] .cs_ed_left, [class*=pictb_listaespera_enviar] .cs_bt_left, [class*=pictb_listaespera_enviar] .cs_bt_inner, [class*=pictb_listaespera_enviar] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_listaespera_enviar.png");
}
[class*=pictb_listaespera_enviar] .cs_lb_label .cs_lb_left, [class*=pictb_listaespera_enviar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_listaespera_enviar.png");
}
[class*=pictb_listaespera_enviar][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_listaespera_enviar.png");
}

[class*=pictb_en_espera] .cs_ed_left, [class*=pictb_en_espera] .cs_bt_left, [class*=pictb_en_espera] .cs_bt_inner, [class*=pictb_en_espera] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_en_espera.png");
}
[class*=pictb_en_espera] .cs_lb_label .cs_lb_left, [class*=pictb_en_espera] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_en_espera.png");
}
[class*=pictb_en_espera][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_en_espera.png");
}

[class*=picttb_sin_asignar] .cs_ed_left, [class*=picttb_sin_asignar] .cs_bt_left, [class*=picttb_sin_asignar] .cs_bt_inner, [class*=picttb_sin_asignar] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_sin_asignar.png");
}
[class*=picttb_sin_asignar] .cs_lb_label .cs_lb_left, [class*=picttb_sin_asignar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_sin_asignar.png");
}
[class*=picttb_sin_asignar][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_sin_asignar.png");
}

[class*=picttb_mesa_green] .cs_ed_left, [class*=picttb_mesa_green] .cs_bt_left, [class*=picttb_mesa_green] .cs_bt_inner, [class*=picttb_mesa_green] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_mesa_green.png");
}
[class*=picttb_mesa_green] .cs_lb_label .cs_lb_left, [class*=picttb_mesa_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_mesa_green.png");
}
[class*=picttb_mesa_green][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_mesa_green.png");
}

[class*=picttb_mesa_blue] .cs_ed_left, [class*=picttb_mesa_blue] .cs_bt_left, [class*=picttb_mesa_blue] .cs_bt_inner, [class*=picttb_mesa_blue] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_mesa_blue.png");
}
[class*=picttb_mesa_blue] .cs_lb_label .cs_lb_left, [class*=picttb_mesa_blue] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_mesa_blue.png");
}
[class*=picttb_mesa_blue][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_mesa_blue.png");
}

[class*=picttb_mesa_orange] .cs_ed_left, [class*=picttb_mesa_orange] .cs_bt_left, [class*=picttb_mesa_orange] .cs_bt_inner, [class*=picttb_mesa_orange] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_mesa_orange.png");
}
[class*=picttb_mesa_orange] .cs_lb_label .cs_lb_left, [class*=picttb_mesa_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_mesa_orange.png");
}
[class*=picttb_mesa_orange][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_mesa_orange.png");
}

[class*=picttb_mesa_red] .cs_ed_left, [class*=picttb_mesa_red] .cs_bt_left, [class*=picttb_mesa_red] .cs_bt_inner, [class*=picttb_mesa_red] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_mesa_red.png");
}
[class*=picttb_mesa_red] .cs_lb_label .cs_lb_left, [class*=picttb_mesa_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_mesa_red.png");
}
[class*=picttb_mesa_red][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_mesa_red.png");
}

[class*=picttb_mesa_white_perfiled] .cs_ed_left, [class*=picttb_mesa_white_perfiled] .cs_bt_left, [class*=picttb_mesa_white_perfiled] .cs_bt_inner, [class*=picttb_mesa_white_perfiled] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_mesa_white_perfiled.png");
}
[class*=picttb_mesa_white_perfiled] .cs_lb_label .cs_lb_left, [class*=picttb_mesa_white_perfiled] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_mesa_white_perfiled.png");
}
[class*=picttb_mesa_white_perfiled][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_mesa_white_perfiled.png");
}

[class*=picttb_mesa_yellow] .cs_ed_left, [class*=picttb_mesa_yellow] .cs_bt_left, [class*=picttb_mesa_yellow] .cs_bt_inner, [class*=picttb_mesa_yellow] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_mesa_yellow.png");
}
[class*=picttb_mesa_yellow] .cs_lb_label .cs_lb_left, [class*=picttb_mesa_yellow] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_mesa_yellow.png");
}
[class*=picttb_mesa_yellow][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_mesa_yellow.png");
}

[class*=picttb_mesa_compartida] .cs_ed_left, [class*=picttb_mesa_compartida] .cs_bt_left, [class*=picttb_mesa_compartida] .cs_bt_inner, [class*=picttb_mesa_compartida] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_mesa_compartida.png");
}
[class*=picttb_mesa_compartida] .cs_lb_label .cs_lb_left, [class*=picttb_mesa_compartida] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_mesa_compartida.png");
}
[class*=picttb_mesa_compartida][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_mesa_compartida.png");
}

[class*=picttb_addmesa] .cs_ed_left, [class*=picttb_addmesa] .cs_bt_left, [class*=picttb_addmesa] .cs_bt_inner, [class*=picttb_addmesa] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_addmesa.png");
}
[class*=picttb_addmesa] .cs_lb_label .cs_lb_left, [class*=picttb_addmesa] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_addmesa.png");
}
[class*=picttb_addmesa][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_addmesa.png");
}

[class*=picttb_addreserva] .cs_ed_left, [class*=picttb_addreserva] .cs_bt_left, [class*=picttb_addreserva] .cs_bt_inner, [class*=picttb_addreserva] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_addreserva.png");
}
[class*=picttb_addreserva] .cs_lb_label .cs_lb_left, [class*=picttb_addreserva] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_addreserva.png");
}
[class*=picttb_addreserva][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_addreserva.png");
}

[class*=picttb_addzona] .cs_ed_left, [class*=picttb_addzona] .cs_bt_left, [class*=picttb_addzona] .cs_bt_inner, [class*=picttb_addzona] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_addzona.png");
}
[class*=picttb_addzona] .cs_lb_label .cs_lb_left, [class*=picttb_addzona] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_addzona.png");
}
[class*=picttb_addzona][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_addzona.png");
}

[class*=picttb_construccion] .cs_ed_left, [class*=picttb_construccion] .cs_bt_left, [class*=picttb_construccion] .cs_bt_inner, [class*=picttb_construccion] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_construccion.png");
}
[class*=picttb_construccion] .cs_lb_label .cs_lb_left, [class*=picttb_construccion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_construccion.png");
}
[class*=picttb_construccion][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_construccion.png");
}

[class*=picttb_cambiomesa] .cs_ed_left, [class*=picttb_cambiomesa] .cs_bt_left, [class*=picttb_cambiomesa] .cs_bt_inner, [class*=picttb_cambiomesa] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_cambio_mesa.png");
}
[class*=picttb_cambiomesa] .cs_lb_label .cs_lb_left, [class*=picttb_cambiomesa] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_cambio_mesa.png");
}
[class*=picttb_cambiomesa][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_cambio_mesa.png");
}

[class*=picttb_cambiohora] .cs_ed_left, [class*=picttb_cambiohora] .cs_bt_left, [class*=picttb_cambiohora] .cs_bt_inner, [class*=picttb_cambiohora] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_cambio_hora.png");
}
[class*=picttb_cambiohora] .cs_lb_label .cs_lb_left, [class*=picttb_cambiohora] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_cambio_hora.png");
}
[class*=picttb_cambiohora][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_cambio_hora.png");
}

[class*=picttb_cambiozona] .cs_ed_left, [class*=picttb_cambiozona] .cs_bt_left, [class*=picttb_cambiozona] .cs_bt_inner, [class*=picttb_cambiozona] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_cambio_zona.png");
}
[class*=picttb_cambiozona] .cs_lb_label .cs_lb_left, [class*=picttb_cambiozona] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_cambio_zona.png");
}
[class*=picttb_cambiozona][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_cambio_zona.png");
}

[class*=picttb_settings_gray] .cs_ed_left, [class*=picttb_settings_gray] .cs_bt_left, [class*=picttb_settings_gray] .cs_bt_inner, [class*=picttb_settings_gray] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_settings_gray.png");
}
[class*=picttb_settings_gray] .cs_lb_label .cs_lb_left, [class*=picttb_settings_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_settings_gray.png");
}
[class*=picttb_settings_gray][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_settings_gray.png");
}

[class*=picttb_settings_black] .cs_ed_left, [class*=picttb_settings_black] .cs_bt_left, [class*=picttb_settings_black] .cs_bt_inner, [class*=picttb_settings_black] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_settings_black.png");
}
[class*=picttb_settings_black] .cs_lb_label .cs_lb_left, [class*=picttb_settings_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_settings_black.png");
}
[class*=picttb_settings_black][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_settings_black.png");
}

[class*=picttb_settings_trans] .cs_ed_left, [class*=picttb_settings_trans] .cs_bt_left, [class*=picttb_settings_trans] .cs_bt_inner, [class*=picttb_settings_trans] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_settings_trans.png");
}
[class*=picttb_settings_trans] .cs_lb_label .cs_lb_left, [class*=picttb_settings_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_settings_trans.png");
}
[class*=picttb_settings_trans][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_settings_trans.png");
}

[class*=picttb_checkin] .cs_ed_left, [class*=picttb_checkin] .cs_bt_left, [class*=picttb_checkin] .cs_bt_inner, [class*=picttb_checkin] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_checkin.png");
}
[class*=picttb_checkin] .cs_lb_label .cs_lb_left, [class*=picttb_checkin] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_checkin.png");
}
[class*=picttb_checkin][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_checkin.png");
}

[class*=picttb_checkin_wait] .cs_ed_left, [class*=picttb_checkin_wait] .cs_bt_left, [class*=picttb_checkin_wait] .cs_bt_inner, [class*=picttb_checkin_wait] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_checkin_wait.png");
}
[class*=picttb_checkin_wait] .cs_lb_label .cs_lb_left, [class*=picttb_checkin_wait] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_checkin_wait.png");
}
[class*=picttb_checkin_wait][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_checkin_wait.png");
}

[class*=picttb_checkout] .cs_ed_left, [class*=picttb_checkout] .cs_bt_left, [class*=picttb_checkout] .cs_bt_inner, [class*=picttb_checkout] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_checkout.png");
}
[class*=picttb_checkout] .cs_lb_label .cs_lb_left, [class*=picttb_checkout] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_checkout.png");
}
[class*=picttb_checkout][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_checkout.png");
}

[class*=picttb_menus] .cs_ed_left, [class*=picttb_menus] .cs_bt_left, [class*=picttb_menus] .cs_bt_inner, [class*=picttb_menus] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_menus.png");
}
[class*=picttb_menus] .cs_lb_label .cs_lb_left, [class*=picttb_menus] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_menus.png");
}
[class*=picttb_menus][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_menus.png");
}

[class*=picttb_menus_trans] .cs_ed_left, [class*=picttb_menus_trans] .cs_bt_left, [class*=picttb_menus_trans] .cs_bt_inner, [class*=picttb_menus_trans] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_menus_trans.png");
}
[class*=picttb_menus_trans] .cs_lb_label .cs_lb_left, [class*=picttb_menus_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_menus_trans.png");
}
[class*=picttb_menus_trans][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_menus_trans.png");
}

[class*=picttb_cartas] .cs_ed_left, [class*=picttb_cartas] .cs_bt_left, [class*=picttb_cartas] .cs_bt_inner, [class*=picttb_cartas] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_cartas.png");
}
[class*=picttb_cartas] .cs_lb_label .cs_lb_left, [class*=picttb_cartas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_cartas.png");
}
[class*=picttb_cartas][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_cartas.png");
}

[class*=picttb_cartas_trans] .cs_ed_left, [class*=picttb_cartas_trans] .cs_bt_left, [class*=picttb_cartas_trans] .cs_bt_inner, [class*=picttb_cartas_trans] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_cartas_trans.png");
}
[class*=picttb_cartas_trans] .cs_lb_label .cs_lb_left, [class*=picttb_cartas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_cartas_trans.png");
}
[class*=picttb_cartas_trans][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_cartas_trans.png");
}

[class*=picttb_motivo_cancelacion] .cs_ed_left, [class*=picttb_motivo_cancelacion] .cs_bt_left, [class*=picttb_motivo_cancelacion] .cs_bt_inner, [class*=picttb_motivo_cancelacion] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_motivo_cancelacion.png");
}
[class*=picttb_motivo_cancelacion] .cs_lb_label .cs_lb_left, [class*=picttb_motivo_cancelacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_motivo_cancelacion.png");
}
[class*=picttb_motivo_cancelacion][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_motivo_cancelacion.png");
}

[class*=picttb_reserva_confirmada] .cs_ed_left, [class*=picttb_reserva_confirmada] .cs_bt_left, [class*=picttb_reserva_confirmada] .cs_bt_inner, [class*=picttb_reserva_confirmada] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_confirmada.png");
}
[class*=picttb_reserva_confirmada] .cs_lb_label .cs_lb_left, [class*=picttb_reserva_confirmada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_confirmada.png");
}
[class*=picttb_reserva_confirmada][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_confirmada.png");
}

[class*=picttb_reserva_confirmada_black] .cs_ed_left, [class*=picttb_reserva_confirmada_black] .cs_bt_left, [class*=picttb_reserva_confirmada_black] .cs_bt_inner, [class*=picttb_reserva_confirmada_black] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_confirmada_black.png");
}
[class*=picttb_reserva_confirmada_black] .cs_lb_label .cs_lb_left, [class*=picttb_reserva_confirmada_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_confirmada_black.png");
}
[class*=picttb_reserva_confirmada_black][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_confirmada_black.png");
}

[class*=picttb_reserva_confirmada_trans] .cs_ed_left, [class*=picttb_reserva_confirmada_trans] .cs_bt_left, [class*=picttb_reserva_confirmada_trans] .cs_bt_inner, [class*=picttb_reserva_confirmada_trans] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_confirmada_trans.png");
}
[class*=picttb_reserva_confirmada_trans] .cs_lb_label .cs_lb_left, [class*=picttb_reserva_confirmada_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_confirmada_trans.png");
}
[class*=picttb_reserva_confirmada_trans][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_confirmada_trans.png");
}

[class*=picttb_reserva_vip] .cs_ed_left, [class*=picttb_reserva_vip] .cs_bt_left, [class*=picttb_reserva_vip] .cs_bt_inner, [class*=picttb_reserva_vip] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_vip.png");
}
[class*=picttb_reserva_vip] .cs_lb_label .cs_lb_left, [class*=picttb_reserva_vip] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_vip.png");
}
[class*=picttb_reserva_vip][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_vip.png");
}

[class*=picttb_reserva_bloqueada] .cs_ed_left, [class*=picttb_reserva_bloqueada] .cs_bt_left, [class*=picttb_reserva_bloqueada] .cs_bt_inner, [class*=picttb_reserva_bloqueada] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_reserva_bloqueada.png");
}
[class*=picttb_reserva_bloqueada] .cs_lb_label .cs_lb_left, [class*=picttb_reserva_bloqueada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_reserva_bloqueada.png");
}
[class*=picttb_reserva_bloqueada][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_reserva_bloqueada.png");
}

[class*=picttb_mesa_bloqueada] .cs_ed_left, [class*=picttb_mesa_bloqueada] .cs_bt_left, [class*=picttb_mesa_bloqueada] .cs_bt_inner, [class*=picttb_mesa_bloqueada] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_mesa_bloqueada.png");
}
[class*=picttb_mesa_bloqueada] .cs_lb_label .cs_lb_left, [class*=picttb_mesa_bloqueada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_mesa_bloqueada.png");
}
[class*=picttb_mesa_bloqueada][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_mesa_bloqueada.png");
}

[class*=picttb_rotar] .cs_ed_left, [class*=picttb_rotar] .cs_bt_left, [class*=picttb_rotar] .cs_bt_inner, [class*=picttb_rotar] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_rotar.png");
}
[class*=picttb_rotar] .cs_lb_label .cs_lb_left, [class*=picttb_rotar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_rotar.png");
}
[class*=picttb_rotar][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_rotar.png");
}

[class*=picttb_escalar] .cs_ed_left, [class*=picttb_escalar] .cs_bt_left, [class*=picttb_escalar] .cs_bt_inner, [class*=picttb_escalar] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_escalar.png");
}
[class*=picttb_escalar] .cs_lb_label .cs_lb_left, [class*=picttb_escalar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_escalar.png");
}
[class*=picttb_escalar][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_escalar.png");
}

[class*=picttb_objetos] .cs_ed_left, [class*=picttb_objetos] .cs_bt_left, [class*=picttb_objetos] .cs_bt_inner, [class*=picttb_objetos] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_objetos.png");
}
[class*=picttb_objetos] .cs_lb_label .cs_lb_left, [class*=picttb_objetos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_objetos.png");
}
[class*=picttb_objetos][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_objetos.png");
}

[class*=picttb_clock00] .cs_ed_left, [class*=picttb_clock00] .cs_bt_left, [class*=picttb_clock00] .cs_bt_inner, [class*=picttb_clock00] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_00.png");
}
[class*=picttb_clock00] .cs_lb_label .cs_lb_left, [class*=picttb_clock00] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_00.png");
}
[class*=picttb_clock00][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_00.png");
}

[class*=picttb_clock15] .cs_ed_left, [class*=picttb_clock15] .cs_bt_left, [class*=picttb_clock15] .cs_bt_inner, [class*=picttb_clock15] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_15.png");
}
[class*=picttb_clock15] .cs_lb_label .cs_lb_left, [class*=picttb_clock15] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_15.png");
}
[class*=picttb_clock15][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_15.png");
}

[class*=picttb_clock30] .cs_ed_left, [class*=picttb_clock30] .cs_bt_left, [class*=picttb_clock30] .cs_bt_inner, [class*=picttb_clock30] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_30.png");
}
[class*=picttb_clock30] .cs_lb_label .cs_lb_left, [class*=picttb_clock30] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_30.png");
}
[class*=picttb_clock30][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_30.png");
}

[class*=picttb_clock45] .cs_ed_left, [class*=picttb_clock45] .cs_bt_left, [class*=picttb_clock45] .cs_bt_inner, [class*=picttb_clock45] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_45.png");
}
[class*=picttb_clock45] .cs_lb_label .cs_lb_left, [class*=picttb_clock45] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_45.png");
}
[class*=picttb_clock45][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_45.png");
}

[class*=picttb_clock00n] .cs_ed_left, [class*=picttb_clock00n] .cs_bt_left, [class*=picttb_clock00n] .cs_bt_inner, [class*=picttb_clock00n] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_00n.png");
}
[class*=picttb_clock00n] .cs_lb_label .cs_lb_left, [class*=picttb_clock00n] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_00n.png");
}
[class*=picttb_clock00n][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_00n.png");
}

[class*=picttb_clock15n] .cs_ed_left, [class*=picttb_clock15n] .cs_bt_left, [class*=picttb_clock15n] .cs_bt_inner, [class*=picttb_clock15n] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_15n.png");
}
[class*=picttb_clock15n] .cs_lb_label .cs_lb_left, [class*=picttb_clock15n] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_15n.png");
}
[class*=picttb_clock15n][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_15n.png");
}

[class*=picttb_clock30n] .cs_ed_left, [class*=picttb_clock30n] .cs_bt_left, [class*=picttb_clock30n] .cs_bt_inner, [class*=picttb_clock30n] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_30n.png");
}
[class*=picttb_clock30n] .cs_lb_label .cs_lb_left, [class*=picttb_clock30n] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_30n.png");
}
[class*=picttb_clock30n][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_30n.png");
}

[class*=picttb_clock45n] .cs_ed_left, [class*=picttb_clock45n] .cs_bt_left, [class*=picttb_clock45n] .cs_bt_inner, [class*=picttb_clock45n] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_45n.png");
}
[class*=picttb_clock45n] .cs_lb_label .cs_lb_left, [class*=picttb_clock45n] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_45n.png");
}
[class*=picttb_clock45n][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_45n.png");
}

[class*=picttb_ajustar] .cs_ed_left, [class*=picttb_ajustar] .cs_bt_left, [class*=picttb_ajustar] .cs_bt_inner, [class*=picttb_ajustar] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_ajustar.png");
}
[class*=picttb_ajustar] .cs_lb_label .cs_lb_left, [class*=picttb_ajustar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_ajustar.png");
}
[class*=picttb_ajustar][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_ajustar.png");
}

[class*=picttb_imantar] .cs_ed_left, [class*=picttb_imantar] .cs_bt_left, [class*=picttb_imantar] .cs_bt_inner, [class*=picttb_imantar] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_imantar.png");
}
[class*=picttb_imantar] .cs_lb_label .cs_lb_left, [class*=picttb_imantar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_imantar.png");
}
[class*=picttb_imantar][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_imantar.png");
}

[class*=picttb_estirar] .cs_ed_left, [class*=picttb_estirar] .cs_bt_left, [class*=picttb_estirar] .cs_bt_inner, [class*=picttb_estirar] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_estirar.png");
}
[class*=picttb_estirar] .cs_lb_label .cs_lb_left, [class*=picttb_estirar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_estirar.png");
}
[class*=picttb_estirar][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_estirar.png");
}

[class*=picttb_contraer] .cs_ed_left, [class*=picttb_contraer] .cs_bt_left, [class*=picttb_contraer] .cs_bt_inner, [class*=picttb_contraer] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_contraer.png");
}
[class*=picttb_contraer] .cs_lb_label .cs_lb_left, [class*=picttb_contraer] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_contraer.png");
}
[class*=picttb_contraer][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_contraer.png");
}

[class*=picttb_e11] .cs_ed_left, [class*=picttb_e11] .cs_bt_left, [class*=picttb_e11] .cs_bt_inner, [class*=picttb_e11] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_e11.png");
}
[class*=picttb_e11] .cs_lb_label .cs_lb_left, [class*=picttb_e11] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_e11.png");
}
[class*=picttb_e11][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_e11.png");
}

[class*=picttb_link] .cs_ed_left, [class*=picttb_link] .cs_bt_left, [class*=picttb_link] .cs_bt_inner, [class*=picttb_link] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_link.png");
}
[class*=picttb_link] .cs_lb_label .cs_lb_left, [class*=picttb_link] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_link.png");
}
[class*=picttb_link][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_link.png");
}

[class*=picttb_pax] .cs_ed_left, [class*=picttb_pax] .cs_bt_left, [class*=picttb_pax] .cs_bt_inner, [class*=picttb_pax] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_pax.png");
}
[class*=picttb_pax] .cs_lb_label .cs_lb_left, [class*=picttb_pax] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_pax.png");
}
[class*=picttb_pax][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_pax.png");
}

[class*=picttb_pax_nopresentado] .cs_ed_left, [class*=picttb_pax_nopresentado] .cs_bt_left, [class*=picttb_pax_nopresentado] .cs_bt_inner, [class*=picttb_pax_nopresentado] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_pax_nopresentado.png");
}
[class*=picttb_pax_nopresentado] .cs_lb_label .cs_lb_left, [class*=picttb_pax_nopresentado] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_pax_nopresentado.png");
}
[class*=picttb_pax_nopresentado][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_pax_nopresentado.png");
}

[class*=picttb_0deg] .cs_ed_left, [class*=picttb_0deg] .cs_bt_left, [class*=picttb_0deg] .cs_bt_inner, [class*=picttb_0deg] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_0deg.png");
}
[class*=picttb_0deg] .cs_lb_label .cs_lb_left, [class*=picttb_0deg] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_0deg.png");
}
[class*=picttb_0deg][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_0deg.png");
}

[class*=picttb_30deg] .cs_ed_left, [class*=picttb_30deg] .cs_bt_left, [class*=picttb_30deg] .cs_bt_inner, [class*=picttb_30deg] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_30deg.png");
}
[class*=picttb_30deg] .cs_lb_label .cs_lb_left, [class*=picttb_30deg] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_30deg.png");
}
[class*=picttb_30deg][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_30deg.png");
}

[class*=picttb_45deg] .cs_ed_left, [class*=picttb_45deg] .cs_bt_left, [class*=picttb_45deg] .cs_bt_inner, [class*=picttb_45deg] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_45deg.png");
}
[class*=picttb_45deg] .cs_lb_label .cs_lb_left, [class*=picttb_45deg] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_45deg.png");
}
[class*=picttb_45deg][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_45deg.png");
}

[class*=picttb_60deg] .cs_ed_left, [class*=picttb_60deg] .cs_bt_left, [class*=picttb_60deg] .cs_bt_inner, [class*=picttb_60deg] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_60deg.png");
}
[class*=picttb_60deg] .cs_lb_label .cs_lb_left, [class*=picttb_60deg] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_60deg.png");
}
[class*=picttb_60deg][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_60deg.png");
}

[class*=picttb_90deg] .cs_ed_left, [class*=picttb_90deg] .cs_bt_left, [class*=picttb_90deg] .cs_bt_inner, [class*=picttb_90deg] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_90deg.png");
}
[class*=picttb_90deg] .cs_lb_label .cs_lb_left, [class*=picttb_90deg] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_90deg.png");
}
[class*=picttb_90deg][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_90deg.png");
}

[class*=picttb_tablebook] .cs_ed_left, [class*=picttb_tablebook] .cs_bt_left, [class*=picttb_tablebook] .cs_bt_inner, [class*=picttb_tablebook] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_tablebook.png");
}
[class*=picttb_tablebook] .cs_lb_label .cs_lb_left, [class*=picttb_tablebook] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_tablebook.png");
}
[class*=picttb_tablebook][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_tablebook.png");
}

[class*=picttb_tablebook_trans_gray] .cs_ed_left, [class*=picttb_tablebook_trans_gray] .cs_bt_left, [class*=picttb_tablebook_trans_gray] .cs_bt_inner, [class*=picttb_tablebook_trans_gray] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_tablebook_trans_gray.png");
}
[class*=picttb_tablebook_trans_gray] .cs_lb_label .cs_lb_left, [class*=picttb_tablebook_trans_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_tablebook_trans_gray.png");
}
[class*=picttb_tablebook_trans_gray][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_tablebook_trans_gray.png");
}

[class*=picttb_tablebook_trans] .cs_ed_left, [class*=picttb_tablebook_trans] .cs_bt_left, [class*=picttb_tablebook_trans] .cs_bt_inner, [class*=picttb_tablebook_trans] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_tablebook_trans.png");
}
[class*=picttb_tablebook_trans] .cs_lb_label .cs_lb_left, [class*=picttb_tablebook_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_tablebook_trans.png");
}
[class*=picttb_tablebook_trans][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_tablebook_trans.png");
}

[class*=picttb_tablebook_trans_white] .cs_ed_left, [class*=picttb_tablebook_trans_white] .cs_bt_left, [class*=picttb_tablebook_trans_white] .cs_bt_inner, [class*=picttb_tablebook_trans_white] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_tablebook_trans_white.png");
}
[class*=picttb_tablebook_trans_white] .cs_lb_label .cs_lb_left, [class*=picttb_tablebook_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_tablebook_trans_white.png");
}
[class*=picttb_tablebook_trans_white][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_tablebook_trans_white.png");
}

[class*=picttb_tablebook_trans_orange] .cs_ed_left, [class*=picttb_tablebook_trans_orange] .cs_bt_left, [class*=picttb_tablebook_trans_orange] .cs_bt_inner, [class*=picttb_tablebook_trans_orange] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_tablebook_trans_orange.png");
}
[class*=picttb_tablebook_trans_orange] .cs_lb_label .cs_lb_left, [class*=picttb_tablebook_trans_orange] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_tablebook_trans_orange.png");
}
[class*=picttb_tablebook_trans_orange][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_tablebook_trans_orange.png");
}

[class*=pictb_alergia_altramuces] .cs_ed_left, [class*=pictb_alergia_altramuces] .cs_bt_left, [class*=pictb_alergia_altramuces] .cs_bt_inner, [class*=pictb_alergia_altramuces] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_altramuces.png");
}
[class*=pictb_alergia_altramuces] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_altramuces] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_altramuces.png");
}
[class*=pictb_alergia_altramuces][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_altramuces.png");
}

[class*=pictb_alergia_apio] .cs_ed_left, [class*=pictb_alergia_apio] .cs_bt_left, [class*=pictb_alergia_apio] .cs_bt_inner, [class*=pictb_alergia_apio] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_apio.png");
}
[class*=pictb_alergia_apio] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_apio] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_apio.png");
}
[class*=pictb_alergia_apio][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_apio.png");
}

[class*=pictb_alergia_cacahuetes] .cs_ed_left, [class*=pictb_alergia_cacahuetes] .cs_bt_left, [class*=pictb_alergia_cacahuetes] .cs_bt_inner, [class*=pictb_alergia_cacahuetes] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_cacahuetes.png");
}
[class*=pictb_alergia_cacahuetes] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_cacahuetes] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_cacahuetes.png");
}
[class*=pictb_alergia_cacahuetes][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_cacahuetes.png");
}

[class*=pictb_alergia_crustaceos] .cs_ed_left, [class*=pictb_alergia_crustaceos] .cs_bt_left, [class*=pictb_alergia_crustaceos] .cs_bt_inner, [class*=pictb_alergia_crustaceos] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_crustaceos.png");
}
[class*=pictb_alergia_crustaceos] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_crustaceos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_crustaceos.png");
}
[class*=pictb_alergia_crustaceos][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_crustaceos.png");
}

[class*=pictb_alergia_frutossecos] .cs_ed_left, [class*=pictb_alergia_frutossecos] .cs_bt_left, [class*=pictb_alergia_frutossecos] .cs_bt_inner, [class*=pictb_alergia_frutossecos] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_frutossecos.png");
}
[class*=pictb_alergia_frutossecos] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_frutossecos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_frutossecos.png");
}
[class*=pictb_alergia_frutossecos][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_frutossecos.png");
}

[class*=pictb_alergia_gluten] .cs_ed_left, [class*=pictb_alergia_gluten] .cs_bt_left, [class*=pictb_alergia_gluten] .cs_bt_inner, [class*=pictb_alergia_gluten] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_gluten.png");
}
[class*=pictb_alergia_gluten] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_gluten] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_gluten.png");
}
[class*=pictb_alergia_gluten][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_gluten.png");
}

[class*=pictb_alergia_huevos] .cs_ed_left, [class*=pictb_alergia_huevos] .cs_bt_left, [class*=pictb_alergia_huevos] .cs_bt_inner, [class*=pictb_alergia_huevos] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_huevos.png");
}
[class*=pictb_alergia_huevos] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_huevos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_huevos.png");
}
[class*=pictb_alergia_huevos][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_huevos.png");
}

[class*=pictb_alergia_lacteos] .cs_ed_left, [class*=pictb_alergia_lacteos] .cs_bt_left, [class*=pictb_alergia_lacteos] .cs_bt_inner, [class*=pictb_alergia_lacteos] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_lacteos.png");
}
[class*=pictb_alergia_lacteos] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_lacteos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_lacteos.png");
}
[class*=pictb_alergia_lacteos][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_lacteos.png");
}

[class*=pictb_alergia_moluscos] .cs_ed_left, [class*=pictb_alergia_moluscos] .cs_bt_left, [class*=pictb_alergia_moluscos] .cs_bt_inner, [class*=pictb_alergia_moluscos] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_moluscos.png");
}
[class*=pictb_alergia_moluscos] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_moluscos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_moluscos.png");
}
[class*=pictb_alergia_moluscos][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_moluscos.png");
}

[class*=pictb_alergia_mostaza] .cs_ed_left, [class*=pictb_alergia_mostaza] .cs_bt_left, [class*=pictb_alergia_mostaza] .cs_bt_inner, [class*=pictb_alergia_mostaza] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_mostaza.png");
}
[class*=pictb_alergia_mostaza] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_mostaza] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_mostaza.png");
}
[class*=pictb_alergia_mostaza][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_mostaza.png");
}

[class*=pictb_alergia_pescado] .cs_ed_left, [class*=pictb_alergia_pescado] .cs_bt_left, [class*=pictb_alergia_pescado] .cs_bt_inner, [class*=pictb_alergia_pescado] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_pescado.png");
}
[class*=pictb_alergia_pescado] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_pescado] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_pescado.png");
}
[class*=pictb_alergia_pescado][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_pescado.png");
}

[class*=pictb_alergia_sesamo] .cs_ed_left, [class*=pictb_alergia_sesamo] .cs_bt_left, [class*=pictb_alergia_sesamo] .cs_bt_inner, [class*=pictb_alergia_sesamo] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_sesamo.png");
}
[class*=pictb_alergia_sesamo] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_sesamo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_sesamo.png");
}
[class*=pictb_alergia_sesamo][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_sesamo.png");
}

[class*=pictb_alergia_soja] .cs_ed_left, [class*=pictb_alergia_soja] .cs_bt_left, [class*=pictb_alergia_soja] .cs_bt_inner, [class*=pictb_alergia_soja] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_soja.png");
}
[class*=pictb_alergia_soja] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_soja] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_soja.png");
}
[class*=pictb_alergia_soja][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_soja.png");
}

[class*=pictb_alergia_sulfitos] .cs_ed_left, [class*=pictb_alergia_sulfitos] .cs_bt_left, [class*=pictb_alergia_sulfitos] .cs_bt_inner, [class*=pictb_alergia_sulfitos] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_sulfitos.png");
}
[class*=pictb_alergia_sulfitos] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_sulfitos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_sulfitos.png");
}
[class*=pictb_alergia_sulfitos][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_sulfitos.png");
}

[class*=pictb_alergia_otros] .cs_ed_left, [class*=pictb_alergia_otros] .cs_bt_left, [class*=pictb_alergia_otros] .cs_bt_inner, [class*=pictb_alergia_otros] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_alerg_otros.png");
}
[class*=pictb_alergia_otros] .cs_lb_label .cs_lb_left, [class*=pictb_alergia_otros] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_alerg_otros.png");
}
[class*=pictb_alergia_otros][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_alerg_otros.png");
}

[class*=pictb_servicios_adicionales] .cs_ed_left, [class*=pictb_servicios_adicionales] .cs_bt_left, [class*=pictb_servicios_adicionales] .cs_bt_inner, [class*=pictb_servicios_adicionales] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_servicios_adic.png");
}
[class*=pictb_servicios_adicionales] .cs_lb_label .cs_lb_left, [class*=pictb_servicios_adicionales] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_servicios_adic.png");
}
[class*=pictb_servicios_adicionales][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_servicios_adic.png");
}

[class*=pictb_servicios_adicionales_trans] .cs_ed_left, [class*=pictb_servicios_adicionales_trans] .cs_bt_left, [class*=pictb_servicios_adicionales_trans] .cs_bt_inner, [class*=pictb_servicios_adicionales_trans] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_servicios_adic_trans.png");
}
[class*=pictb_servicios_adicionales_trans] .cs_lb_label .cs_lb_left, [class*=pictb_servicios_adicionales_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_servicios_adic_trans.png");
}
[class*=pictb_servicios_adicionales_trans][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_servicios_adic_trans.png");
}

[class*=pictb_servicios_post] .cs_ed_left, [class*=pictb_servicios_post] .cs_bt_left, [class*=pictb_servicios_post] .cs_bt_inner, [class*=pictb_servicios_post] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_servicios_post.png");
}
[class*=pictb_servicios_post] .cs_lb_label .cs_lb_left, [class*=pictb_servicios_post] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_servicios_post.png");
}
[class*=pictb_servicios_post][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_servicios_post.png");
}

[class*=pictb_tarjeta_pendiente] .cs_ed_left, [class*=pictb_tarjeta_pendiente] .cs_bt_left, [class*=pictb_tarjeta_pendiente] .cs_bt_inner, [class*=pictb_tarjeta_pendiente] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_card_pendiente.png");
}
[class*=pictb_tarjeta_pendiente] .cs_lb_label .cs_lb_left, [class*=pictb_tarjeta_pendiente] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_card_pendiente.png");
}
[class*=pictb_tarjeta_pendiente][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_card_pendiente.png");
}

[class*=pictb_tarjeta_tipo] .cs_ed_left, [class*=pictb_tarjeta_tipo] .cs_bt_left, [class*=pictb_tarjeta_tipo] .cs_bt_inner, [class*=pictb_tarjeta_tipo] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_card_tipo.png");
}
[class*=pictb_tarjeta_tipo] .cs_lb_label .cs_lb_left, [class*=pictb_tarjeta_tipo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_card_tipo.png");
}
[class*=pictb_tarjeta_tipo][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_card_tipo.png");
}

[class*=pictb_tarjeta_verificada] .cs_ed_left, [class*=pictb_tarjeta_verificada] .cs_bt_left, [class*=pictb_tarjeta_verificada] .cs_bt_inner, [class*=pictb_tarjeta_verificada] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_card_verificada.png");
}
[class*=pictb_tarjeta_verificada] .cs_lb_label .cs_lb_left, [class*=pictb_tarjeta_verificada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_card_verificada.png");
}
[class*=pictb_tarjeta_verificada][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_card_verificada.png");
}

[class*=pictb_almacen] .cs_ed_left, [class*=pictb_almacen] .cs_bt_left, [class*=pictb_almacen] .cs_bt_inner, [class*=pictb_almacen] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_almacen.png");
}
[class*=pictb_almacen] .cs_lb_label .cs_lb_left, [class*=pictb_almacen] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_almacen.png");
}
[class*=pictb_almacen][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_almacen.png");
}

[class*=pictb_plano] .cs_ed_left, [class*=pictb_plano] .cs_bt_left, [class*=pictb_plano] .cs_bt_inner, [class*=pictb_plano] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_plano.png");
}
[class*=pictb_plano] .cs_lb_label .cs_lb_left, [class*=pictb_plano] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_plano.png");
}
[class*=pictb_plano][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_plano.png");
}

[class*=pictb_plano_trans] .cs_ed_left, [class*=pictb_plano_trans] .cs_bt_left, [class*=pictb_plano_trans] .cs_bt_inner, [class*=pictb_plano_trans] .cs_bt_right {
  background-image: url("../../img/tb/fw_tb_plano_trans.png");
}
[class*=pictb_plano_trans] .cs_lb_label .cs_lb_left, [class*=pictb_plano_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/tb/fw_tb_plano_trans.png");
}
[class*=pictb_plano_trans][class*=_solopic] {
  background-image: url("../../img/tb/fw_tb_plano_trans.png");
}

.template_nomadabill, [class*=picnom_billete_500], [class*=picnom_billete_200], [class*=picnom_billete_100], [class*=picnom_billete_50], [class*=picnom_billete_20], [class*=picnom_billete_10], [class*=picnom_billete_5] {
  background-size: auto 100%;
}
[class*=picnom_billete_5] .cs_bt_inner {
  background-image: url("../../img/nomada/fw_nom_5.png");
}

[class*=picnom_billete_10] .cs_bt_inner {
  background-image: url("../../img/nomada/fw_nom_10.png");
}

[class*=picnom_billete_20] .cs_bt_inner {
  background-image: url("../../img/nomada/fw_nom_20.png");
}

[class*=picnom_billete_50] .cs_bt_inner {
  background-image: url("../../img/nomada/fw_nom_50.png");
}

[class*=picnom_billete_100] .cs_bt_inner {
  background-image: url("../../img/nomada/fw_nom_100.png");
}

[class*=picnom_billete_200] .cs_bt_inner {
  background-image: url("../../img/nomada/fw_nom_200.png");
}

[class*=picnom_billete_500] .cs_bt_inner {
  background-image: url("../../img/nomada/fw_nom_500.png");
}

[class*=picnom_hotel_cargar] .cs_ed_left, [class*=picnom_hotel_cargar] .cs_bt_left, [class*=picnom_hotel_cargar] .cs_bt_inner, [class*=picnom_hotel_cargar] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_hotel_cargar.png");
}
[class*=picnom_hotel_cargar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_hotel_cargar.png");
}
[class*=picnom_hotel_cargar][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_hotel_cargar.png");
}

[class*=picnom_hotel_desvincular] .cs_ed_left, [class*=picnom_hotel_desvincular] .cs_bt_left, [class*=picnom_hotel_desvincular] .cs_bt_inner, [class*=picnom_hotel_desvincular] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_hotel_desvincular.png");
}
[class*=picnom_hotel_desvincular] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_hotel_desvincular.png");
}
[class*=picnom_hotel_desvincular][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_hotel_desvincular.png");
}

[class*=picnom_condimentos] .cs_ed_left, [class*=picnom_condimentos] .cs_bt_left, [class*=picnom_condimentos] .cs_bt_inner, [class*=picnom_condimentos] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_condimentos.png");
}
[class*=picnom_condimentos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_condimentos.png");
}
[class*=picnom_condimentos][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_condimentos.png");
}

[class*=picnom_guarniciones] .cs_ed_left, [class*=picnom_guarniciones] .cs_bt_left, [class*=picnom_guarniciones] .cs_bt_inner, [class*=picnom_guarniciones] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_guarniciones.png");
}
[class*=picnom_guarniciones] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_guarniciones.png");
}
[class*=picnom_guarniciones][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_guarniciones.png");
}

[class*=picnom_guarniciones_trans] .cs_ed_left, [class*=picnom_guarniciones_trans] .cs_bt_left, [class*=picnom_guarniciones_trans] .cs_bt_inner, [class*=picnom_guarniciones_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_guarniciones_trans.png");
}
[class*=picnom_guarniciones_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_guarniciones_trans.png");
}
[class*=picnom_guarniciones_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_guarniciones_trans.png");
}

[class*=picnom_modificadores] .cs_ed_left, [class*=picnom_modificadores] .cs_bt_left, [class*=picnom_modificadores] .cs_bt_inner, [class*=picnom_modificadores] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_modificadores.png");
}
[class*=picnom_modificadores] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_modificadores.png");
}
[class*=picnom_modificadores][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_modificadores.png");
}

[class*=picnom_funcionalidades] .cs_ed_left, [class*=picnom_funcionalidades] .cs_bt_left, [class*=picnom_funcionalidades] .cs_bt_inner, [class*=picnom_funcionalidades] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_funcionalidades.png");
}
[class*=picnom_funcionalidades] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_funcionalidades.png");
}
[class*=picnom_funcionalidades][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_funcionalidades.png");
}

[class*=picnom_facturar] .cs_ed_left, [class*=picnom_facturar] .cs_bt_left, [class*=picnom_facturar] .cs_bt_inner, [class*=picnom_facturar] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_facturar.png");
}
[class*=picnom_facturar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_facturar.png");
}
[class*=picnom_facturar][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_facturar.png");
}

[class*=picnom_facturar_trans_white] .cs_ed_left, [class*=picnom_facturar_trans_white] .cs_bt_left, [class*=picnom_facturar_trans_white] .cs_bt_inner, [class*=picnom_facturar_trans_white] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_facturar_trans_white.png");
}
[class*=picnom_facturar_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_facturar_trans_white.png");
}
[class*=picnom_facturar_trans_white][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_facturar_trans_white.png");
}

[class*=picnom_facturar_cobrar] .cs_ed_left, [class*=picnom_facturar_cobrar] .cs_bt_left, [class*=picnom_facturar_cobrar] .cs_bt_inner, [class*=picnom_facturar_cobrar] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_facturar_cobrar.png");
}
[class*=picnom_facturar_cobrar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_facturar_cobrar.png");
}
[class*=picnom_facturar_cobrar][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_facturar_cobrar.png");
}

[class*=picnom_facturar_cobrar_rem] .cs_ed_left, [class*=picnom_facturar_cobrar_rem] .cs_bt_left, [class*=picnom_facturar_cobrar_rem] .cs_bt_inner, [class*=picnom_facturar_cobrar_rem] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_facturar_cobrar_rem.png");
}
[class*=picnom_facturar_cobrar_rem] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_facturar_cobrar_rem.png");
}
[class*=picnom_facturar_cobrar_rem][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_facturar_cobrar_rem.png");
}

[class*=picnom_cobrar] .cs_ed_left, [class*=picnom_cobrar] .cs_bt_left, [class*=picnom_cobrar] .cs_bt_inner, [class*=picnom_cobrar] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cobrar.png");
}
[class*=picnom_cobrar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cobrar.png");
}
[class*=picnom_cobrar][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cobrar.png");
}

[class*=picnom_articulos] .cs_ed_left, [class*=picnom_articulos] .cs_bt_left, [class*=picnom_articulos] .cs_bt_inner, [class*=picnom_articulos] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_articulos.png");
}
[class*=picnom_articulos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_articulos.png");
}
[class*=picnom_articulos][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_articulos.png");
}

[class*=picnom_articulos_trans] .cs_ed_left, [class*=picnom_articulos_trans] .cs_bt_left, [class*=picnom_articulos_trans] .cs_bt_inner, [class*=picnom_articulos_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_articulos_trans.png");
}
[class*=picnom_articulos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_articulos_trans.png");
}
[class*=picnom_articulos_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_articulos_trans.png");
}

[class*=picnom_articulo_devolver] .cs_ed_left, [class*=picnom_articulo_devolver] .cs_bt_left, [class*=picnom_articulo_devolver] .cs_bt_inner, [class*=picnom_articulo_devolver] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_articulos_devolver.png");
}
[class*=picnom_articulo_devolver] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_articulos_devolver.png");
}
[class*=picnom_articulo_devolver][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_articulos_devolver.png");
}

[class*=picnom_articulo_descripcion] .cs_ed_left, [class*=picnom_articulo_descripcion] .cs_bt_left, [class*=picnom_articulo_descripcion] .cs_bt_inner, [class*=picnom_articulo_descripcion] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_articulo_descripcion.png");
}
[class*=picnom_articulo_descripcion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_articulo_descripcion.png");
}
[class*=picnom_articulo_descripcion][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_articulo_descripcion.png");
}

[class*=picnom_imprimir] .cs_ed_left, [class*=picnom_imprimir] .cs_bt_left, [class*=picnom_imprimir] .cs_bt_inner, [class*=picnom_imprimir] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_imprimir.png");
}
[class*=picnom_imprimir] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_imprimir.png");
}
[class*=picnom_imprimir][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_imprimir.png");
}

[class*=picnom_imprimir_ticket] .cs_ed_left, [class*=picnom_imprimir_ticket] .cs_bt_left, [class*=picnom_imprimir_ticket] .cs_bt_inner, [class*=picnom_imprimir_ticket] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_imprimir_ticket.png");
}
[class*=picnom_imprimir_ticket] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_imprimir_ticket.png");
}
[class*=picnom_imprimir_ticket][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_imprimir_ticket.png");
}

[class*=picnom_impresora_defecto] .cs_ed_left, [class*=picnom_impresora_defecto] .cs_bt_left, [class*=picnom_impresora_defecto] .cs_bt_inner, [class*=picnom_impresora_defecto] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_impresora_defecto.png");
}
[class*=picnom_impresora_defecto] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_impresora_defecto.png");
}
[class*=picnom_impresora_defecto][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_impresora_defecto.png");
}

[class*=picnom_remota] .cs_ed_left, [class*=picnom_remota] .cs_bt_left, [class*=picnom_remota] .cs_bt_inner, [class*=picnom_remota] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_remota.png");
}
[class*=picnom_remota] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_remota.png");
}
[class*=picnom_remota][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_remota.png");
}

[class*=picnom_remota_trans] .cs_ed_left, [class*=picnom_remota_trans] .cs_bt_left, [class*=picnom_remota_trans] .cs_bt_inner, [class*=picnom_remota_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_remota_trans.png");
}
[class*=picnom_remota_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_remota_trans.png");
}
[class*=picnom_remota_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_remota_trans.png");
}

[class*=picnom_nuevo] .cs_ed_left, [class*=picnom_nuevo] .cs_bt_left, [class*=picnom_nuevo] .cs_bt_inner, [class*=picnom_nuevo] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_nuevo.png");
}
[class*=picnom_nuevo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_nuevo.png");
}
[class*=picnom_nuevo][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_nuevo.png");
}

[class*=picnom_nuevo_trans] .cs_ed_left, [class*=picnom_nuevo_trans] .cs_bt_left, [class*=picnom_nuevo_trans] .cs_bt_inner, [class*=picnom_nuevo_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_nuevo_trans.png");
}
[class*=picnom_nuevo_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_nuevo_trans.png");
}
[class*=picnom_nuevo_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_nuevo_trans.png");
}

[class*=picnom_reremota] .cs_ed_left, [class*=picnom_reremota] .cs_bt_left, [class*=picnom_reremota] .cs_bt_inner, [class*=picnom_reremota] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_reremota.png");
}
[class*=picnom_reremota] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_reremota.png");
}
[class*=picnom_reremota][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_reremota.png");
}

[class*=picnom_liberar] .cs_ed_left, [class*=picnom_liberar] .cs_bt_left, [class*=picnom_liberar] .cs_bt_inner, [class*=picnom_liberar] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_liberar.png");
}
[class*=picnom_liberar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_liberar.png");
}
[class*=picnom_liberar][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_liberar.png");
}

[class*=picnom_cerrar_terminal] .cs_ed_left, [class*=picnom_cerrar_terminal] .cs_bt_left, [class*=picnom_cerrar_terminal] .cs_bt_inner, [class*=picnom_cerrar_terminal] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cerrar_terminal.png");
}
[class*=picnom_cerrar_terminal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cerrar_terminal.png");
}
[class*=picnom_cerrar_terminal][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cerrar_terminal.png");
}

[class*=picnom_remota_mensajes] .cs_ed_left, [class*=picnom_remota_mensajes] .cs_bt_left, [class*=picnom_remota_mensajes] .cs_bt_inner, [class*=picnom_remota_mensajes] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_remota_mensajes.png");
}
[class*=picnom_remota_mensajes] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_remota_mensajes.png");
}
[class*=picnom_remota_mensajes][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_remota_mensajes.png");
}

[class*=picnom_facturas] .cs_ed_left, [class*=picnom_facturas] .cs_bt_left, [class*=picnom_facturas] .cs_bt_inner, [class*=picnom_facturas] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_facturas.png");
}
[class*=picnom_facturas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_facturas.png");
}
[class*=picnom_facturas][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_facturas.png");
}

[class*=picnom_tarifa] .cs_ed_left, [class*=picnom_tarifa] .cs_bt_left, [class*=picnom_tarifa] .cs_bt_inner, [class*=picnom_tarifa] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tarifa.png");
}
[class*=picnom_tarifa] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tarifa.png");
}
[class*=picnom_tarifa][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tarifa.png");
}

[class*=picnom_tarifa_trans] .cs_ed_left, [class*=picnom_tarifa_trans] .cs_bt_left, [class*=picnom_tarifa_trans] .cs_bt_inner, [class*=picnom_tarifa_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tarifa_trans.png");
}
[class*=picnom_tarifa_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tarifa_trans.png");
}
[class*=picnom_tarifa_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tarifa_trans.png");
}

[class*=picnom_eliminar_linea] .cs_ed_left, [class*=picnom_eliminar_linea] .cs_bt_left, [class*=picnom_eliminar_linea] .cs_bt_inner, [class*=picnom_eliminar_linea] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_eliminar_linea.png");
}
[class*=picnom_eliminar_linea] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_eliminar_linea.png");
}
[class*=picnom_eliminar_linea][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_eliminar_linea.png");
}

[class*=picnom_comensales] .cs_ed_left, [class*=picnom_comensales] .cs_bt_left, [class*=picnom_comensales] .cs_bt_inner, [class*=picnom_comensales] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_comensales.png");
}
[class*=picnom_comensales] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_comensales.png");
}
[class*=picnom_comensales][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_comensales.png");
}

[class*=picnom_porcentaje] .cs_ed_left, [class*=picnom_porcentaje] .cs_bt_left, [class*=picnom_porcentaje] .cs_bt_inner, [class*=picnom_porcentaje] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_porcentaje.png");
}
[class*=picnom_porcentaje] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_porcentaje.png");
}
[class*=picnom_porcentaje][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_porcentaje.png");
}

[class*=picnom_camarero] .cs_ed_left, [class*=picnom_camarero] .cs_bt_left, [class*=picnom_camarero] .cs_bt_inner, [class*=picnom_camarero] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_camarero.png");
}
[class*=picnom_camarero] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_camarero.png");
}
[class*=picnom_camarero][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_camarero.png");
}

[class*=picnom_perfiles] .cs_ed_left, [class*=picnom_perfiles] .cs_bt_left, [class*=picnom_perfiles] .cs_bt_inner, [class*=picnom_perfiles] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_perfiles.png");
}
[class*=picnom_perfiles] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_perfiles.png");
}
[class*=picnom_perfiles][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_perfiles.png");
}

[class*=picnom_teclado] .cs_ed_left, [class*=picnom_teclado] .cs_bt_left, [class*=picnom_teclado] .cs_bt_inner, [class*=picnom_teclado] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_teclado_numerico.png");
}
[class*=picnom_teclado] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_teclado_numerico.png");
}
[class*=picnom_teclado][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_teclado_numerico.png");
}

[class*=picnom_tickets] .cs_ed_left, [class*=picnom_tickets] .cs_bt_left, [class*=picnom_tickets] .cs_bt_inner, [class*=picnom_tickets] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets.png");
}
[class*=picnom_tickets] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets.png");
}
[class*=picnom_tickets][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets.png");
}

[class*=picnom_tickets_trans] .cs_ed_left, [class*=picnom_tickets_trans] .cs_bt_left, [class*=picnom_tickets_trans] .cs_bt_inner, [class*=picnom_tickets_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_trans.png");
}
[class*=picnom_tickets_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_trans.png");
}
[class*=picnom_tickets_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_trans.png");
}

[class*=picnom_tickets_open] .cs_ed_left, [class*=picnom_tickets_open] .cs_bt_left, [class*=picnom_tickets_open] .cs_bt_inner, [class*=picnom_tickets_open] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_open.png");
}
[class*=picnom_tickets_open] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_open.png");
}
[class*=picnom_tickets_open][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_open.png");
}

[class*=picnom_tickets_fact] .cs_ed_left, [class*=picnom_tickets_fact] .cs_bt_left, [class*=picnom_tickets_fact] .cs_bt_inner, [class*=picnom_tickets_fact] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_fact.png");
}
[class*=picnom_tickets_fact] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_fact.png");
}
[class*=picnom_tickets_fact][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_fact.png");
}

[class*=picnom_tickets_open_fact] .cs_ed_left, [class*=picnom_tickets_open_fact] .cs_bt_left, [class*=picnom_tickets_open_fact] .cs_bt_inner, [class*=picnom_tickets_open_fact] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_open_fact.png");
}
[class*=picnom_tickets_open_fact] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_open_fact.png");
}
[class*=picnom_tickets_open_fact][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_open_fact.png");
}

[class*=picnom_tickets_pendientes] .cs_ed_left, [class*=picnom_tickets_pendientes] .cs_bt_left, [class*=picnom_tickets_pendientes] .cs_bt_inner, [class*=picnom_tickets_pendientes] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_pendientes.png");
}
[class*=picnom_tickets_pendientes] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_pendientes.png");
}
[class*=picnom_tickets_pendientes][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_pendientes.png");
}

[class*=picnom_tickets_vacia] .cs_ed_left, [class*=picnom_tickets_vacia] .cs_bt_left, [class*=picnom_tickets_vacia] .cs_bt_inner, [class*=picnom_tickets_vacia] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_vacia.png");
}
[class*=picnom_tickets_vacia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_vacia.png");
}
[class*=picnom_tickets_vacia][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_vacia.png");
}

[class*=picnom_tickets_encadenada] .cs_ed_left, [class*=picnom_tickets_encadenada] .cs_bt_left, [class*=picnom_tickets_encadenada] .cs_bt_inner, [class*=picnom_tickets_encadenada] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_encadenada.png");
}
[class*=picnom_tickets_encadenada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_encadenada.png");
}
[class*=picnom_tickets_encadenada][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_encadenada.png");
}

[class*=picnom_tickets_dividida] .cs_ed_left, [class*=picnom_tickets_dividida] .cs_bt_left, [class*=picnom_tickets_dividida] .cs_bt_inner, [class*=picnom_tickets_dividida] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_dividida.png");
}
[class*=picnom_tickets_dividida] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_dividida.png");
}
[class*=picnom_tickets_dividida][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_dividida.png");
}

[class*=picnom_tickets_buscar] .cs_ed_left, [class*=picnom_tickets_buscar] .cs_bt_left, [class*=picnom_tickets_buscar] .cs_bt_inner, [class*=picnom_tickets_buscar] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_buscar.png");
}
[class*=picnom_tickets_buscar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_buscar.png");
}
[class*=picnom_tickets_buscar][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_buscar.png");
}

[class*=picnom_tickets_buscar_trans] .cs_ed_left, [class*=picnom_tickets_buscar_trans] .cs_bt_left, [class*=picnom_tickets_buscar_trans] .cs_bt_inner, [class*=picnom_tickets_buscar_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_buscar_trans.png");
}
[class*=picnom_tickets_buscar_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_buscar_trans.png");
}
[class*=picnom_tickets_buscar_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_buscar_trans.png");
}

[class*=picnom_tickets_bloqueada] .cs_ed_left, [class*=picnom_tickets_bloqueada] .cs_bt_left, [class*=picnom_tickets_bloqueada] .cs_bt_inner, [class*=picnom_tickets_bloqueada] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_bloqueada.png");
}
[class*=picnom_tickets_bloqueada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_bloqueada.png");
}
[class*=picnom_tickets_bloqueada][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_bloqueada.png");
}

[class*=picnom_tickets_hist_trans] .cs_ed_left, [class*=picnom_tickets_hist_trans] .cs_bt_left, [class*=picnom_tickets_hist_trans] .cs_bt_inner, [class*=picnom_tickets_hist_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_rollo.png");
}
[class*=picnom_tickets_hist_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_rollo.png");
}
[class*=picnom_tickets_hist_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_rollo.png");
}

[class*=picnom_tickets_dividir] .cs_ed_left, [class*=picnom_tickets_dividir] .cs_bt_left, [class*=picnom_tickets_dividir] .cs_bt_inner, [class*=picnom_tickets_dividir] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_dividir.png");
}
[class*=picnom_tickets_dividir] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_dividir.png");
}
[class*=picnom_tickets_dividir][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_dividir.png");
}

[class*=picnom_tickets_encadenar] .cs_ed_left, [class*=picnom_tickets_encadenar] .cs_bt_left, [class*=picnom_tickets_encadenar] .cs_bt_inner, [class*=picnom_tickets_encadenar] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_tickets_encadenar.png");
}
[class*=picnom_tickets_encadenar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_tickets_encadenar.png");
}
[class*=picnom_tickets_encadenar][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_tickets_encadenar.png");
}

[class*=picnom_caja] .cs_ed_left, [class*=picnom_caja] .cs_bt_left, [class*=picnom_caja] .cs_bt_inner, [class*=picnom_caja] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_caja.png");
}
[class*=picnom_caja] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_caja.png");
}
[class*=picnom_caja][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_caja.png");
}

[class*=picnom_caja_trans] .cs_ed_left, [class*=picnom_caja_trans] .cs_bt_left, [class*=picnom_caja_trans] .cs_bt_inner, [class*=picnom_caja_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_caja_trans.png");
}
[class*=picnom_caja_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_caja_trans.png");
}
[class*=picnom_caja_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_caja_trans.png");
}

[class*=picnom_caja_dotacion] .cs_ed_left, [class*=picnom_caja_dotacion] .cs_bt_left, [class*=picnom_caja_dotacion] .cs_bt_inner, [class*=picnom_caja_dotacion] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_caja_dotacion.png");
}
[class*=picnom_caja_dotacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_caja_dotacion.png");
}
[class*=picnom_caja_dotacion][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_caja_dotacion.png");
}

[class*=picnom_caja_retirada] .cs_ed_left, [class*=picnom_caja_retirada] .cs_bt_left, [class*=picnom_caja_retirada] .cs_bt_inner, [class*=picnom_caja_retirada] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_caja_retirada.png");
}
[class*=picnom_caja_retirada] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_caja_retirada.png");
}
[class*=picnom_caja_retirada][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_caja_retirada.png");
}

[class*=picnom_caja_arqueo_terminal] .cs_ed_left, [class*=picnom_caja_arqueo_terminal] .cs_bt_left, [class*=picnom_caja_arqueo_terminal] .cs_bt_inner, [class*=picnom_caja_arqueo_terminal] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_caja_arqueo_terminal.png");
}
[class*=picnom_caja_arqueo_terminal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_caja_arqueo_terminal.png");
}
[class*=picnom_caja_arqueo_terminal][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_caja_arqueo_terminal.png");
}

[class*=picnom_caja_arqueo_usuario] .cs_ed_left, [class*=picnom_caja_arqueo_usuario] .cs_bt_left, [class*=picnom_caja_arqueo_usuario] .cs_bt_inner, [class*=picnom_caja_arqueo_usuario] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_caja_arqueo_usuario.png");
}
[class*=picnom_caja_arqueo_usuario] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_caja_arqueo_usuario.png");
}
[class*=picnom_caja_arqueo_usuario][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_caja_arqueo_usuario.png");
}

[class*=picnom_caja_intervencion] .cs_ed_left, [class*=picnom_caja_intervencion] .cs_bt_left, [class*=picnom_caja_intervencion] .cs_bt_inner, [class*=picnom_caja_intervencion] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_caja_intervencion.png");
}
[class*=picnom_caja_intervencion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_caja_intervencion.png");
}
[class*=picnom_caja_intervencion][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_caja_intervencion.png");
}

[class*=picnom_platos] .cs_ed_left, [class*=picnom_platos] .cs_bt_left, [class*=picnom_platos] .cs_bt_inner, [class*=picnom_platos] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_platos.png");
}
[class*=picnom_platos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_platos.png");
}
[class*=picnom_platos][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_platos.png");
}

[class*=picnom_cambio_tarifa] .cs_ed_left, [class*=picnom_cambio_tarifa] .cs_bt_left, [class*=picnom_cambio_tarifa] .cs_bt_inner, [class*=picnom_cambio_tarifa] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cambio_tarifa.png");
}
[class*=picnom_cambio_tarifa] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cambio_tarifa.png");
}
[class*=picnom_cambio_tarifa][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cambio_tarifa.png");
}

[class*=picnom_cambio_plato] .cs_ed_left, [class*=picnom_cambio_plato] .cs_bt_left, [class*=picnom_cambio_plato] .cs_bt_inner, [class*=picnom_cambio_plato] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cambio_plato.png");
}
[class*=picnom_cambio_plato] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cambio_plato.png");
}
[class*=picnom_cambio_plato][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cambio_plato.png");
}

[class*=picnom_cambio_cobro] .cs_ed_left, [class*=picnom_cambio_cobro] .cs_bt_left, [class*=picnom_cambio_cobro] .cs_bt_inner, [class*=picnom_cambio_cobro] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cambio_cobro.png");
}
[class*=picnom_cambio_cobro] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cambio_cobro.png");
}
[class*=picnom_cambio_cobro][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cambio_cobro.png");
}

[class*=picnom_cambio_mesa] .cs_ed_left, [class*=picnom_cambio_mesa] .cs_bt_left, [class*=picnom_cambio_mesa] .cs_bt_inner, [class*=picnom_cambio_mesa] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cambio_mesa.png");
}
[class*=picnom_cambio_mesa] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cambio_mesa.png");
}
[class*=picnom_cambio_mesa][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cambio_mesa.png");
}

[class*=picnom_cambio_cantidad] .cs_ed_left, [class*=picnom_cambio_cantidad] .cs_bt_left, [class*=picnom_cambio_cantidad] .cs_bt_inner, [class*=picnom_cambio_cantidad] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cambio_cantidad.png");
}
[class*=picnom_cambio_cantidad] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cambio_cantidad.png");
}
[class*=picnom_cambio_cantidad][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cambio_cantidad.png");
}

[class*=picnom_cambio_comensal] .cs_ed_left, [class*=picnom_cambio_comensal] .cs_bt_left, [class*=picnom_cambio_comensal] .cs_bt_inner, [class*=picnom_cambio_comensal] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cambio_comensal.png");
}
[class*=picnom_cambio_comensal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cambio_comensal.png");
}
[class*=picnom_cambio_comensal][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cambio_comensal.png");
}

[class*=picnom_cambio_turno] .cs_ed_left, [class*=picnom_cambio_turno] .cs_bt_left, [class*=picnom_cambio_turno] .cs_bt_inner, [class*=picnom_cambio_turno] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cambio_turno.png");
}
[class*=picnom_cambio_turno] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cambio_turno.png");
}
[class*=picnom_cambio_turno][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cambio_turno.png");
}

[class*=picnom_cambio_terminal] .cs_ed_left, [class*=picnom_cambio_terminal] .cs_bt_left, [class*=picnom_cambio_terminal] .cs_bt_inner, [class*=picnom_cambio_terminal] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cambio_terminal.png");
}
[class*=picnom_cambio_terminal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cambio_terminal.png");
}
[class*=picnom_cambio_terminal][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cambio_terminal.png");
}

[class*=picnom_cambio_impresora] .cs_ed_left, [class*=picnom_cambio_impresora] .cs_bt_left, [class*=picnom_cambio_impresora] .cs_bt_inner, [class*=picnom_cambio_impresora] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cambio_impresora.png");
}
[class*=picnom_cambio_impresora] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cambio_impresora.png");
}
[class*=picnom_cambio_impresora][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cambio_impresora.png");
}

[class*=picnom_cobro_especial] .cs_ed_left, [class*=picnom_cobro_especial] .cs_bt_left, [class*=picnom_cobro_especial] .cs_bt_inner, [class*=picnom_cobro_especial] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cobro_especial.png");
}
[class*=picnom_cobro_especial] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cobro_especial.png");
}
[class*=picnom_cobro_especial][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cobro_especial.png");
}

[class*=picnom_cobro_express] .cs_ed_left, [class*=picnom_cobro_express] .cs_bt_left, [class*=picnom_cobro_express] .cs_bt_inner, [class*=picnom_cobro_express] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_cobro_express.png");
}
[class*=picnom_cobro_express] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_cobro_express.png");
}
[class*=picnom_cobro_express][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_cobro_express.png");
}

[class*=picnom_consumos] .cs_ed_left, [class*=picnom_consumos] .cs_bt_left, [class*=picnom_consumos] .cs_bt_inner, [class*=picnom_consumos] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_consumos.png");
}
[class*=picnom_consumos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_consumos.png");
}
[class*=picnom_consumos][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_consumos.png");
}

[class*=picnom_list_articulos] .cs_ed_left, [class*=picnom_list_articulos] .cs_bt_left, [class*=picnom_list_articulos] .cs_bt_inner, [class*=picnom_list_articulos] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_list_articulos.png");
}
[class*=picnom_list_articulos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_list_articulos.png");
}
[class*=picnom_list_articulos][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_list_articulos.png");
}

[class*=picnom_pensiones] .cs_ed_left, [class*=picnom_pensiones] .cs_bt_left, [class*=picnom_pensiones] .cs_bt_inner, [class*=picnom_pensiones] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_pensiones.png");
}
[class*=picnom_pensiones] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_pensiones.png");
}
[class*=picnom_pensiones][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_pensiones.png");
}

[class*=picnom_traspasar] .cs_ed_left, [class*=picnom_traspasar] .cs_bt_left, [class*=picnom_traspasar] .cs_bt_inner, [class*=picnom_traspasar] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_traspasar.png");
}
[class*=picnom_traspasar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_traspasar.png");
}
[class*=picnom_traspasar][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_traspasar.png");
}

[class*=picnom_ean] .cs_ed_left, [class*=picnom_ean] .cs_bt_left, [class*=picnom_ean] .cs_bt_inner, [class*=picnom_ean] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_ean.png");
}
[class*=picnom_ean] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_ean.png");
}
[class*=picnom_ean][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_ean.png");
}

[class*=picnom_escandallos_trans] .cs_ed_left, [class*=picnom_escandallos_trans] .cs_bt_left, [class*=picnom_escandallos_trans] .cs_bt_inner, [class*=picnom_escandallos_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_escandallos_trans.png");
}
[class*=picnom_escandallos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_escandallos_trans.png");
}
[class*=picnom_escandallos_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_escandallos_trans.png");
}

[class*=picnom_complejos] .cs_ed_left, [class*=picnom_complejos] .cs_bt_left, [class*=picnom_complejos] .cs_bt_inner, [class*=picnom_complejos] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_ubic_complejos.png");
}
[class*=picnom_complejos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_ubic_complejos.png");
}
[class*=picnom_complejos][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_ubic_complejos.png");
}

[class*=picnom_centros_venta] .cs_ed_left, [class*=picnom_centros_venta] .cs_bt_left, [class*=picnom_centros_venta] .cs_bt_inner, [class*=picnom_centros_venta] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_ubic_centros_venta.png");
}
[class*=picnom_centros_venta] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_ubic_centros_venta.png");
}
[class*=picnom_centros_venta][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_ubic_centros_venta.png");
}

[class*=picnom_areas] .cs_ed_left, [class*=picnom_areas] .cs_bt_left, [class*=picnom_areas] .cs_bt_inner, [class*=picnom_areas] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_ubic_areas.png");
}
[class*=picnom_areas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_ubic_areas.png");
}
[class*=picnom_areas][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_ubic_areas.png");
}

[class*=picnom_zonas] .cs_ed_left, [class*=picnom_zonas] .cs_bt_left, [class*=picnom_zonas] .cs_bt_inner, [class*=picnom_zonas] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_ubic_zonas.png");
}
[class*=picnom_zonas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_ubic_zonas.png");
}
[class*=picnom_zonas][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_ubic_zonas.png");
}

[class*=picnom_terminales] .cs_ed_left, [class*=picnom_terminales] .cs_bt_left, [class*=picnom_terminales] .cs_bt_inner, [class*=picnom_terminales] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_ubic_terminales.png");
}
[class*=picnom_terminales] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_ubic_terminales.png");
}
[class*=picnom_terminales][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_ubic_terminales.png");
}

[class*=picnom_terminales_trans] .cs_ed_left, [class*=picnom_terminales_trans] .cs_bt_left, [class*=picnom_terminales_trans] .cs_bt_inner, [class*=picnom_terminales_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_ubic_terminales_trans.png");
}
[class*=picnom_terminales_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_ubic_terminales_trans.png");
}
[class*=picnom_terminales_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_ubic_terminales_trans.png");
}

[class*=picnom_familias] .cs_ed_left, [class*=picnom_familias] .cs_bt_left, [class*=picnom_familias] .cs_bt_inner, [class*=picnom_familias] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_familias.png");
}
[class*=picnom_familias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_familias.png");
}
[class*=picnom_familias][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_familias.png");
}

[class*=picnom_familias_trans] .cs_ed_left, [class*=picnom_familias_trans] .cs_bt_left, [class*=picnom_familias_trans] .cs_bt_inner, [class*=picnom_familias_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_familias_trans.png");
}
[class*=picnom_familias_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_familias_trans.png");
}
[class*=picnom_familias_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_familias_trans.png");
}

[class*=picnom_subfamilias] .cs_ed_left, [class*=picnom_subfamilias] .cs_bt_left, [class*=picnom_subfamilias] .cs_bt_inner, [class*=picnom_subfamilias] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_subfamilias.png");
}
[class*=picnom_subfamilias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_subfamilias.png");
}
[class*=picnom_subfamilias][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_subfamilias.png");
}

[class*=picnom_subfamilias_trans] .cs_ed_left, [class*=picnom_subfamilias_trans] .cs_bt_left, [class*=picnom_subfamilias_trans] .cs_bt_inner, [class*=picnom_subfamilias_trans] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_subfamilias_trans.png");
}
[class*=picnom_subfamilias_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_subfamilias_trans.png");
}
[class*=picnom_subfamilias_trans][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_subfamilias_trans.png");
}

[class*=picnom_abv_alimentacion] .cs_ed_left, [class*=picnom_abv_alimentacion] .cs_bt_left, [class*=picnom_abv_alimentacion] .cs_bt_inner, [class*=picnom_abv_alimentacion] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_abv_alimentacion.png");
}
[class*=picnom_abv_alimentacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_abv_alimentacion.png");
}
[class*=picnom_abv_alimentacion][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_abv_alimentacion.png");
}

[class*=picnom_abv_bebidas] .cs_ed_left, [class*=picnom_abv_bebidas] .cs_bt_left, [class*=picnom_abv_bebidas] .cs_bt_inner, [class*=picnom_abv_bebidas] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_abv_bebidas.png");
}
[class*=picnom_abv_bebidas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_abv_bebidas.png");
}
[class*=picnom_abv_bebidas][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_abv_bebidas.png");
}

[class*=picnom_abv_varios] .cs_ed_left, [class*=picnom_abv_varios] .cs_bt_left, [class*=picnom_abv_varios] .cs_bt_inner, [class*=picnom_abv_varios] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_abv_varios.png");
}
[class*=picnom_abv_varios] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_abv_varios.png");
}
[class*=picnom_abv_varios][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_abv_varios.png");
}

[class*=picnom_estadistica_articulos] .cs_ed_left, [class*=picnom_estadistica_articulos] .cs_bt_left, [class*=picnom_estadistica_articulos] .cs_bt_inner, [class*=picnom_estadistica_articulos] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_estadistica_articulos.png");
}
[class*=picnom_estadistica_articulos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_estadistica_articulos.png");
}
[class*=picnom_estadistica_articulos][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_estadistica_articulos.png");
}

[class*=picnom_estadistica_articulos_hora] .cs_ed_left, [class*=picnom_estadistica_articulos_hora] .cs_bt_left, [class*=picnom_estadistica_articulos_hora] .cs_bt_inner, [class*=picnom_estadistica_articulos_hora] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_estadistica_articulos_hora.png");
}
[class*=picnom_estadistica_articulos_hora] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_estadistica_articulos_hora.png");
}
[class*=picnom_estadistica_articulos_hora][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_estadistica_articulos_hora.png");
}

[class*=picnom_estadistica_familias] .cs_ed_left, [class*=picnom_estadistica_familias] .cs_bt_left, [class*=picnom_estadistica_familias] .cs_bt_inner, [class*=picnom_estadistica_familias] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_estadistica_familias.png");
}
[class*=picnom_estadistica_familias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_estadistica_familias.png");
}
[class*=picnom_estadistica_familias][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_estadistica_familias.png");
}

[class*=picnom_estadistica_pensiones] .cs_ed_left, [class*=picnom_estadistica_pensiones] .cs_bt_left, [class*=picnom_estadistica_pensiones] .cs_bt_inner, [class*=picnom_estadistica_pensiones] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_estadistica_pensiones.png");
}
[class*=picnom_estadistica_pensiones] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_estadistica_pensiones.png");
}
[class*=picnom_estadistica_pensiones][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_estadistica_pensiones.png");
}

[class*=picnom_estadistica_tarifas] .cs_ed_left, [class*=picnom_estadistica_tarifas] .cs_bt_left, [class*=picnom_estadistica_tarifas] .cs_bt_inner, [class*=picnom_estadistica_tarifas] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_estadistica_tarifas.png");
}
[class*=picnom_estadistica_tarifas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_estadistica_tarifas.png");
}
[class*=picnom_estadistica_tarifas][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_estadistica_tarifas.png");
}

[class*=picnom_libro_impuestos] .cs_ed_left, [class*=picnom_libro_impuestos] .cs_bt_left, [class*=picnom_libro_impuestos] .cs_bt_inner, [class*=picnom_libro_impuestos] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_libro_impuestos.png");
}
[class*=picnom_libro_impuestos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_libro_impuestos.png");
}
[class*=picnom_libro_impuestos][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_libro_impuestos.png");
}

[class*=picnom_produccion_areas] .cs_ed_left, [class*=picnom_produccion_areas] .cs_bt_left, [class*=picnom_produccion_areas] .cs_bt_inner, [class*=picnom_produccion_areas] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_produccion_areas.png");
}
[class*=picnom_produccion_areas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_produccion_areas.png");
}
[class*=picnom_produccion_areas][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_produccion_areas.png");
}

[class*=picnom_produccion_familia] .cs_ed_left, [class*=picnom_produccion_familia] .cs_bt_left, [class*=picnom_produccion_familia] .cs_bt_inner, [class*=picnom_produccion_familia] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_produccion_familia.png");
}
[class*=picnom_produccion_familia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_produccion_familia.png");
}
[class*=picnom_produccion_familia][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_produccion_familia.png");
}

[class*=picnom_produccion_subfamilia] .cs_ed_left, [class*=picnom_produccion_subfamilia] .cs_bt_left, [class*=picnom_produccion_subfamilia] .cs_bt_inner, [class*=picnom_produccion_subfamilia] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_produccion_subfamilia.png");
}
[class*=picnom_produccion_subfamilia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_produccion_subfamilia.png");
}
[class*=picnom_produccion_subfamilia][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_produccion_subfamilia.png");
}

[class*=picnom_produccion_terminal] .cs_ed_left, [class*=picnom_produccion_terminal] .cs_bt_left, [class*=picnom_produccion_terminal] .cs_bt_inner, [class*=picnom_produccion_terminal] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_produccion_terminal.png");
}
[class*=picnom_produccion_terminal] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_produccion_terminal.png");
}
[class*=picnom_produccion_terminal][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_produccion_terminal.png");
}

[class*=picnom_produccion_usuario] .cs_ed_left, [class*=picnom_produccion_usuario] .cs_bt_left, [class*=picnom_produccion_usuario] .cs_bt_inner, [class*=picnom_produccion_usuario] .cs_bt_right {
  background-image: url("../../img/nomada/fw_nom_produccion_usuarios.png");
}
[class*=picnom_produccion_usuario] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/nomada/fw_nom_produccion_usuarios.png");
}
[class*=picnom_produccion_usuario][class*=_solopic] {
  background-image: url("../../img/nomada/fw_nom_produccion_usuarios.png");
}

[class*=picgst_cesta] .cs_ed_left, [class*=picgst_cesta] .cs_bt_left, [class*=picgst_cesta] .cs_bt_inner, [class*=picgst_cesta] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_cesta.png");
}
[class*=picgst_cesta] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_cesta.png");
}
[class*=picgst_cesta][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_cesta.png");
}

[class*=picgst_carta] .cs_ed_left, [class*=picgst_carta] .cs_bt_left, [class*=picgst_carta] .cs_bt_inner, [class*=picgst_carta] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_carta.png");
}
[class*=picgst_carta] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_carta.png");
}
[class*=picgst_carta][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_carta.png");
}

[class*=picgst_glutenfree] .cs_ed_left, [class*=picgst_glutenfree] .cs_bt_left, [class*=picgst_glutenfree] .cs_bt_inner, [class*=picgst_glutenfree] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_glutenfree.png");
}
[class*=picgst_glutenfree] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_glutenfree.png");
}
[class*=picgst_glutenfree][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_glutenfree.png");
}

[class*=picgst_picante] .cs_ed_left, [class*=picgst_picante] .cs_bt_left, [class*=picgst_picante] .cs_bt_inner, [class*=picgst_picante] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_picante.png");
}
[class*=picgst_picante] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_picante.png");
}
[class*=picgst_picante][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_picante.png");
}

[class*=picgst_paraninos] .cs_ed_left, [class*=picgst_paraninos] .cs_bt_left, [class*=picgst_paraninos] .cs_bt_inner, [class*=picgst_paraninos] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_paraninos.png");
}
[class*=picgst_paraninos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_paraninos.png");
}
[class*=picgst_paraninos][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_paraninos.png");
}

[class*=picgst_recomendado] .cs_ed_left, [class*=picgst_recomendado] .cs_bt_left, [class*=picgst_recomendado] .cs_bt_inner, [class*=picgst_recomendado] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_recomendado.png");
}
[class*=picgst_recomendado] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_recomendado.png");
}
[class*=picgst_recomendado][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_recomendado.png");
}

[class*=picgst_vegetariano] .cs_ed_left, [class*=picgst_vegetariano] .cs_bt_left, [class*=picgst_vegetariano] .cs_bt_inner, [class*=picgst_vegetariano] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_vegetariano.png");
}
[class*=picgst_vegetariano] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_vegetariano.png");
}
[class*=picgst_vegetariano][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_vegetariano.png");
}

[class*=picgst_gourmet] .cs_ed_left, [class*=picgst_gourmet] .cs_bt_left, [class*=picgst_gourmet] .cs_bt_inner, [class*=picgst_gourmet] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_gourmet.png");
}
[class*=picgst_gourmet] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_gourmet.png");
}
[class*=picgst_gourmet][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_gourmet.png");
}

[class*=picgst_lover] .cs_ed_left, [class*=picgst_lover] .cs_bt_left, [class*=picgst_lover] .cs_bt_inner, [class*=picgst_lover] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_lover.png");
}
[class*=picgst_lover] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_lover.png");
}
[class*=picgst_lover][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_lover.png");
}

[class*=picgst_estrella] .cs_ed_left, [class*=picgst_estrella] .cs_bt_left, [class*=picgst_estrella] .cs_bt_inner, [class*=picgst_estrella] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_estrella.png");
}
[class*=picgst_estrella] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_estrella.png");
}
[class*=picgst_estrella][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_estrella.png");
}

[class*=picgst_genial] .cs_ed_left, [class*=picgst_genial] .cs_bt_left, [class*=picgst_genial] .cs_bt_inner, [class*=picgst_genial] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_genial.png");
}
[class*=picgst_genial] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_genial.png");
}
[class*=picgst_genial][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_genial.png");
}

[class*=picgst_rayo] .cs_ed_left, [class*=picgst_rayo] .cs_bt_left, [class*=picgst_rayo] .cs_bt_inner, [class*=picgst_rayo] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_rayo.png");
}
[class*=picgst_rayo] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_rayo.png");
}
[class*=picgst_rayo][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_rayo.png");
}

[class*=picgst_glutenfree_trans] .cs_ed_left, [class*=picgst_glutenfree_trans] .cs_bt_left, [class*=picgst_glutenfree_trans] .cs_bt_inner, [class*=picgst_glutenfree_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_glutenfree_trans.png");
}
[class*=picgst_glutenfree_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_glutenfree_trans.png");
}
[class*=picgst_glutenfree_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_glutenfree_trans.png");
}

[class*=picgst_picante_trans] .cs_ed_left, [class*=picgst_picante_trans] .cs_bt_left, [class*=picgst_picante_trans] .cs_bt_inner, [class*=picgst_picante_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_picante_trans.png");
}
[class*=picgst_picante_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_picante_trans.png");
}
[class*=picgst_picante_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_picante_trans.png");
}

[class*=picgst_paraninos_trans] .cs_ed_left, [class*=picgst_paraninos_trans] .cs_bt_left, [class*=picgst_paraninos_trans] .cs_bt_inner, [class*=picgst_paraninos_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_paraninos_trans.png");
}
[class*=picgst_paraninos_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_paraninos_trans.png");
}
[class*=picgst_paraninos_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_paraninos_trans.png");
}

[class*=picgst_recomendado_trans] .cs_ed_left, [class*=picgst_recomendado_trans] .cs_bt_left, [class*=picgst_recomendado_trans] .cs_bt_inner, [class*=picgst_recomendado_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_recomendado_trans.png");
}
[class*=picgst_recomendado_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_recomendado_trans.png");
}
[class*=picgst_recomendado_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_recomendado_trans.png");
}

[class*=picgst_vegetariano_trans] .cs_ed_left, [class*=picgst_vegetariano_trans] .cs_bt_left, [class*=picgst_vegetariano_trans] .cs_bt_inner, [class*=picgst_vegetariano_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_vegetariano_trans.png");
}
[class*=picgst_vegetariano_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_vegetariano_trans.png");
}
[class*=picgst_vegetariano_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_vegetariano_trans.png");
}

[class*=picgst_gourmet_trans] .cs_ed_left, [class*=picgst_gourmet_trans] .cs_bt_left, [class*=picgst_gourmet_trans] .cs_bt_inner, [class*=picgst_gourmet_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_gourmet_trans.png");
}
[class*=picgst_gourmet_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_gourmet_trans.png");
}
[class*=picgst_gourmet_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_gourmet_trans.png");
}

[class*=picgst_lover_trans] .cs_ed_left, [class*=picgst_lover_trans] .cs_bt_left, [class*=picgst_lover_trans] .cs_bt_inner, [class*=picgst_lover_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_lover_trans.png");
}
[class*=picgst_lover_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_lover_trans.png");
}
[class*=picgst_lover_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_lover_trans.png");
}

[class*=picgst_estrella_trans] .cs_ed_left, [class*=picgst_estrella_trans] .cs_bt_left, [class*=picgst_estrella_trans] .cs_bt_inner, [class*=picgst_estrella_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_estrella_trans.png");
}
[class*=picgst_estrella_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_estrella_trans.png");
}
[class*=picgst_estrella_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_estrella_trans.png");
}

[class*=picgst_genial_trans] .cs_ed_left, [class*=picgst_genial_trans] .cs_bt_left, [class*=picgst_genial_trans] .cs_bt_inner, [class*=picgst_genial_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_genial_trans.png");
}
[class*=picgst_genial_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_genial_trans.png");
}
[class*=picgst_genial_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_genial_trans.png");
}

[class*=picgst_rayo_trans] .cs_ed_left, [class*=picgst_rayo_trans] .cs_bt_left, [class*=picgst_rayo_trans] .cs_bt_inner, [class*=picgst_rayo_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_rayo_trans.png");
}
[class*=picgst_rayo_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_rayo_trans.png");
}
[class*=picgst_rayo_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_rayo_trans.png");
}

[class*=picgst_cajafuerte_trans] .cs_ed_left, [class*=picgst_cajafuerte_trans] .cs_bt_left, [class*=picgst_cajafuerte_trans] .cs_bt_inner, [class*=picgst_cajafuerte_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_cajafuerte_trans.png");
}
[class*=picgst_cajafuerte_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_cajafuerte_trans.png");
}
[class*=picgst_cajafuerte_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_cajafuerte_trans.png");
}

[class*=picgst_cajafuerte_trans_white] .cs_ed_left, [class*=picgst_cajafuerte_trans_white] .cs_bt_left, [class*=picgst_cajafuerte_trans_white] .cs_bt_inner, [class*=picgst_cajafuerte_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_cajafuerte_trans_white.png");
}
[class*=picgst_cajafuerte_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_cajafuerte_trans_white.png");
}
[class*=picgst_cajafuerte_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_cajafuerte_trans_white.png");
}

[class*=picgst_spa] .cs_ed_left, [class*=picgst_spa] .cs_bt_left, [class*=picgst_spa] .cs_bt_inner, [class*=picgst_spa] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_spa.png");
}
[class*=picgst_spa] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_spa.png");
}
[class*=picgst_spa][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_spa.png");
}

[class*=picgst_spa_trans] .cs_ed_left, [class*=picgst_spa_trans] .cs_bt_left, [class*=picgst_spa_trans] .cs_bt_inner, [class*=picgst_spa_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_spa_trans.png");
}
[class*=picgst_spa_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_spa_trans.png");
}
[class*=picgst_spa_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_spa_trans.png");
}

[class*=picgst_spa_trans_white] .cs_ed_left, [class*=picgst_spa_trans_white] .cs_bt_left, [class*=picgst_spa_trans_white] .cs_bt_inner, [class*=picgst_spa_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_spa_trans_white.png");
}
[class*=picgst_spa_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_spa_trans_white.png");
}
[class*=picgst_spa_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_spa_trans_white.png");
}

[class*=picgst_estadisticas_trans] .cs_ed_left, [class*=picgst_estadisticas_trans] .cs_bt_left, [class*=picgst_estadisticas_trans] .cs_bt_inner, [class*=picgst_estadisticas_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_estadisticas_trans.png");
}
[class*=picgst_estadisticas_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_estadisticas_trans.png");
}
[class*=picgst_estadisticas_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_estadisticas_trans.png");
}

[class*=picgst_historico_trans] .cs_ed_left, [class*=picgst_historico_trans] .cs_bt_left, [class*=picgst_historico_trans] .cs_bt_inner, [class*=picgst_historico_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_gst_historico_trans.png");
}
[class*=picgst_historico_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_gst_historico_trans.png");
}
[class*=picgst_historico_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_gst_historico_trans.png");
}

[class*=picjr_alhotel] .cs_ed_left, [class*=picjr_alhotel] .cs_bt_left, [class*=picjr_alhotel] .cs_bt_inner, [class*=picjr_alhotel] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_alhotel.png");
}
[class*=picjr_alhotel] .cs_lb_label .cs_lb_left, [class*=picjr_alhotel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_alhotel.png");
}
[class*=picjr_alhotel][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_alhotel.png");
}

[class*=picjr_checkin_trans] .cs_ed_left, [class*=picjr_checkin_trans] .cs_bt_left, [class*=picjr_checkin_trans] .cs_bt_inner, [class*=picjr_checkin_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_checkin_trans.png");
}
[class*=picjr_checkin_trans] .cs_lb_label .cs_lb_left, [class*=picjr_checkin_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_checkin_trans.png");
}
[class*=picjr_checkin_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_checkin_trans.png");
}

[class*=picjr_checkin_trans_white] .cs_ed_left, [class*=picjr_checkin_trans_white] .cs_bt_left, [class*=picjr_checkin_trans_white] .cs_bt_inner, [class*=picjr_checkin_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_checkin_trans_white.png");
}
[class*=picjr_checkin_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_checkin_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_checkin_trans_white.png");
}
[class*=picjr_checkin_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_checkin_trans_white.png");
}

[class*=picjr_checkout] .cs_ed_left, [class*=picjr_checkout] .cs_bt_left, [class*=picjr_checkout] .cs_bt_inner, [class*=picjr_checkout] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_checkout.png");
}
[class*=picjr_checkout] .cs_lb_label .cs_lb_left, [class*=picjr_checkout] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_checkout.png");
}
[class*=picjr_checkout][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_checkout.png");
}

[class*=picjr_checkout_trans] .cs_ed_left, [class*=picjr_checkout_trans] .cs_bt_left, [class*=picjr_checkout_trans] .cs_bt_inner, [class*=picjr_checkout_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_checkout_trans.png");
}
[class*=picjr_checkout_trans] .cs_lb_label .cs_lb_left, [class*=picjr_checkout_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_checkout_trans.png");
}
[class*=picjr_checkout_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_checkout_trans.png");
}

[class*=picjr_checkout_trans_white] .cs_ed_left, [class*=picjr_checkout_trans_white] .cs_bt_left, [class*=picjr_checkout_trans_white] .cs_bt_inner, [class*=picjr_checkout_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_checkout_trans_white.png");
}
[class*=picjr_checkout_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_checkout_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_checkout_trans_white.png");
}
[class*=picjr_checkout_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_checkout_trans_white.png");
}

[class*=picjr_conserje] .cs_ed_left, [class*=picjr_conserje] .cs_bt_left, [class*=picjr_conserje] .cs_bt_inner, [class*=picjr_conserje] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_conserje.png");
}
[class*=picjr_conserje] .cs_lb_label .cs_lb_left, [class*=picjr_conserje] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_conserje.png");
}
[class*=picjr_conserje][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_conserje.png");
}

[class*=picjr_habitacion] .cs_ed_left, [class*=picjr_habitacion] .cs_bt_left, [class*=picjr_habitacion] .cs_bt_inner, [class*=picjr_habitacion] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_habitacion.png");
}
[class*=picjr_habitacion] .cs_lb_label .cs_lb_left, [class*=picjr_habitacion] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_habitacion.png");
}
[class*=picjr_habitacion][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_habitacion.png");
}

[class*=picjr_habitacion_trans_white] .cs_ed_left, [class*=picjr_habitacion_trans_white] .cs_bt_left, [class*=picjr_habitacion_trans_white] .cs_bt_inner, [class*=picjr_habitacion_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_habitacion_trans_white.png");
}
[class*=picjr_habitacion_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_habitacion_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_habitacion_trans_white.png");
}
[class*=picjr_habitacion_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_habitacion_trans_white.png");
}

[class*=picjr_hotel] .cs_ed_left, [class*=picjr_hotel] .cs_bt_left, [class*=picjr_hotel] .cs_bt_inner, [class*=picjr_hotel] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_hotel.png");
}
[class*=picjr_hotel] .cs_lb_label .cs_lb_left, [class*=picjr_hotel] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_hotel.png");
}
[class*=picjr_hotel][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_hotel.png");
}

[class*=picjr_hotel_gray] .cs_ed_left, [class*=picjr_hotel_gray] .cs_bt_left, [class*=picjr_hotel_gray] .cs_bt_inner, [class*=picjr_hotel_gray] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_hotel_gray.png");
}
[class*=picjr_hotel_gray] .cs_lb_label .cs_lb_left, [class*=picjr_hotel_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_hotel_gray.png");
}
[class*=picjr_hotel_gray][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_hotel_gray.png");
}

[class*=picjr_incidencias] .cs_ed_left, [class*=picjr_incidencias] .cs_bt_left, [class*=picjr_incidencias] .cs_bt_inner, [class*=picjr_incidencias] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_incidencias.png");
}
[class*=picjr_incidencias] .cs_lb_label .cs_lb_left, [class*=picjr_incidencias] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_incidencias.png");
}
[class*=picjr_incidencias][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_incidencias.png");
}

[class*=picjr_lavanderia] .cs_ed_left, [class*=picjr_lavanderia] .cs_bt_left, [class*=picjr_lavanderia] .cs_bt_inner, [class*=picjr_lavanderia] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_lavanderia.png");
}
[class*=picjr_lavanderia] .cs_lb_label .cs_lb_left, [class*=picjr_lavanderia] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_lavanderia.png");
}
[class*=picjr_lavanderia][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_lavanderia.png");
}

[class*=picjr_minibar] .cs_ed_left, [class*=picjr_minibar] .cs_bt_left, [class*=picjr_minibar] .cs_bt_inner, [class*=picjr_minibar] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_minibar.png");
}
[class*=picjr_minibar] .cs_lb_label .cs_lb_left, [class*=picjr_minibar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_minibar.png");
}
[class*=picjr_minibar][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_minibar.png");
}

[class*=picjr_ocio] .cs_ed_left, [class*=picjr_ocio] .cs_bt_left, [class*=picjr_ocio] .cs_bt_inner, [class*=picjr_ocio] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_ocio.png");
}
[class*=picjr_ocio] .cs_lb_label .cs_lb_left, [class*=picjr_ocio] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_ocio.png");
}
[class*=picjr_ocio][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_ocio.png");
}

[class*=picjr_promociones] .cs_ed_left, [class*=picjr_promociones] .cs_bt_left, [class*=picjr_promociones] .cs_bt_inner, [class*=picjr_promociones] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_promociones.png");
}
[class*=picjr_promociones] .cs_lb_label .cs_lb_left, [class*=picjr_promociones] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_promociones.png");
}
[class*=picjr_promociones][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_promociones.png");
}

[class*=picjr_restaurantes] .cs_ed_left, [class*=picjr_restaurantes] .cs_bt_left, [class*=picjr_restaurantes] .cs_bt_inner, [class*=picjr_restaurantes] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_restaurantes.png");
}
[class*=picjr_restaurantes] .cs_lb_label .cs_lb_left, [class*=picjr_restaurantes] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_restaurantes.png");
}
[class*=picjr_restaurantes][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_restaurantes.png");
}

[class*=picjr_roomservice] .cs_ed_left, [class*=picjr_roomservice] .cs_bt_left, [class*=picjr_roomservice] .cs_bt_inner, [class*=picjr_roomservice] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_roomservice.png");
}
[class*=picjr_roomservice] .cs_lb_label .cs_lb_left, [class*=picjr_roomservice] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_roomservice.png");
}
[class*=picjr_roomservice][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_roomservice.png");
}

[class*=picjr_user] .cs_ed_left, [class*=picjr_user] .cs_bt_left, [class*=picjr_user] .cs_bt_inner, [class*=picjr_user] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_user.png");
}
[class*=picjr_user] .cs_lb_label .cs_lb_left, [class*=picjr_user] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_user.png");
}
[class*=picjr_user][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_user.png");
}

[class*=picjr_user_gray] .cs_ed_left, [class*=picjr_user_gray] .cs_bt_left, [class*=picjr_user_gray] .cs_bt_inner, [class*=picjr_user_gray] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_user_gray.png");
}
[class*=picjr_user_gray] .cs_lb_label .cs_lb_left, [class*=picjr_user_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_user_gray.png");
}
[class*=picjr_user_gray][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_user_gray.png");
}

[class*=picjr_user_trans_white] .cs_ed_left, [class*=picjr_user_trans_white] .cs_bt_left, [class*=picjr_user_trans_white] .cs_bt_inner, [class*=picjr_user_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_user_trans_white.png");
}
[class*=picjr_user_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_user_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_user_trans_white.png");
}
[class*=picjr_user_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_user_trans_white.png");
}

[class*=picjr_notificaciones] .cs_ed_left, [class*=picjr_notificaciones] .cs_bt_left, [class*=picjr_notificaciones] .cs_bt_inner, [class*=picjr_notificaciones] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_notificaciones.png");
}
[class*=picjr_notificaciones] .cs_lb_label .cs_lb_left, [class*=picjr_notificaciones] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_notificaciones.png");
}
[class*=picjr_notificaciones][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_notificaciones.png");
}

[class*=picjr_notificaciones_tip] .cs_ed_left, [class*=picjr_notificaciones_tip] .cs_bt_left, [class*=picjr_notificaciones_tip] .cs_bt_inner, [class*=picjr_notificaciones_tip] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_notificaciones_tip.png");
}
[class*=picjr_notificaciones_tip] .cs_lb_label .cs_lb_left, [class*=picjr_notificaciones_tip] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_notificaciones_tip.png");
}
[class*=picjr_notificaciones_tip][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_notificaciones_tip.png");
}

[class*=picjr_llamar] .cs_ed_left, [class*=picjr_llamar] .cs_bt_left, [class*=picjr_llamar] .cs_bt_inner, [class*=picjr_llamar] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_llamar.png");
}
[class*=picjr_llamar] .cs_lb_label .cs_lb_left, [class*=picjr_llamar] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_llamar.png");
}
[class*=picjr_llamar][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_llamar.png");
}

[class*=picjr_noches_trans_white] .cs_ed_left, [class*=picjr_noches_trans_white] .cs_bt_left, [class*=picjr_noches_trans_white] .cs_bt_inner, [class*=picjr_noches_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_noches_trans_white.png");
}
[class*=picjr_noches_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_noches_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_noches_trans_white.png");
}
[class*=picjr_noches_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_noches_trans_white.png");
}

[class*=picjr_wifi] .cs_ed_left, [class*=picjr_wifi] .cs_bt_left, [class*=picjr_wifi] .cs_bt_inner, [class*=picjr_wifi] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_wifi.png");
}
[class*=picjr_wifi] .cs_lb_label .cs_lb_left, [class*=picjr_wifi] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_wifi.png");
}
[class*=picjr_wifi][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_wifi.png");
}

[class*=picjr_reservas] .cs_ed_left, [class*=picjr_reservas] .cs_bt_left, [class*=picjr_reservas] .cs_bt_inner, [class*=picjr_reservas] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_reservas.png");
}
[class*=picjr_reservas] .cs_lb_label .cs_lb_left, [class*=picjr_reservas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_reservas.png");
}
[class*=picjr_reservas][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_reservas.png");
}

[class*=picjr_chat] .cs_ed_left, [class*=picjr_chat] .cs_bt_left, [class*=picjr_chat] .cs_bt_inner, [class*=picjr_chat] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_chat.png");
}
[class*=picjr_chat] .cs_lb_label .cs_lb_left, [class*=picjr_chat] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_chat.png");
}
[class*=picjr_chat][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_chat.png");
}

[class*=picjr_key] .cs_ed_left, [class*=picjr_key] .cs_bt_left, [class*=picjr_key] .cs_bt_inner, [class*=picjr_key] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_key.png");
}
[class*=picjr_key] .cs_lb_label .cs_lb_left, [class*=picjr_key] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_key.png");
}
[class*=picjr_key][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_key.png");
}

[class*=picjr_key_red] .cs_ed_left, [class*=picjr_key_red] .cs_bt_left, [class*=picjr_key_red] .cs_bt_inner, [class*=picjr_key_red] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_key_red.png");
}
[class*=picjr_key_red] .cs_lb_label .cs_lb_left, [class*=picjr_key_red] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_key_red.png");
}
[class*=picjr_key_red][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_key_red.png");
}

[class*=picjr_key_green] .cs_ed_left, [class*=picjr_key_green] .cs_bt_left, [class*=picjr_key_green] .cs_bt_inner, [class*=picjr_key_green] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_key_green.png");
}
[class*=picjr_key_green] .cs_lb_label .cs_lb_left, [class*=picjr_key_green] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_key_green.png");
}
[class*=picjr_key_green][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_key_green.png");
}

[class*=picjr_key_gray] .cs_ed_left, [class*=picjr_key_gray] .cs_bt_left, [class*=picjr_key_gray] .cs_bt_inner, [class*=picjr_key_gray] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_key_gray.png");
}
[class*=picjr_key_gray] .cs_lb_label .cs_lb_left, [class*=picjr_key_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_key_gray.png");
}
[class*=picjr_key_gray][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_key_gray.png");
}

[class*=picjr_key_clk] .cs_ed_left, [class*=picjr_key_clk] .cs_bt_left, [class*=picjr_key_clk] .cs_bt_inner, [class*=picjr_key_clk] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_key_clk.png");
}
[class*=picjr_key_clk] .cs_lb_label .cs_lb_left, [class*=picjr_key_clk] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_key_clk.png");
}
[class*=picjr_key_clk][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_key_clk.png");
}

[class*=picjr_cesta] .cs_ed_left, [class*=picjr_cesta] .cs_bt_left, [class*=picjr_cesta] .cs_bt_inner, [class*=picjr_cesta] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_cesta.png");
}
[class*=picjr_cesta] .cs_lb_label .cs_lb_left, [class*=picjr_cesta] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_cesta.png");
}
[class*=picjr_cesta][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_cesta.png");
}

[class*=picjr_localizador_trans] .cs_ed_left, [class*=picjr_localizador_trans] .cs_bt_left, [class*=picjr_localizador_trans] .cs_bt_inner, [class*=picjr_localizador_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_localizador_trans.png");
}
[class*=picjr_localizador_trans] .cs_lb_label .cs_lb_left, [class*=picjr_localizador_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_localizador_trans.png");
}
[class*=picjr_localizador_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_localizador_trans.png");
}

[class*=picjr_localizador_trans_white] .cs_ed_left, [class*=picjr_localizador_trans_white] .cs_bt_left, [class*=picjr_localizador_trans_white] .cs_bt_inner, [class*=picjr_localizador_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_localizador_trans_white.png");
}
[class*=picjr_localizador_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_localizador_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_localizador_trans_white.png");
}
[class*=picjr_localizador_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_localizador_trans_white.png");
}

[class*=picjr_language_en] .cs_ed_left, [class*=picjr_language_en] .cs_bt_left, [class*=picjr_language_en] .cs_bt_inner, [class*=picjr_language_en] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_language_en.png");
}
[class*=picjr_language_en] .cs_lb_label .cs_lb_left, [class*=picjr_language_en] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_language_en.png");
}
[class*=picjr_language_en][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_language_en.png");
}

[class*=picjr_language_es] .cs_ed_left, [class*=picjr_language_es] .cs_bt_left, [class*=picjr_language_es] .cs_bt_inner, [class*=picjr_language_es] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_language_es.png");
}
[class*=picjr_language_es] .cs_lb_label .cs_lb_left, [class*=picjr_language_es] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_language_es.png");
}
[class*=picjr_language_es][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_language_es.png");
}

[class*=picjr_language_ca] .cs_ed_left, [class*=picjr_language_ca] .cs_bt_left, [class*=picjr_language_ca] .cs_bt_inner, [class*=picjr_language_ca] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_language_ca.png");
}
[class*=picjr_language_ca] .cs_lb_label .cs_lb_left, [class*=picjr_language_ca] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_language_ca.png");
}
[class*=picjr_language_ca][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_language_ca.png");
}

[class*=picjr_language_fr] .cs_ed_left, [class*=picjr_language_fr] .cs_bt_left, [class*=picjr_language_fr] .cs_bt_inner, [class*=picjr_language_fr] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_language_fr.png");
}
[class*=picjr_language_fr] .cs_lb_label .cs_lb_left, [class*=picjr_language_fr] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_language_fr.png");
}
[class*=picjr_language_fr][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_language_fr.png");
}

[class*=picjr_language_de] .cs_ed_left, [class*=picjr_language_de] .cs_bt_left, [class*=picjr_language_de] .cs_bt_inner, [class*=picjr_language_de] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_language_de.png");
}
[class*=picjr_language_de] .cs_lb_label .cs_lb_left, [class*=picjr_language_de] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_language_de.png");
}
[class*=picjr_language_de][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_language_de.png");
}

[class*=picjr_number1] .cs_ed_left, [class*=picjr_number1] .cs_bt_left, [class*=picjr_number1] .cs_bt_inner, [class*=picjr_number1] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_number1_trans_white.png");
}
[class*=picjr_number1] .cs_lb_label .cs_lb_left, [class*=picjr_number1] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_number1_trans_white.png");
}
[class*=picjr_number1][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_number1_trans_white.png");
}

[class*=picjr_number2] .cs_ed_left, [class*=picjr_number2] .cs_bt_left, [class*=picjr_number2] .cs_bt_inner, [class*=picjr_number2] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_number2_trans_white.png");
}
[class*=picjr_number2] .cs_lb_label .cs_lb_left, [class*=picjr_number2] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_number2_trans_white.png");
}
[class*=picjr_number2][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_number2_trans_white.png");
}

[class*=picjr_number3] .cs_ed_left, [class*=picjr_number3] .cs_bt_left, [class*=picjr_number3] .cs_bt_inner, [class*=picjr_number3] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_number3_trans_white.png");
}
[class*=picjr_number3] .cs_lb_label .cs_lb_left, [class*=picjr_number3] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_number3_trans_white.png");
}
[class*=picjr_number3][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_number3_trans_white.png");
}

[class*=picjr_number4] .cs_ed_left, [class*=picjr_number4] .cs_bt_left, [class*=picjr_number4] .cs_bt_inner, [class*=picjr_number4] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_number4_trans_white.png");
}
[class*=picjr_number4] .cs_lb_label .cs_lb_left, [class*=picjr_number4] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_number4_trans_white.png");
}
[class*=picjr_number4][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_number4_trans_white.png");
}

[class*=picjr_number5] .cs_ed_left, [class*=picjr_number5] .cs_bt_left, [class*=picjr_number5] .cs_bt_inner, [class*=picjr_number5] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_number5_trans_white.png");
}
[class*=picjr_number5] .cs_lb_label .cs_lb_left, [class*=picjr_number5] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_number5_trans_white.png");
}
[class*=picjr_number5][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_number5_trans_white.png");
}

[class*=picjr_number6] .cs_ed_left, [class*=picjr_number6] .cs_bt_left, [class*=picjr_number6] .cs_bt_inner, [class*=picjr_number6] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_number6_trans_white.png");
}
[class*=picjr_number6] .cs_lb_label .cs_lb_left, [class*=picjr_number6] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_number6_trans_white.png");
}
[class*=picjr_number6][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_number6_trans_white.png");
}

[class*=picjr_number7] .cs_ed_left, [class*=picjr_number7] .cs_bt_left, [class*=picjr_number7] .cs_bt_inner, [class*=picjr_number7] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_number7_trans_white.png");
}
[class*=picjr_number7] .cs_lb_label .cs_lb_left, [class*=picjr_number7] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_number7_trans_white.png");
}
[class*=picjr_number7][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_number7_trans_white.png");
}

[class*=picjr_number8] .cs_ed_left, [class*=picjr_number8] .cs_bt_left, [class*=picjr_number8] .cs_bt_inner, [class*=picjr_number8] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_number8_trans_white.png");
}
[class*=picjr_number8] .cs_lb_label .cs_lb_left, [class*=picjr_number8] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_number8_trans_white.png");
}
[class*=picjr_number8][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_number8_trans_white.png");
}

[class*=picjr_number9] .cs_ed_left, [class*=picjr_number9] .cs_bt_left, [class*=picjr_number9] .cs_bt_inner, [class*=picjr_number9] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_number9_trans_white.png");
}
[class*=picjr_number9] .cs_lb_label .cs_lb_left, [class*=picjr_number9] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_number9_trans_white.png");
}
[class*=picjr_number9][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_number9_trans_white.png");
}

[class*=picjr_number0] .cs_ed_left, [class*=picjr_number0] .cs_bt_left, [class*=picjr_number0] .cs_bt_inner, [class*=picjr_number0] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_number0_trans_white.png");
}
[class*=picjr_number0] .cs_lb_label .cs_lb_left, [class*=picjr_number0] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_number0_trans_white.png");
}
[class*=picjr_number0][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_number0_trans_white.png");
}

[class*=picjr_simbolo_mas] .cs_ed_left, [class*=picjr_simbolo_mas] .cs_bt_left, [class*=picjr_simbolo_mas] .cs_bt_inner, [class*=picjr_simbolo_mas] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_simbol_mas_trans_white.png");
}
[class*=picjr_simbolo_mas] .cs_lb_label .cs_lb_left, [class*=picjr_simbolo_mas] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_simbol_mas_trans_white.png");
}
[class*=picjr_simbolo_mas][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_simbol_mas_trans_white.png");
}

[class*=picjr_simbolo_menos] .cs_ed_left, [class*=picjr_simbolo_menos] .cs_bt_left, [class*=picjr_simbolo_menos] .cs_bt_inner, [class*=picjr_simbolo_menos] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_simbol_menos_trans_white.png");
}
[class*=picjr_simbolo_menos] .cs_lb_label .cs_lb_left, [class*=picjr_simbolo_menos] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_simbol_menos_trans_white.png");
}
[class*=picjr_simbolo_menos][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_simbol_menos_trans_white.png");
}

[class*=picjr_cerrarbold_gray] .cs_ed_left, [class*=picjr_cerrarbold_gray] .cs_bt_left, [class*=picjr_cerrarbold_gray] .cs_bt_inner, [class*=picjr_cerrarbold_gray] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_cerrarbold_gray.png");
}
[class*=picjr_cerrarbold_gray] .cs_lb_label .cs_lb_left, [class*=picjr_cerrarbold_gray] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_cerrarbold_gray.png");
}
[class*=picjr_cerrarbold_gray][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_cerrarbold_gray.png");
}

[class*=picjr_cerrarbold_white] .cs_ed_left, [class*=picjr_cerrarbold_white] .cs_bt_left, [class*=picjr_cerrarbold_white] .cs_bt_inner, [class*=picjr_cerrarbold_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_cerrarbold_white.png");
}
[class*=picjr_cerrarbold_white] .cs_lb_label .cs_lb_left, [class*=picjr_cerrarbold_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_cerrarbold_white.png");
}
[class*=picjr_cerrarbold_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_cerrarbold_white.png");
}

[class*=picjr_cursorleft_bold_white] .cs_ed_left, [class*=picjr_cursorleft_bold_white] .cs_bt_left, [class*=picjr_cursorleft_bold_white] .cs_bt_inner, [class*=picjr_cursorleft_bold_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_cursor_left_bold_white.png");
}
[class*=picjr_cursorleft_bold_white] .cs_lb_label .cs_lb_left, [class*=picjr_cursorleft_bold_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_cursor_left_bold_white.png");
}
[class*=picjr_cursorleft_bold_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_cursor_left_bold_white.png");
}

[class*=picjr_car_trans] .cs_ed_left, [class*=picjr_car_trans] .cs_bt_left, [class*=picjr_car_trans] .cs_bt_inner, [class*=picjr_car_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_car_trans.png");
}
[class*=picjr_car_trans] .cs_lb_label .cs_lb_left, [class*=picjr_car_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_car_trans.png");
}
[class*=picjr_car_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_car_trans.png");
}

[class*=picjr_car_trans_white] .cs_ed_left, [class*=picjr_car_trans_white] .cs_bt_left, [class*=picjr_car_trans_white] .cs_bt_inner, [class*=picjr_car_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_car_trans_white.png");
}
[class*=picjr_car_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_car_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_car_trans_white.png");
}
[class*=picjr_car_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_car_trans_white.png");
}

[class*=picjr_car_white] .cs_ed_left, [class*=picjr_car_white] .cs_bt_left, [class*=picjr_car_white] .cs_bt_inner, [class*=picjr_car_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_car_white.png");
}
[class*=picjr_car_white] .cs_lb_label .cs_lb_left, [class*=picjr_car_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_car_white.png");
}
[class*=picjr_car_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_car_white.png");
}

[class*=picjr_carbt_trans] .cs_ed_left, [class*=picjr_carbt_trans] .cs_bt_left, [class*=picjr_carbt_trans] .cs_bt_inner, [class*=picjr_carbt_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_carbt_trans.png");
}
[class*=picjr_carbt_trans] .cs_lb_label .cs_lb_left, [class*=picjr_carbt_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_carbt_trans.png");
}
[class*=picjr_carbt_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_carbt_trans.png");
}
[class*=picjr_carbt_trans][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/gst/fw_jr_carbt_trans_white.png");
}

[class*=picjr_carbt_trans_white] .cs_ed_left, [class*=picjr_carbt_trans_white] .cs_bt_left, [class*=picjr_carbt_trans_white] .cs_bt_inner, [class*=picjr_carbt_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_carbt_trans_white.png");
}
[class*=picjr_carbt_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_carbt_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_carbt_trans_white.png");
}
[class*=picjr_carbt_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_carbt_trans_white.png");
}
[class*=picjr_carbt_trans_white][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/gst/fw_jr_carbt_trans.png");
}

[class*=picjr_suit_white] .cs_ed_left, [class*=picjr_suit_white] .cs_bt_left, [class*=picjr_suit_white] .cs_bt_inner, [class*=picjr_suit_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_suit_white.png");
}
[class*=picjr_suit_white] .cs_lb_label .cs_lb_left, [class*=picjr_suit_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_suit_white.png");
}
[class*=picjr_suit_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_suit_white.png");
}

[class*=picjr_suitbt_trans] .cs_ed_left, [class*=picjr_suitbt_trans] .cs_bt_left, [class*=picjr_suitbt_trans] .cs_bt_inner, [class*=picjr_suitbt_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_suitbt_trans.png");
}
[class*=picjr_suitbt_trans] .cs_lb_label .cs_lb_left, [class*=picjr_suitbt_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_suitbt_trans.png");
}
[class*=picjr_suitbt_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_suitbt_trans.png");
}
[class*=picjr_suitbt_trans][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/gst/fw_jr_suitbt_trans_white.png");
}

[class*=picjr_suitbt_trans_white] .cs_ed_left, [class*=picjr_suitbt_trans_white] .cs_bt_left, [class*=picjr_suitbt_trans_white] .cs_bt_inner, [class*=picjr_suitbt_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_suitbt_trans_white.png");
}
[class*=picjr_suitbt_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_suitbt_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_suitbt_trans_white.png");
}
[class*=picjr_suitbt_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_suitbt_trans_white.png");
}
[class*=picjr_suitbt_trans_white][class$=_invertido_click] .cs_bt_inner {
  background-image: url("../../img/gst/fw_jr_suitbt_trans.png");
}

[class*=picjr_sexo_manbt_trans_white] .cs_ed_left, [class*=picjr_sexo_manbt_trans_white] .cs_bt_left, [class*=picjr_sexo_manbt_trans_white] .cs_bt_inner, [class*=picjr_sexo_manbt_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_sexo_hombre_white.png");
}
[class*=picjr_sexo_manbt_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_sexo_manbt_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_sexo_hombre_white.png");
}
[class*=picjr_sexo_manbt_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_sexo_hombre_white.png");
}

[class*=picjr_sexo_womanbt_trans_white] .cs_ed_left, [class*=picjr_sexo_womanbt_trans_white] .cs_bt_left, [class*=picjr_sexo_womanbt_trans_white] .cs_bt_inner, [class*=picjr_sexo_womanbt_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_sexo_mujer_white.png");
}
[class*=picjr_sexo_womanbt_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_sexo_womanbt_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_sexo_mujer_white.png");
}
[class*=picjr_sexo_womanbt_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_sexo_mujer_white.png");
}

[class*=picjr_minibar_reponer_trans] .cs_ed_left, [class*=picjr_minibar_reponer_trans] .cs_bt_left, [class*=picjr_minibar_reponer_trans] .cs_bt_inner, [class*=picjr_minibar_reponer_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_minibar_reponer_trans.png");
}
[class*=picjr_minibar_reponer_trans] .cs_lb_label .cs_lb_left, [class*=picjr_minibar_reponer_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_minibar_reponer_trans.png");
}
[class*=picjr_minibar_reponer_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_minibar_reponer_trans.png");
}

[class*=picjr_minibar_reponer_trans_white] .cs_ed_left, [class*=picjr_minibar_reponer_trans_white] .cs_bt_left, [class*=picjr_minibar_reponer_trans_white] .cs_bt_inner, [class*=picjr_minibar_reponer_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_minibar_reponer_trans_white.png");
}
[class*=picjr_minibar_reponer_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_minibar_reponer_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_minibar_reponer_trans_white.png");
}
[class*=picjr_minibar_reponer_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_minibar_reponer_trans_white.png");
}

[class*=picjr_minibar_cafe_trans] .cs_ed_left, [class*=picjr_minibar_cafe_trans] .cs_bt_left, [class*=picjr_minibar_cafe_trans] .cs_bt_inner, [class*=picjr_minibar_cafe_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_minibar_cafe_trans.png");
}
[class*=picjr_minibar_cafe_trans] .cs_lb_label .cs_lb_left, [class*=picjr_minibar_cafe_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_minibar_cafe_trans.png");
}
[class*=picjr_minibar_cafe_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_minibar_cafe_trans.png");
}

[class*=picjr_minibar_cafe_trans_white] .cs_ed_left, [class*=picjr_minibar_cafe_trans_white] .cs_bt_left, [class*=picjr_minibar_cafe_trans_white] .cs_bt_inner, [class*=picjr_minibar_cafe_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_minibar_cafe_trans_white.png");
}
[class*=picjr_minibar_cafe_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_minibar_cafe_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_minibar_cafe_trans_white.png");
}
[class*=picjr_minibar_cafe_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_minibar_cafe_trans_white.png");
}

[class*=picjr_minibar_hielo_trans] .cs_ed_left, [class*=picjr_minibar_hielo_trans] .cs_bt_left, [class*=picjr_minibar_hielo_trans] .cs_bt_inner, [class*=picjr_minibar_hielo_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_minibar_hielo_trans.png");
}
[class*=picjr_minibar_hielo_trans] .cs_lb_label .cs_lb_left, [class*=picjr_minibar_hielo_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_minibar_hielo_trans.png");
}
[class*=picjr_minibar_hielo_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_minibar_hielo_trans.png");
}

[class*=picjr_minibar_hielo_trans_white] .cs_ed_left, [class*=picjr_minibar_hielo_trans_white] .cs_bt_left, [class*=picjr_minibar_hielo_trans_white] .cs_bt_inner, [class*=picjr_minibar_hielo_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_minibar_hielo_trans_white.png");
}
[class*=picjr_minibar_hielo_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_minibar_hielo_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_minibar_hielo_trans_white.png");
}
[class*=picjr_minibar_hielo_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_minibar_hielo_trans_white.png");
}

[class*=picjr_limpiarbt_trans] .cs_ed_left, [class*=picjr_limpiarbt_trans] .cs_bt_left, [class*=picjr_limpiarbt_trans] .cs_bt_inner, [class*=picjr_limpiarbt_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_hab_limpiar_trans.png");
}
[class*=picjr_limpiarbt_trans] .cs_lb_label .cs_lb_left, [class*=picjr_limpiarbt_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_hab_limpiar_trans.png");
}
[class*=picjr_limpiarbt_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_hab_limpiar_trans.png");
}

[class*=picjr_limpiarbt_trans_white] .cs_ed_left, [class*=picjr_limpiarbt_trans_white] .cs_bt_left, [class*=picjr_limpiarbt_trans_white] .cs_bt_inner, [class*=picjr_limpiarbt_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_hab_limpiar_trans_white.png");
}
[class*=picjr_limpiarbt_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_limpiarbt_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_hab_limpiar_trans_white.png");
}
[class*=picjr_limpiarbt_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_hab_limpiar_trans_white.png");
}

[class*=picjr_nomolestarbt_trans] .cs_ed_left, [class*=picjr_nomolestarbt_trans] .cs_bt_left, [class*=picjr_nomolestarbt_trans] .cs_bt_inner, [class*=picjr_nomolestarbt_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_hab_nomolestar_trans.png");
}
[class*=picjr_nomolestarbt_trans] .cs_lb_label .cs_lb_left, [class*=picjr_nomolestarbt_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_hab_nomolestar_trans.png");
}
[class*=picjr_nomolestarbt_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_hab_nomolestar_trans.png");
}

[class*=picjr_nomolestarbt_trans_white] .cs_ed_left, [class*=picjr_nomolestarbt_trans_white] .cs_bt_left, [class*=picjr_nomolestarbt_trans_white] .cs_bt_inner, [class*=picjr_nomolestarbt_trans_white] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_hab_nomolestar_trans_white.png");
}
[class*=picjr_nomolestarbt_trans_white] .cs_lb_label .cs_lb_left, [class*=picjr_nomolestarbt_trans_white] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_hab_nomolestar_trans_white.png");
}
[class*=picjr_nomolestarbt_trans_white][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_hab_nomolestar_trans_white.png");
}

[class*=picjr_perfil_car_pendiente] .cs_ed_left, [class*=picjr_perfil_car_pendiente] .cs_bt_left, [class*=picjr_perfil_car_pendiente] .cs_bt_inner, [class*=picjr_perfil_car_pendiente] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_perfil_car_pendiente.png");
}
[class*=picjr_perfil_car_pendiente] .cs_lb_label .cs_lb_left, [class*=picjr_perfil_car_pendiente] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_perfil_car_pendiente.png");
}
[class*=picjr_perfil_car_pendiente][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_perfil_car_pendiente.png");
}

[class*=picjr_perfil_biometric_pendiente] .cs_ed_left, [class*=picjr_perfil_biometric_pendiente] .cs_bt_left, [class*=picjr_perfil_biometric_pendiente] .cs_bt_inner, [class*=picjr_perfil_biometric_pendiente] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_perfil_biometric_pendiente.png");
}
[class*=picjr_perfil_biometric_pendiente] .cs_lb_label .cs_lb_left, [class*=picjr_perfil_biometric_pendiente] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_perfil_biometric_pendiente.png");
}
[class*=picjr_perfil_biometric_pendiente][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_perfil_biometric_pendiente.png");
}

[class*=picjr_dni_front] .cs_ed_left, [class*=picjr_dni_front] .cs_bt_left, [class*=picjr_dni_front] .cs_bt_inner, [class*=picjr_dni_front] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_dni_front.png");
}
[class*=picjr_dni_front] .cs_lb_label .cs_lb_left, [class*=picjr_dni_front] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_dni_front.png");
}
[class*=picjr_dni_front][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_dni_front.png");
}

[class*=picjr_dni_front_trans] .cs_ed_left, [class*=picjr_dni_front_trans] .cs_bt_left, [class*=picjr_dni_front_trans] .cs_bt_inner, [class*=picjr_dni_front_trans] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_dni_front_trans.png");
}
[class*=picjr_dni_front_trans] .cs_lb_label .cs_lb_left, [class*=picjr_dni_front_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_dni_front_trans.png");
}
[class*=picjr_dni_front_trans][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_dni_front_trans.png");
}

[class*=picjr_dni_back] .cs_ed_left, [class*=picjr_dni_back] .cs_bt_left, [class*=picjr_dni_back] .cs_bt_inner, [class*=picjr_dni_back] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_dni_back.png");
}
[class*=picjr_dni_back] .cs_lb_label .cs_lb_left, [class*=picjr_dni_back] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_dni_back.png");
}
[class*=picjr_dni_back][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_dni_back.png");
}

[class*=picjr_covid] .cs_ed_left, [class*=picjr_covid] .cs_bt_left, [class*=picjr_covid] .cs_bt_inner, [class*=picjr_covid] .cs_bt_right {
  background-image: url("../../img/gst/fw_jr_covid.png");
}
[class*=picjr_covid] .cs_lb_label .cs_lb_left, [class*=picjr_covid] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/fw_jr_covid.png");
}
[class*=picjr_covid][class*=_solopic] {
  background-image: url("../../img/gst/fw_jr_covid.png");
}

[class*=picjr_precheckin_finalizado] .cs_ed_left, [class*=picjr_precheckin_finalizado] .cs_bt_left, [class*=picjr_precheckin_finalizado] .cs_bt_inner, [class*=picjr_precheckin_finalizado] .cs_bt_right {
  background-image: url("../../img/gst/512_fw_jr_precheckin_finalizado.png");
}
[class*=picjr_precheckin_finalizado] .cs_lb_label .cs_lb_left, [class*=picjr_precheckin_finalizado] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/512_fw_jr_precheckin_finalizado.png");
}
[class*=picjr_precheckin_finalizado][class*=_solopic] {
  background-image: url("../../img/gst/512_fw_jr_precheckin_finalizado.png");
}

[class*=picjr_checkin_finalizado] .cs_ed_left, [class*=picjr_checkin_finalizado] .cs_bt_left, [class*=picjr_checkin_finalizado] .cs_bt_inner, [class*=picjr_checkin_finalizado] .cs_bt_right {
  background-image: url("../../img/gst/512_fw_jr_checkin_finalizado.png");
}
[class*=picjr_checkin_finalizado] .cs_lb_label .cs_lb_left, [class*=picjr_checkin_finalizado] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/512_fw_jr_checkin_finalizado.png");
}
[class*=picjr_checkin_finalizado][class*=_solopic] {
  background-image: url("../../img/gst/512_fw_jr_checkin_finalizado.png");
}

[class*=picjr_checkout_finalizado] .cs_ed_left, [class*=picjr_checkout_finalizado] .cs_bt_left, [class*=picjr_checkout_finalizado] .cs_bt_inner, [class*=picjr_checkout_finalizado] .cs_bt_right {
  background-image: url("../../img/gst/512_fw_jr_checkout_finalizado.png");
}
[class*=picjr_checkout_finalizado] .cs_lb_label .cs_lb_left, [class*=picjr_checkout_finalizado] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/gst/512_fw_jr_checkout_finalizado.png");
}
[class*=picjr_checkout_finalizado][class*=_solopic] {
  background-image: url("../../img/gst/512_fw_jr_checkout_finalizado.png");
}

[class*=picjames] .cs_ed_left, [class*=picjames] .cs_bt_left, [class*=picjames] .cs_bt_inner, [class*=picjames] .cs_bt_right {
  background: url("../../img/backgr/fw_james.png");
  background-size: 100% auto;
}
[class*=picjames] .cs_lb_label .cs_lb_left, [class*=picjames] .cs_lb_label .cs_lb_inner {
  background: url("../../img/backgr/fw_james.png");
  background-size: 100% auto;
}
[class*=picjames][class*=_solopic] {
  background: url("../../img/backgr/fw_james.png");
  background-size: 100% auto;
}

[class*=picjames_hello] .cs_ed_left, [class*=picjames_hello] .cs_bt_left, [class*=picjames_hello] .cs_bt_inner, [class*=picjames_hello] .cs_bt_right {
  background: url("../../img/backgr/fw_james_hello.png");
  background-size: 100% auto;
}
[class*=picjames_hello] .cs_lb_label .cs_lb_left, [class*=picjames_hello] .cs_lb_label .cs_lb_inner {
  background: url("../../img/backgr/fw_james_hello.png");
  background-size: 100% auto;
}
[class*=picjames_hello][class*=_solopic] {
  background: url("../../img/backgr/fw_james_hello.png");
  background-size: 100% auto;
}

/*
[class*="picchm_agencia"] ->"pichm_agencia"
[class*="picchm_empresa"] ->"pichm_empresa"
[class*="pichm_nochesadd"] ->"pichm_nochesmax"
*/
[class*=picpms_localizador_reserva_black] .cs_ed_left, [class*=picpms_localizador_reserva_black] .cs_bt_left, [class*=picpms_localizador_reserva_black] .cs_bt_inner, [class*=picpms_localizador_reserva_black] .cs_bt_right {
  background-image: url("../../img/channels/fw_localizador_reserva_black.png");
}
[class*=picpms_localizador_reserva_black] .cs_lb_label .cs_lb_left, [class*=picpms_localizador_reserva_black] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_localizador_reserva_black.png");
}
[class*=picpms_localizador_reserva_black][class*=_solopic] {
  background-image: url("../../img/channels/fw_localizador_reserva_black.png");
}

[class*=picpms_localizador_reserva_black_trans] .cs_ed_left, [class*=picpms_localizador_reserva_black_trans] .cs_bt_left, [class*=picpms_localizador_reserva_black_trans] .cs_bt_inner, [class*=picpms_localizador_reserva_black_trans] .cs_bt_right {
  background-image: url("../../img/channels/fw_localizador_reserva_black_trans.png");
}
[class*=picpms_localizador_reserva_black_trans] .cs_lb_label .cs_lb_left, [class*=picpms_localizador_reserva_black_trans] .cs_lb_label .cs_lb_inner {
  background-image: url("../../img/channels/fw_localizador_reserva_black_trans.png");
}
[class*=picpms_localizador_reserva_black_trans][class*=_solopic] {
  background-image: url("../../img/channels/fw_localizador_reserva_black_trans.png");
}

[class*=_psw] {
  border-radius: 100px !important;
}

[class*=_psw_on], [class*=_psw_click] {
  border-radius: 100px !important;
  background: #30dbfe none;
  box-shadow: 0 0 20px #30dbfe;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

[class*=_withtextR] {
  max-width: 100% !important;
}
[class*=_withtextR] .cs_bt_left {
  width: 40px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
  float: left;
}
[class*=_withtextR] .cs_bt_inner {
  width: calc(100% - 50px);
  height: 100%;
  display: block;
  text-align: left;
  color: black;
  padding-left: 4px;
  padding-top: 8px;
  background-image: none !important;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=_withtextR] .cs_bt_right {
  display: none;
}
[class*=_withtextR][class*=_on] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}
[class*=_withtextR][class*=_click] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}

[class*=_withtextMR] {
  max-width: 100% !important;
  max-width: 100% !important;
}
[class*=_withtextMR] .cs_bt_left {
  width: 40px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
  float: left;
}
[class*=_withtextMR] .cs_bt_inner {
  width: calc(100% - 50px);
  height: 100%;
  display: block;
  text-align: left;
  color: black;
  padding-left: 4px;
  padding-top: 8px;
  background-image: none !important;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=_withtextMR] .cs_bt_right {
  display: none;
}
[class*=_withtextMR] .cs_bt_inner {
  color: black;
  padding-right: 4px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 11px;
  white-space: normal;
}
[class*=_withtextMR][class*=_on] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}
[class*=_withtextMR][class*=_click] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}

[class*=_withtextSUBMR] {
  max-width: 100% !important;
  max-width: 100% !important;
}
[class*=_withtextSUBMR] .cs_bt_left {
  width: 40px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
  float: left;
}
[class*=_withtextSUBMR] .cs_bt_inner {
  width: calc(100% - 50px);
  height: 100%;
  display: block;
  text-align: left;
  color: black;
  padding-left: 4px;
  padding-top: 8px;
  background-image: none !important;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=_withtextSUBMR] .cs_bt_right {
  display: none;
}
[class*=_withtextSUBMR] .cs_bt_inner {
  color: black;
  padding-right: 4px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 11px;
  white-space: normal;
}
[class*=_withtextSUBMR][class*=_on] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}
[class*=_withtextSUBMR][class*=_click] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}

[class*=_withtextS] {
  max-width: 100% !important;
  background-color: #e6e6e6;
  border: 0;
  border-radius: 40px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-size: 0.65rem;
}
[class*=_withtextS] .cs_bt_left {
  width: 36px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
  float: left;
}
[class*=_withtextS] .cs_bt_inner {
  width: calc(100% - 36px);
  height: 100%;
  display: block;
  text-align: left;
  color: #505050;
  padding-left: 0;
  padding-top: 4px;
  background-image: none;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=_withtextS] .cs_bt_right {
  display: none;
}
[class*=_withtextB] {
  max-width: 100% !important;
}
[class*=_withtextB] .cs_bt_left {
  width: 100%;
  height: calc(100% - 26px);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
}
[class*=_withtextB] .cs_bt_inner {
  width: 100%;
  height: 26px;
  display: block;
  text-align: center;
  color: black;
  padding-left: 4px;
  padding-top: 6px;
  background-image: none;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=_withtextB] .cs_bt_right {
  display: none;
}
[class*=_withtextB][class*=_on] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}
[class*=_withtextB][class*=_click] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}

[class*=_withtextMB] {
  max-width: 100% !important;
}
[class*=_withtextMB] .cs_bt_left {
  width: 100%;
  height: calc(100% - 26px);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
}
[class*=_withtextMB] .cs_bt_inner {
  width: 100%;
  height: 26px;
  display: block;
  text-align: center;
  color: black;
  padding-left: 4px;
  padding-top: 6px;
  background-image: none;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=_withtextMB] .cs_bt_right {
  display: none;
}
[class*=_withtextMB] .cs_bt_left {
  height: calc(100% - 20px);
}
[class*=_withtextMB] .cs_bt_inner {
  height: 20px;
  color: black;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 11px;
  padding-top: 3px;
}
[class*=_withtextMB][class*=_on] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}
[class*=_withtextMB][class*=_click] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}

[class*=_withtextSUBMB] {
  max-width: 100% !important;
}
[class*=_withtextSUBMB] .cs_bt_left {
  width: 100%;
  height: calc(100% - 26px);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
}
[class*=_withtextSUBMB] .cs_bt_inner {
  width: 100%;
  height: 26px;
  display: block;
  text-align: center;
  color: black;
  padding-left: 4px;
  padding-top: 6px;
  background-image: none;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=_withtextSUBMB] .cs_bt_right {
  display: none;
}
[class*=_withtextSUBMB] .cs_bt_left {
  height: calc(100% - 20px);
}
[class*=_withtextSUBMB] .cs_bt_inner {
  height: 20px;
  color: black;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 11px;
  padding-top: 3px;
}
[class*=_withtextSUBMB][class*=_on] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}
[class*=_withtextSUBMB][class*=_click] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}

[class*=_withtextT] {
  max-width: 100% !important;
}
[class*=_withtextT] .cs_bt_left {
  width: 100%;
  height: calc(100% - 26px);
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
}
[class*=_withtextT] .cs_bt_inner {
  width: 100%;
  height: 26px;
  display: block;
  text-align: center;
  color: black;
  padding-left: 4px;
  padding-top: 6px;
  background-image: none;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=_withtextT] .cs_bt_right {
  display: none;
}
[class*=_withtextT] .cs_bt_inner {
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 10px;
}
[class*=_withtextT][class*=_on] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}
[class*=_withtextT][class*=_click] {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ff9103;
}

[class*=_withtextA] {
  background-color: transparent;
  border: none;
  max-width: 200px !important;
}
[class*=_withtextA] .cs_bt_left {
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  margin-top: 16px;
}
[class*=_withtextA] .cs_bt_inner {
  width: 100%;
  height: 20px;
  display: block;
  text-align: center;
  color: #505050;
  padding-top: 6px;
  background-image: none !important;
  line-height: 16px;
  background-color: transparent;
  margin-top: 16px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 10px;
}
[class*=_withtextA] .cs_bt_right {
  margin-left: calc((100% - 32px)/2);
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70%;
  border-radius: 40px;
  margin-top: -54px;
}
[class*=_withtextA][class*=L] .cs_bt_left {
  width: 50%;
  margin-left: 50%;
}
[class*=_withtextA][class*=R] .cs_bt_left {
  width: 50%;
}
[class*=_withtextA][class*=_red] .cs_bt_right {
  background-color: red;
}
[class*=_withtextA][class*=_green] .cs_bt_right {
  background-color: #01ff96;
}
[class*=_withtextA][class*=_yellow] .cs_bt_right {
  background-color: #ffe510;
}
[class*=_withtextA][class*=_gray] .cs_bt_right {
  background-color: gainsboro;
}
[class*=_withtextA][class*=_blue] .cs_bt_right {
  background-color: #5792ff;
}
[class*=_withtextA][class*=_black] .cs_bt_right {
  background-color: black;
}
[class*=_withtextA][class*=_wht] .cs_bt_right {
  background-color: white;
}
[class*=_withtextA][class*=_jr] .cs_bt_right {
  background-color: #f9bf0c;
}
[class*=_withtextA][class*=_actual] .cs_bt_right {
  background-color: #ff9103;
}
[class*=_withtextA][class*=_off] {
  /*.cs_bt_inner{
  	color: rgba(0,0,0,0.3);
  }
  .cs_bt_right{
  	//background-color:       $jfr-colorback-asistente-off;
  	background-color: $jfr-colorback-asistente-off;
  	opacity: 0.8;
  	filter: grayscale(1);
  	border: 1px solid rgba(0,0,0,0.3);
  }
  .cs_bt_right{
  	background-color:       $jfr-color-asistente-textoff;
  }*/
}
[class*=_withtextA][class*=_off] .cs_bt_inner {
  color: rgba(0, 0, 0, 0.3);
}
[class*=_withtextA][class*=_off] .cs_bt_right {
  background-color: #f0f0f0;
  filter: grayscale(1);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
[class*=_withtextA][class*=_select] .cs_bt_right {
  box-shadow: 0 0 0 2px white, 0 0 0 4px black, 0 0 0 1px white;
}
[class*=_withtextA][class*=_reverse] .cs_bt_left {
  background-color: rgba(255, 255, 255, 0.7);
}
[class*=_withtextA][class*=_reverse] .cs_bt_inner {
  color: gainsboro;
}

[class*=_withtextC] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  background-color: white;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 3px;
  min-width: 38px;
}
[class*=_withtextC] .cs_bt_left {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 85%;
}
[class*=_withtextC] .cs_bt_inner {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #505050;
  background-image: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 15px;
}
[class*=_withtextC] .cs_bt_right {
  display: none;
}

.cs_fr_regular [class*=_withtextC] .cs_bt_left {
  background-size: auto 100%;
}
.cs_fr_regular [class*=_withtextC] .cs_bt_inner {
  padding-top: 6px;
  margin-top: -34px;
}

.cs_fr_r50 [class*=_withtextC] .cs_bt_inner {
  padding-top: 14px;
  margin-top: -48px;
}

[class*=_menuH] {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: auto 50%;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  text-align: center;
  font-size: 11px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
[class*=_menuH][class*="40"] {
  background-position: 50% 45%;
  background-size: auto 70%;
  height: 40px;
  width: 45px;
  padding-top: 39px;
}
[class*=_menuH][class*="50"] {
  background-position: 50% 29%;
  background-size: auto 50%;
  height: 50px;
  width: 60px;
  padding-top: 35px;
  font-size: 10px;
}
[class*=_menuH][class*="60"] {
  height: 60px;
  width: 70px;
  padding-top: 40px;
}
[class*=_menuH][class*="70"] {
  height: 70px;
  width: 80px;
  padding-top: 50px;
}
[class*=_menuH][class*="80"] {
  background-position: 50% 24%;
  height: 80px;
  width: 90px;
  padding-top: 57px;
}
[class*=_menuH][class*="90"] {
  background-position: 50% 24%;
  height: 90px;
  width: 100px;
  padding-top: 65px;
}

[class*=_menuV] {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: auto 50%;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  text-align: center;
  font-size: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
[class*=_menuV][class*="50"] {
  background-position: 50% 45%;
  background-size: auto 70%;
  height: 50px;
  width: 50px;
  color: transparent;
}
[class*=_menuV][class*="60"] {
  background-position: 50% 29%;
  background-size: auto 50%;
  height: 55px;
  width: 60px;
  padding-top: 35px;
  font-size: 10px;
}
[class*=_menuV][class*="70"] {
  height: 60px;
  width: 70px;
  padding-top: 40px;
}
[class*=_menuV][class*="80"] {
  height: 70px;
  width: 80px;
  padding-top: 50px;
}
[class*=_menuV][class*="90"] {
  background-position: 50% 24%;
  height: 80px;
  width: 90px;
  padding-top: 57px;
}
[class*=_menuV][class*="100"] {
  background-position: 50% 24%;
  height: 90px;
  width: 100px;
  padding-top: 65px;
}

[class*=_tabvrightimage] {
  border-bottom-right-radius: 100% 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  background-color: rgba(0, 0, 0, 0.05);
  height: 100%;
  width: 100%;
  max-width: 46px;
  cursor: pointer;
  box-shadow: none;
}
[class*=_tabvrightimage] .cs_bt_left {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
  width: 40px;
  height: 32px;
  display: block;
  margin-top: 55px;
}
[class*=_tabvrightimage] .cs_bt_inner {
  font-size: 18px;
  text-align: left;
  height: 46px;
  padding-left: 0;
  padding-top: 10px;
  transform-origin: 0 0;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: matrix(0, -1, 1, 0, 0, -32);
  background-image: none;
  width: 58px;
}
[class*=_tabvrightimage] .cs_bt_right {
  display: none;
}

.cs_bt_tabvright_on,
.cs_bt_tabvright_click,
[class*=_tabvrightimage_on],
[class*=_tabvrightimage_click] {
  max-width: 50px;
  transition: 0.1s;
  background-color: white;
}
.cs_bt_tabvright_on .cs_bt_inner,
.cs_bt_tabvright_click .cs_bt_inner,
[class*=_tabvrightimage_on] .cs_bt_inner,
[class*=_tabvrightimage_click] .cs_bt_inner {
  color: black;
}

[class*=_flat_on] .cs_bt_inner {
  transition: transform 0.1s;
  transform: scale(0.9);
}

[class*=piccerrar_flat_on] .cs_bt_inner {
  transition: transform 0.1s;
  transform: rotate(45deg) scale(0);
}

[class*=piccerrar_white_flat_on] .cs_bt_inner {
  transition: transform 0.2s;
  transform: rotate(45deg) scale(0);
}

[class*=piccerrar_gray_flat_on] .cs_bt_inner {
  transition: transform 0.2s;
  transform: rotate(45deg) scale(0);
}

.withtext_prohibido, .cs_fr_r250 [class^=cs_bt_pic], .cs_fr_r300 [class^=cs_bt_pic], .cs_fr_r350 [class^=cs_bt_pic], .cs_fr_r400 [class^=cs_bt_pic], .cs_fr_r450 [class^=cs_bt_pic], .cs_fr_r500 [class^=cs_bt_pic], .cs_fr_r550 [class^=cs_bt_pic], .cs_fr_r600 [class^=cs_bt_pic], .cs_fr_r250 [class*=_withtextB], .cs_fr_r250 [class*=_withtextB_on], .cs_fr_r250 [class*=_withtextB_click], .cs_fr_r300 [class*=_withtextB], .cs_fr_r300 [class*=_withtextB_on], .cs_fr_r300 [class*=_withtextB_click], .cs_fr_r350 [class*=_withtextB], .cs_fr_r350 [class*=_withtextB_on], .cs_fr_r350 [class*=_withtextB_click], .cs_fr_r400 [class*=_withtextB], .cs_fr_r400 [class*=_withtextB_on], .cs_fr_r400 [class*=_withtextB_click], .cs_fr_r450 [class*=_withtextB], .cs_fr_r450 [class*=_withtextB_on], .cs_fr_r450 [class*=_withtextB_click], .cs_fr_r500 [class*=_withtextB], .cs_fr_r500 [class*=_withtextB_on], .cs_fr_r500 [class*=_withtextB_click], .cs_fr_r550 [class*=_withtextB], .cs_fr_r550 [class*=_withtextB_on], .cs_fr_r550 [class*=_withtextB_click], .cs_fr_r600 [class*=_withtextB], .cs_fr_r600 [class*=_withtextB_on], .cs_fr_r600 [class*=_withtextB_click], .cs_fr_r250 [class*=_withtextR], .cs_fr_r250 [class*=_withtextR_on], .cs_fr_r250 [class*=_withtextR_click], .cs_fr_r300 [class*=_withtextR], .cs_fr_r300 [class*=_withtextR_on], .cs_fr_r300 [class*=_withtextR_click], .cs_fr_r350 [class*=_withtextR], .cs_fr_r350 [class*=_withtextR_on], .cs_fr_r350 [class*=_withtextR_click], .cs_fr_r400 [class*=_withtextR], .cs_fr_r400 [class*=_withtextR_on], .cs_fr_r400 [class*=_withtextR_click], .cs_fr_r450 [class*=_withtextR], .cs_fr_r450 [class*=_withtextR_on], .cs_fr_r450 [class*=_withtextR_click], .cs_fr_r500 [class*=_withtextR], .cs_fr_r500 [class*=_withtextR_on], .cs_fr_r500 [class*=_withtextR_click], .cs_fr_r550 [class*=_withtextR], .cs_fr_r550 [class*=_withtextR_on], .cs_fr_r550 [class*=_withtextR_click], .cs_fr_r600 [class*=_withtextR], .cs_fr_r600 [class*=_withtextR_on], .cs_fr_r600 [class*=_withtextR_click], .cs_fr_r200 [class^=cs_bt_pic], .cs_fr_r200 [class*=_withtextR], .cs_fr_r200 [class*=_withtextR_on], .cs_fr_r200 [class*=_withtextR_click], .cs_fr_r190 [class^=cs_bt_pic], .cs_fr_r190 [class*=_withtextR], .cs_fr_r190 [class*=_withtextR_on], .cs_fr_r190 [class*=_withtextR_click], .cs_fr_r180 [class^=cs_bt_pic], .cs_fr_r180 [class*=_withtextR], .cs_fr_r180 [class*=_withtextR_on], .cs_fr_r180 [class*=_withtextR_click], .cs_fr_r170 [class^=cs_bt_pic], .cs_fr_r170 [class*=_withtextR], .cs_fr_r170 [class*=_withtextR_on], .cs_fr_r170 [class*=_withtextR_click], .cs_fr_r160 [class^=cs_bt_pic], .cs_fr_r160 [class*=_withtextR], .cs_fr_r160 [class*=_withtextR_on], .cs_fr_r160 [class*=_withtextR_click], .cs_fr_r150 [class^=cs_bt_pic], .cs_fr_r150 [class*=_withtextR], .cs_fr_r150 [class*=_withtextR_on], .cs_fr_r150 [class*=_withtextR_click], .cs_fr_r140 [class^=cs_bt_pic], .cs_fr_r140 [class*=_withtextR], .cs_fr_r140 [class*=_withtextR_on], .cs_fr_r140 [class*=_withtextR_click], .cs_fr_r130 [class*=_withtextR], .cs_fr_r130 [class*=_withtextR_on], .cs_fr_r130 [class*=_withtextR_click], .cs_fr_r120 [class*=_withtextR], .cs_fr_r120 [class*=_withtextR_on], .cs_fr_r120 [class*=_withtextR_click], .cs_fr_r110 [class*=_withtextR], .cs_fr_r110 [class*=_withtextR_on], .cs_fr_r110 [class*=_withtextR_click], .cs_fr_minimin [class*=_withtextR], .cs_fr_minimin [class*=_withtextR_on], .cs_fr_minimin [class*=_withtextR_click], .cs_fr_nano [class*=_withtextR], .cs_fr_nano [class*=_withtextR_on], .cs_fr_nano [class*=_withtextR_click] {
  height: 100% !important;
}

.cs_fr_mini [class*=_withtextR] .cs_bt_left, .cs_fr_mini [class*=_withtextR_on] .cs_bt_left, .cs_fr_mini [class*=_withtextR_click] .cs_bt_left {
  width: 40px;
}
.cs_fr_mini [class*=_withtextR] .cs_bt_inner, .cs_fr_mini [class*=_withtextR_on] .cs_bt_inner, .cs_fr_mini [class*=_withtextR_click] .cs_bt_inner {
  width: calc(100% - 40px);
  padding-top: 4px;
}
.cs_fr_mini [class*=_withtextMR] .cs_bt_inner {
  padding-top: 5px;
}

.cs_fr_regular {
  /*.cs_bt_tabtop{
  	.cs_bt_inner {padding-top: 3px;}
  }
  .cs_bt_tabtop_click{
  	.cs_bt_inner {padding-top: 6px;}
  }
  [class*="_tabtopimage"] {
  	.cs_bt_inner {padding-top: 3px;}
  }
  [class*="_tabtopimage_click"] {
  	.cs_bt_inner {padding-top: 6px;}
  }*/
}
.cs_fr_regular [class*=cs_bt_pic] {
  height: 38px !important;
}
.cs_fr_regular [class*=cs_bt_pic][class*=_grtop] {
  height: 38px;
}
.cs_fr_regular [class*=cs_bt_pic][class*=_grmedium] {
  height: 38px;
}
.cs_fr_regular [class*=cs_bt_pic][class*=_grbottom] {
  height: 38px;
}
.cs_fr_regular [class*=_withtextMR] .cs_bt_inner {
  padding-top: 8px;
}

.cs_fr_r50 {
  /*.cs_bt_tabtop{
  	.cs_bt_inner {padding-top: 9px;}
  }
  .cs_bt_tabtop_click{
  	.cs_bt_inner {padding-top: 11px;}
  }
  [class*="_tabtopimage"] {
  	.cs_bt_inner {padding-top: 9px;}
  }
  [class*="_tabtopimage_click"] {
  	.cs_bt_inner {padding-top: 11px;}
  }*/
}
.cs_fr_r50 .cs_bt_tabright .cs_bt_inner {
  width: 50px;
  transform: matrix(0, -1, 1, 0, 0, 50);
}
.cs_fr_r50 [class*=_withtextR] .cs_bt_left, .cs_fr_r50 [class*=_withtextR_on] .cs_bt_left, .cs_fr_r50 [class*=_withtextR_click] .cs_bt_left {
  width: 50px;
}
.cs_fr_r50 [class*=_withtextR] .cs_bt_inner, .cs_fr_r50 [class*=_withtextR_on] .cs_bt_inner, .cs_fr_r50 [class*=_withtextR_click] .cs_bt_inner {
  width: calc(100% - 50px);
  padding-top: 14px;
}
.cs_fr_r50 [class*=_withtextMR] .cs_bt_inner {
  padding-top: 16px;
}

.cs_fr_r60 {
  /*.cs_bt_tabtop{
  	.cs_bt_inner {padding-top: 14px;}
  }
  .cs_bt_tabtop_click{
  	.cs_bt_inner {padding-top: 16px;}
  }
  [class*="_tabtopimage"] {
  	.cs_bt_inner {padding-top: 14px;}
  }
  [class*="_tabtopimage_click"] {
  	.cs_bt_inner {padding-top: 16px;}
  }*/
}
.cs_fr_r60 .cs_bt_tabright .cs_bt_inner {
  width: 60px;
  transform: matrix(0, -1, 1, 0, 0, 60);
}
.cs_fr_r60 [class*=_withtextR] .cs_bt_left, .cs_fr_r60 [class*=_withtextR_on] .cs_bt_left, .cs_fr_r60 [class*=_withtextR_click] .cs_bt_left {
  width: 60px;
}
.cs_fr_r60 [class*=_withtextR] .cs_bt_inner, .cs_fr_r60 [class*=_withtextR_on] .cs_bt_inner, .cs_fr_r60 [class*=_withtextR_click] .cs_bt_inner {
  width: calc(100% - 60px);
  padding-top: 19px;
}
.cs_fr_r60 [class*=_withtextMR] .cs_bt_inner {
  padding-top: 21px;
}

.cs_fr_r70 .cs_bt_tabright .cs_bt_inner {
  width: 70px;
  transform: matrix(0, -1, 1, 0, 0, 70);
}
.cs_fr_r70 [class*=_withtextR] .cs_bt_left, .cs_fr_r70 [class*=_withtextR_on] .cs_bt_left, .cs_fr_r70 [class*=_withtextR_click] .cs_bt_left {
  width: 70px;
}
.cs_fr_r70 [class*=_withtextR] .cs_bt_inner, .cs_fr_r70 [class*=_withtextR_on] .cs_bt_inner, .cs_fr_r70 [class*=_withtextR_click] .cs_bt_inner {
  width: calc(100% - 70px);
  padding-top: 24px;
}
.cs_fr_r70 [class*=_withtextMR] .cs_bt_inner {
  padding-top: 26px;
}

.cs_fr_r80 .cs_bt_tabright .cs_bt_inner {
  width: 80px;
  transform: matrix(0, -1, 1, 0, 0, 80);
}
.cs_fr_r80 [class*=_withtextR] .cs_bt_left, .cs_fr_r80 [class*=_withtextR_on] .cs_bt_left, .cs_fr_r80 [class*=_withtextR_click] .cs_bt_left {
  width: 80px;
}
.cs_fr_r80 [class*=_withtextR] .cs_bt_inner, .cs_fr_r80 [class*=_withtextR_on] .cs_bt_inner, .cs_fr_r80 [class*=_withtextR_click] .cs_bt_inner {
  width: calc(100% - 80px);
  padding-top: 29px;
}
.cs_fr_r80 [class*=_withtextMR] .cs_bt_inner {
  padding-top: 31px;
}

.cs_fr_r90 .cs_bt_tabright .cs_bt_inner {
  width: 90px;
  transform: matrix(0, -1, 1, 0, 0, 90);
}
.cs_fr_r90 [class*=_withtextR] .cs_bt_left, .cs_fr_r90 [class*=_withtextR_on] .cs_bt_left, .cs_fr_r90 [class*=_withtextR_click] .cs_bt_left {
  width: 90px;
}
.cs_fr_r90 [class*=_withtextR] .cs_bt_inner, .cs_fr_r90 [class*=_withtextR_on] .cs_bt_inner, .cs_fr_r90 [class*=_withtextR_click] .cs_bt_inner {
  width: calc(100% - 90px);
  padding-top: 34px;
}
.cs_fr_r90 [class*=_withtextMR] .cs_bt_left {
  width: 70px;
}
.cs_fr_r90 [class*=_withtextMR] .cs_bt_inner {
  width: calc(100% - 70px);
  padding-top: 36px;
}

.cs_fr_r100 .cs_bt_tabright .cs_bt_inner {
  width: 100px;
  transform: matrix(0, -1, 1, 0, 0, 100);
}
.cs_fr_r100 [class*=_withtextR] .cs_bt_left, .cs_fr_r100 [class*=_withtextR_on] .cs_bt_left, .cs_fr_r100 [class*=_withtextR_click] .cs_bt_left {
  width: 100px;
}
.cs_fr_r100 [class*=_withtextR] .cs_bt_inner, .cs_fr_r100 [class*=_withtextR_on] .cs_bt_inner, .cs_fr_r100 [class*=_withtextR_click] .cs_bt_inner {
  width: calc(100% - 100px);
  padding-top: 39px;
}
.cs_fr_r100 [class*=_withtextMR] .cs_bt_left {
  width: 70px;
}
.cs_fr_r100 [class*=_withtextMR] .cs_bt_inner {
  width: calc(100% - 70px);
  padding-top: 41px;
}

.cs_fr_r110 .cs_bt_tabright .cs_bt_inner {
  width: 110px;
  transform: matrix(0, -1, 1, 0, 0, 110);
}
.cs_fr_r110 [class*=_withtextMR] .cs_bt_left {
  width: 70px;
}
.cs_fr_r110 [class*=_withtextMR] .cs_bt_inner {
  width: calc(100% - 70px);
  padding-top: 46px;
}

.cs_fr_r120 .cs_bt_tabright .cs_bt_inner {
  width: 120px;
  transform: matrix(0, -1, 1, 0, 0, 120);
}
.cs_fr_r120 [class*=_withtextMR] .cs_bt_left {
  width: 70px;
}
.cs_fr_r120 [class*=_withtextMR] .cs_bt_inner {
  width: calc(100% - 70px);
  padding-top: 51px;
}

.cs_fr_r130 .cs_bt_tabright .cs_bt_inner {
  width: 130px;
  transform: matrix(0, -1, 1, 0, 0, 130);
}
.cs_fr_r130 [class*=_withtextMR] .cs_bt_left {
  width: 70px;
}
.cs_fr_r130 [class*=_withtextMR] .cs_bt_inner {
  width: calc(100% - 70px);
  padding-top: 56px;
}

.cs_fr_r140 .cs_bt_tabright .cs_bt_inner {
  width: 140px;
  transform: matrix(0, -1, 1, 0, 0, 140);
}
.cs_fr_r150 .cs_bt_tabright .cs_bt_inner {
  width: 150px;
  transform: matrix(0, -1, 1, 0, 0, 150);
}
.cs_fr_r160 .cs_bt_tabright .cs_bt_inner {
  width: 160px;
  transform: matrix(0, -1, 1, 0, 0, 160);
}
.cs_fr_r170 .cs_bt_tabright .cs_bt_inner {
  width: 170px;
  transform: matrix(0, -1, 1, 0, 0, 170);
}
.cs_fr_r180 .cs_bt_tabright .cs_bt_inner {
  width: 180px;
  transform: matrix(0, -1, 1, 0, 0, 180);
}
.cs_fr_r190 .cs_bt_tabright .cs_bt_inner {
  width: 190px;
  transform: matrix(0, -1, 1, 0, 0, 190);
}
.cs_fr_r200 .cs_bt_tabright .cs_bt_inner {
  width: 200px;
  transform: matrix(0, -1, 1, 0, 0, 200);
}
@-webkit-keyframes PERSIANA {
  0% {
    height: 0;
  }
}
@-webkit-keyframes FADE {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes NEW_UNFADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes NEW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_UNLEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes NEW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_RIGHT {
  0% {
    left: 100%;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(100, 0, 0);
  }
}
@-webkit-keyframes NEW_TOP {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes BOOMPER_INVERSE {
  0% {
    -webkit-transform: scale(1.02, 1.02);
  }
}
@-webkit-keyframes ROTACION-ARRITMICA {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-12 {
  0% {
    -webkit-transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-24 {
  0% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(24deg);
  }
}
@-webkit-keyframes VAIVEN-SAT {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes SHOW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_LEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes SHOW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_BOTTOM {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW_FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes UNSHOW_FADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[class*=animacion_fade] {
  animation: FADE 0.3s;
}

[class*=animacion_left] {
  animation: NEW_LEFT 0.3s;
}

.animacion_bottom {
  animation: NEW_BOTTOM 0.3s;
}

.masterclose {
  animation: NEW_UNFADE 0.28s !important;
}

@font-face {
  font-family: ralewaylight;
  src: url("../../fonts/Raleway/raleway-light-webfont.eot");
  src: url("../../fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("../../fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("../../fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Downlink;
  src: url("../../fonts/Downlink/Downlink.eot?") format("eot"), url("../../fonts/Downlink/Downlink.woff") format("woff"), url("../../fonts/Downlink/Downlink.ttf") format("truetype"), url("../../fonts/Downlink/Downlink.svg#Downlink") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DownlinkBold;
  src: url("../../fonts/Downlink/Downlink_Bold.eot?") format("eot"), url("../../fonts/Downlink/Downlink_Bold.woff") format("woff"), url("../../fonts/Downlink/Downlink_Bold.ttf") format("truetype"), url("../../fonts/Downlink/Downlink_Bold.svg#Downlink-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_light;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_regular;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_bold;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_black;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@mixin image-jr-language-en-sel{
    background-image: url("../../img/gst/fw_jr_language_en_sel.png");
}
@mixin image-jr-language-es-sel{
    background-image: url("../../img/gst/fw_jr_language_es_sel.png");
}
@mixin image-jr-language-ca-sel{
    background-image: url("../../img/gst/fw_jr_language_ca_sel.png");
}
@mixin image-jr-language-fr-sel{
    background-image: url("../../img/gst/fw_jr_language_fr_sel.png");
}
@mixin image-jr-language-de-sel{
    background-image: url("../../img/gst/fw_jr_language_de_sel.png");
}
@mixin image-jr-language-en-clk{
    background-image: url("../../img/gst/fw_jr_language_en_clk.png");
}
@mixin image-jr-language-es-clk{
    background-image: url("../../img/gst/fw_jr_language_es_clk.png");
}
@mixin image-jr-language-ca-clk{
    background-image: url("../../img/gst/fw_jr_language_ca_clk.png");
}
@mixin image-jr-language-fr-clk{
    background-image: url("../../img/gst/fw_jr_language_fr_clk.png");
}
@mixin image-jr-language-de-clk{
    background-image: url("../../img/gst/fw_jr_language_de_clk.png");
}
   */
/*$color-floor-black :        		$jfr-color-floor-black;
$color-floor-gray :        			$jfr-color-floor-gray;
$color-floor-red : 					$jfr-color-floor-red;
$color-floor-green : 				$jfr-color-floor-green;
$color-floor-yellow : 				$jfr-color-floor-yellow;
$color-floor-assist : 				$jfr-color-floor-assist;*/
/*@mixin gradient-H($param-from, $param-to) {
							background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, $param-from ), color-stop( 1.0, $param-to)); // Chrome 1-9 and Safari 4-5.0
							background-image: -webkit-linear-gradient(left, $param-from, $param-to);                                             //  Chrome 10+ Safari 5.1+ Mobile Safari
							background-image: linear-gradient(        left, $param-from, $param-to);                                             //  W3C
						}
*/
/*
@mixin bgcolor-button-group-on {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}
@mixin bgcolor-button-group-click {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}*/
/*
@mixin background-color-button-image{
	color: $buttonimage-color;
	background-color: $buttonimage-colorback;
}*/
/*.cs_lb_combo{
    height:                 $combo-height;
    border:                 $combo-border solid $color-border;
    @include                border-radius($combo-radius);
    background-color: 		$combo-colorback;
    cursor:                 pointer;
    .cs_lb_label{
        width:              100%;
        height:             calc(100% - 12px);
		float: 				left;
        .cs_lb_left{
            width:          0;
            height:         100%;
            display:        none;
			float: 			left;
        }
        .cs_lb_inner{
            width:          calc(100% - 16px);
            text-align:     left;
            padding-top:    0;
            height:         100%;
            padding-left:   6px;
            padding-right:  10px;
            @include        overflow-ellipsis;
			float: 			left;
		}
        .cs_lb_right{
            width:          16px;
            height:         100%;
            padding-top:    2px;
            @include        image-gen-expansor-open;
            @include        align-imgBC(16px);
			float: 			left;
			color:			transparent;
        }
    }
    .cs_lb_holder{
        width:              100%;
        padding-top:        0;
        font-family:        $font-family-placeholder;
        padding-left:       6px;
        color:              $edit-color-holder;
        height:             12px;

        line-height:        $fz-18;
    }
}*/
[class*=cs_lb_combo] {
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #fafafa;
  cursor: pointer;
}
[class*=cs_lb_combo] .cs_lb_holder {
  width: 100%;
  font-family: sourcesanspro_regular, sans-serif;
  padding-left: 6px;
  color: gray;
  height: 12px;
  line-height: 14px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding-top: 1px;
  font-size: 10px;
}
[class*=cs_lb_combo] .cs_lb_label {
  width: 100%;
  height: calc(100% - 12px);
  float: left;
}
[class*=cs_lb_combo] .cs_lb_label .cs_lb_left {
  width: 0;
  height: 100%;
  display: none;
  float: left;
}
[class*=cs_lb_combo] .cs_lb_label .cs_lb_inner {
  width: calc(100% - 16px);
  text-align: left;
  padding-top: 0;
  height: 100%;
  padding-left: 6px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
[class*=cs_lb_combo] .cs_lb_label .cs_lb_right {
  width: 16px;
  height: 100%;
  padding-top: 2px;
  background: transparent url("../../img/fw/fw_expansorOpen.png") no-repeat center center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 16px 16px;
  float: left;
  color: transparent;
  display: inherit;
  background: url("../../img/fw/fw_expansorOpen.png") no-repeat bottom center;
}
[class*=cs_lb_combo][class*=_noholder] .cs_lb_label {
  padding-top: 0;
  margin-top: 0;
  height: 100%;
}
[class*=cs_lb_combo][class*=_noholder] .cs_lb_label .cs_lb_inner {
  margin-top: 0;
  height: 100%;
  padding-top: 6px;
}
[class*=cs_lb_combo][class*=_noholder] .cs_lb_label .cs_lb_right {
  margin-top: 0;
  height: 100%;
}
[class*=cs_lb_combo][class*=_edlabeled] .cs_lb_label {
  width: 100%;
  height: 100%;
}
[class*=cs_lb_combo][class*=_edlabeled] .cs_lb_label .cs_lb_left {
  margin-top: -12px;
  width: 36px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 29px 29px;
}
[class*=cs_lb_combo][class*=_edlabeled] .cs_lb_label .cs_lb_inner {
  width: calc(100% - 52px);
  height: 24px;
  background-image: none !important;
}
[class*=cs_lb_combo][class*=_edlabeled] .cs_lb_label .cs_lb_right {
  margin-top: -12px;
}
[class*=cs_lb_combo][class*=_edlabeled] .cs_lb_holder {
  padding-left: 42px;
}
[class*=cs_lb_combo][class*=_edlabeled][class*=_noholder] .cs_lb_label .cs_lb_left {
  margin-top: 0;
  height: 34px;
}
[class*=cs_lb_combo][class*=_edlabeled][class*=_noholder] .cs_lb_label .cs_lb_right {
  margin-top: 0;
}
[class*=cs_lb_combo][class*=_edlabeled][class*=_noholder] .cs_lb_holder {
  display: none;
}
[class*=cs_lb_combo][class*=_calendar] .cs_lb_holder {
  width: calc(100% - 36px);
  margin-left: 36px;
}
[class*=cs_lb_combo][class*=_calendar] .cs_lb_label {
  height: 100%;
  margin-top: -12px;
}
[class*=cs_lb_combo][class*=_calendar] .cs_lb_label .cs_lb_left {
  width: 36px;
  display: block;
  background: transparent url("../../img/fw/fw_calendar_trans.png") no-repeat center center;
  background-size: 29px 29px;
}
[class*=cs_lb_combo][class*=_calendar] .cs_lb_label .cs_lb_inner {
  width: calc(100% - 36px);
  padding-top: 12px;
}
[class*=cs_lb_combo][class*=_calendar] .cs_lb_label .cs_lb_right {
  display: none;
}
[class*=cs_lb_combo][class*=_calendar] .cs_ed_inner {
  height: 100%;
  width: calc(100% - 36px) !important;
}
[class*=cs_lb_combo][class*=_calendar][class*=_plano] {
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50px 50px;
}
[class*=cs_lb_combo][class*=_calendar][class*=_plano] .cs_lb_label {
  margin-top: 0;
}
[class*=cs_lb_combo][class*=_calendar][class*=_plano] .cs_lb_label .cs_lb_left {
  display: none;
}
[class*=cs_lb_combo][class*=_calendar][class*=_plano] .cs_lb_label .cs_lb_inner {
  padding-top: 6px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  letter-spacing: 1px;
  color: black;
}
[class*=cs_lb_combo][class*=_calendar][class*=_plano] .cs_lb_holder {
  display: none;
}
[class*=cs_lb_combo][class*=_calendar][class*=_remark] {
  background-color: rgba(0, 0, 0, 0.05);
  height: 100%;
  border-radius: 5px;
  margin-top: 0;
}
[class*=cs_lb_combo][class*=_calendar][class*=_remark] .cs_lb_label {
  margin-top: 0;
}
[class*=cs_lb_combo][class*=_calendar][class*=_remark] .cs_lb_label .cs_lb_left {
  width: 36px;
  display: block;
  background: transparent url("../../img/fw/fw_calendar_trans.png") no-repeat center center;
  background-size: 24px 24px;
}
[class*=cs_lb_combo][class*=_calendar][class*=_remark] .cs_lb_label .cs_lb_inner {
  padding-top: 6px !important;
  font-size: 17px;
  width: calc(100% - 36px) !important;
  text-align: left;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  letter-spacing: 1px;
  color: black;
}
[class*=cs_lb_combo][class*=_calendar][class*=_remark] .cs_lb_holder {
  display: none;
}
[class*=cs_lb_combo][class*=_calendar][class*=_noholder] .cs_lb_label {
  margin-top: 0;
  padding-top: 0;
}
[class*=cs_lb_combo][class*=_calendar][class*=_noholder] .cs_lb_label .cs_lb_left {
  height: 100%;
}
[class*=cs_lb_combo][class*=_calendar][class*=_noholder] .cs_lb_label .cs_lb_inner {
  padding-top: 8px;
}
[class*=cs_lb_combo][class*=_calendar][class*=_noholder] .cs_lb_holder {
  display: none;
}
[class*=cs_lb_combo][class*=_filter] {
  background-color: #deddcf;
}
[class*=cs_lb_combo][class*=_cjr] {
  margin-top: 12px;
  height: 26px;
  border: 1px solid white;
  border-radius: 0px;
  background-color: #282828;
  cursor: pointer;
  border-radius: 30px;
}
[class*=cs_lb_combo][class*=_cjr] .cs_lb_holder {
  width: 100%;
  font-family: sourcesanspro_regular, sans-serif;
  padding-left: 10px;
  color: white;
  height: 12px;
  line-height: 8px;
  letter-spacing: -0.05em;
  text-transform: none;
  padding-top: 0;
  font-size: 12px;
  margin-top: -12px;
}
[class*=cs_lb_combo][class*=_cjr] .cs_lb_label {
  width: 100%;
  height: calc(100% - 12px);
  float: left;
}
[class*=cs_lb_combo][class*=_cjr] .cs_lb_label .cs_lb_left {
  width: 0;
  height: 100%;
  display: none;
  float: left;
}
[class*=cs_lb_combo][class*=_cjr] .cs_lb_label .cs_lb_inner {
  width: calc(100% - 16px);
  text-align: left;
  padding-top: 0;
  padding-left: 6px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  height: 26px;
  margin-top: 1px;
}
[class*=cs_lb_combo][class*=_cjr] .cs_lb_label .cs_lb_right {
  width: 16px;
  height: 100%;
  padding-top: 2px;
  background: transparent url("../../img/fw/fw_expansorOpen.png") no-repeat center center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 16px 16px;
  float: left;
  color: transparent;
  display: inherit;
  background-color: transparent;
  background-image: none;
}
[class*=cs_lb_combo][class*=_cjr][class*=_noholder] .cs_lb_label {
  padding-top: 0;
  margin-top: 0;
  height: 100%;
}
[class*=cs_lb_combo][class*=_cjr][class*=_noholder] .cs_lb_label .cs_lb_inner {
  margin-top: 0;
  height: 100%;
  padding-top: 6px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_noholder] .cs_lb_label .cs_lb_right {
  margin-top: 0;
  height: 100%;
}
[class*=cs_lb_combo][class*=_cjr][class*=_edlabeled] .cs_lb_label {
  width: 100%;
  height: 100%;
}
[class*=cs_lb_combo][class*=_cjr][class*=_edlabeled] .cs_lb_label .cs_lb_left {
  margin-top: -12px;
  width: 36px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 29px 29px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_edlabeled] .cs_lb_label .cs_lb_inner {
  width: calc(100% - 52px);
  height: 24px;
  background-image: none !important;
}
[class*=cs_lb_combo][class*=_cjr][class*=_edlabeled] .cs_lb_label .cs_lb_right {
  margin-top: -12px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_edlabeled] .cs_lb_holder {
  padding-left: 42px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_edlabeled][class*=_noholder] .cs_lb_label .cs_lb_left {
  margin-top: 0;
  height: 34px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_edlabeled][class*=_noholder] .cs_lb_label .cs_lb_right {
  margin-top: 0;
}
[class*=cs_lb_combo][class*=_cjr][class*=_edlabeled][class*=_noholder] .cs_lb_holder {
  display: none;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar] .cs_lb_holder {
  width: calc(100% - 36px);
  margin-left: 36px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar] .cs_lb_label {
  height: 100%;
  margin-top: -12px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar] .cs_lb_label .cs_lb_left {
  width: 36px;
  display: block;
  background: transparent url("../../img/fw/fw_calendar_trans.png") no-repeat center center;
  background-size: 29px 29px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar] .cs_lb_label .cs_lb_inner {
  width: calc(100% - 36px);
  padding-top: 12px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar] .cs_lb_label .cs_lb_right {
  display: none;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar] .cs_ed_inner {
  height: 100%;
  width: calc(100% - 36px) !important;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_plano] {
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50px 50px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_plano] .cs_lb_label {
  margin-top: 0;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_plano] .cs_lb_label .cs_lb_left {
  display: none;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_plano] .cs_lb_label .cs_lb_inner {
  padding-top: 6px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  letter-spacing: 1px;
  color: black;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_plano] .cs_lb_holder {
  display: none;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_remark] {
  background-color: rgba(0, 0, 0, 0.05);
  height: 100%;
  border-radius: 5px;
  margin-top: 0;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_remark] .cs_lb_label {
  margin-top: 0;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_remark] .cs_lb_label .cs_lb_left {
  width: 36px;
  display: block;
  background: transparent url("../../img/fw/fw_calendar_trans.png") no-repeat center center;
  background-size: 24px 24px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_remark] .cs_lb_label .cs_lb_inner {
  padding-top: 6px !important;
  font-size: 17px;
  width: calc(100% - 36px) !important;
  text-align: left;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  letter-spacing: 1px;
  color: black;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_remark] .cs_lb_holder {
  display: none;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_noholder] .cs_lb_label {
  margin-top: 0;
  padding-top: 0;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_noholder] .cs_lb_label .cs_lb_left {
  height: 100%;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_noholder] .cs_lb_label .cs_lb_inner {
  padding-top: 8px;
}
[class*=cs_lb_combo][class*=_cjr][class*=_calendar][class*=_noholder] .cs_lb_holder {
  display: none;
}
[class*=cs_lb_combo][class*=_cjr][class*=_filter] {
  background-color: #deddcf;
}

.cs_cb_combo, .cs_cb_combo_image {
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  margin-top: 2px;
  height: 300px;
  width: 200px;
  background-color: #fafafa;
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cs_cb_combo .cs_fl_inner_container, .cs_cb_combo_image .cs_fl_inner_container {
  height: 300px;
  cursor: pointer;
}
.cs_cb_combo .cs_fl_inner_container ul > li, .cs_cb_combo_image .cs_fl_inner_container ul > li {
  padding-left: 10px;
  padding-top: 8px;
}
.cs_cb_combo .cs_fl_inner_container li, .cs_cb_combo_image .cs_fl_inner_container li {
  height: 36px;
}
.cs_cb_combo .cs_fl_pagelist, .cs_cb_combo_image .cs_fl_pagelist {
  list-style: none;
  margin: 0;
}

.cs_cb_combo_cjr {
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  margin-top: 2px;
  height: 300px;
  width: 200px;
  background-color: #fafafa;
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.cs_cb_combo_cjr .cs_fl_inner_container {
  height: 300px;
  cursor: pointer;
}
.cs_cb_combo_cjr .cs_fl_inner_container ul > li {
  padding-left: 10px;
  padding-top: 8px;
}
.cs_cb_combo_cjr .cs_fl_inner_container li {
  height: 36px;
}
.cs_cb_combo_cjr .cs_fl_pagelist {
  list-style: none;
  margin: 0;
}

.cs_lb_combo_image {
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background-color: #fafafa;
  cursor: pointer;
}
.cs_lb_combo_image .cs_lb_holder {
  height: 0;
  display: none;
}
.cs_lb_combo_image .cs_lb_label {
  width: 100%;
  height: 100%;
}
.cs_lb_combo_image .cs_lb_label .cs_lb_left {
  height: 100%;
  width: 0;
}
.cs_lb_combo_image .cs_lb_label .cs_lb_inner {
  width: calc(100% - 16px);
  text-align: left;
  height: 100%;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  padding-top: 0;
  float: left;
}
.cs_lb_combo_image .cs_lb_label .cs_lb_right {
  width: 16px;
  height: 100%;
  padding-top: 2px;
  background: url("../../img/fw/fw_expansorOpen.png") no-repeat bottom center;
  background-size: 16px;
}

.cs_cb_combo_image .cs_fl_inner_container li:hover {
  color: black;
  background-color: #d6a50c;
}

.cs_cb_combo_image .cs_fl_inner_container ul > li {
  padding-left: 5px;
  padding-top: 2px;
  height: 40px;
}

.cs_cb_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 300000;
}

.cs_fr_nano .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_minimin .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_mini .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r50 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r60 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r70 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r80 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r90 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r100 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r110 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r120 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r130 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r140 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r150 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r160 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r170 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r180 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r190 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r200 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r250 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r300 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r350 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r400 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r450 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r500 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r550 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r600 .cs_lb_combo {
  background-color: red;
  height: 100% !important;
}

.cs_fr_nano .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_nano .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_nano .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_minimin .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_minimin .cs_lb_combo_calendar_plano .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_minimin .cs_lb_combo_calendar_remark .cs_lb_label .cs_lb_left {
  width: 28px;
  background-size: 17px 17px;
}
.cs_fr_minimin .cs_lb_combo_calendar_remark .cs_lb_label .cs_lb_inner {
  width: calc(100% - 28px);
  font-size: 12px;
  padding-top: 3px;
  padding-left: 4px;
}

.cs_fr_mini .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_mini .cs_lb_combo_calendar_plano .cs_lb_label .cs_lb_inner {
  padding-top: 0;
}
.cs_fr_mini .cs_lb_combo_calendar_remark .cs_lb_label .cs_lb_left {
  width: 33px;
  background-size: 22px 22px;
}
.cs_fr_mini .cs_lb_combo_calendar_remark .cs_lb_label .cs_lb_inner {
  width: calc(100% - 33px);
  font-size: 13px;
  padding-top: 7px;
  padding-left: 1px;
}

.cs_fr_regular .cs_lb_combo_calendar_plano .cs_lb_label .cs_lb_inner {
  padding-top: 3px;
}
.cs_fr_regular .cs_lb_combo_calendar_remark .cs_lb_label .cs_lb_left {
  background-size: 29px 29px;
  background-position: center right;
}
.cs_fr_regular .cs_lb_combo_calendar_remark .cs_lb_label .cs_lb_inner {
  padding-top: 9px;
}

/*
.cs_fr_minimin{
	.cs_lb_combo_calendar_normal{@include calendar_prohibido;}
	.cs_lb_combo_calendar_plano{.cs_lb_label {.cs_lb_inner {padding-top: 0;}}}
	.cs_lb_combo_calendar_remark{.cs_lb_label {.cs_lb_left {background-size: 17px 17px;}.cs_lb_inner {font-size:$fz-12; padding-top:0;}}}
}
.cs_fr_mini{
	.cs_lb_combo_calendar_normal{@include calendar_prohibido;}
	.cs_lb_combo_calendar_plano{.cs_lb_label {.cs_lb_inner {padding-top: 6px;}}}
	.cs_lb_combo_calendar_remark{.cs_lb_label {.cs_lb_left {background-size: 22px 22px;}.cs_lb_inner {font-size:$fz-13;padding-top:5px}}}
}
.cs_fr_regular{
	.cs_lb_combo_calendar_plano{.cs_lb_label {.cs_lb_inner {padding-top: 7px;}}}
	.cs_lb_combo_calendar_remark{.cs_lb_label {.cs_lb_left {background-size: 29px 29px;background-position: center right}.cs_lb_inner {padding-top:9px;}}}
}*/
.cs_fr_r50 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r50 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r50 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r60 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r60 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r60 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r70 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r70 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r70 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r80 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r80 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r80 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r90 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r90 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r90 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r100 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r100 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r100 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r110 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r110 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r110 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r120 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r120 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r120 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r130 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r130 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r130 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r140 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r140 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r140 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r150 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r150 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r150 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r160 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r160 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r160 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r170 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r170 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r170 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r180 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r180 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r180 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r190 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r190 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r190 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r200 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r200 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r200 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r250 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r250 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r250 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r300 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r300 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r300 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r350 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r350 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r350 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r400 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r400 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r400 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r450 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r450 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r450 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r500 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r500 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r500 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r550 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r550 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r550 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

.cs_fr_r600 .cs_lb_combo_calendar_normal {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r600 .cs_lb_combo_calendar_plano {
  background-color: red;
  height: 100% !important;
}
.cs_fr_r600 .cs_lb_combo_calendar_remark {
  background-color: red;
  height: 100% !important;
}

[class*=invisible] {
  opacity: 0;
}

.slidecontainercolor {
  padding-top: 4px;
  width: 100%;
}

.slidercolor {
  -webkit-appearance: none;
  width: 100%;
  background-image: -webkit-linear-gradient(left, red, #ffd500, #55ff00, #00ff80, #00aaff, #2b00ff, fuchsia, #ff0004);
  outline: none;
  border-radius: 3px;
}

.slidercolor::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: transparent;
  background-image: url(../../img/fw/fw_checkEMPTY.png);
  background-size: 20px 20px;
  cursor: pointer;
}

.slidecontainer {
  padding-top: 6px;
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  border-radius: 7px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: transparent;
  background-image: url(../../img/fw/fw_checkEMPTY.png);
  background-size: 20px 20px;
  cursor: pointer;
}

[class*=cs_lb_leyenda] {
  height: 100%;
}
[class*=cs_lb_leyenda] .cs_lb_label {
  padding: calc((100% - 13px)/2);
  width: 100%;
  height: 100%;
}
[class*=cs_lb_leyenda] .cs_lb_label .cs_lb_inner {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: transparent;
}

.cs_fr_minimin [class*=cs_lb_leyenda] .cs_lb_label {
  padding-top: 9px;
  padding-bottom: 8px;
}

.cs_fr_mini [class*=cs_lb_leyenda] .cs_lb_label {
  padding-top: 9px;
  padding-bottom: 8px;
}

.cs_fr_regular [class*=cs_lb_leyenda] .cs_lb_label {
  padding-top: 13px;
  padding-bottom: 12px;
}

.td_listleyenda_colour {
  float: left;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}

.td_listleyenda {
  width: max-content;
}

.td_listleyenda_name {
  float: left;
  padding-right: 5px;
}

.td_listleyendaphone_pic {
  float: left;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}

.td_listleyendatablet_pic {
  float: left;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 26px;
  padding-top: 4px;
}

/*.cs_vw_page_tools_tools{
	height: 100% !important;
	width: 110px !important;
	top: 0;
	left: 0;
	background-color: rgb(255,255,255);
	animation: NEW_LEFT 0.2s;
	position: absolute;
	-webkit-animation: NEW_LEFT 0.2s;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);

	.cs_lb_title {
		color: black;
		font-size: $fz-11;
		font-family: open_sansregular, sans-serif;
		letter-spacing: -0.05em;
		text-transform: uppercase;
		.cs_lb_label .cs_lb_inner{
			font-size: $fz-11 !important;

		}
	}
}

.fw_tools_tools_title_text  {
	width: 110px;
	height: 36px;
	background-color: rgba(0,0,0,0.6);
}

.fw_tools_tools_item_container {
	width: 110px;
	height:95px;
	float:left;
	padding: 10px 3px 10px 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fw_tools_tools_item_container_info {
	width: 110px;
	height:120px;
	float: left;
	padding: 10px 3px 10px 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
*/
.fw_colorinfoRed {
  color: red !important;
}

@-webkit-keyframes PERSIANA {
  0% {
    height: 0;
  }
}
@-webkit-keyframes FADE {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes NEW_UNFADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes NEW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_UNLEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes NEW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes NEW_RIGHT {
  0% {
    left: 100%;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(100, 0, 0);
  }
}
@-webkit-keyframes NEW_TOP {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes BOOMPER_INVERSE {
  0% {
    -webkit-transform: scale(1.02, 1.02);
  }
}
@-webkit-keyframes ROTACION-ARRITMICA {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-12 {
  0% {
    -webkit-transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
  }
}
@-webkit-keyframes VAIVEN-WAIT-24 {
  0% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-24deg);
  }
  100% {
    -webkit-transform: rotate(24deg);
  }
}
@-webkit-keyframes VAIVEN-SAT {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes SHOW_LEFT {
  0% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
  100% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_LEFT {
  0% {
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate3D(-100%, 0, 0);
  }
}
@-webkit-keyframes SHOW_BOTTOM {
  0% {
    top: 200%;
    -webkit-transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes UNSHOW_BOTTOM {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW_FADE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes UNSHOW_FADE {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[class*=animacion_fade] {
  animation: FADE 0.3s;
}

[class*=animacion_left] {
  animation: NEW_LEFT 0.3s;
}

.animacion_bottom {
  animation: NEW_BOTTOM 0.3s;
}

.masterclose {
  animation: NEW_UNFADE 0.28s !important;
}

@font-face {
  font-family: ralewaylight;
  src: url("../../fonts/Raleway/raleway-light-webfont.eot");
  src: url("../../fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("../../fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("../../fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Downlink;
  src: url("../../fonts/Downlink/Downlink.eot?") format("eot"), url("../../fonts/Downlink/Downlink.woff") format("woff"), url("../../fonts/Downlink/Downlink.ttf") format("truetype"), url("../../fonts/Downlink/Downlink.svg#Downlink") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DownlinkBold;
  src: url("../../fonts/Downlink/Downlink_Bold.eot?") format("eot"), url("../../fonts/Downlink/Downlink_Bold.woff") format("woff"), url("../../fonts/Downlink/Downlink_Bold.ttf") format("truetype"), url("../../fonts/Downlink/Downlink_Bold.svg#Downlink-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_light;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_regular;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_bold;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro_black;
  src: url("../../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@mixin image-jr-language-en-sel{
    background-image: url("../../img/gst/fw_jr_language_en_sel.png");
}
@mixin image-jr-language-es-sel{
    background-image: url("../../img/gst/fw_jr_language_es_sel.png");
}
@mixin image-jr-language-ca-sel{
    background-image: url("../../img/gst/fw_jr_language_ca_sel.png");
}
@mixin image-jr-language-fr-sel{
    background-image: url("../../img/gst/fw_jr_language_fr_sel.png");
}
@mixin image-jr-language-de-sel{
    background-image: url("../../img/gst/fw_jr_language_de_sel.png");
}
@mixin image-jr-language-en-clk{
    background-image: url("../../img/gst/fw_jr_language_en_clk.png");
}
@mixin image-jr-language-es-clk{
    background-image: url("../../img/gst/fw_jr_language_es_clk.png");
}
@mixin image-jr-language-ca-clk{
    background-image: url("../../img/gst/fw_jr_language_ca_clk.png");
}
@mixin image-jr-language-fr-clk{
    background-image: url("../../img/gst/fw_jr_language_fr_clk.png");
}
@mixin image-jr-language-de-clk{
    background-image: url("../../img/gst/fw_jr_language_de_clk.png");
}
   */
/*$color-floor-black :        		$jfr-color-floor-black;
$color-floor-gray :        			$jfr-color-floor-gray;
$color-floor-red : 					$jfr-color-floor-red;
$color-floor-green : 				$jfr-color-floor-green;
$color-floor-yellow : 				$jfr-color-floor-yellow;
$color-floor-assist : 				$jfr-color-floor-assist;*/
/*@mixin gradient-H($param-from, $param-to) {
							background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, $param-from ), color-stop( 1.0, $param-to)); // Chrome 1-9 and Safari 4-5.0
							background-image: -webkit-linear-gradient(left, $param-from, $param-to);                                             //  Chrome 10+ Safari 5.1+ Mobile Safari
							background-image: linear-gradient(        left, $param-from, $param-to);                                             //  W3C
						}
*/
/*
@mixin bgcolor-button-group-on {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}
@mixin bgcolor-button-group-click {
	//color: white;
	//background-color: $button-backgc-on;
	//@include gradient-V(rgb(13,39,182),rgb(89,151,255));
	color: black;
	background-color: orange;
	//@include gradient-V(rgb(212, 127, 0),rgb(255, 154, 3));
}*/
/*
@mixin background-color-button-image{
	color: $buttonimage-color;
	background-color: $buttonimage-colorback;
}*/
[class*=_psw_on], [class*=_psw_click] {
  box-shadow: 0 0 15px #fac00b;
}

.backrow_cyan {
  background-color: #fac00b;
}

/*
//##################################
[class*="cs_bt_pic"] {
    max-width: 100%;
}
//##################################
*/
/*
    // _____________________________________________________________________________________________________________________ para el chat
    [class*="Vlist_head_Chat"] {
        background-color:           transparent;
        border-top:                 none;
        font-size:                  11px !important;
    }
    .td_Chat_fecha {
        background-color:           $James;
        color:                      white;
        font-size:                  11px !important;
    }
    .globo_vacio {
        width: 10%;
    }
    .globo_yo_left_left, .globo_yo_left_center, .globo_yo_left_right {
        background-color: $Select_Back;
    }
    .globo_tu_left_left, .globo_tu_left_center, .globo_tu_left_right {
        background-color:           rgb(230, 230, 230);
    }
    [class*="Vlist_item_ChatYO"] {
        padding:                    5px 10px;
    }
    [class*="Vlist_item_ChatTU"] {
        padding:                    5px 10px;
    }
    .td_Chat_textoYO {
        font-size:                  12px;
        padding-top:                3px;
        padding-bottom:             3px;
    }
    .td_Chat_hora {
        font-size:                  11px;
        text-transform:             uppercase;
        letter-spacing:             -0.05em;
    }
    .check_leido, .check_noleido {
        width:                      12px;
    }



    // _____________________________________________________________________________________________________________________
    [class*="cs_bt_check"][class*="_click"] .cs_bt_right {
        background-color: $Select_Back;
    }

    [class*="Vlist_filter"] {
        text-align:                 center;
        color:                      $James;
        background: $Filter_Form;
        height:                     72px;
        border-top:                 5px solid $Filter_Select_Back;
        border-top-left-radius:     5px;
        border-top-right-radius:    5px;
        border-bottom:              1px solid rgba(0, 0, 0, 0.2);
        font-size:                  12px;
        padding-top:                5px;
        letter-spacing:             -0.05em;
        text-transform:             uppercase;
        &[class*="1"] {
            height:                 67px; //6+38+6+20
        }
        &[class*="2"] {
            height:                 114px; //6+38+6+38+6+20
        }
    }

    .grid_filter_buttons {
        display:                    grid;
        grid-template-columns:      1fr;
        grid-template-rows:         40px;
    }

    .grid_filter_text {
        display:                    grid;
        grid-template-columns:      1fr;
        grid-template-rows:         20px;
        padding-top:                2px;
        font-size:                  12px;
        letter-spacing:             -0.05em;
        text-transform:             uppercase;
    }
    // en la ventana donde se colocaran los filtros
    .grid_filter_buttons {
        grid-template-columns: 20px 50px 6px 50px 6px 50px 50px 1fr 20px;
        //background-color: blue;
    }
    .gr_boton1 {
        grid-row: 1;
        grid-column: 2;
    }
    .gr_boton2 {
        grid-row: 1;
        grid-column: 4;
    }
    .gr_boton3 {
        grid-row: 1;
        grid-column: 6;
    }
    .gr_boton4 {
        grid-row: 1;
        grid-column: 7;
    }

    //______________________________________________________________________________________________________________________ Menu configuracion
    .cs_vw_page_settings_configuracion {
        background-color:   rgb(240, 240, 240);
        box-shadow:         0 0 30px $James;
    }
    .cs_fr_mini .cs_lb_mini .cs_lb_label .cs_lb_inner{
        font-size:          11px;
        letter-spacing:     -0.05em;
        text-transform:     uppercase;
    }
    .cs_vw_page_settings_configuracion .cs_lb_title {
        color:              $MenuHeadFront !important;
        background-color:   $MenuHeadBack;
        font-size:          11px;
        letter-spacing:     -0.05em;
        text-transform:     uppercase;
        padding-top:        3px;
        .cs_lb_label .cs_lb_inner {
            color:          $James !important;
        }
    }




    .fw_colorHab {
        color: white;
    }
    .fw_colorHab .cs_lb_label .cs_lb_inner {
        color: white;
    }

*/
/*
[class*="cs_vp_default"] {
    &[class*="_phone"]{
        background-repeat: no-repeat;
        background-size: 6%;
        background-position: left top;
        background-image: url(../img/fw/fw_designer_vphone.png);
        border-left: 5px solid cyan;
    }
    &[class*="_hphone"]{
        background-repeat: no-repeat;
        background-size: 4%;
        background-position: left top;
        background-image: url(../img/fw/fw_designer_hphone.png);
        border-left: 5px solid cyan;
    }
    &[class*="_tablet"]{
        background-repeat: no-repeat;
        background-size: 6%;
        background-position: left top;
        background-image: url(../img/fw/fw_designer_vtablet.png);
        border-left: 5px solid magenta;
    }
    &[class*="_htablet"]{
        background-repeat: no-repeat;
        background-size: 4%;
        background-position: left top;
        background-image: url(../img/fw/fw_designer_htablet.png);
        border-left: 5px solid magenta;
    }
    &[class*="_desktop"]{
        background-repeat: no-repeat;
        background-size: 6%;
        background-position: left top;
        background-image: url(../img/fw/fw_designer_vdesktop.png);
        border-left: 5px solid yellow;
    }
    &[class*="_hdesktop"]{
        background-repeat: no-repeat;
        background-size: 5%;
        background-position: left top;
        background-image: url(../img/fw/fw_designer_hdesktop.png);
        border-left: 5px solid yellow;
    }
    &[class*="_bigdesktop"]{
        background-repeat: no-repeat;
        background-size: 5%;
        background-position: left top;
        background-image: url(../img/fw/fw_designer_vbigdesktop.png);
        border-left: 5px solid darkgray;
    }
    &[class*="_hbigdesktop"]{
        background-repeat: no-repeat;
        background-size: 5%;
        background-position: left top;
        background-image: url(../img/fw/fw_designer_hbigdesktop.png);
        border-left: 5px solid darkgray;
    }
}
*/
/*[class*="cs_lb_combo"][class*="_calendar"][class*="_remark"] .cs_lb_label .cs_lb_left {
    background-image: url(../img/fw/fw_calendar_select.png);
}
*/
/*
                                        [class*="picmenu_trans"] .cs_bt_left,
                                        [class*="picmenu_trans"] .cs_bt_inner
                                        {
                                            background-image: url(../img/fw/fw_menu_trans_white.png);
                                            background-size: 80%;
                                        }

                                        //[class*="piccerrar"] .cs_ed_left,
                                        //[class*="piccerrar"] .cs_bt_left,
                                        [class*="piccerrar"] .cs_bt_inner
                                        //[class*="piccerrar"] .cs_bt_right
                                        {
                                            background-image: url(../img/fw/fw_cerrar_white.png);
                                        }

[class*="picconfig_trans"] .cs_lb_label .cs_lb_inner {background-image: url(../img/fw/fw_config_trans_white.png);}


[class*="picsat_tiposmaquinas_trans"] .cs_bt_left{background-image: url(../img/sat/fw_sat_maquinas_tipos_trans_white.png);}
[class*="picsat_asignar_perfil_trans"] .cs_bt_left{background-image: url(../img/sat/fw_sat_asignar_perfil_trans_white.png);}
[class*="picsat_tecnicos_trans"] .cs_bt_left{background-image: url(../img/sat/fw_sat_tecnicos_trans_white.png);}
[class*="picsat_averia_trans"] .cs_bt_left{background-image: url(../img/sat/fw_sat_averias_trans_white.png);}
[class*="picsat_contadores_trans"] .cs_bt_left{background-image: url(../img/sat/fw_sat_contadores_trans_white.png);}
[class*="picsat_piscina_trans"] .cs_bt_left{background-image: url(../img/sat/fw_sat_piscina_trans_white.png);}
[class*="picsat_maquinas_trans"] .cs_bt_left{background-image: url(../img/sat/fw_sat_maquinas_trans_white.png);}
// genericos
[class*="picnuevo_trans"] .cs_ed_left,
[class*="picnuevo_trans"] .cs_bt_left,
[class*="picnuevo_trans"] .cs_bt_inner,
[class*="picnuevo_trans"] .cs_bt_right {
    background-image: url(../img/fw/fw_nuevo_trans_white.png);
}

[class*="piceditar"] .cs_ed_left,
[class*="piceditar"] .cs_bt_left,
[class*="piceditar"] .cs_bt_inner,
[class*="piceditar"] .cs_bt_right {
    background-image: url(../img/fw/fw_editar_trans_white.png);
}


[class*="cs_lb_combo"][class*="_calendar"] .cs_lb_label .cs_lb_left {
    background-image: url(../img/fw/fw_calendar_trans_white.png);
}
*/
/*

[class*="picuser_trans"] .cs_ed_left,
[class*="picuser_trans"] .cs_bt_left,
[class*="picuser_trans"] .cs_bt_inner,
[class*="picuser_trans"] .cs_bt_right {
    background-image: url(../img/fw/fw_user_trans_white.png);
}

*/
.cs_fl_pageitem .td_cmb_edit .td_cmb_edit_img,
.cs_fl_pageitem .td_cmb_edit .td_list_edit_img,
.cs_fl_pageitem .td_list_edit .td_cmb_edit_img,
.cs_fl_pageitem .td_list_edit .td_list_edit_img,
.Vlist_item .td_cmb_edit .td_cmb_edit_img,
.Vlist_item .td_cmb_edit .td_list_edit_img,
.Vlist_item .td_list_edit .td_cmb_edit_img,
.Vlist_item .td_list_edit .td_list_edit_img {
  background: #fac00b url(../../img/fw/fw_editar_trans.png) no-repeat center center;
  background-size: 80%;
}

.cs_fl_pageitem .td_cmb_edit .td_cmb_edit_name,
.cs_fl_pageitem .td_cmb_edit .td_list_edit_name,
.cs_fl_pageitem .td_list_edit .td_cmb_edit_name,
.cs_fl_pageitem .td_list_edit .td_list_edit_name,
.Vlist_item .td_cmb_edit .td_cmb_edit_name,
.Vlist_item .td_cmb_edit .td_list_edit_name,
.Vlist_item .td_list_edit .td_cmb_edit_name,
.Vlist_item .td_list_edit .td_list_edit_name {
  color: black;
  background-color: #fac00b;
}

/*
.cs_g_its_precios_container_habitacion {
    background-color: rgb(247, 245, 235);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-size:18px;
}

.cs_g_its_precios_body_ {
    font-size: 15px;
    //padding-right:0;
}

.cs_g_its_precios_container_tarifa {
    background-color: rgb(0, 255, 100);
}
.cs_g_its_precios_container_all_closed {
    background-color: #ff000017;
    border-radius:18px 1px 0 0;
    border:1px solid red;
    margin-right:1px;
}
.cs_g_its_precios_container_past_day {
    background-color: rgb(236, 236, 236);
}

.cs_g_its_precios_container_,
.cs_g_its_precios_container_closed

{
    background-color: rgb(250,250,250);
    border-radius:18px 1px 0 0;
    border:1px solid #d2d2d2;
    margin-right:1px;

}
._domingo{
    border-right: 1px solid #0086ff;
    margin-right:1px;
}
._sabado{
    border-right: 1px solid #add5f9;
    margin-right:1px;
}

*/
.selected {
  background-color: #fac00b !important;
  color: black !important;
}

.fw_selected {
  background-color: #fac00b !important;
  color: black !important;
}

.fw_selectedsort {
  color: black !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

[class*=_filter] .fw_selected {
  background-color: #baba83 !important;
}

/*
                                        // ____________________________________________________________________________________________________________________ Visibilidad
                                        .fw_disabled{
                                            .cs_lb_label{
                                                .cs_lb_inner{
                                                    color: 				rgba(0,0,0,0.2) !important;
                                                }
                                            }
                                        }

                                        // ____________________________________________________________________________________________________________________ Aplicacion
                                        // color habitaciones
                                        .fw_colorHab{
                                            color: #aeb07a;
                                            .cs_lb_label{
                                                .cs_lb_inner{
                                                    color: #aeb07a;
                                                }
                                            }
                                        }


                                        [class*="chat_notif"] {
                                            .cs_bt_inner, .cs_lb_label .cs_lb_inner  {
                                                background: red;
                                                border: 1.7px solid black;
                                                color: whitesmoke;
                                            }
                                        }






                                        .privacidad{
                                            color: 					#505050;
                                            b {
                                                color: 				#045bff;
                                            }

                                            h1 {
                                                color: 				#1ea1ff;
                                                background-color:	#e6e6e6;
                                            }
                                            p {
                                                color: 				#505050;
                                            }
                                        }
*/
#boxtimer {
  background-color: transparent;
}

#boxtimer-dia {
  color: #baba83;
}

#boxtimer-diasem {
  color: silver;
}

#boxtimer-mes {
  color: silver;
}

#boxtimer-hora {
  color: #deddcf;
}

#boxtimer-copyright {
  color: silver;
}

#boxtimer-version {
  color: #505050;
}

#boxapp-title {
  color: #baba83;
}

#boxapp-subtitle {
  color: #baba83;
}

/*$Filter_Back:                           rgb(222, 221, 207);
$Filter_Front:                          rgb(0, 0, 0);

$Filter_Select_Back:                    rgb(186, 186, 131);

$Filter_List_Cabeceras_Front:           rgb(255, 255, 255);
$Filter_List_Cabeceras_Back:            rgb(90, 90, 64);
$Filter_List_Cabeceras_Border:          rgb(186, 186, 131);*/
[class*=page_full] {
  background: whitesmoke none no-repeat bottom right;
}

[class*=page_dialog] {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  background: whitesmoke none no-repeat bottom right;
  box-shadow: 0 0 20px rgba(200, 200, 200, 0.8);
}

[class*=page_settings] {
  background: whitesmoke no-repeat bottom right;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 5px 0 30px rgba(200, 200, 200, 0.8);
}

[class*=page_settings_configuracion] {
  background-color: whitesmoke;
  box-shadow: 5px 0 30px rgba(200, 200, 200, 0.8);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
[class*=page_settings_configuracion] .cs_lb_title .cs_lb_label .cs_lb_inner {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding-top: 11px;
  color: black !important;
  background-color: #fac00b;
}

.fw_tools_settings_lang_item_container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

/*[class*="picjr_language_ca_flat_select"] .cs_lb_label .cs_lb_inner {
    background-size: 100%;
    background-image: url(../img/gst/fw_jr_language_ca_sel.png);
}
[class*="picjr_language_de_flat_select"] .cs_lb_label .cs_lb_inner {
    background-size: 100%;
    background-image: url(../img/gst/fw_jr_language_de_sel.png);
}
[class*="picjr_language_en_flat_select"] .cs_lb_label .cs_lb_inner {
    background-size: 100%;
    background-image: url(../img/gst/fw_jr_language_en_sel.png);
}
[class*="picjr_language_es_flat_select"],
[class*="picjr_language_es_flat_select"] .cs_lb_label .cs_lb_inner {
    background-size: 100%;
    background-image: url(../img/gst/fw_jr_language_es_sel.png);
}*/
.cs_vw_page_tools_tools {
  background-color: whitesmoke;
  box-shadow: 5px 0 30px rgba(200, 200, 200, 0.8);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cs_vw_page_tools_tools .cs_lb_title .cs_lb_label .cs_lb_inner {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding-top: 11px;
  color: black !important;
  background-color: #fac00b;
}

.cs_vw_page_tools_tools .cs_fr_mini .cs_lb_mini .cs_lb_label .cs_lb_inner {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: black;
}

.fw_tools_tools_item_container {
  border-bottom: 1px solid #e6e6e6 !important;
}

.fw_tools_settings_item_container {
  border-bottom: 1px solid #e6e6e6 !important;
}

[class*=cs_vp_default][class*=_filter] {
  background-color: #ebece5;
  border-top: none;
}
[class*=cs_vp_default][class*=_bottom] {
  border-top-color: transparent;
  background: transparent none;
}
[class*=cs_vp_default][class*=_title] {
  background: transparent none;
  border-bottom: 5px solid #fac00b !important;
}
[class*=cs_vp_default][class*=_title] .cs_lb_inner {
  color: white;
}
[class*=cs_vp_default][class*=_transparent] {
  background-color: transparent;
}
[class*=cs_vp_default][class*=_white][class*=_filter], [class*=cs_vp_default][class*=_black][class*=_filter], [class*=cs_vp_default][class*=_gray][class*=_filter], [class*=cs_vp_default][class*=_gris][class*=_filter], [class*=cs_vp_default][class*=_darkgray][class*=_filter], [class*=cs_vp_default][class*=_darkgris][class*=_filter], [class*=cs_vp_default][class*=_blue][class*=_filter], [class*=cs_vp_default][class*=_yellow][class*=_filter] {
  background-color: #ebece5;
  border-top: 5px solid #baba83;
}
[class*=cs_vp_default][class*=_corporate] {
  background-color: whitesmoke;
}
[class*=cs_vp_default][class*=_bgcorporate] {
  background-color: #fac00b;
}

[class*=cs_vp_normal] {
  /* &[class*="_bottom"] {
       background-color:               $Bottom_Back;
       border-top:                     none;
   }*/
}
[class*=cs_vp_normal][class*=_filter] {
  background-color: #ebece5;
  border-top: 5px solid #baba83;
}
[class*=cs_vp_normal][class*=_transparent][class*=_filter], [class*=cs_vp_normal][class*=_white][class*=_filter], [class*=cs_vp_normal][class*=_black][class*=_filter], [class*=cs_vp_normal][class*=_gray][class*=_filter], [class*=cs_vp_normal][class*=_gris][class*=_filter], [class*=cs_vp_normal][class*=_darkgray][class*=_filter], [class*=cs_vp_normal][class*=_darkgris][class*=_filter], [class*=cs_vp_normal][class*=_blue][class*=_filter], [class*=cs_vp_normal][class*=_yellow][class*=_filter] {
  background-color: #ebece5;
  border-top: 5px solid #baba83;
}
[class*=cs_vp_normal][class*=_corporate] {
  background-color: whitesmoke;
}
[class*=cs_vp_normal][class*=_bgcorporate] {
  background-color: whitesmoke;
}
[class*=cs_vp_normal][class*=x2][class*=_filter], [class*=cs_vp_normal][class*=x3][class*=_filter], [class*=cs_vp_normal][class*=x4][class*=_filter] {
  background-color: #ebece5;
  border-top: 5px solid #baba83;
}
[class*=cs_vp_normal][class*=x2][class*=_transparent][class*=_filter], [class*=cs_vp_normal][class*=x2][class*=_white][class*=_filter], [class*=cs_vp_normal][class*=x2][class*=_black][class*=_filter], [class*=cs_vp_normal][class*=x2][class*=_gray][class*=_filter], [class*=cs_vp_normal][class*=x2][class*=_gris][class*=_filter], [class*=cs_vp_normal][class*=x2][class*=_darkgray][class*=_filter], [class*=cs_vp_normal][class*=x2][class*=_darkgris][class*=_filter], [class*=cs_vp_normal][class*=x2][class*=_blue][class*=_filter], [class*=cs_vp_normal][class*=x2][class*=_yellow][class*=_filter], [class*=cs_vp_normal][class*=x3][class*=_transparent][class*=_filter], [class*=cs_vp_normal][class*=x3][class*=_white][class*=_filter], [class*=cs_vp_normal][class*=x3][class*=_black][class*=_filter], [class*=cs_vp_normal][class*=x3][class*=_gray][class*=_filter], [class*=cs_vp_normal][class*=x3][class*=_gris][class*=_filter], [class*=cs_vp_normal][class*=x3][class*=_darkgray][class*=_filter], [class*=cs_vp_normal][class*=x3][class*=_darkgris][class*=_filter], [class*=cs_vp_normal][class*=x3][class*=_blue][class*=_filter], [class*=cs_vp_normal][class*=x3][class*=_yellow][class*=_filter], [class*=cs_vp_normal][class*=x4][class*=_transparent][class*=_filter], [class*=cs_vp_normal][class*=x4][class*=_white][class*=_filter], [class*=cs_vp_normal][class*=x4][class*=_black][class*=_filter], [class*=cs_vp_normal][class*=x4][class*=_gray][class*=_filter], [class*=cs_vp_normal][class*=x4][class*=_gris][class*=_filter], [class*=cs_vp_normal][class*=x4][class*=_darkgray][class*=_filter], [class*=cs_vp_normal][class*=x4][class*=_darkgris][class*=_filter], [class*=cs_vp_normal][class*=x4][class*=_blue][class*=_filter], [class*=cs_vp_normal][class*=x4][class*=_yellow][class*=_filter] {
  background-color: #ebece5;
  border-top: 5px solid #baba83;
}

.cs_db_alert_s {
  border-color: #b4b4b4;
  background-color: #f0f0f0;
}
.cs_db_alert_s .cs_db_alert_s_content {
  background-color: transparent;
}
.cs_db_alert_s .cs_db_alert_s_head {
  color: black;
}
.cs_db_alert_s .cs_db_alert_s_body {
  color: black;
}
.cs_db_alert_s .cs_db_alert_s_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_s .cs_db_alert_s_ok {
  color: black;
}

.cs_db_alert_sbell {
  border-color: #b4b4b4;
  background-color: #f0f0f0;
}
.cs_db_alert_sbell .cs_db_alert_sbell_content {
  background-color: transparent;
}
.cs_db_alert_sbell .cs_db_alert_sbell_head {
  color: black;
}
.cs_db_alert_sbell .cs_db_alert_sbell_body {
  color: black;
}
.cs_db_alert_sbell .cs_db_alert_sbell_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_sbell .cs_db_alert_sbell_ok {
  color: black;
}

.cs_db_alert_swarning {
  border-color: #b4b4b4;
  background-color: #f0f0f0;
}
.cs_db_alert_swarning .cs_db_alert_swarning_content {
  background-color: transparent;
}
.cs_db_alert_swarning .cs_db_alert_swarning_head {
  color: black;
}
.cs_db_alert_swarning .cs_db_alert_swarning_body {
  color: black;
}
.cs_db_alert_swarning .cs_db_alert_swarning_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_swarning .cs_db_alert_swarning_ok {
  color: black;
}

.cs_db_alert_error {
  background-color: #f0f0f0;
}
.cs_db_alert_error .cs_db_alert_error_content {
  background-color: transparent;
}
.cs_db_alert_error .cs_db_alert_error_head {
  color: black;
}
.cs_db_alert_error .cs_db_alert_error_body {
  color: black;
}
.cs_db_alert_error .cs_db_alert_error_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_error .cs_db_alert_error_ok {
  color: black;
}

.cs_db_alert_info {
  border-color: #b4b4b4;
  background-color: #f0f0f0;
}
.cs_db_alert_info .cs_db_alert_info_content {
  background-color: transparent;
}
.cs_db_alert_info .cs_db_alert_info_head {
  color: black;
}
.cs_db_alert_info .cs_db_alert_info_body {
  color: black;
}
.cs_db_alert_info .cs_db_alert_info_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_info .cs_db_alert_info_ok {
  color: black;
}

.cs_db_alert_activationcode {
  border-color: #b4b4b4;
  background-color: #f0f0f0;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_content {
  background-color: transparent;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_head {
  color: black;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_body {
  color: black;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_activationcode .cs_db_alert_activationcode_ok {
  color: black;
}

.cs_db_alert_nfc {
  border-color: #b4b4b4;
  background-color: #f0f0f0;
}
.cs_db_alert_nfc .cs_db_alert_nfc_content {
  background-color: transparent;
}
.cs_db_alert_nfc .cs_db_alert_nfc_head {
  color: black;
}
.cs_db_alert_nfc .cs_db_alert_nfc_body {
  color: black;
}
.cs_db_alert_nfc .cs_db_alert_nfc_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_nfc .cs_db_alert_nfc_ok {
  color: black;
}

.cs_db_alert_nowifi .cs_db_alert_nowifi_content {
  background-color: rgba(255, 0, 0, 0.7);
}
.cs_db_alert_nowifi .cs_db_alert_nowifi_body {
  color: white;
}

.cs_db_alert_d {
  background-color: #f0f0f0;
  border-color: #b4b4b4;
}
.cs_db_alert_d .cs_db_alert_d_content {
  background-color: transparent;
}
.cs_db_alert_d .cs_db_alert_d_head {
  color: black;
}
.cs_db_alert_d .cs_db_alert_d_body {
  color: black;
}
.cs_db_alert_d .cs_db_alert_d_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_d .cs_db_alert_d_cancel {
  color: gray;
}
.cs_db_alert_d .cs_db_alert_d_ok {
  color: black;
  border-left-color: gainsboro;
}

.cs_db_alert_dquestion {
  background-color: #f0f0f0;
  border-color: #b4b4b4;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_content {
  background-color: transparent;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_head {
  color: black;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_body {
  color: black;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_cancel {
  color: gray;
}
.cs_db_alert_dquestion .cs_db_alert_dquestion_ok {
  color: black;
  border-left-color: gainsboro;
}

.cs_db_alert_delete {
  background-color: #f0f0f0;
}
.cs_db_alert_delete .cs_db_alert_delete_content {
  background-color: transparent;
}
.cs_db_alert_delete .cs_db_alert_delete_head {
  color: black;
}
.cs_db_alert_delete .cs_db_alert_delete_body {
  color: black;
}
.cs_db_alert_delete .cs_db_alert_delete_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_delete .cs_db_alert_delete_cancel {
  color: gray;
}
.cs_db_alert_delete .cs_db_alert_delete_ok {
  border-left-color: gainsboro;
  color: red;
}

.cs_db_alert_closecloud {
  background-color: #f0f0f0;
  border-color: #b4b4b4;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_content {
  background-color: transparent;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_head {
  color: black;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_body {
  color: black;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_cancel {
  color: gray;
}
.cs_db_alert_closecloud .cs_db_alert_closecloud_ok {
  color: black;
  border-left-color: gainsboro;
}

.cs_db_alert_opencloud {
  background-color: #f0f0f0;
  border-color: #b4b4b4;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_content {
  background-color: transparent;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_head {
  color: black;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_body {
  color: black;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_footer {
  border-top-color: gainsboro;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_cancel {
  color: gray;
}
.cs_db_alert_opencloud .cs_db_alert_opencloud_ok {
  color: black;
  border-left-color: gainsboro;
}

[class*=cs_db_] .cs_db_alert_s_ok,
[class*=cs_db_] .cs_db_alert_sbell_ok,
[class*=cs_db_] .cs_db_alert_swarning_ok,
[class*=cs_db_] .cs_db_alert_info_ok,
[class*=cs_db_] .cs_db_alert_activationcode_ok,
[class*=cs_db_] .cs_db_alert_nfc_ok,
[class*=cs_db_] .cs_db_alert_error_ok {
  border-top-color: gainsboro;
}

[class*=child][class*=-u] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-d] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-l] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-r] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-ud],
[class*=-du] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-rl],
[class*=-lr] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-ul],
[class*=-lu] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-ur],
[class*=-ru] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-dl],
[class*=-ld] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-dr],
[class*=-rd] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-urd], [class*=child][class*=-udr], [class*=child][class*=-dru], [class*=child][class*=-dur], [class*=child][class*=-rdu], [class*=child][class*=-rud] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
}

[class*=child][class*=-uld], [class*=child][class*=-udl], [class*=child][class*=-dlu], [class*=child][class*=-dul], [class*=child][class*=-ldu], [class*=child][class*=-lud] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
}

[class*=child][class*=-rlu], [class*=child][class*=-rul], [class*=child][class*=-lur], [class*=child][class*=-lru], [class*=child][class*=-url], [class*=child][class*=-ulr] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

[class*=child][class*=-rld], [class*=child][class*=-rdl], [class*=child][class*=-ldr], [class*=child][class*=-lrd], [class*=child][class*=-drl], [class*=child][class*=-dlr] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

[class*=child][class*=-urld], [class*=child][class*=-urdl], [class*=child][class*=-uldr], [class*=child][class*=-ulrd], [class*=child][class*=-udrl], [class*=child][class*=-udlr],
[class*=child][class*=-drlu], [class*=child][class*=-drul], [class*=child][class*=-dlur], [class*=child][class*=-dlru], [class*=child][class*=-durl], [class*=child][class*=-dulr],
[class*=child][class*=-ruld], [class*=child][class*=-rudl], [class*=child][class*=-rdlu], [class*=child][class*=-rdul], [class*=child][class*=-rldu], [class*=child][class*=-rlud],
[class*=child][class*=-lurd], [class*=child][class*=-ludr], [class*=child][class*=-ldru], [class*=child][class*=-ldur], [class*=child][class*=-lrdu], [class*=child][class*=-lrud] {
  border: 1px solid gainsboro;
}

[class*=child][class*=-U] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-D] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-L] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-R] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-UD],
[class*=child][class*=-DU] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-RL],
[class*=child][class*=-LR] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-UL],
[class*=child][class*=-LU] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-UR],
[class*=child][class*=-RU] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-DL],
[class*=child][class*=-LD] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-DR],
[class*=child][class*=-RD] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

[class*=child][class*=-URD],
[class*=child][class*=-UDR],
[class*=child][class*=-DRU],
[class*=child][class*=-DUR],
[class*=child][class*=-RDU],
[class*=child][class*=-RUD] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
}

[class*=child][class*=-ULD],
[class*=child][class*=-UDL],
[class*=child][class*=-DLU],
[class*=child][class*=-DUL],
[class*=child][class*=-LDU],
[class*=child][class*=-LUD] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
}

[class*=child][class*=-RLU],
[class*=child][class*=-RUL],
[class*=child][class*=-LUR],
[class*=child][class*=-LRU],
[class*=child][class*=-URL],
[class*=child][class*=-ULR] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

[class*=child][class*=-RLD],
[class*=child][class*=-RDL],
[class*=child][class*=-LDR],
[class*=child][class*=-LRD],
[class*=child][class*=-DRL],
[class*=child][class*=-DLR] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

[class*=child][class*=-URLD],
[class*=child][class*=-URDL],
[class*=child][class*=-ULDR],
[class*=child][class*=-ULRD],
[class*=child][class*=-UDRL],
[class*=child][class*=-UDLR],
[class*=child][class*=-DRLU],
[class*=child][class*=-DRUL],
[class*=child][class*=-DLUR],
[class*=child][class*=-DLRU],
[class*=child][class*=-DURL],
[class*=child][class*=-DULR],
[class*=child][class*=-RULD],
[class*=child][class*=-RUDL],
[class*=child][class*=-RDLU],
[class*=child][class*=-RDUL],
[class*=child][class*=-RLDU],
[class*=child][class*=-RLUD],
[class*=child][class*=-LURD],
[class*=child][class*=-LUDR],
[class*=child][class*=-LDRU],
[class*=child][class*=-LDUR],
[class*=child][class*=-LRDU],
[class*=child][class*=-LRUD] {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/*
// ____________________________________________________________________________________________________________________ Menus

// resaltado
[class*="-bgshining_disabled"]{
    border: 						1px solid gray;
}
[class*="-bgshining_alone"]{
    background-color: 				rgba(220,220,220,0.5);
    border: 						0 solid gray;
}
[class*="-bgshining_left"]{
    background-color: 				rgba(220,220,220,0.5);
}
[class*="-bgshining_right"]{
    background-color: 				rgba(220,220,220,0.5);
}

// color fondo para menus
[class*="-bgwhite"],[class*="_bgwhite"]{
    background-color: 				rgb(255,255,255);
}
[class*="-bgwhitesmoke"],[class*="_bgwhitesmoke"]{
    background-color: 				rgba(240,240,240,0.9);
}
[class*="-bgyellow"],[class*="_bgyellow"]{
    background-color: 				rgba(253,208,0,0.9);
}
[class*="-bgblack"],[class*="_bgblack"]{
    background-color: 				rgba(20,20,20,0.9);
}
[class*="-bgblue"],[class*="_bgblue"]{
    background-color: 				rgba(100,90,250,0.9);
}
[class*="-bggris"],[class*="_bggris"]{
    background-color: 				rgba(220,220,210,0.9);
}
[class*="-bgcorporate"],[class*="_bgcorporate"]{
    background-color: 				rgb(230,230,230);
}
[class*="-bgsettings"],[class*="_bgsettings"]{
    background-color: 				rgba(0,0,0,0.2);
}
[class*="-bgdashboard"],[class*="_bgdashboard"]{
    background-color: 				rgba(255,255,255,0.5);
}
[class*="-bggray"],[class*="_bggray"]{
    background-color: 				rgb(240,240,240);
}

// ____________________________________________________________________________________________________________________ Viewports (clases del framework)
.cs_vp_viewlines{
    border: 						1px dashed lightgray;
}
.iScrollIndicator{
    background-color: 				rgba(0, 0, 0, 0.1) !important;
}

// capas de dismiss
#id_modal_win_box{
    background-color: 				$dismiss-colorback-winbox;
}
#id_modal_win{
    background-color: 				$dismiss-colorback-modalwin;
}
.dismiss-modalwin {
    background-color: 				$dismiss-colorback-modalwin;
}
.cs_db_box_dismiss{
    background-color: $dismiss-colorback-modalwin;
}
.cs_db_dismiss{
    background-color: $dismiss-colorback-modalwin;
}
.cs_dc_back{
    background-color: $dismiss-colorback-calendar;
}

//_____________________________________________________________________________________________________________________ WAIT consultando...
#id_modal_win_wait{
    background-color:   			transparent;
}
#id_wait_content{
    background-color:   			transparent;
}

#id_wait_text{
    color:              			rgb(80,80,80);
}

//_____________________________________________________________________________________________________________________ Shapes, formas
.talkbubble {
    background:						red;
}
.talkbubble:before {
    border-top:						13px solid transparent;
    border-right:					26px solid red;
    border-bottom:					13px solid transparent;
}

//_____________________________________________________________________________________________________________________ Graficos
.myCanvas{
    background-color: transparent;
}
*/
[class*=_withtext] {
  background-color: #fafafa;
  border-color: gainsboro;
}
[class*=_withtext] .cs_bt_inner {
  color: black;
}
[class*=_withtext][class*=A] {
  background-color: rgba(0, 0, 0, 0);
}

.cs_bt_gr_bleft, .cs_bt_gr_bcenter, .cs_bt_gr_bright {
  color: black;
  background-color: #fafafa;
  border-color: gainsboro;
}

.cs_bt_default {
  color: black;
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.cs_bt_default .cs_bt_inner {
  padding-top: 8px;
}

.cs_bt_cancel {
  color: black;
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.cs_bt_cancel .cs_bt_inner {
  padding-top: 8px;
}

.cs_bt_ok, [class*=cs_bt_ok] {
  color: black;
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #fac00b;
  background-color: black;
  border-color: transparent;
}
.cs_bt_ok .cs_bt_inner, [class*=cs_bt_ok] .cs_bt_inner {
  padding-top: 8px;
}
.cs_bt_ok[class*=_filter], [class*=cs_bt_ok][class*=_filter] {
  background-color: #baba83;
  color: black;
  border-color: silver;
}

[class*=cs_bt_check] .cs_bt_left,
[class*=cs_bt_radio] .cs_bt_left {
  background-color: #fafafa;
  border-color: gainsboro;
  font-family: sourcesanspro_bold, sans-serif;
  text-align: center;
  padding-top: 2px;
  font-size: 17px;
}
[class*=cs_bt_check][class*=_click] .cs_bt_left,
[class*=cs_bt_radio][class*=_click] .cs_bt_left {
  color: black;
}
[class*=cs_bt_check][class*=_click] .cs_bt_right,
[class*=cs_bt_radio][class*=_click] .cs_bt_right {
  color: black;
  background-color: #fac00b;
}
[class*=cs_bt_check][class*=_filter] .cs_bt_left,
[class*=cs_bt_radio][class*=_filter] .cs_bt_left {
  background-color: #deddcf;
  border-color: silver;
}
[class*=cs_bt_check][class*=_filter][class*=_click] .cs_bt_right,
[class*=cs_bt_radio][class*=_filter][class*=_click] .cs_bt_right {
  background-color: #baba83;
}

.cs_bt_onoff .cs_bt_left {
  background-color: #fafafa !important;
  border-color: gainsboro;
}
.cs_bt_onoff_click .cs_bt_left {
  background-color: #fac00b !important;
}
.cs_bt_onoff_filter {
  background-color: #deddcf !important;
}
.cs_bt_onoff_filter_click .cs_bt_left {
  background-color: #baba83 !important;
}

.cs_bt_gr_on,
.cs_bt_gr_bleft_on,
.cs_bt_gr_bcenter_on,
.cs_bt_gr_bright_on,
.cs_bt_gr_bup_on,
.cs_bt_gr_bmiddle_on,
.cs_bt_gr_bdown_on {
  color: black;
  background-color: #fafafa;
}

.cs_bt_gr_click,
.cs_bt_gr_bleft_click,
.cs_bt_gr_bcenter_click,
.cs_bt_gr_bright_click,
.cs_bt_gr_bup_click,
.cs_bt_gr_bmiddle_click,
.cs_bt_gr_bdown_click {
  color: black;
  background-color: #fac00b;
}

[class*=cs_bt_pic] {
  border-color: gainsboro;
  color: black;
}
[class*=cs_bt_pic][class*=_filter] {
  background-color: #deddcf;
  border-color: silver;
}
[class*=cs_bt_pic][class*=_filter][class*=_click] {
  background-color: #baba83;
  color: black;
}
[class*=cs_bt_pic][class*=_psw] {
  background-color: #ebebeb;
  border: 1px solid #cbcbcb;
}
[class*=cs_bt_pic][class*=_floorgray] {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
[class*=cs_bt_pic][class*=_click] {
  background-color: #fac00b;
}
[class*=cs_bt_pic][class*=_floor][class*=filter] {
  background-color: #deddcf !important;
  border-color: silver;
}

/*
@mixin BT-IMAGE {
    border-color: 				$button-colorborder;
    //@include 				background-color-button-image;
    color: 					$Button_Front;//$buttonimage-color;
    background-color: 		$Button_Back;//$buttonimage-colorback;
    .cs_bt_left{
    }
    .cs_bt_inner{
        background: 		no-repeat center center;
    }
    .cs_bt_right{
    }
}

@mixin TEMPLATE-BT {
    border-color: 				$button-colorborder;
    //@include 				background-color-button-image;
    color: 					$Button_Front;//$buttonimage-color;
    background-color: 		$Button_Back;//$buttonimage-colorback;
    .cs_bt_left{
    }
    .cs_bt_inner{
        background: 		no-repeat center center;
    }
    .cs_bt_right{
    }
}*/
[class*=_lopen] {
  background-color: #fafafa;
  border-color: gainsboro;
}
[class*=_lopen][class*=_filter] {
  background: #deddcf;
}
[class*=_lopen][class*=_click] {
  border-color: rgba(0, 0, 0, 0.1);
}

[class*=_ropen] {
  background-color: #fafafa;
  border-color: gainsboro;
}
[class*=_ropen][class*=_filter] {
  background: #deddcf;
}
[class*=_ropen][class*=_click] {
  border-color: rgba(0, 0, 0, 0.1);
}

[class*=_rlopen],
[class*=_lropen] {
  background-color: #fafafa;
  border-color: gainsboro;
}
[class*=_rlopen][class*=_filter],
[class*=_lropen][class*=_filter] {
  background: #deddcf;
}
[class*=_rlopen][class*=_click],
[class*=_lropen][class*=_click] {
  border-color: rgba(0, 0, 0, 0.1);
}

/*
[class*="cs_bt_radio"]{
    &[class*="_filter"] {
        background-color: transparent;
        .cs_bt_left {
            background-color: $button-colorback-filter;
        }
        &[class*="_click"] {
            .cs_bt_right {
                background-color: $button-colorback-filter-click;
            }
        }
    }
}*/
/*
[class*="cs_bt_pic"]{
    &[class*="_psw"] {
        background-color: $jfr-colorback-button-password;
    }

    &[class*="_click"] {
        background-color: $colorback-select;
    }
    &[class*="_filter"] {
        background-color: 		$button-colorback-filter;
        &[class*="_click"] {
            background-color: $button-colorback-filter-click;
        }
    }
}*/
[class*=cs_lb] {
  color: black;
}
[class*=cs_lb] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_title] {
  color: black;
}
[class*=cs_lb][class*=_mini] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_nota] .cs_lb_label .cs_lb_inner {
  color: #505050;
}
[class*=cs_lb][class*=_notamin] .cs_lb_label .cs_lb_inner {
  color: #505050;
}
[class*=cs_lb][class*=_app] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_app][class*=min] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_app][class*=minithin] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_app][class*=light] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_app][class*=medium] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_app][class*=big] .cs_lb_label .cs_lb_inner {
  color: black;
  font-size: 40px;
}
[class*=cs_lb][class*=_big] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_medium] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_super] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_ultra] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_time] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=_minitime] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=remark][class*=_info][class*=up] {
  border-color: gainsboro;
}
[class*=cs_lb][class*=remark][class*=_info][class*=up] .cs_lb_label .cs_lb_inner {
  color: #505050;
}
[class*=cs_lb][class*=remark][class*=_info][class*=down] {
  border-color: gainsboro;
}
[class*=cs_lb][class*=remark][class*=_info][class*=down] .cs_lb_label .cs_lb_inner {
  color: #505050;
}
[class*=cs_lb][class*=_framed] .cs_lb_label .cs_lb_inner {
  background-color: gray;
  color: #f0f0f0;
}
[class*=cs_lb][class*=_warning] .cs_lb_label .cs_lb_inner {
  color: white;
}
[class*=cs_lb][class*=_alert-bell] {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
[class*=cs_lb][class*=_alert-bell] .cs_lb_label .cs_lb_inner {
  color: white;
}
[class*=cs_lb][class*=_asterisk] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=login] {
  background-color: rgba(39, 225, 255, 0.5);
}
[class*=cs_lb][class*=login] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=remark][class*=_black] {
  background-color: black;
}
[class*=cs_lb][class*=remark][class*=_black] .cs_lb_label .cs_lb_inner {
  color: white;
}
[class*=cs_lb][class*=remark][class*=_white] {
  background-color: white;
}
[class*=cs_lb][class*=remark][class*=_white] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb][class*=remark][class*=_tip] {
  background-color: transparent !important;
  border-color: gainsboro;
}
[class*=cs_lb][class*=remark][class*=_tip] .cs_lb_label .cs_lb_inner {
  color: #505050;
}
[class*=cs_lb][class*=remark][class*=_info] {
  background-color: transparent !important;
}
[class*=cs_lb][class*=remark][class*=_info] .cs_lb_label .cs_lb_inner {
  color: red;
}
[class*=cs_lb][class*=remark][class*=_info][class*=up] {
  background-color: transparent !important;
  border-color: gainsboro;
}
[class*=cs_lb][class*=remark][class*=_info][class*=up] .cs_lb_label .cs_lb_inner {
  color: #505050;
}
[class*=cs_lb][class*=remark][class*=_info][class*=down] {
  background-color: transparent !important;
  border-color: gainsboro;
}
[class*=cs_lb][class*=remark][class*=_info][class*=down] .cs_lb_label .cs_lb_inner {
  color: #505050;
}

.cs_dc_inner_container {
  background-color: transparent;
}

.cs_dc_Bar {
  background-color: transparent;
}

.cs_dc_BarLOut {
  background-color: transparent;
}

.cs_dc_BarLIn {
  background-color: black;
  color: #fac00b;
}

.cs_dc_BarCIn {
  color: transparent;
}

.cs_dc_BarCOut {
  background-color: transparent;
}

.cs_dc_BarROut {
  background-color: transparent;
}

.cs_dc_BarRIn {
  color: transparent;
}

.cs_dc_BarROut2 {
  background-color: transparent;
}

.cs_dc_BarRIn2 {
  color: transparent;
}

.cs_dc_headerParent {
  background-color: transparent;
}

.cs_dc_headerLIn {
  background-image: url(../../img/fw/fw_cursorLeft_trans.png);
  color: transparent;
}

.cs_dc_headerRIn {
  background-image: url(../../img/fw/fw_cursorRight_trans.png);
  color: transparent;
}

.cs_dc_headerCIn {
  color: #505050;
}

.cs_dc_headerCIn2 {
  color: black;
}

.cs_dc_caption {
  background-color: transparent;
  border-bottom: rgba(0, 0, 0, 0.1);
}

.cs_dc_head_cell {
  color: #505050;
}

.cs_dc_head_weekend {
  color: red;
}

.cs_dc_grid_cell {
  border-right-color: gainsboro;
  color: black;
}

.cs_dc_empty_cell {
  border-color: transparent;
}

.cs_dc_today {
  background-color: black !important;
  color: #fac00b !important;
  border-radius: 7px !important;
}

.cs_dc_weekend {
  background-color: rgba(0, 0, 0, 0.06);
  color: red;
}

.cs_dc_dayselect_ini {
  background-color: #fac00b;
  color: black;
}

.cs_dc_dayselect_fin {
  background-color: #fac00b;
  color: black;
}

.cs_dc_dayselected_between, .cs_dc_dayselected_firstday, .cs_dc_dayselected_lastday, .cs_dc_dayselected_oneday {
  background-color: #fac00b;
  color: black;
}

[class*=_filter] .cs_dc_today {
  background-color: #baba83;
  color: black;
}

.cs_dc_dayselected_between,
.cs_dc_dayselected_firstday,
.cs_dc_dayselected_lastday,
.cs_dc_dayselected_oneday {
  background-color: #fac00b !important;
  color: black !important;
}

[class*=cs_dc_combo_calendar_normal],
[class*=cs_dc_combo_calendar_remark],
[class*=cs_dc_combo_calendar_plano] {
  background-color: #fafafa;
  border-color: gainsboro;
  border-radius: 0;
}
[class*=cs_dc_combo_calendar_normal][class*=" _filter"],
[class*=cs_dc_combo_calendar_remark][class*=" _filter"],
[class*=cs_dc_combo_calendar_plano][class*=" _filter"] {
  background-color: #ebece5;
  border-color: gainsboro;
}

[class*=cs_lb_combo] {
  color: black;
  border-color: gainsboro;
  background-color: #fafafa;
}
[class*=cs_lb_combo] .cs_lb_holder {
  color: #282828;
}
[class*=cs_lb_combo][class*=_edlabeled] .cs_lb_label .cs_lb_left {
  background-color: transparent;
}
[class*=cs_lb_combo][class*=_calendar][class*=_plano] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb_combo][class*=_calendar][class*=_remark] {
  background-color: rgba(0, 0, 0, 0.05);
}
[class*=cs_lb_combo][class*=_calendar][class*=_remark] .cs_lb_label .cs_lb_inner {
  color: black;
}
[class*=cs_lb_combo][class*=_filter] {
  background-color: #deddcf;
  border-color: silver;
}

.cs_lb_combo_image {
  background-color: #fafafa;
}
[class*=cs_cb_combo] {
  background-color: #fafafa;
  color: black;
  border-color: gainsboro;
}
[class*=cs_cb_combo][class*=_filter] {
  background-color: #deddcf;
  color: black;
  border-color: silver;
}

.cs_ed_input {
  background-color: transparent;
  color: black;
}

[class*=cs_ed_normal], [class*=cs_ed_edit], [class*=cs_ed_default] {
  background-color: #fafafa;
  color: black;
  border-color: gainsboro;
}
[class*=cs_ed_normal] .cs_ed_holder, [class*=cs_ed_edit] .cs_ed_holder, [class*=cs_ed_default] .cs_ed_holder {
  color: #282828;
}
[class*=cs_ed_normal][class*=_filter], [class*=cs_ed_edit][class*=_filter], [class*=cs_ed_default][class*=_filter] {
  background-color: #deddcf;
  border-color: silver;
}
[class*=cs_ed_normal][class*=_filter] .cs_ed_holder, [class*=cs_ed_edit][class*=_filter] .cs_ed_holder, [class*=cs_ed_default][class*=_filter] .cs_ed_holder {
  color: #282828;
}

[class*=_isarea] {
  background-color: #fafafa;
  color: black;
  border-color: gainsboro;
}
[class*=_isarea] .cs_ed_holder {
  color: #282828;
}
[class*=_isarea][class*=_filter] {
  background-color: #deddcf;
  border-color: silver;
}

[class*=_edlabeled] {
  background-color: #fafafa;
  border-color: gainsboro;
}
[class*=_edlabeled] .cs_ed_left {
  background-color: transparent;
}
[class*=_edlabeled] .cs_ed_holder {
  color: #282828;
}

[class*=_obligado] {
  background-color: #fafafa;
  border-top-color: gainsboro;
  border-bottom-color: gainsboro;
  border-left-color: gainsboro;
  border-right-color: gainsboro;
}
[class*=_obligado] .cs_ed_holder {
  color: #282828;
}

[class*=cs_ed_pic] {
  color: black;
  background-color: #fafafa;
}
[class*=cs_ed_pic][class*=_edlabeled][class*=_isarea] {
  color: black !important;
  background-color: #fafafa !important;
}

[class*=Vlist_head] {
  background-color: black;
  border-color: red;
  color: white;
  border-top: none;
  padding-top: 6px;
}

[class*=_filter] [class*=Vlist_head] {
  background-color: #5a5a40;
  border-color: #baba83;
  color: white;
}

[class*=Vlist_headsort] {
  background-color: black;
  border-color: red;
  color: white;
}

[class*=Vlist_subhead] {
  background-color: gainsboro;
  color: black;
  border-top: 3px solid #fac00b;
}

[class*=Vlist_subtotal] {
  color: black;
  background-color: #9bbce2;
  border-bottom: 3px solid black;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

[class*=Vlist_item] {
  color: black;
}

/*
                    .cs_bt_gr .cs_bt_inner {
                        //text-align: center;
                        padding-top: 8px;
                        //width: 100%;
                        //height: 100%;
                        //padding-left: 5px;
                        //padding-right: 5px;
                        //overflow: hidden;
                        //text-overflow: ellipsis;
                        font-size: 10px;
                    }

                    // ULTIMOS CAMBIOS A AÑADIR, adaptacion
                    .cs_fr_r60{
                        .cs_bt_gr{margin-top: 15px;}
                    }
                    .cs_fr_r70{
                        .cs_bt_gr{margin-top: 20px;}
                    }
                    .cs_fr_r80{
                        .cs_bt_gr{margin-top: 26px;}
                    }*/
[class*=_flat] .cs_bt_inner {
  background-size: auto 100%;
}

[class*=cs_bt_piccerrar][class*=_flat] .cs_bt_inner {
  background-size: auto 70% !important;
}

[class*=cs_bt_picmenu_trans][class*=_flat] .cs_bt_inner {
  background-size: auto 85% !important;
}

[class*=Vlist_item] [class*=cs_bt_check][class*=_reverse] .cs_bt_left {
  background-color: transparent;
}
[class*=Vlist_item] [class*=cs_bt_check][class*=_reverse][class*=_click] .cs_bt_left {
  color: black;
  background-color: #fac00b;
}
[class*=Vlist_item] [class*=cs_bt_radio][class*=_reverse] {
  /*&[class*="_click"] {
      .cs_bt_left {
          color:              $Select_Front;
          background-color:   $Select_Back;
      }
  }*/
}
[class*=Vlist_item] [class*=cs_bt_radio][class*=_reverse] .cs_bt_inner {
  display: none;
}
[class*=Vlist_item] [class*=cs_bt_radio][class*=_reverse] .cs_bt_left {
  background-color: transparent;
}

[class*=_notificado] .cs_lb_label .cs_lb_inner {
  float: none;
}
[class*=_notificado] .cs_lb_label .cs_lb_right {
  background-color: #fef100;
  border-radius: 15px;
  border: 4px solid whitesmoke;
  color: white;
  font-family: sourcesanspro_bold, sans-serif;
  text-align: center;
  padding-top: 0;
  width: 30px;
  height: 30px;
  float: none;
  display: block;
  margin-top: -110%;
  margin-left: calc(110% - 30px);
}
[class*=_notificado][class*=green] .cs_lb_label .cs_lb_inner {
  float: none;
}
[class*=_notificado][class*=green] .cs_lb_label .cs_lb_right {
  /*border-radius:          15px;
  border:                 4px solid $BackCorporate;
  color:                  white;
  font-family:            sourcesanspro_bold, sans-serif;
  text-align:             center;
  padding-top:            0;
  width:                  30px;
  height:                 30px;
  float:                  none;
  display:                block;
  margin-top:             -110%;
  margin-left:            calc(110% - 30px);*/
  border: none;
  background-color: transparent;
  background-image: url(../../img/fw/fw_notif_procesada.png);
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
}
[class*=_notificado][class*=orange] .cs_lb_label .cs_lb_inner {
  float: none;
}
[class*=_notificado][class*=orange] .cs_lb_label .cs_lb_right {
  border: none;
  background-color: transparent;
  background-image: url(../../img/fw/fw_notif_pendiente.png);
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
}
[class*=_notificado][class*=red] .cs_lb_label .cs_lb_inner {
  float: none;
}
[class*=_notificado][class*=red] .cs_lb_label .cs_lb_right {
  border: none;
  background-color: transparent;
  background-image: url(../../img/fw/fw_notif_enviada.png);
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
}
[class*=_notificado][class*=nomolestar] .cs_lb_label .cs_lb_inner {
  float: none;
}
[class*=_notificado][class*=nomolestar] .cs_lb_label .cs_lb_right {
  /*border-radius:          20px;
  width:                  40px;
  height:                 40px;
  margin-top:             -110%;
  margin-left:            calc(110% - 40px);
  border:                 none;
  background-color:       white;
  background-image:       url(../img/gob/fw_gob_habi_serv_nomolestar.png);
  background-size:        80%;
  background-position:    center center;
  background-repeat:      no-repeat;*/
  border: none;
  background-color: transparent;
  background-image: url(../../img/gob/fw_gob_habi_serv_nomolestar_mini.png);
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
}
[class*=_notificado][class*=limpiar] .cs_lb_label .cs_lb_inner {
  float: none;
}
[class*=_notificado][class*=limpiar] .cs_lb_label .cs_lb_right {
  /*border-radius:          20px;
  width:                  40px;
  height:                 40px;
  margin-top:             -110%;
  margin-left:            calc(110% - 40px);
  border:                 none;
  background-color:       white;
  background-image:       url(../img/gob/fw_gob_habi_serv_nomolestar.png);
  background-size:        80%;
  background-position:    center center;
  background-repeat:      no-repeat;*/
  border: none;
  background-color: transparent;
  background-image: url(../../img/gob/fw_gob_habi_serv_limpiar_mini.png);
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
                    $form-color-border:red;

                    $form-color-border-white:yellowgreen;

                    // ______________________________________________________________________________________________ Botones graficos
                    [class*="_lopen"] {
                        height: 100% !important;
                        background-color: 		$Campo_Back;
                        //border: 				$edit-border solid $color-border;
                        border-radius: 			0;
                        border-left: 			none !important;
                        //height:                 38px !important;
                    }
                    [class*="_ropen"] {
                        height: 100%;
                        background-color: 		$Campo_Back;
                        //background-color: $colorback-fields;
                        //border: 				$edit-border solid $color-border;
                        border-radius: 			0;
                        border-right: 			none !important;
                    }
                    [class*="_rlopen"],
                    [class*="_lropen"]{
                        height: 100%;
                        background-color: 		$Campo_Back;
                        //background-color:       $colorback-fields;
                        //border: 				$edit-border solid $color-border;
                        border-radius: 			0;
                        border-left: 			none !important;
                        border-right: 			none !important;
                    }
*/
/*					//______________________________________________________________________________________________________________________ combos
					.cs_cb_combo, .cs_cb_combo_image {
						border-bottom-left-radius: 11px;
						border-bottom-right-radius: 11px;
						margin-top: 0px;
						border-top: 0;
						background-color: $color-combo-background;
						padding-left: 10px;
						padding-right: 10px;
					}
					.cs_lb_combo[class*="_edlabeled"] .cs_lb_label .cs_lb_left {
						background-color: transparent;
					}
					.cs_cb_combo .cs_fl_inner_container li,
					.cs_cb_combo_image .cs_fl_inner_container li {
						height: 42px;
						border-bottom: 1px dotted rgb(200, 200, 200);
					}
					.cs_cb_combo .cs_fl_inner_container ul > li,
					.cs_cb_combo_image .cs_fl_inner_container ul > li {
						padding-left: 10px;
						padding-top: 10px;
					}*/
/*
					// para colocar los botones en lists
					.cs_bt_check {
						&_click {
							background-color: transparent;
							.cs_bt_left {
								background-color: transparent;
								background-repeat: no-repeat;
								background-position: center center;
								background-size: 20px 20px;
								//Para poder poner texto dentro del check (aunque solo cabe una cifra!)
								font-size: 20px;
								text-align: center;
							}
						}
					}
					.cs_bt_radio {
						&_click {
							background-color: transparent;
							.cs_bt_left {
								background-color: transparent;
								background-repeat: no-repeat;
								background-position: center center;
								background-size: 20px 20px;
							}
						}
					}
					.cs_bt_onoff {
						&_click {
							background-color: transparent;
							.cs_bt_left {
								background-color: $colorback-select;
								background-repeat: no-repeat;
								background-position: center right;
							}
						}
						&_checked {
							background-color: transparent;
							.cs_bt_left {
								background-color: $color-checked;
								background-repeat: no-repeat;
								background-position: center right;
							}
						}
					}

*/
[class*=_obligado][class*=_flatint] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f7f5ee;
  height: 36px;
}
[class*=_obligado][class*=_flatint] .cs_bt_inner {
  background-size: 65%;
}

[class*=_obligado][class*=_flatint][class*=_lopen] {
  border-left: none;
}

[class*=_obligado][class*=_flatint][class*=_ropen] {
  border-right: none;
}

[class*=_obligado][class*=_flatint][class*=_lropen],
[class*=_obligado][class*=_flatint][class*=_rlopen] {
  border-left: none;
  border-right: none;
}

[class*=_bigger] .cs_fr_regular {
  height: 48px;
}
[class*=_bigger] .cs_ed_input {
  height: 30px;
  font-size: 18px;
}
[class*=_bigger] input[type=password] {
  height: 30px;
  font-size: 32px;
}
[class*=_bigger] .cs_ed_default {
  border-bottom-color: #c0c0c0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: rgba(245, 245, 245, 0.5);
  border-bottom-width: 1px;
  height: 100%;
}
[class*=_bigger] .cs_ed_default .cs_ed_holder {
  padding-top: 2px;
  height: 15px;
  font-size: 10px;
}
[class*=_bigger] .cs_lb_combo {
  height: 100%;
  border-bottom-color: #c0c0c0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: rgba(245, 245, 245, 0.5);
}
[class*=_bigger] .cs_lb_combo .cs_lb_label .cs_lb_inner {
  padding-top: 3px;
  height: 100%;
}
[class*=_bigger] .cs_lb_combo .cs_lb_label .cs_lb_right {
  background: none;
}
[class*=_bigger] [class*=_edlabeled] .cs_ed_left {
  height: 32px;
  display: block;
  width: 32px;
  background-size: 26px 26px;
  margin-top: 12px;
  background-color: transparent;
}
[class*=_bigger] [class*=_edlabeled] .cs_ed_holder {
  padding-top: 2px;
  height: 15px;
  font-size: 10px;
  margin-left: -34px;
}
[class*=_bigger] [class*=_obligado] {
  border-bottom-color: #ff0000;
  border-bottom-width: 2px;
}
[class*=_bigger] [class*=_obligado] .cs_ed_holder {
  padding-left: 6px;
  background: none;
  color: gray;
  padding-top: 2px;
  height: 15px;
  font-size: 10px;
}
[class*=_bigger] [class*=_obligado][class*=_flatint] {
  border: none;
  border-bottom: 2px solid #ff0000;
  border-radius: 0;
  background-color: rgba(245, 245, 245, 0.5);
  height: 100%;
}
[class*=_bigger] .cs_lb_mini, [class*=_bigger] .cs_lb_copyright, [class*=_bigger] .cs_lb_nota {
  font-size: 14px;
}

.cs_db_alertph_s, .cs_db_alertph_swarning, .cs_db_alertph_sbell {
  position: absolute;
  top: 40%;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  z-index: 900100;
}
.cs_db_alertph_s .cs_db_alertph_s_content, .cs_db_alertph_swarning .cs_db_alertph_s_content, .cs_db_alertph_sbell .cs_db_alertph_s_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alertph_s .cs_db_alertph_s_head, .cs_db_alertph_swarning .cs_db_alertph_s_head, .cs_db_alertph_sbell .cs_db_alertph_s_head {
  height: 50px;
  padding-top: 10px;
}
.cs_db_alertph_s .cs_db_alertph_s_body, .cs_db_alertph_swarning .cs_db_alertph_s_body, .cs_db_alertph_sbell .cs_db_alertph_s_body {
  padding: 0 15px 15px 15px;
}
.cs_db_alertph_s .cs_db_alertph_s_image, .cs_db_alertph_swarning .cs_db_alertph_s_image, .cs_db_alertph_sbell .cs_db_alertph_s_image {
  width: 0;
  display: none;
}
.cs_db_alertph_s .cs_db_alertph_s_footer, .cs_db_alertph_swarning .cs_db_alertph_s_footer, .cs_db_alertph_sbell .cs_db_alertph_s_footer {
  border: none;
  height: 40px;
}
.cs_db_alertph_s .cs_db_alertph_s_cancel, .cs_db_alertph_swarning .cs_db_alertph_s_cancel, .cs_db_alertph_sbell .cs_db_alertph_s_cancel {
  height: 100%;
  width: 0;
  display: none;
}
.cs_db_alertph_s .cs_db_alertph_s_ok, .cs_db_alertph_swarning .cs_db_alertph_s_ok, .cs_db_alertph_sbell .cs_db_alertph_s_ok {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  float: left;
  cursor: pointer;
  border-left: 0;
}

.cs_db_alertph_sbell {
  position: absolute;
  top: 200px;
  border-radius: 0;
  border: none;
  background-color: white;
  width: 375px !important;
  height: 812px !important;
  margin: 0;
  box-shadow: none;
  z-index: 900100;
}
.cs_db_alertph_sbell .cs_db_alertph_sbell_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alertph_sbell .cs_db_alertph_sbell_head {
  height: 50px;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 0.15em;
}
.cs_db_alertph_sbell .cs_db_alertph_sbell_body {
  padding: 15px;
  margin-bottom: 50px;
}
.cs_db_alertph_sbell .cs_db_alertph_sbell_image {
  height: 128px;
  background: url("../../img/fw/fw_alerta.png") no-repeat 50% 50%;
  background-size: auto 100%;
  margin-top: 120px;
  margin-bottom: 20px;
}
.cs_db_alertph_sbell .cs_db_alertph_sbell_footer {
  border-top: 0;
  height: 50px;
}
.cs_db_alertph_sbell .cs_db_alertph_sbell_cancel {
  height: 100%;
  width: 0;
  display: none;
}
.cs_db_alertph_sbell .cs_db_alertph_sbell_ok {
  width: 70%;
  padding-top: 9px;
  margin-left: 15%;
  float: left;
  height: 40px;
  cursor: pointer;
  text-align: center;
}

.cs_db_alertph_swarning {
  position: absolute;
  top: 200px;
  border-radius: 0;
  border: none;
  background-color: white;
  width: 375px !important;
  height: 812px !important;
  margin: 0;
  box-shadow: none;
  z-index: 900100;
}
.cs_db_alertph_swarning .cs_db_alertph_swarning_content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
.cs_db_alertph_swarning .cs_db_alertph_swarning_head {
  height: 50px;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 0.15em;
}
.cs_db_alertph_swarning .cs_db_alertph_swarning_body {
  padding: 15px;
  margin-bottom: 50px;
}
.cs_db_alertph_swarning .cs_db_alertph_swarning_image {
  height: 128px;
  background: url("../../img/fw/fw_fwork_warning.png") no-repeat 50% 50%;
  background-size: auto 100%;
  margin-top: 120px;
  margin-bottom: 20px;
}
.cs_db_alertph_swarning .cs_db_alertph_swarning_footer {
  border-top: 0;
  height: 50px;
}
.cs_db_alertph_swarning .cs_db_alertph_swarning_cancel {
  height: 100%;
  width: 0;
  display: none;
}
.cs_db_alertph_swarning .cs_db_alertph_swarning_ok {
  width: 70%;
  padding-top: 9px;
  margin-left: 15%;
  float: left;
  height: 40px;
  cursor: pointer;
  text-align: center;
}

[class*=_flat] .cs_bt_inner {
  background-size: auto 70%;
}

/*
[class*="cs_lb_combo"][class*="_calendar"][class*="_noholder"] .cs_lb_label .cs_lb_inner {
	padding-top: 8px;

	letter-spacing: -0.5px;
	text-transform: uppercase;
}
*/
/*
.cs_dc_head_cell{
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 4px;
}*/
/*.cs_dc_head_weekend{
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 4px;
}*/
/*
.cs_dc_headerRIn {
	background-image: url(../../img/fw/fw_cursorRight_trans.png);
}
.cs_dc_headerLIn {
	background-image: url(../../img/fw/fw_cursorLeft_trans.png);
}
*/
/**.cs_dc_combo_calendar_normal, .cs_dc_combo_calendar_plano, .cs_dc_combo_calendar_remark {
	box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}*/
/*
[class*="cs_lb"][class*="_warning"] {
	height: 100%;
	border:none;
}*/

/*# sourceMappingURL=components_v5.css.map */
