html{
	min-height: 100%;
}
body{
	background: #a9db80; /* Old browsers */
	background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a9db80 0%,#96c56f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#overlay {
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
}
#overlay div {
    width: 90%;
    height: 90%;
    margin: 10px auto;
    border:1px solid #000;
    border-radius: 10px;
    padding:15px;
    text-align:center;
    overflow: auto;
    z-index: 1001;
    background: #f9fcf7; /* Old browsers */
	background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9fcf7 0%,#f5f9f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#close-diag{
	float: right;
	cursor: pointer;
	z-index: 1001;
	top: 5px;
	right: 5px;
}
#close-diag img{
	width: 25px;
}
/* For IE
body {
     height:100%;
     margin:0;
     padding:0;
}*/

.dis-element{
	color: gray;
	opacity: 0.4;
}

.boton-entrada{
	width: 200px;
    height: 200px;
    font-size: 2.5em;
    vertical-align: middle;
    padding-top: 65px;
}

.header{
	background-color: white;
	font-size: 2.5em;
	text-align: center;
	/*padding: 20px;*/
	box-shadow: 0 0 10px;
	text-shadow: 1px 1px 1px;
}
.header img{
		
}
.titulo{
	text-align: center;
	border: 2px solid gray;
	padding: 5px;
}
.cabecera{
	background-color: #ECE1EF;
	box-shadow: inset 0 0 6px;
	padding: 10px;
	top: 10px;
	right: 10px;
	font-size: small;
	margin: 15px;
	position: absolute;
	font-family: monospace;
}
.contenedor{
	margin: 20px;
}
.footer{
	text-align: center;
	margin-top: 100px;
	padding: 30px;
	background-color: #fff;
	margin-bottom: -20px;
}
.footer img{
	height: 85px;
	border-radius: 10px;
}
/* CQPweb */
table.concordtable{
	width: 90%;
	margin:0 auto;
	background-color: white;
}
table.concordtable th{
	text-align: center;
}
table.concordtable tr{
	padding: 5px;
}
table td.before{
	text-align: right;
}
table td.node{
	text-align: center;
}
table td.after{
	text-align: left;
}
/*****/

/* Paravoz */
.tok-match{
	color: red;
}
.para-table{
	width: 90%;
    margin: 0 auto;
    background-color: white;	
}
.suger{
	width: 90%;
    margin: 0 auto;
    height: 30px;
    color: gray;
    text-align: center;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.para-table .para-tit{
	font-weight: bold;
	background-color: #FFEEAA;
}

.para-table td.line{
	width: 50%;
}

.para-langs td{
	text-align: center;	
}

/*****/
/* SWITCH BUTTON */
.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 130px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
/*************************/