/* Developer By Mauricio Mamani - Unidad de RRHH */

*{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Arial;
}

html, body{
	width: 100%;
	height: 100%;
}

header{
	background: #069;
	color: #FFF;
	padding: 5px;
	text-align: center;
}

header > img{
	width: 300px;
}

section > h1{
	text-align: center;
	padding: 10px;
	font-size: 20px;
}

section > table{
	border-collapse: collapse;
	margin: 0 auto;
}

section > table td,
section > table th{
	border: 1px solid #ddd;
	padding: 2px 8px;
	font-size: 12px;
}

section > table tr:nth-child(even){background-color: #f2f2f2;}

section > table tr:hover {background-color: #ddd;}

section > table th{
	/*padding-top: 12px;
	padding-bottom: 12px;*/
	text-align: center;
	background-color: #4CAF50;
	color: white;
}

section > table a{
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

.icono1{
	width: 20px;
}