.navIzquierda {
	background-color: #483D8B;
}
.negrillas {
	font-weight: bold;
}
.negrillasItalicas {
	font-weight: bold;
	font-style: italic;
}
.negrillasBlancas {
	font-size: 10px;
	font-weight: bold;
	color: White;
}
.negrillasBlancas a, negrillasBlancas a:visited, negrillasBlancas a:link {
	text-decoration: underline;
	color: White;
}
.negrillasBlancas a:hover {
	text-decoration: none;
	color: White;
}
.navPrin1 {
	background-color: #F5F3B8;
	height: 25px;
	color: #1F176D;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	vertical-align: text-bottom;
	text-decoration: none;
}
.navPrin2 {
	background-color: #483D8B;
	height: 8px;
}
.imagenSeccion {
	float: right;
	margin: 8px;
	border: thin solid Black;
}
.ulMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vinculonavPrin1 {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.justificado {
	text-align: justify;
	margin: 5px 0 5px 5px;
}