 /*<!--=====================================
ESTILOS BOTON EDITAR USUARIO
======================================--> +*/


.estiloEditar > h1{
	padding-left: -50%;
	font-size: 150%;
 	color:#0080FF;
}


.nivel1 {
	color: #00AAFF;
	font-size: 120%;
}

.nivel2{
	color: #4AC3FF;
	font-size: 100%;
	margin-left: -10%;
}

.nivel3{
	color: #6DCCFC;
	font-size: 100%;
	margin-left: -10%;
}

.nivel4{
	color: #05C5FA;
	font-size: 90%;
	margin-left: -10%;
}

h3{
	color: #0B610B;
	font-size: 80%;
	margin-left: -15%;
}

.btnRight{
	margin-left: 50%;
}

 b{
   color:black;
}

.lista-autocompletar-items{
	color: #ccc;
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	z-index: 99;
	top: 100%;
	left: 20px;
	right: 0;
	width: 93%;
}

.lista-autocompletar-items div{
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;

}

.lista-autocompletar-items div:hover{
	background-color: dodgerblue;

}

.autocompletar-active{
	background-color: dodgerblue !important;
	color: #a1caff;
}

.autocompletar-active  strong{
		color: #fff;
}
