/*

	Colores:
		Negro: #1a171b;
		Rojo: #b30033;
		Verde: #8a8000;
		Amarillo: #e2b900;
		Naranja: #e09000;
		Azul: #005380;
		Crema: #c7be80;
		Gris: #666666;
		Gris claro: #f6f6f6;
		Violeta: #666666;

*/

* {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: justify;
}

body {
	color: #1a171b;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #1a171b;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font-size: 19px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-size: 14px;
}

h3 {
	text-align: left;
}

table {
	margin: 0 auto;
}

th {
	width: 100px;
}

th, td {
	text-align: left;
	text-align: justify;
	vertical-align: top !important;
}

p {
	text-align: justify;
	padding-right: 10px;
	margin-bottom: 10px;
}

input {
	width: 262px;
}

a {
	font-weight: bold;
}

.error {
	font-size: 12px;
	color: red;
}

.msg {
	font-size: 12px;
	color: green;
}

ul {
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 20px;
}

.chk {
	width: auto !important;
}

.lista2 {
	list-style-type: decimal;
}

.historico a {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	margin: 0 5px;
}

.historico a:hover {
	background-color: black;
	color: white;
	text-decoration: none;
}
