#MenuPrincipal ul {
	background-repeat: repeat-x;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#MenuPrincipal ul li{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.SeparaMenu {
	margin: 0px;
	padding: 0px;
	height: 28px;
	display: block;
}
#MenuPrincipal ul li a{
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	width: 127px;
	/*
	width: 150px !importnat;
	display: block  !importnat;
	*/
}
#MenuPrincipal ul li .TextoColegio {
	font-size: 11px;
	padding-top: 3px;
	line-height: 11px;
	width: 200px;
}


#MenuPrincipal ul li a:hover {
	display: block;
	color: #CCC;
}

#MenuPrincipal ul li ul {
	display: none;
	position: absolute;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #007ABE;
	margin-top: 5px;
	padding: 0px;
	height: auto;
	width: auto;
	z-index: 99;
	background-image: none;
}

#MenuPrincipal ul li ul span {
	height: 10px;
	position: absolute;
	background-image: url(../Imagenes/MenuPrincipal-Flecha.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 10px;
	width: 170px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
	z-index: 999;
}

#MenuPrincipal ul li:hover ul {
	display: block;
}

#MenuPrincipal ul li ul li {
	display: block;
	position: relative;
	color: #FFF;
	text-align: left;
	margin: 0px;
	float: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	font-size: 12px;
}
#MenuPrincipal ul li ul .Resalta {
	background-color: #CCC;
	font-size: 14px;
}


#MenuPrincipal ul li ul li a{
	color: #FFF;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	height: 100%;
	width: 160px;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	text-align: left;
}

#MenuPrincipal ul li ul li a:hover {
	color: #EEE;
	background-color: #007ABE;
}

#MenuPrincipal li a:hover {
	color: #000;
}
.SubMenu {
	font-weight: bold;
	color: #000;
}
.AccesoTexto {
	background-repeat: no-repeat;
	float: left;
	width: 60px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 13px;
}
.AccesoCampo {
	width: 195px;
	height: 17px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
}
.AccesoRecordar {
	height: 17px;
	float: right;
	margin-top: 2px;
	margin-right: 12px;
}.AccesoBoton {
	text-align: right;
	padding-top: 3px;
	padding-right: 12px;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
#AccesoRecordarClave {
	color: #000;
	font-size:16px !important;
	width:auto !important;
	text-align:center !important;
	width:100%;
}
#AccesoRecordarClave a:hover{
	background-color: #CCC !important;
	color:#EEE !important;
	margin: 0px !important;
	padding: 0px !important;
	width:auto !important;
}

.FlechaAcceder {
	background-image: url(../Imagenes/Menu-Acceder-Flecha.png);
	background-repeat: no-repeat;
}
