#contenedor {
	width: 100%;
}

td {
	vertical-align: top;
}

th{
	background-color: #003366;
	color: #FFFFFF
}

fieldset {
	margin-top: 10px;
	padding: 10px;
}

legend {
	background-color: #003366;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}

table, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px; color: #003366;
}

.seccion {
	font-family: "Arial Narrow"; font-weight: bold; font-size: 15px; color: #e7a127;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

a.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}

a.sub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
	font-weight: normal;
}

.oscuro {
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
}

.claro {
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
}

.Error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	color: RED;
}
