﻿.pantalla{
      fill:#ffd800;
      stroke:#808080;
  }
  .pantalla-texto{
      fill:#808080;font-size:50px;font-family:Verdana;
  }
  .sector-texto{
      fill:#808080;font-size:50px;font-family:Verdana;
  }
.butaca-texto{fill:#000000;font-size:15px;font-family:Verdana;}
.butaca-disp {
    cursor: pointer;
}

.butaca-nodisp {
    fill: #FFFFFF;
    
}

    .butaca-nodisp path {
        fill: #FFFFFF;
        stroke: #000000;
    }

    .butaca-nodisp polygon {
        fill: #FFFFFF;
        stroke: #000000;
    }

    .butaca-nodisp rect {
        fill: #FFFFFF;
        stroke: #808080;
        stroke-width: 1;
        stroke-width: 5 !important;
    }

.butaca-encarro {
    fill: #ffffff !important;
}

    .butaca-encarro path {
        fill: #ffffff !important;
        stroke: #008a00 !important;
        stroke-width:5 !important;
    }

    .butaca-encarro polygon {
        fill: #ffffff !important;
        stroke: #008a00 !important;
        stroke-width:5 !important;
    }

    .butaca-encarro rect {
        fill: #ffffff !important;
        stroke: #008a00 !important;
        stroke-width:5 !important;        
    }