     .soria .dojoxGridRowOver .dojoxGridCell {
        color: #000000;
      }
      html, body {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
      }
      body {
        overflow: hidden;
        font-family: 'Arial', sans-serif;
        box-sizing: border-box;
      }


      #header {
        height: 60px;
        padding: 5px;
        overflow: hidden;
        background: #034074 url('../images/bg_header.jpg') top left no-repeat;
        font-family: 'gobCl', sans-serif;
        text-align: left;
        /*border: solid 1px #80a8c1;*/
        
      }

      #leftPane {
        background-color: #fafafa;
        color: #666;
        font-size: 11px;
        /*border: solid 2px #80a8c1;*/
        padding: 15px;
        
      }
      #centerPane {
        border: none;
      }

      .roundedCorners {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
      }

      /*Example of a id selector, using the # side with an element name will
       apply this style to a single unique element, in this case the html element
       with an id of 'map'.*/
      #map {
        /*margin: 2px;
        border: solid 2px #80a8c1;*/
      }
      .dijitBorderContainer, .dijitGutter {
        background-color: #d0eff3 !important;
      }
      /*Example of a class selector, using a period in front of an HTML elment
       allows you to specify a style for multiple elements. All elements with
       a class attribute set to the specified value will have this style applied.*/
      .shadow {
        /*padding: 2px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-box-shadow: 0px 6px 3px -3px #888;
        -webkit-box-shadow: 0px 6px 3px -3px #888;
        box-shadow: 0px 6px 3px -3px #888;*/
        background-color: white;
        /*border: solid 2px #80a8c1;*/
      }



      h1.title {
        color: #ffffff;
        font-size: 30px;
        font-weight: normal;
        
        padding: 0 0 0 25px;
        margin: 5px 0;
      }

      .btn.descarga { 
        text-decoration: none;
        background: #3d8b14 url('../images/download.jpg') center right no-repeat; 
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        width: 300px;
        border-collapse: collapse;
        display: block;        padding-right: 70px;
      }

      .btn.descarga span {
        display: table-cell; 
        vertical-align: middle;
        color: #fff;
        font-size: 16px; 
        line-height: 18px;
        text-decoration: none;
        border-collapse: collapse;
        height: 50px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;

      }


      .claro .dijitContentPane {padding: 0 !important;}

      .claro .dijitTextBox { width: 100%;}
      .claro .dijitButtonText { font-size: 12px;}

      .claro .dijitSplitterV {background: #ccc;}

      #leftPane form {
        width: 100% !important;
        height: 100% !important;
        padding: 10px 15px !important;
        box-sizing: border-box;
      }

      table.tabla.form { 
          border: 1px solid #e7e7e7;
          width: 100%;
          
          padding: 10px 5px;
      }

      .coordenadas {
       background-color: #f2f2f2;
        padding: 20px 10px 5px 10px;
        margin: 5px 0 0px 0;
        } 

      .claro .dijitButton .dijitButtonNode {
        border: 0;
        padding: 7px 10px;
        background-image:  none;
        background-position: center top;
        background-repeat: repeat-x;
        background: #337ab7;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #fff;
      }

      #leftPane hr {
      border-top: solid 1px #ccc;
      box-shadow: none;
      border-bottom: none;
      border-right: none;
      border-left: none;
    }

    #leftPane h2 {
     font-size: 16px;
    font-weight: 500;
    padding: 10px 0 0 0;
    margin: 0;
    color: #094DA2;
    }

    #leftPane p.style1 {  line-height: 14px;  color: #999;}

    .verde.dijitButton .dijitButtonNode {background: #9fbe0c;}

    .rojo.dijitButton .dijitButtonNode {background: #c9302c;} 

    .dojoxGrid  {background: #EBEADB url('../images/arrow_big.png') -310px 0 no-repeat; }

    .dojoxGridHeader .dojoxGridCell {background: #666 !important; background-image: none !important; color: #fff !important;}