@charset "utf-8";

/* encabezados */
h3 {
	margin-top: 2em;
	margin-bottom: 1em;
}

h4 {
	margin-bottom: .5em;
}


/* tablas dentro de los formularios */
table {
	font-size: 0.9em;
	border-collapse: collapse;
	/* table-layout: fixed; */
	border: thin solid #CCC;
	background-color: #C3DBF0; /* azul claro */
}

th {
	width: 33%;
	background-color: #006DB5;
	font-variant: small-caps;
	padding: 0 1em;
	color: #FFF;
}

th a, form th a:hover {
	color: #FFF;
}

td {
	color: #000;
	padding: 5px;
}

td.errorspace {
	width: 15px;
}

.w33 {
	width: 33%;
}
div#contents img {
	border-style: none;
	margin-top: 0px;
}
