* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-family: Roboto, Arial, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	background-color: #ddd;
}
table {
	table-layout: fixed;
	border-spacing: 0;
	width: 100%;
}
strong {
	font-weight: bold;
}
body.oculto,
body[estado="ocultar"] {
	display: none;
}
#contenido {
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	padding: 30px;
}

div.listado h1 {
	margin: 0 0 10px 0;
	font-size: 22px;
	line-height: 24px;
}
div.listado table {
	background-color: #fff;
	box-shadow: 0 1px 4px #888;
}
div.listado table th {
	width: 100px;
	font-weight: bold;
	background-color: #eee;
	padding: 5px 10px;
	border-left: solid 1px #ddd;
	text-align: center;
}
div.listado table th.asc {
	background: #eee url("images/abajo.png") no-repeat;
	background-position: calc(100% - 4px) center;
	background-size: 24px 24px;
}
div.listado table th.desc {
	background: #eee url("images/arriba.png") no-repeat;
	background-position: calc(100% - 4px) center;
	background-size: 24px 24px;
}
div.listado table td {
	padding: 5px 10px;
	border-left: solid 1px #ddd;
	border-top: solid 1px #ddd;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div.listado table th:first-child,
div.listado table td:first-child {
	border-left: none;
}
div.listado table img {
	display: block;
	width: 18px;
	opacity: 0.6;
	margin: 0 auto;
}
div.listado table tr:hover td {
	background-color: #f5f5f5;
}
div.listado table tfoot th {
	border-top: solid 1px #ddd;
	text-align: right;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #000;
	padding: 12px 0 12px 50px;
	background-color: #ccc;
	box-shadow: 0 0 5px #222;
	z-index: 1;
}
#menu::after {
	content: "";
	background-image: url("images/salir.png");
	position: absolute;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	opacity: 0.6;
	top: 8px;
	left: 12px;
	width: 26px;
	height: 26px;
}


#monitor thead th:nth-child(1) {
	width: 220px;
}
#monitor thead th:nth-child(2) {
	width: auto;
}
#monitor thead th:nth-child(3) {
	width: 150px;
}
#monitor thead th:nth-child(n+4) {
	width: 180px;
}
#monitor tbody td:nth-child(3),
#monitor tbody td:nth-child(n+4) {
	text-align: center;
}


