/*
Autor: Sanjurjo Gabriel
App para mejorar velocidad de lectura
*/

body {
	background-color: #a98e7d;
	-moz-user-select: none; 
	-o-user-select: none; 
	-webkit-user-select: none; 
	-ie-user-select: none; 
	user-select: none;
}

label {
	display: block;
	margin: 1em 0 0 0;
}

legend {
	background-color: #caf095;
	border-radius: 6px;
}

fieldset {
	background-color: #f0e994;
	border-radius: 10px;
	display: inline-block;
	margin: 1em 0 0 2em;
	padding: 1em 1em 1em 1em;
}

span {
	display: block;
	margin: 1em 0 0 0;
}

#cabezal {
	display: none;
	float: left;
	font-size: 35px;
	position: absolute;
}

.linea {
	clear: both;
	display: inline;
}

.boton {

	background-color: lightgrey;
	border: 1px solid grey;
	border-radius: 5px;
	display: table-cell;

	padding: 0.5em;
}

.boton:hover {
	background-color: #96D264;
}

.boton:active {
	background-color: #EAFF2B;
}
.divisor {

	display: table-cell;

	padding: 0.5em;
}

#izquierda {
	display: inline-block;
	vertical-align: top;
	width: auto;

}

#derecha {
	display: inline-block;
}

#fondo {
	cursor: none;
	display: none;
	float: left;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	height: auto;
	width: auto;
}
