._______________________LoginPerfilUnico_______________{}
#btnIngresar {
	line-height: 25px;
	background-image: url(imgs/ingresar_registrarse.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 25px;
	width: 110px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1px;
	margin-bottom: 5px;
	background-position: 0px 0px;
}

#btnIngresar:hover {
	background-position: -110px 0px;

}
#btnRegistrar {
	line-height: 25px;
	background-image: url(imgs/ingresar_registrarse.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 25px;
	width: 110px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 1px;
	background-position: 0px -25px;
	clear: both;
}
#btnRegistrar:hover {
background-position: -110px -25px;
}
.perfilLogo{
	background-image: url(imgs/Perfil_unico_logo.png)!important;
	background-image: none;
	filter: none !important;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/imgs/Perfil_unico_logo.png' , sizingMethod='image');	
	BACKGROUND-IMAGE: none;
	background-repeat:no-repeat;
	height: 38px;
	width: 117px;
	margin-right: auto;
	margin-left: auto;
}

.panelcito{
	padding-left:8px;
}