.bases {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	font-weight: normal;
	color: #000;
	padding: 8px;
	width: 450px;
	height: 240px;
	/*margin-left: 2px;*/
	overflow: auto !important;
}
.bases a {
	color: #1b1464;
	text-decoration: underline;
}
.bases a:visited {
	color: #cc0000;
	text-decoration: underline;
}
.bases h1 {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin: .67em 0 !important; /* W3C */
}
.bases h2 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000;
	margin: .75em 0 !important; /* W3C */
}
.bases p {
	margin: 1.12em 0 !important; /* W3C */
	color: #000;
	font-size: 11px;
	text-align: left;
}
.bases li {	
	text-align: left;
	display: list-item;
	list-style-position: inside;
}
.bases ol {
	list-style-type: decimal;
}
.bases ol.alpha {
	list-style-type: lower-alpha;
}

.lista_salas {
	border-collapse: collapse;
	border: solid 1px #000;
}
.lista_salas td {
	padding: 2px;
	border: solid 1px #000;
	font-size: smaller;
}
.lista_salas th {
	background: #00f;
	padding: 2px;
	border: solid 1px #000;
	color: #fff;
}
.lista_salas .fuchsia { background-color: #fde; }
.lista_salas .teal { background-color: #bdc; }
.lista_salas .red { background-color: #fcc; }
.lista_salas .salmon { background-color: #fdb; }
.lista_salas .yellow { background-color: #ffc; }
