body {
	margin: 0;
	font-family: Arial;
	font-size: 16px;
	background-color: #458057;
}

div {
	display: inline-block;
}

div.cuadtex {
	display: block; 
	width: 800px; 
	text-align: justify;
	padding: 12px;
	background-image: linear-gradient(white, white, transparent);
}
div.itemen {
	font-family: Sans-serif;
	background-color: white;
	border: 1px outset #dcdcdc;
	padding: 4px;
	text-align: left;
	min-width: 160px;
}

div.itemen:hover {
	background-color: #dcdcdc;
	padding: 3px;
	cursor: pointer;
}

div.conmenpri {
	background-color: white;
	border: 1px solid black;
	border-radius: 4px;
	padding: 2px;
	max-width: 170px;
	overflow: hidden;
	text-align: center;
}
input[type="text"],input[type="password"] {
	border: 1px inset #000000;
	font-size: 16px;
	width: 160px;
}

input[type="button"],input[type="submit"] {
	padding: 4px;
	border-radius: 3px;
	font-size: 12px;
	background-color: #cbceca;
	height: 40px;
}

input[type="button"]:hover,input[type="submit"]:hover {
	cursor: pointer;
	filter: brightness(110%);
}

a {
	text-decoration: none;
	color: black;
}

div {
	display: inline-block;
}

div.linflex {
  display: flex;
  width: calc(100% - 4px);
}

div.linflex div {
	flex-grow: 1;
	flex-basis: 120px;
}

div.cuad {
	border: 1px solid black;
}

table.sombra {
	display: inline-table;
	position: absolute;
	background: rgba(255,255,255,.8);
	top: 0;
	left: 0;
	visibility: hidden;
	width: 1px;
	height: 1px;
	font-family: sans-serif;
}

img.boti {
	margin: 2px 2px -2px;
	width: 26px;
	height: 24px;
	outline: 1px outset black;
}

@media only screen and (min-width: 600px) {
	.boti:hover {
		cursor: pointer;
		filter: contrast(110%);
	}
}

#login {
	margin-top: 40px;
	border: 1px solid black;
	border-radius: 50%;
	padding: 8px;
	background-image: url('../../arc/img/pelota.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #898bba;
	text-align: center;
	width: 270px;
	height: 270px;
	box-shadow: 3px 3px 3px;
}
#padial::backdrop {
	background: rgba(0,0,0,0.7);
}