#izquierda {
	overflow: visible;
	position: absolute;
	z-index: 1;
	height: 800px;
	width: 170px;
	left: 5px;
	top: 5px;
	background-color: #6699CC;
}
#menu {
	position: absolute;
	z-index: 2;
	height: 143px;
	width: 140px;
	left: 15px;
	top: 5px;
}
#horario {
	position: absolute;
	z-index: 2;
	height: 225px;
	width: 140px;
	left: 15px;
	top: 160px;
	background-color: #6699CC;
	border: 1px solid #FFCC00;
	overflow: visible;
}
#usuario {
	position: absolute;
	z-index: 2;
	width: 140px;
	left: 15px;
	top: 395px;
	background-color: #6699CC;
	border: 1px solid #FFCC00;
	overflow: visible;
}
#datosUsuario {
	font-size: 12px;
	color: #FFF;
	margin: 5px;
}
#derecha {
	position: absolute;
	z-index: 1;
	left: 180px;
	top: 5px;
	background-color: #6699CC;
	border: 1px solid #FFCC00;
	margin-right: 5px;
}
.ancho100 {
	width: 600px;
}
.celda {
	border: 1px solid #0000FF;
	background-color: #003399;
	text-align: center;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.fondo {
	background-color: #6699CC;
}
.icono {
	background-color: #6699CC;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.textoAzul {
	color: #FFFFFF;
	font-size: smaller;
}
.textoBlanco {
	font-size: 12px;
	color: #FFF;
}
.textoAmarillo {
	color: #FFFF00;
}
.textoRojo {
	color: #FF0000;
	font-size: smaller;
}
.textoRojoG {
	color: #FF0000;
}
.textoMenor {
	font-size: 12px;	
}
.celdaMenu {
	border: 1px solid #0000FF;
	background-color: #6666FF;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.celdaMenuGrande {
	border: 1px solid #0000FF;
	background-color: #6666FF;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.prodConfiguracion {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
}
a:visited.textoAmarillo {
	color: #FFFF00;
}
a:link.textoAmarillo {
	color: #FFFF00;
}
a:visited {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	font-size: 10px;
}
.selectUds {
	font-family: Arial, Helvetica, sans-serif;
	width: 40px;
	font-size: 10px;
}
.TituloTabla {
	color: #FFCC00;
	text-align: center;
}
.TextoInformacion {
	color: #000066;
	text-align: center;
}

