body
{
	margin:0px;
	font-family: "Arial";
	background-color: rgb(195, 197, 210);
}

button
{
	background-color: #eee;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #e3e3e3;
	cursor: pointer;
	height: 30px;
}

button:hover
{
	background-color: rgb(113, 124, 208);
	color: white;
	border-color: rgb(113, 124, 208);
}

h1.Titulo {position:relative;font-size: 12pt;left: 20px;}
span{float:left;width: 100px;margin-left:10px;}
input[type="submit"]{height:30px;width: 220px;margin-left:10px;}

input, select
{
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	border-radius: 4px;
	padding: 8px;
	box-sizing: border-box;
}

select
{
	appearance: none;
}

.Edicion
{
	height : 100%;
	width: 100%;
	position: fixed;
	text-align: center;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}

.Cuadro
{
	width : auto;
	padding: 5px;
	left : 10px;
	top : 50%;
	border-width	: 2px;
	border-style : solid;
	border-color : #767682;
	position: absolute;
	text-align: left;
	background-color : #888888;
}
