@font-face {
font-family: "Abel-Regular";
src: url(fonts/Abel-Regular.ttf) format("truetype");
}
@charset "utf-8";
/* CSS Document */
html, body{ 	margin:0;	padding:0;  font-family: "Abel-Regular"; font-size:13px; line-height:1em;  }
#tblAccGnral{ margin-top:10%; }
#tblAcceso{ border:1px #F39200 solid;   padding:10px; width:300px;  background:#F9F9F9; 
          -webkit-border-radius: 4;   -moz-border-radius: 4; border-radius: 4px;   }
.clsstxt{ border:#B2B2B2 1px solid;  -webkit-border-radius: 3;
          -moz-border-radius: 3;  border-radius: 3px; padding:5px; margin-bottom:2px; width:95%;  box-shadow: inset   0px  0px 12px  #C0C0C0;}
.clsstxt:hover {  box-shadow: inset   0px  0px 17px  #B0B0B0; cursor:text; } 
.clsstxt:focus {  box-shadow: inset   0px  0px 17px  #B0B0B0; cursor:text;}

.btnAcceder{  padding:10px 10px 10px 10px; font-size:15px;   border:1px solid #F39200; cursor:pointer; 
	  -moz-border-radius: 4;  border-radius: 4px; -webkit-border-radius: 4;  font-weight:bold; font-family: calibri; width:100%; color:#975A00;
	  background: #FBD29B ;
	  background-image: -webkit-linear-gradient(top, #FBD29B, #F39200);
	  background-image: -moz-linear-gradient(top, #FBD29B, #F39200);
	  background-image: -ms-linear-gradient(top, #FBD29B, #F39200);
	  background-image: -o-linear-gradient(top, #FBD29B, #F39200);
	  background-image: linear-gradient(to bottom, #FBD29B, #F39200);  }

.btnAcceder:hover{ background: #F39200  ;
	  background-image: -webkit-linear-gradient(top, #F39200, #FBD29B);
	  background-image: -moz-linear-gradient(top, #F39200, #FBD29B);
	  background-image: -ms-linear-gradient(top, #F39200, #FBD29B);
	  background-image: -o-linear-gradient(top, #F39200, #FBD29B);
	  background-image: linear-gradient(to bottom, #F39200, #FBD29B); }
  
 