

span {
    font-family: Trebuchet MS;    
    font-weight: normal;
}
a {
    color: #4c6b8e;
    font-weight: normal;
}

.font13Cls{
    font-size: 13px;
}
.font14Cls{
    font-size: 14px;
}
.font15Cls{
    font-size: 13px;
}
.font16Cls{
    font-size: 16px;
}


/* vertical align divs */
.alignerContainer {display: table; height: 100%; position:absolute; overflow: hidden;width:100%;}
.alignerHelper {#position: absolute; #top: 50%;display: table-cell; vertical-align: middle; }
.alignerContent {#position: relative; #top: -50%;margin:0 auto;}   /* you have to add a width! to make it work*/
/* vertical align divs  end*/
 
.btnGeneralCls{
    border-color: #873D1D; //#DB642E; 
    border-width: 2px;
    border-style: solid; 
    
    padding: 3px 3px 3px 3px;
    
    font-family: Trebuchet MS;    
    font-weight: normal;
    color: black;
}

.btnGreenCls{    
    background: url(../images/predictionsBackgroundG.jpg);
    background-position: bottom;
    background-size: 100% auto;
    background-color: "#7f9a50";
    border-color: #7f9a50;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.btnBlueCls{
    background: url(../images/predictionsBackgroundE.jpg); /*no-repeat center center fixed;*/
    background-position: bottom;
    background-size: 100% auto;
    background-color: "#4c6b8e";
    border-color: #4c6b8e;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.btnRedCls{
    background: url(../images/predictionsBackgroundH.jpg);/* no-repeat center center fixed;*/
    background-position: bottom;
    background-size: 100% auto;
    background-color: "#d74220";
    border-color: #d74220;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.btnBrownCls{
    background: url(../images/predictionsBackgroundBrown.jpg); /*no-repeat center center fixed;*/
    background-position: bottom;
    background-size: 100% auto;
    background-color: #873D1D;
    border-color: #873D1D;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.button-link:hover{
    /*background: #514c4c;*/
    border-style: solid;  
    border-color: #d74220;
    text-decoration: none;
}

.button-link {    
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

div.divPlayBigButton{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 200px;      
}

div.divPlayBigButtonInput{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 300px;      
  }


  input.btnPlayBigButtonCls{
    font-size: 20px;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    
    -webkit-box-shadow: 4px 7px 12px 6px rgba(0, 0, 0, .7);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    4px 7px 12px 6px rgba(0, 0, 0, .7);   /* Firefox 3.5 - 3.6 */
    box-shadow:         4px 7px 12px 6px rgba(0, 0, 0, .7);                        
    text-align: center;
    border-radius: 3px; 
    
    width: 200px;
}


.toolTipCls{
    background-color: black !important;
    padding: 6px 6px 6px 6px !important;
    
    font-size: 14px !important;
    font-family: Trebuchet MS;
    
    color: #e5d7c7 !important;
    border: 2px solid  #873D1D !important;    
    border-radius: none !important;
    
    -webkit-box-shadow: none !important;   /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    none !important;   /* Firefox 3.5 - 3.6 */
    box-shadow:         none !important;                   
    
}


body{
    background: url(../images/gameBackground2.jpg)  no-repeat center center fixed;
    
    background-size: 100% auto;
    
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    
    font-family: Trebuchet MS;    
    font-weight: normal;
}


/* ********************** Game Page containers ************************ */ 
*{
    margin: 0;    
    border: 0;
    padding: 0;
    font-family: Trebuchet MS;    
}

span{
    color: #e5d7c7;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div#divGamePage{
    
}


div.divWindow{
    overflow: hidden;    
    
    margin-right: 3px;
    margin-bottom: 3px;
    
    /*border-style: solid;    
    border-color: #873D1D; /*#DB642E;*/
    /*border-width: 2px;        */
    
    border: 4px solid transparent;    
    -webkit-border-image: url(../images/windowBorder3.png) 25 stretch; /* Safari 3.1-5 */
    -o-border-image: url(../images/windowBorder3.png) 25 stretch; /* Opera 11-12.1 */
    border-image: url(../images/windowBorder3.png) 25 stretch;
}

div.divWindowFullScreen{
   width: auto;
   height: 98vh;
   margin-top: 4px;
    
    
}



div.divTitleCls{
    
    border-color: #873D1D; //#DB642E; 
    border-width: 2px;
    border-style: none none solid none;  
    
    color: white;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: normal;
    font-style:oblique;
    line-height: 160%;
    text-align: center;
    
    background-image: url("../images/fondo-titulo.jpg");
    /*background-repeat:no-repeat;*/
    background-position: center;     
    
    
    background-color: #A44D22;
    height: 25px;
    
    width: 100%;
    
    
    
}

div#divWelcome{
    margin-top: 10px ;
    margin-right: 30px;  
    
    float: right;
    /*display: inline-block;*/
    display: block;
   
}

div#divHiddenData{
    display: none;
}


table.tblCavemenListCls {  
    font-family: Trebuchet MS;
    font-size: 14px;
    text-align: center;
    color: #e5d7c7;
    
    /*border-width: thin;
    border-style: solid;
    border-color: #FCF7D9; */
                            
    border-style: solid;    
    border-color: #873D1D;        
    border-width: 2px;
    
    border-collapse: collapse;
}
table.tblCavemenListCls th{
    /*background-color: #FCF7D9;
    color: black;*/
    cursor: pointer;
    border-style: solid;    
    border-color: #873D1D; //#DB642E;        
    border-width: 2px;        
    padding-bottom: 5px;
    padding-top: 5px;
    color: #e2a01f;
} 
table.tblCavemenListCls td {
    border-style: solid;    
    border-color: #873D1D;        
    border-width: 2px;
    padding: 4px;
    
    /*background: url(../images/predictionsBackgroundBlack2.png) no-repeat center center fixed;            
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}


tr.trPairRowCls{
    background-color: rgba(50,10,10,.6);
    
}
tr.trOddRowCls{
    background-color: rgba(10,10,50,.6);
}

span.spnMuchBiggerGlobalCls{    
    color: #e2a01f;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: normal;
    font-style:oblique;
    line-height: 160%;

}

span.spnBiggerWhiteNewsCls{    
    color: #e5d7c7;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: normal;
    font-style:oblique;
    line-height: 160%;

}


span.spnGlobalCls{
    
    color: #e2a01f;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    font-style:oblique;
    line-height: 160%;
    
    /*margin-left: 40px;*/
      
}


span.spnResourcesCls{    
    color: #7f9a50;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    font-style:oblique;
    line-height: 160%;
        
}

span.spnAlertCls{    
    color: #d74220; 
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    font-style:oblique;
    line-height: 160%;
    
}
span.spnBigAlertCls{    
    color: #d74220; 
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    font-style:oblique;
    line-height: 160%;
    
}

span.spnGoodNewsCls{    
    color: #7f9a50;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    font-style:oblique;
    line-height: 160%;
    
}
span.spnVeryGoodNewsCls{    
    color: #7f9a50;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    font-style:oblique;
    line-height: 160%;    
}

span.spnBlueNewsCls{    
    color: #2020F5;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    font-style:oblique;
    line-height: 160%;
    
}

span.spnWhiteNewsCls{    
    color: #e5d7c7;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    font-style:oblique;
    line-height: 160%;
    
}


div.left{
    display: inline-block;
    float: left;
}

div.right{
    /*display: inline-block;*/
    float: right;
}
div.half{
    width: 50%;
}

#overlay {
    display: none; /* por defecto oculto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semitransparente */
    z-index: 1000;
  }
  
  /* Contenedor del modal (popup) centrado */
  #loginModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1001;
    width: 90%;
    max-width: 400px;
    text-align: center;
  }
  

  
  /* Mensajes de error en rojo */
  .error-text {
    color: #c00;
    font-size: 14px;
    margin-top: 4px;
    display: none; /* se mostrará con jQuery */
  }
  
  /* Inputs dentro de formularios */
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 4px;
    box-sizing: border-box;
    border: 1px solid #e5d7c7;
    border-radius: 4px;
  }
  label {
    display: block;
    font-size: 16px;
    margin-top: 8px;
    color: #e5d7c7;
  }