
* {
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	font-family: 'Calibri', sans-serif;
	font-size: 25px;
}

@media (max-width: 1280px) {
	* {
		font-size: 15px;
	}
}

@media (max-width: 640px) {
	* {
		font-size: 7px;
	}
}

#fondo {
	width:100%;
	height:100%;
	position:fixed;
	background-image:url('../img/logo.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	z-index:1;	
}

#fondo2 {
	width:100%;
	height:100%;
	position:fixed;
	z-index:2;
	background-color:rgba(255, 255, 255, 0.5);
}

#contenido {
	position:absolute;
	width:100%;
	z-index:3;
}

table, th, td {
	border: 2px solid black;
	border-collapse: collapse;
}

th,td {
	border: 1px solid black;
	padding:10px 20px;
	white-space:nowrap;
}

table {
	background-color:rgba(255, 255, 255, 0.5);
	width:80%;
	margin:10px auto;
}

#titulo {
	background-color:#237f52;
	color: white;
	font-size: large;
	font-weight:800;
}

.cabecera {
	background-color:rgba(200, 200, 200, 0.5);
}

.tinside {
	width:100%;
	background-color:transparent;
}

.wrap {
	white-space:normal;
}

.bold {
  font-weight:800;
}

.left {
	text-align:left;
}

.allwidth {
	width:100%;
}

summary {
	cursor:pointer;
}

summary:focus {
	outline: none;
}

a {
	text-decoration: none;
}